@charset "UTF-8";
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  /*background-color: #e4e9f2;*/
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  cursor: pointer;
}

/*=========
共通CSS
=========*/
a:hover {
  opacity: 0.5;
}

/*text*/

.center {
  text-align: center;
}
.blue {
  color: #0984ab;
}
.blue_green {
  color: #1cb1be;
}
.yellow_green {
  color: #6ec763;
}
.black {
  color: #000;
}
.pnk_orange {
  color: #ff859c;
}
.white {
  color: #fff;
}
.px-175 {
  font-size: 1.75em;
}
.px-087 {
  font-size: 0.87em;
}
h5 {
  color: #fff;
  font-size: 1.25rem;
}
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inner_title {
  font-size: 4.125em;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
}
.inner_sub_title {
  font-size: 0.875em;
  text-align: center;
  margin-top: 0.01%;
  padding-bottom: 2.1%;
}
div {
  line-height: 1.5;
}
article {
  position: relative;
}
/*共通部品*/
.btn a {
  display: block;
  background: #0984ab;
  border-radius: 100vh;
  padding: 1.125em 5em;
  color: #ffff;
  width: 20%;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.btn a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/white_circle_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 35%;
}
.wrapper {
  position: relative;
  background-color: #e4e9f2;
}
.article-inner {
  max-width: 1400px;
  width: 72.9%;
  padding-top: 6.6%;
  margin: 0 auto;
  padding-bottom: 5%;
}

/*==========
ヘッダー
==========*/
header {
  display: flex;
  padding: 0 2.14%;
  width: 100vw;
  align-items: center;
  position: fixed;
  z-index: 999;
  height: 4.5vw;
  justify-content: space-between;
}
h1 {
  display: block;
  margin-right: 48%;
  flex-grow: 0;
  width: 14%;
}
h1 img {
  width: 100%;
}
.main-nav {
  flex-shrink: 0;
  width: 20vw;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-nav li {
  margin-right: 1em;
}
.contact-btn {
  width: 10.7%;
  flex-grow: 0;
}
.main-nav li a {
  font-size: 0.9vw;
}

.contact-btn a {
  width: 100%;
  text-align: center;
  padding: 12% 30%;
  border: 1px solid #000;
  border-radius: 100vh;
  font-size: 0.9vw;
}
.contact-btn a:hover {
  background-color: #565e6c;
  color: #fff;
  border: none;
}
/*アコーディオンメニュー*/
.conpany_menu {
  display: flex;
  align-items: center;
}
.conpany_menu img {
  width: 1em;
  margin-left: 0.5em;
}
.menu-child {
  display: none;
}
.main-nav li {
  position: relative;
}
/* 子メニュー展開用クラス */
.active {
  display: block;
  position: absolute;
  left: 0%;
  top: 3em;
  width: 200%;
  background: #565e6c;
  color: #fff;
  padding: 1em;
  text-align: left;
}
.active li {
  display: block;
}
.active li a {
  color: #fff;
}

.company_menu {
  cursor: pointer;
}

/*============
KV
=============*/
.kv {
  background: url(../images/kv_pc.jpg) no-repeat;
  background-size: cover;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.slider li {
  margin: 0 10px;
}
.kv-title {
  margin-top: 3.5vw;
  margin-left: 17.15vw;
  font-size: 6.25vw;
  margin-bottom: 0;
  line-height: 1.3;
}
.catch {
  margin-left: 60vw;
  margin-bottom: 5vw;
  line-height: 1.8;
}

/*============
about us
=============*/
#about_us {
  background: url(../images/about_us_bg_02.jpg) no-repeat;
  background-position: bottom left;
  padding-bottom: 10%;
  background-size: cover;
}
.abouta_us_content_1 {
  display: flex;
  position: relative;
  margin: 0 3%;
}
.about_us_content_inner {
  background-color: rgba(203, 213, 232, 0.2);
  border-radius: 50%;
  padding: 15% 5%;
  text-align: center;
  flex: 1;
  height: 100%;
}
.us_1 {
  padding: 10% 5%;
  transform: translateX(5%);
}
.us_2 {
  transform: translateX(-5%);
}
.about_us_content_inner h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 5%;
}
.about_us_content_inner p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}
.award {
  display: flex;
  width: 80%;
  margin: 10% auto;
}
.award img {
  width: 50%;
  height: auto;
}
.suport h3 {
  font-size: 1.5em;
  margin-top: 8.5%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 6%;
}
.suport_content {
  display: flex;
}
.suport_content > div > h4 {
  margin-bottom: 3%;
  margin-left: 15%;
}
.suport_content > div {
  flex: 1;
  background-size: contain;
  padding-top: 5%;
  margin: 0 1%;
}
.suport_content > div > ul {
  margin-left: 15%;
  text-align: left;
  margin-bottom: 15%;
  line-height: 1.8em;
}
.suport_content > div > ul > li {
  list-style: disc;
  margin-left: 1em;
}
.suport_1 {
  background: url(../images/support_1.png) no-repeat;
}
.suport_2 {
  background: url(../images/suport_2.png) no-repeat;
}
.suport_3 {
  background: url(../images/support_3.png) no-repeat;
}

/*================
Our Service
=================*/
#our_service {
  background-color: #565e6c;
  border-radius: 30px;
  position: relative;
  padding-bottom: 5%;
}
.title-image {
  position: absolute;
  width: 8vw;
  top: -1.9%;
  left: 20%;
}

#our_service h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.75em;
  margin-top: 8%;
}
.service_lead {
  padding-bottom: 2em;
}
.service_1 > p {
  margin: 0 0 1.75em;
}
.service_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32%);
  column-gap: 1%;
  justify-content: center;
  margin-bottom: 1%;
}
.box {
  background-color: #8f97a6;
  padding: 8%;
}
.box h5 {
  margin: 5% 0;
  font-size: 1.1em;
}
.service_inner_1 h5::before {
  content: "01";
  color: #bdd0fa;
  margin-right: 0.5em;
}
.service_inner_2 h5::before {
  content: "02";
  color: #ea73a1;
  margin-right: 0.5em;
}
.service_inne_3 h5::before {
  content: "03";
  color: #9df195;
  margin-right: 0.5em;
}
.service_inner_4 h5::before {
  content: "04";
  color: #81d0e4;
  margin-right: 0.5em;
}
.service_inner_5 h5::before {
  content: "05";
  color: #f5d1a2;
  margin-right: 0.5em;
}
.inbound {
  display: flex;
}
.inbound div {
  flex: 1;
}
.inbound_content {
  padding-left: 3%;
  line-height: 1.65;
}
.inbound_content_inner {
  background: #8f97a6;
  padding: 1em;
  margin-top: 2em;
  line-height: 1.5;
}
.service h4::before {
  content: "";
  display: inline-block;
  background: url(../images/title_triangle_icon.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 1%;
}
.card {
  padding-top: 1em;
  line-height: 1.8;
}
/*.card-title::before {
  content: "";
  display: inline-block;
  background: url(../images/title_triangle_icon.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 1%;
}*/
#link_area {
  background-color: #e4e9f2 !important;
  padding-bottom: 3%;
}
.flex {
  display: flex;
  gap: 3%;
}

/*=============
コンタクトエリア
==============*/
#contact_area {
  position: relative;
  background: linear-gradient(
    180deg,
    #e4e9f2 0%,
    #e4e9f2 70%,
    #565e6c 70%,
    #565e6c 100%
  );
  /*display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;*/
}
.area-icon {
  position: absolute;
  top: -8%;
  right: 20%;
  width: 10vw;
}
.contact_content {
  background-color: #fff;
  padding-top: 3.6%;
}
.ctn-area {
  display: flex;
}
.cta-btn {
  flex: 1;
  margin-top: 4%;
}
.cta-btn a {
  width: 80%;
  line-height: 3;
}
.cta-btn a img {
  width: 10%;
  margin-right: 5%;
  vertical-align: middle;
}
.contact_content p {
  font-size: 0.875em;
  line-height: 1.8;
}
footer {
  background-color: #565e6c;
  color: #fff;
  padding-top: 6%;
  display: block;
  padding-bottom: 6.5%;
}
.contact_footer {
  padding-bottom: 0;
}
.fotter_content {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 5%;
}
.footer_left {
  flex: 1;
}
.footer_right {
  flex: 1;
}
.footer_logo {
  width: 50%;
  margin-bottom: 10%;
}
.footer_left p {
  font-size: 0.75em;
}
.footer_right ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer_right ul li a {
  font-size: 0.875em;
  color: #fff;
}
small {
  font: 1em sans-serif;
  font-size: 0.75em;
  font-weight: 200;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.sp {
  display: none;
}

@media screen and (max-width: 1250px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    background-color: #e4e9f2;
  }
  .inner_sub_title {
    font-weight: 400;
    margin-bottom: 5vw;
  }
  /*ヘッダー*/
  .hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /*.hamburger.-active .hamburger__text::before {
    content: "閉じる";
  }*/
  .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    right: 0;
    transform: translateX(-50%);
    width: 8vw;
    background-color: #172e59;
    transition: 0.4s;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
  }
  .hamburger__line:before {
    top: -2vw;
  }
  .hamburger__line:after {
    top: 2vw;
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  /*.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
  }*/
  .header {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .header-logo {
    width: 50%;
    max-width: 250px;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
    align-items: center;
    width: 100%;
  }
  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
    width: 100%;
  }
  .global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
  }
  .global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 500;
    transition: color 0.4s;
    font-family: "Poppins", sans-serif;
  }
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
  }
  .global-navigation__link.-accordion::after {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    background: url(../images/menu_triangle_under.png) no-repeat;
    transform: translateY(-50%);
    transition: transform 0.4s;
    background-size: contain;
  }

  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }
  .accordion__list li {
    font-size: 0.75rem;
  }
  .accordion__list li + li {
    margin-top: 21px;
  }
  .accordion__link {
    color: #172e59;
  }
  .aco-btn a {
    width: 100%;
    font-size: 0.9rem;
  }
  .aco-btn-area {
    border: none !important;
  }
  .line {
    margin-top: 100px;
  }
  /*kv*/
  .kv {
    background: url(../images/kv_sp.jpg) no-repeat;
    background-size: 100% auto;
    padding-bottom: 10%;
    background-color: #f9f9f9;
  }
  .kv-title {
    font-size: 12vw;
    margin-top: 30.5vw;
    margin-left: 5vw;
  }
  .catch {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 4vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .inner_title {
    font-size: 3.5em;
  }
  #about_us {
    background-position: center;
    padding-bottom: 20vw;
  }
  .abouta_us_content_1 {
    display: block;
  }
  .article-inner {
    width: 90%;
  }
  .about_us_content_inner h3 {
    font-size: 4vw;
  }
  .us_1 {
    transform: none;
    padding-top: 15vw;
  }
  .about_us_content_inner p {
    font-size: 3vw;
  }
  .us_2 {
    transform: translate(0, -10vw);
    padding-top: 30vw;
  }
  .suport_content {
    display: block;
  }
  .suport h3 {
    font-size: 5vw;
  }
  .suport_content > div {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }

  .suport_content > div > h4 {
    font-size: 4vw;
    font-weight: 500;
    margin-top: 8vw;
  }
  .suport_content > div > ul > li {
    font-size: 4vw;
    line-height: 2;
  }
  .btn a {
    width: 90%;
    font-size: 3.2vw;
  }
  .btn a::after {
    width: 5vw;
    height: 5vw;
  }

  .title-image {
    width: 20vw;
    top: -1%;
    left: 10vw;
  }
  #our_service {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .service_content {
    display: block;
  }
  .box {
    margin-bottom: 10vw;
  }
  .box p {
    font-size: 3.2vw;
  }
  .service_content:last-child {
    margin-bottom: 20vw;
  }
  #our_service h4 {
    font-size: 5vw;
    font-weight: 400;
  }
  .service h4::before {
    height: 14px;
    width: 15px;
  }
  .service_lead {
    padding-bottom: 2em;
    font-size: 4vw;
  }
  .box img {
    width: 100%;
  }
  .box h5 {
    font-size: 4vw;
  }
  div {
    font-size: 3vw;
  }
  .inbound {
    display: block;
  }
  .inbound div {
    margin-bottom: 5vw;
  }
  #link_area > div > .flex {
    display: block;
    /*margin-bottom: 30vw;*/
  }
  #link_area > div > .flex a {
    display: block;
    margin-bottom: 3vw;
  }
  /*#link_area {
    padding-bottom: 20vw;
  }*/
  .area-icon {
    top: -7vw;
    right: 10vw;
    width: 25vw;
  }
  #contact_area > .article-inner {
    padding-top: 10vw;
  }

  .contact_content p {
    font-size: 3vw;
    padding: 0 5vw;
  }
  .ctn-area {
    display: block;
  }
  /*フッター*/
  footer {
    margin-bottom: 48%;
  }
  .fotter_content {
    display: block;
    text-align: center;
    width: 90vw;
  }
  .footer_logo {
    width: 50%;
    margin: 0 auto 10vw;
  }
  .footer_left {
    flex: 1;
    margin-bottom: 10vw;
  }
  .footer_right ul {
    grid-template-columns: 1fr 1fr;
  }
}

/*=============
 下層ページ
 =============*/
.bg-green {
  background-color: #13b5b1;
}
.btn-title {
  width: 50%;
  color: #fff;
  padding: 1.25em;
  border-radius: 100vh;
  text-align: center;
  background-color: #565e6c;
  margin: 0 auto 5% !important;
}
.bg-green {
  background-color: #13b5b1;
}

/*=============
 about us
 =============*/

.second-top {
  background: url(../images/second_header_pc_01.jpg) no-repeat bottom;
  background-size: cover;
  width: 100vw;
  height: 27vw;
}
.second-top > div > h2 {
  text-align: left;
  padding-top: 6vw;
}
/*パンくずリスト*/

.breadcrumbs {
  display: flex;
  justify-content: end;
  margin-right: 10vw;
}
.breadcrumbs li:first-child::after {
  content: "/";
  color: #bbbaba;
  margin: 1em;
}

.page_menu {
  background-color: #fff;
}
.page_menu .article-inner {
  background-color: #e4e9f2;
  padding: 5% 1%;
}
.menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
.menu_list li {
  background-color: #fff;
  border-radius: 100vh;
  padding: 1em 5.3em;
  font-size: 0.875em;
  position: relative;
}
.menu_list li::after {
  content: "";
  display: inline-block;
  background: url(../images/jump_icon.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 1em;
}
.memu_title {
  font-size: 1.5em;
  margin-bottom: 1em;
}

#feature {
  background: url(../images/future_bg_02.jpg) no-repeat;
  background-position: top left;
  padding-bottom: 10%;
  background-size: cover;
}

#choose_us {
  background-color: #565e6c;
  border-radius: 50px 50px 0 0;
}
#choose_us .article-inner .title-image {
  top: -0.6%;
}
#choose_us h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.75em;
  margin-top: 8%;
}
.chose_inner_1 {
  padding: 3% 8%;
  margin-bottom: 3px;
}
.chose_inner_1 p {
  background-color: #565e6c;
  margin-top: 5%;
  padding: 1em 1.2em;
  font-size: 0.875em;
  line-height: 1.8;
}
.chose_inner_2 p {
  margin-top: 5%;
  padding: 1em 1.2em;
  font-size: 0.875em;
  line-height: 1.8;
}
.choose_arrow_pc {
  display: flex;
  justify-content: center;
  width: 60%;
  margin: 5% auto;
  gap: 3%;
}
.cchoose_arrow_pc div {
  width: 30%;
}
.logo_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1%;
}
#flow .article-inner {
  padding-top: 5%;
}
#flow .article-inner p {
  margin: 3%;
}
.flow_img {
  background-color: #fff;
  border-radius: 50px;
  padding: 3%;
}
.flow_btn a {
  padding: 1.125em 3em;
  width: 30%;
  margin: 3% auto 0 0;
}
/*アコーディオン*/
.q_contact {
  background-color: #e9eef2;
  background-image: url(../images/last_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 10%;
}

#q-a {
  position: relative;
}

.qa_bottom_img {
  position: absolute;
  width: 20%;
  bottom: -10%;
}

.qa {
  width: 70%;
  margin: 3% auto;
}
.size-32 {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1rem;
}
/*アコーディオン*/
.answer {
  display: none;
  padding: 1em;
  background: #fff;
  position: relative;
  text-align: left;
  font-size: 1.125rem;
  border-top: 1px solid #ccc;
  text-indent: -3em;
  padding-left: 4.5em;
}
/*.answer p {
  color: #006f89;
}*/
.qa-open {
  padding: 2%;
  background: #fff;
  position: relative;
  text-align: left;
  color: #003b49;
  font-weight: 700;

  font-size: 1.125rem;
}

.qa-open::before {
  /* 閉じている時 */
  content: "＋";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.qa-open.active_faq::before {
  /* 開いている時 */
  content: "－";
}
.qa-open > span {
  font-weight: 500;
}
.answer > p > span {
  font-weight: 500;
}
.choose_arrow_sp {
  display: none;
}

/*about us レスポンシブ*/
@media screen and (max-width: 1250px) {
  .menu_list {
    grid-template-columns: 1fr 1fr;
  }
  .menu_list li {
    padding: 1.5vw;
  }
  .menu_list li::after {
    width: 5vw;
    height: 5vw;
    right: 1vw;
    top: 1vw;
  }
  .article-inner {
    padding-top: 5vw;
  }
  #feature .article-inner {
    padding-top: 10vw;
  }
  #feature .article-inner h3 {
    margin-bottom: 5vw;
  }
  #choose_us h4 {
    font-size: 5vw;
    font-weight: 400;
  }
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .chose_inner_1,
  .chose_inner_2 {
    width: 800px;
  }
  .btn-title {
    width: 100%;
  }
  /*スクロールバー全体の高さ
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  スクロールバー全体の背景
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  スクロールバーの動く部分
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  スクロールバーの動く部分のホバー（マウスオーバー）
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }*/
  .choose_arrow_pc {
    display: none;
  }
  .choose_arrow_sp {
    display: block;
    width: 80vw;
    margin: 0 auto 10vw;
  }
  .green {
    color: #13b5b1;
  }
  .number {
    font-size: 13.3vw;
    line-height: 1;
  }
  .flow_title_img {
    width: 50vw;
    margin: 0 auto;
  }
  .flow_btn a {
    padding: 1.125em 3em;
    width: 80vw;
    margin: 0 auto 15vw;
  }
  .flow_content p {
    margin-bottom: 8vw !important;
    line-height: 1.8;
  }
  .att {
    font-size: 3.7vw;
    font-weight: 700;
    margin-bottom: 0 !important;
  }
  #q-a {
    background-color: #e4e9f2;
  }
  #q-a .article-inner {
    padding-top: 10vw;
  }
  .qa {
    width: 90%;
  }
  .qa-open {
    padding: 2vw 9vw;
    font-size: 2.5vw;
    text-indent: -5vw;
  }
  .answer {
    padding: 2vw 6vw;
    font-size: 2.5vw;
    text-indent: -5vw;
    color: #000;
  }
  .size-32 {
    font-size: 4vw;
  }
}
/*===============
Company profile
================*/
#company {
  background-color: #fff;
  padding-bottom: 5%;
  margin-bottom: 10%;
}
table {
  width: 100%;
  line-height: 2;
}
table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tr:nth-of-type(even) {
  background-color: #ffff;
}
table {
  border-collapse: collapse;
  margin-bottom: 15%;
}
table,
tr,
th,
td {
  border: none;
  padding: 2% 1%;
}
th {
  width: 20%;
  text-align: left;
  padding-left: 5%;
  font-weight: 700;
}
td {
  padding-left: 1em;
}
.access h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 2em;
  position: relative;
}
.access h2::before {
  content: "";
  display: inline-block;
  background: url(../images/title_triangle_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 25%;
}
.access p {
  padding-top: 3%;
  padding-bottom: 3%;
}
.label {
  background-color: #0984ab;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 100vh;
  margin-right: 2%;
  text-align: center;
  color: #ffff;
}
.station {
  display: flex;
  align-items: center;
}
.map-wrap {
  max-width: 100%; /* ここに横幅を指定 */
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .label {
    width: 30%;
    padding: 0 1em;
    margin-right: 2%;
  }
}

/*============
Service
============*/

#abroad {
  background-color: #fff;
}
#abroad > .article-inner > h3,
#inbound > .article-inner > h3,
#case_study > .article-inner > h3 {
  font-size: 1.7em;
  padding-bottom: 0.5em;
  border-bottom: 1px;
  border-bottom: 1px solid #000;
  margin-bottom: 5%;
  padding-left: 1em;
}
#abroad > .article-inner > h3::before,
#inbound > .article-inner > h3::before,
#case_study > .article-inner > h3::before {
  content: "";
  display: inline-block;
  background: url(../images/title_triangle_icon.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 1%;
}
.service_card {
  background-color: #565e6c;
  border-radius: 50px;
  padding: 7%;
  color: #fff;
  margin-bottom: 2%;
}
.service_content_01 {
  display: flex;
}
.service_content_01 img {
  width: 50%;
  height: auto;
}
.service_inner {
  padding-left: 5%;
}
.service_inner > p:first-child {
  color: #bdd0fa;
}
.service_content_01 h4 {
  font-size: 1.875em;
  margin: 1.9% 0 3.9%;
}
.section_title li {
  list-style: disc;
}
.section_title {
  margin: 2% 1%;
}
.service_content_02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
}
.service_content_02 div {
  background-color: #8f97a6;
  padding: 5%;
}
.service_content_02 h4 {
  font-size: 1.25em;
  padding: 2% 0 3%;
}
.service_card:nth-of-type(n + 4) {
  width: 90%;
  border-radius: 0;
  margin: 0 auto 2%;
}
.service_04 > .service_inner p,
.service_05 > .service_inner p {
  display: inline;
  font-size: 1.25em;
}
.service_04 > .service_inner h4,
.service_05 > .service_inner h4 {
  display: inline;
  font-size: 1.25em;
  font-weight: 400;
}
.service_04 > .service_inner p:last-child,
.service_05 > .service_inner p:last-child {
  display: block;
  margin-top: 10%;
  font-size: 0.875em;
}
.service_04 img,
.service_05 img {
  flex: 1;
  width: 50%;
}
.service04 .service_inner,
.service05 .service_inner {
  flex: 1;
}
.service_02 .service_inner > p:first-child {
  color: #ea73a1;
}
.service_03 .service_inner > p:first-child {
  color: #9df195;
}
.service_04 .service_inner > p:first-child {
  color: #81d0e4;
}
.service_05 .service_inner > p:first-child {
  color: #f5d1a2;
}
.supplement {
  background: #8f97a6;
  padding: 3%;
}
.case_study_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
}
.case_card {
  background: #8f97a6;
  position: relative;
  padding: 8%;
  color: #fff;
}
.cade_label {
  height: 10%;
  position: absolute;
  color: #000;
  text-align: center;
  width: 80%;
  padding: 0.5em;
  top: -10%;
  left: 0;
  line-height: inherit;
}
.bg_skyblue {
  background-color: #bdd0fa;
}
.bg_green {
  background-color: #9df195;
}
.bg_blue {
  background-color: #81d0e4;
}
.case_card h5 {
  font-size: 1em;
  margin: 5% 0;
}
/*==============
悩みコンテンツ
==============*/

.worries-wrapper {
  background-color: #fff;
}
#worries {
  width: 100%;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff;
}
#worries h2 {
  font-size: 2.25em;
  text-align: center;
  margin-bottom: 55px;
}
.dots {
  position: relative;
}
.dots::before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(
    circle 10px,
    #02b3b3 50%,
    transparent 50%
  );
  background: radial-gradient(circle 10px, #006f89 50%, transparent 50%);
}
.worries_content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.worries_content_inner {
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
  height: 300px;
}
.worries-01 {
  background-color: #fff;
  position: relative;
  flex: 1;
  margin-top: 50px;
}
.worries-title {
  position: absolute;
  top: -2em;
  width: 420px;
  height: 105px;
  z-index: 3;
  /*background-image: url(../images/bubble.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}
.title_01 {
  position: relative;
}
.title_01 p {
  position: absolute;
  top: 1em;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.worries-01 ul {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #e4e9f2;
}
.worries-01 ul li {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 2em;
  position: relative;
  padding-left: 3em;
}
.worries-01 ul li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/list-img.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 1em;
}
.att {
  text-align: right;
  margin-top: 0.5em !important;
  margin-bottom: 0 !important;
  font-size: 0.8em;
}
/*====================
ワンストップで対応可能
=====================*/
#one-stop {
  text-align: center;
  margin-top: 5em;
  background-color: #e4e9f2;
}
.title_area {
  padding-top: 2em;
}
.title-icon {
  width: 62px;
  height: auto;
  margin: 0 auto;
}
.content_3_title {
  font-size: 1.625em;
}
.service_title {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.one-stop-content {
  width: 71.4%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.appeal {
  margin-top: 50px;
  line-height: 1.5em;
  font-size: 1.25em;
  font-weight: 500;
  color: #002a2f;
}
.small {
  font-weight: 400;
  font-size: 1em;
  margin-top: 1em;
}

/*レスポンシブ*/
@media screen and (max-width: 1250px) {
  .service_content_01 {
    display: block;
  }
  .service_content_01 img {
    width: 100%;
  }
  .service_inner {
    margin-top: 5vw;
    padding-left: 0;
  }
  .service_content_01 h4 {
    font-size: 5.33vw;
  }
  .section_title {
    margin: 3vw;
  }
  .service_content_02 {
    display: block;
  }
  .service_content_02 div {
    margin-bottom: 1vw;
  }
  .service_04 > .service_inner p:last-child,
  .service_05 > .service_inner p:last-child {
    margin-top: 5vw;
  }
  .service_card {
    border-radius: 5vw;
  }
  .supplement {
    padding: 5vw;
  }
  .case_study_inner {
    display: block;
  }
  .slider_content {
    margin-top: 25vw;
  }

  .prev-arrow,
  .next-arrow {
    width: 10%;
    height: auto;
    position: absolute;
    top: 50vw;
    z-index: 99;
  }
  .next-arrow {
    right: 0;
  }
  .cade_label {
    line-height: 6vw;
  }
  .slick-slide img {
    width: 100%;
  }
  #case_study {
    margin-bottom: 10vw;
  }
  /*追加*/
  #worries {
    background-color: #fff;
  }
  #worries h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 55px;
    margin-top: 20px;
  }
  .worries_content {
    margin: 15vw auto 0;
  }
  .worries_content_inner {
    display: block;
    height: auto;
  }
  .worries-title {
    width: 80%;
    height: auto;
  }
  .worries-01:first-child {
    margin-bottom: 20vw;
  }
  .title_01 p {
    font-size: 4vw;
  }
  #one-stop {
    position: static;
    background-color: #fff;
    margin-top: 0;
  }
  .title_area {
    padding-top: 5em;
  }
  .service_cta {
    margin-top: 10vw;
  }
  .worries-01 ul {
    background-color: #e4e9f2;
  }
  .one-stop-title {
    padding-top: 0;
  }
}

/*=========
Offifer
==========*/
#officer {
  background-color: #fff;
  /*margin-bottom: 5%;*/
  border-radius: 0 0 50px 50px;
  padding-bottom: 3%;
}
.member h3 {
  font-size: 1.845em;
}
.member h4 {
  font-size: 0.75em;
  padding-bottom: 3%;
}
.profile {
  border-top: 1px solid #000;
  margin-bottom: 5%;
}
.other_member {
  display: flex;
  justify-content: space-around;
}
.officer_contact {
  padding-top: 50px;
}

/*レスポンシブ*/
@media screen and (max-width: 1250px) {
  .other_member {
    display: block;
  }
  .other_member > div {
    margin-bottom: 3vw;
  }
}

/*==========
Thanks Page
==========*/
#thanks h1 {
  margin: 50px 0 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
#thanks {
  text-align: center;
  padding-top: 100px;
}

/*==========
追従バナー
===========*/

.footer_bnr {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s ease;
  opacity: 1;
  display: block;
  visibility: visible;
  background-color: #565e6c;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.footer_bnr.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bnr_content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}
.footer_bnr a {
  display: block;
  width: 40%;
}
.bnr_content a img {
  background-color: #fff;
  border-radius: 15px;
}
.bnr_content a img :hover {
  opacity: 0.9;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 1250px) {
  .bnr_content {
    display: block;
    width: 80%;
    padding: 0;
  }
  .footer_bnr a {
    width: 100%;
    padding: 5px 0;
  }
}
