@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
/* 基本的なクラスや要素の設定　
============================================================================ */
/* SCSS メディアクエリ */
/* フォントサイズをremに変換するmixin */
/* フレックスボックス */
/* 横幅の計算 */
/* header部分　
============================================================================== */
/* メインビジュアル部分　
============================================================================== */
.main_page {
  height: 450px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main_page {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .main_page {
    height: 50vw;
  }
}
.main_page .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
}
.main_page .pagettl {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 1.125rem;
  }
}
.main_page .pagettl em {
  display: block;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main_page .pagettl em {
    font-size: 2.5rem;
  }
}
.main_page.main_service {
  background: url(images/service/bg_main.svg) center center/cover no-repeat;
}
.main_page.main_analysis {
  background: url(images/analysis/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_seo {
  background: url(images/seo/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_webmarketing {
  background: url(images/webmarketing/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_homepage {
  background: url(images/homepage/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_consulting {
  background: url(images/consulting/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_works {
  background: url(images/works/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_company {
  background: url(images/company/bg_main.svg) center center/cover no-repeat;
}
.main_page.main_recruit {
  background: url(images/recruit/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_contact {
  background: url(images/contact/bg_main.svg) center center/cover no-repeat;
}
.main_page.main_privacy {
  background: url(images/privacy/bg_main.svg) center center/cover no-repeat;
}
.main_page.main_information {
  background: url(images/information/bg_main.svg) center center/cover no-repeat;
}
.main_page.main_blog {
  background: url(images/blog/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_voice {
  background: url(images/voice/bg_main.jpg) center center/cover no-repeat;
}
.main_page.main_member {
  background: url(images/member/bg_main.svg) center center/cover no-repeat;
}

/* 共通パーツ
============================================================================== */
.ttl_cmn2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .ttl_cmn2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.over_cmn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: unset;
  padding: 0rem calc(50vw - 50%) 0rem 0;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media (min-width: 1200px) {
  .over_cmn {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .over_cmn {
    padding: 0rem calc(50vw - 50%);
  }
}
.over_cmn:not(:last-child) {
  margin-bottom: 12.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .over_cmn:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.over_cmn::before {
  content: "";
  width: calc(100% - 325px);
  height: 350px;
  background-color: rgba(80, 80, 80, 0.5);
  position: absolute;
  top: 250px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn::before {
    width: calc(100% - 225px);
    height: 300px;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .over_cmn::before {
    width: 70vw;
    height: 50vh;
    top: 20vh;
  }
}
.over_cmn figure {
  width: calc(100% - 550px);
  text-align: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn figure {
    width: 54.1666666667%;
  }
}
@media (max-width: 767px) {
  .over_cmn figure {
    width: 100%;
    position: absolute;
  }
}
.over_cmn .txt {
  width: 600px;
  background-color: #fff;
  padding: 3rem 3%;
  position: relative;
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn .txt {
    width: 66.6666666667%;
  }
}
@media (max-width: 767px) {
  .over_cmn .txt {
    width: 100%;
    padding: 2rem 4% 1.5rem;
    margin-top: 45vw;
  }
}
.over_cmn .txt .num {
  overflow: hidden;
  position: absolute;
  top: -2.5rem;
  left: 7%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn .txt .num {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .over_cmn .txt .num {
    left: 4%;
  }
}
.over_cmn .txt .num span {
  font-size: 4.375rem;
  color: #808080;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: -0.3em;
}
.over_cmn .txt p:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .over_cmn .txt p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .over_cmn .txt p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.over_cmn:not(.reverse)::before {
  right: 0;
}
.over_cmn:not(.reverse) figure {
  left: 0;
}
.over_cmn:not(.reverse) .txt {
  margin-left: -50px;
}
@media (max-width: 767px) {
  .over_cmn:not(.reverse) .txt {
    margin-left: 0;
  }
}
.over_cmn.reverse {
  flex-direction: row-reverse;
  padding: 0rem 0 0rem calc(50vw - 50%);
}
@media (max-width: 767px) {
  .over_cmn.reverse {
    padding: 0rem calc(50vw - 50%);
  }
}
.over_cmn.reverse::before {
  left: 0;
}
.over_cmn.reverse figure {
  right: 0;
}
.over_cmn.reverse .txt {
  margin-right: -50px;
}
@media (max-width: 767px) {
  .over_cmn.reverse .txt {
    margin-right: 0;
  }
}

/* service　サービス
============================================================================== */
/* analysis　分析
============================================================================== */
.analysis_first p.txt01 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .analysis_first p.txt01 {
    margin-bottom: 2rem;
  }
}

/* seo　検索対策
============================================================================== */
.seo_first p.txt01 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .seo_first p.txt01 {
    margin-bottom: 2rem;
  }
}

/* homepage　ホームページ制作
============================================================================== */
.homepage_first p.txt01 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .homepage_first p.txt01 {
    margin-bottom: 3rem;
  }
}
.homepage_first ul li {
  background-color: #fff;
  padding: 3rem 3%;
  position: relative;
}
@media (max-width: 767px) {
  .homepage_first ul li {
    padding: 2rem 4% 1rem;
  }
}
.homepage_first ul li:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .homepage_first ul li:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.homepage_first ul li .num {
  overflow: hidden;
  position: absolute;
  top: -2.4rem;
  left: 3%;
}
@media (max-width: 767px) {
  .homepage_first ul li .num {
    left: 4%;
  }
}
.homepage_first ul li .num span {
  font-size: 4.375rem;
  color: #FFC107;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: -0.3em;
}

/* consulting　ECサイトコンサルティング
============================================================================== */
.consulting_first p.txt01 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .consulting_first p.txt01 {
    margin-bottom: 2rem;
  }
}
.consulting_first .box {
  border: 2px solid #00349D;
  padding: 3rem 4%;
}
@media (max-width: 767px) {
  .consulting_first .box {
    padding: 2rem 4% 1rem;
  }
}
.consulting_first .box h3 {
  display: table;
  background-color: #F4F3F3;
  text-align: center;
  padding: 0 2em;
  margin: -4.5rem auto 1.7rem;
}
@media (max-width: 767px) {
  .consulting_first .box h3 {
    margin: -4rem auto 1rem;
  }
}
.consulting_first .box .area {
  background-color: #fff;
  padding: 3rem 4%;
}
@media (max-width: 767px) {
  .consulting_first .box .area {
    padding: 1.5rem 4%;
  }
}
.consulting_first .box .area ul {
  margin-bottom: 1.5rem;
}
.consulting_first .box .area ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: unset;
}
.consulting_first .box .area ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.consulting_first .box .area ul li .num {
  overflow: hidden;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .consulting_first .box .area ul li .num {
    width: 10%;
    margin-right: unset;
  }
}
.consulting_first .box .area ul li .num span {
  font-size: 1.5rem;
  color: #FFC107;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: -0.3em;
  position: relative;
  bottom: -0.1em;
}
@media (max-width: 767px) {
  .consulting_first .box .area ul li .num span {
    font-size: 1.125rem;
    bottom: unset;
  }
}
.consulting_first .box .area ul li p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .consulting_first .box .area ul li p {
    width: 90%;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.consulting_first .box .area .caution {
  background-color: #00349D;
  color: #fff;
  text-align: center;
  padding: 0.4rem 1em;
}

/* works　制作実績
============================================================================== */
.works_pass p.txt01 {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .works_pass p.txt01 {
    margin-bottom: 1.5rem;
  }
}
.works_pass form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
}
.works_pass form label {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: 1.8rem;
}
@media (max-width: 767px) {
  .works_pass form label {
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-right: 0.8rem;
  }
}
.works_pass form input[type=password] {
  width: 600px;
  height: 60px;
  background-color: #fff;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .works_pass form input[type=password] {
    width: 40vw;
    height: 2rem;
  }
}
.works_pass form input[type=submit] {
  width: 60px;
  height: 60px;
  background-color: #00349D;
  color: #fff;
}
@media (max-width: 767px) {
  .works_pass form input[type=submit] {
    width: 15vw;
    height: 2.8rem;
  }
}

.works_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
}
.works_list ul::after {
  content: "";
  width: 23.5%;
}
.works_list ul li {
  width: 23.5%;
}
@media (min-width: 1200px) {
  .works_list ul li:nth-child(n+5) {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .works_list ul li:nth-child(n+5) {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .works_list ul li {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .works_list ul li:nth-child(n+3) {
    margin-top: 2rem;
  }
}
.works_list ul li .img {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .works_list ul li .img {
    margin-bottom: 0.5rem;
  }
}
.works_list ul li .cate {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.2rem 1rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .works_list ul li .cate {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.works_list ul li .cate.cate_corporate {
  background-color: rgba(0, 52, 157, 0.1);
}
.works_list ul li h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .works_list ul li h3 {
    font-size: 0.875rem;
  }
}

/* company　会社概要
============================================================================== */
.company_first .lump .challenge {
  height: 214px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset;
  background-color: #303030;
  padding-left: 4%;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .company_first .lump .challenge {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
    align-content: unset;
    padding: 0 3% 1rem;
  }
}
.company_first .lump .challenge .img {
  max-height: 100%;
  display: flex;
  flex-wrap: unset;
  justify-content: center;
  align-items: center;
  align-content: unset;
}
@media (max-width: 767px) {
  .company_first .lump .challenge .img {
    margin: -2rem auto 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company_first .lump .challenge .img img {
    max-width: 30vw;
  }
}
.company_first .lump .challenge .txt_sub {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company_first .lump .challenge .txt_sub {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .company_first .lump .challenge .txt_sub {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin: 0 1em 0 0;
  }
}
.company_first .lump .challenge h3 {
  font-size: 7.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company_first .lump .challenge h3 {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .company_first .lump .challenge h3 {
    font-size: 3.125rem;
  }
}
.company_first .lump .challenge h3 strong {
  font-size: 4.375rem;
  color: #aaa;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  transform: translateX(50%) rotate(-20deg);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company_first .lump .challenge h3 strong {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .company_first .lump .challenge h3 strong {
    font-size: 1.875rem;
  }
}

.company_profile .map {
  position: relative;
  width: 100%;
  padding-top: 450px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company_profile .map {
    padding-top: 100%;
  }
}
.company_profile .map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .company_profile .map iframe {
    top: -30vw;
    height: calc(100% + 30vw + 30vw);
  }
}

.tbl_company {
  width: 100%;
  margin-bottom: 3rem;
}
.tbl_company th, .tbl_company td {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 1.8rem 0;
}
@media (max-width: 767px) {
  .tbl_company th, .tbl_company td {
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 1.5rem 0;
  }
}
.tbl_company th {
  width: 16.6666666667%;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .tbl_company th {
    width: 22%;
  }
}
.tbl_company td {
  width: 83.3333333333%;
  font-weight: 400;
  padding-left: 1em;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .tbl_company td {
    width: 78%;
  }
}

/* recruit　採用情報
============================================================================== */
.recruit_first {
  padding-bottom: 0;
}
.recruit_first .lump {
  height: 480px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  background-color: #fff;
  padding-left: calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .recruit_first .lump {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
    align-content: unset;
    padding: 1.5rem 4%;
    margin: 0;
  }
}
.recruit_first .lump .txt {
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  .recruit_first .lump .txt {
    padding-right: 0;
  }
}
.recruit_first .lump .img {
  max-height: 100%;
  display: flex;
  flex-wrap: unset;
  justify-content: center;
  align-items: center;
  align-content: unset;
}
@media (max-width: 767px) {
  .recruit_first .lump .img {
    margin: 1rem auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .recruit_first .lump .img img {
    max-width: 35vw;
  }
}

/* contact　お問い合わせ
============================================================================== */
.contact_form p.txt01 {
  margin-bottom: 3rem;
}

/* テーブル部分　基本 */
.tbl_contact {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 15px;
}
.tbl_contact .col_th {
  width: 35%;
}
@media (max-width: 767px) {
  .tbl_contact .col_th {
    display: none;
  }
}
.tbl_contact .col_td {
  width: 65%;
}
@media (max-width: 767px) {
  .tbl_contact .col_td {
    display: none;
  }
}
.tbl_contact th, .tbl_contact td {
  padding: 1.25rem 0;
}
@media (max-width: 767px) {
  .tbl_contact th, .tbl_contact td {
    padding: 0.5rem 0;
  }
}
.tbl_contact th {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .tbl_contact th {
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
}
.tbl_contact td {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .tbl_contact td {
    display: block;
    width: 100%;
  }
}

/* テーブル　細かい部分 */
.tbl_contact .required {
  position: relative;
}
.tbl_contact .required::after {
  content: "必須";
  background-color: #777;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  padding: 0.2rem 0.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tbl_contact .required::after {
    right: 0;
    padding: 0.2rem 0.5rem;
  }
}
.tbl_contact .required.th_textarea::after {
  top: 1.8rem;
}
@media (max-width: 767px) {
  .tbl_contact .required.th_textarea::after {
    top: 50%;
  }
}

.tbl_contact .any {
  position: relative;
}
.tbl_contact .any::after {
  content: "任意";
  background-color: #777;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  padding: 0.2rem 0.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tbl_contact .any::after {
    right: 0;
    padding: 0.2rem 0.5rem;
  }
}

/* （入力エリア） */
.tbl_contact td input[type=text],
.tbl_contact td input[type=tel],
.tbl_contact td input[type=email] {
  background: #fff;
  padding: 3px 5px;
}
.tbl_contact td input[type=text],
.tbl_contact td input[type=email] {
  width: 100%;
}
.tbl_contact td input[type=tel] {
  width: 70%;
}
.tbl_contact td textarea {
  width: 100%;
  height: 267px;
  background: #fff;
  padding: 5px;
}
.tbl_contact td span.wpcf7-list-item {
  margin: 0 2em 0 0;
}

.th_textarea {
  vertical-align: top;
}

/* （確認ページはございません～） */
.check_confirm {
  width: 65%;
  background-color: #fff;
  font-size: 1rem;
  color: inherit;
  text-align: center;
  padding: 0.5rem 0;
  margin: 40px 0 1rem auto;
}
@media (max-width: 767px) {
  .check_confirm {
    width: 100%;
    font-size: 0.875rem;
    margin: 1rem 0;
  }
}
.check_confirm label {
  padding: 20px;
}
.check_confirm span {
  margin-right: 5px;
}

.link_privacy {
  display: block;
  font-size: 1rem;
  color: #00349D;
  line-height: 1.3;
  text-align: center;
  margin-left: 35%;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .link_privacy {
    font-size: 0.875rem;
    margin-left: 0;
  }
}

/* （送信／リセットボタン） */
.btn_submit {
  display: table;
  margin: 0 auto;
  position: relative;
}
.btn_submit::after {
  content: "";
  width: 50px;
  border-bottom: 1px solid #222;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%);
}
.btn_submit input[type=submit] {
  width: 300px;
  height: 64px;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.btn_submit input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  transition: all 1s;
}

/* （選択できないときは色を薄く表示する） */
.btn_submit input[type=submit][disabled] {
  opacity: 0.3;
}

/* （確認チェックが入っている時のみカーソルが変わる ※SPでは機能しない） */
.btn_submit input[type=submit]:not([disabled]):hover {
  cursor: pointer;
  opacity: 0.8;
}

/* （ajax-loaderを消す　送信ボタンの→） */
.ajax-loader {
  display: none !important;
}

/* privacy　プライバシーポリシー
============================================================================== */
.privacy_first p.txt01 {
  margin-bottom: 2rem;
}
.privacy_first ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.privacy_first ul li span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.4rem 0;
}
.privacy_first ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: unset;
  margin: 0.5rem 0;
}

.btn_contact a {
  width: 200px;
  height: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .btn_contact a {
    padding: 0.5rem;
  }
}
.btn_contact a i {
  font-size: 1.125rem;
  color: #000;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .btn_contact a i {
    font-size: 0.9375rem;
    margin-right: 0.4rem;
  }
}
.btn_contact a p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn_contact a p {
    font-size: 0.875rem;
  }
}
.btn_contact a:hover {
  background-color: #000;
  transition: all 1s;
}
.btn_contact a:hover i, .btn_contact a:hover p {
  color: #fff;
  transition: all 1s;
}

/* information　お知らせ
============================================================================== */
.news_single {
  padding: 5rem 0 5.5rem;
}
@media (max-width: 767px) {
  .news_single {
    padding: 2rem 0 3rem;
  }
}
.news_single article {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 4% 4rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .news_single article {
    padding: 1.5rem 1rem 2rem;
  }
}
.news_single article h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
}
.news_single article .date {
  text-align: right;
  margin-bottom: 1rem;
}
.news_single nav.news ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.news_single nav.news ul li {
  font-weight: 700;
}

/* blog
============================================================================== */
.blog_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
}
.blog_list ul::after {
  content: "";
  width: 31.1666666667%;
}
.blog_list ul:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog_list ul:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.blog_list ul li {
  width: 31.1666666667%;
}
@media (min-width: 1200px) {
  .blog_list ul li:nth-child(n+4) {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_list ul li:nth-child(n+4) {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .blog_list ul li {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .blog_list ul li:nth-child(n+3) {
    margin-top: 3rem;
  }
}
.blog_list ul li .img {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blog_list ul li .img {
    margin-bottom: 0.5rem;
  }
}
.blog_list ul li .cate {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.2rem 1rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .blog_list ul li .cate {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.blog_list ul li .cate.cate_blog {
  background-color: rgba(0, 52, 157, 0.2);
}
.blog_list ul li .cate.cate_ec {
  background-color: rgba(0, 52, 157, 0.1);
}
.blog_list ul li h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .blog_list ul li h3 {
    font-size: 0.875rem;
  }
}

.blog_single .top {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .blog_single .top {
    margin-bottom: 1.5rem;
  }
}
.blog_single .top .post_ttl {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog_single .top .post_ttl {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.blog_single .top .cate {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.2rem 1rem;
  margin-right: 1.5rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .blog_single .top .cate {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.blog_single .top .cate.cate_ec {
  background-color: rgba(0, 52, 157, 0.1);
}
.blog_single .top .cate.cate_blog {
  background-color: rgba(0, 52, 157, 0.2);
}
.blog_single .top .date {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .blog_single .top .date {
    font-size: 0.8125rem;
  }
}
.blog_single .sidewrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: unset;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog_single .sidewrap {
    margin-bottom: 2rem;
  }
}
.blog_single .sidewrap .maincontent {
  width: 62.5%;
}
@media (max-width: 767px) {
  .blog_single .sidewrap .maincontent {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.blog_single .sidewrap .sidecontent {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .blog_single .sidewrap .sidecontent {
    width: 100%;
  }
}
.blog_single .lump:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog_single .lump:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.blog_single .lump .img {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .blog_single .lump .img {
    margin-bottom: 1rem;
  }
}
.blog_single .lump h3 {
  background-color: #fff;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.5rem 5%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog_single .lump h3 {
    font-size: 1.25rem;
    padding: 1rem 4%;
    margin-bottom: 0.8rem;
  }
}
.blog_single .box {
  border: 2px solid #00349D;
  padding: 3rem 4%;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .blog_single .box {
    padding: 2rem 4% 1rem;
    margin-bottom: 2rem;
  }
}
.blog_single .box h3 {
  display: table;
  background-color: #F4F3F3;
  text-align: center;
  padding: 0 2em;
  margin: -4.5rem auto 1.7rem;
}
@media (max-width: 767px) {
  .blog_single .box h3 {
    margin: -3.2rem auto 1rem;
  }
}
.blog_single .box .area {
  background-color: #fff;
  padding: 3rem 4%;
}
@media (max-width: 767px) {
  .blog_single .box .area {
    padding: 1.5rem 4%;
  }
}
.blog_single .box .area ul li {
  background: url(images/blog/icn_check.svg) left top 0.33em no-repeat;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .blog_single .box .area ul li {
    font-size: 1.125rem;
  }
}
.blog_single .box .area ul li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .blog_single .box .area ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.blog_single .bnr01 {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .blog_single .bnr01 {
    margin-bottom: 1rem;
  }
}
.blog_single .bnr01 a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.blog_single .lump_cate {
  margin-bottom: 3rem;
}
.blog_single .lump_cate h3 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog_single .lump_cate h3 {
    font-size: 1.125rem;
    margin-bottom: 0.7rem;
  }
}
.blog_single .lump_cate .btn_cate:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog_single .lump_cate .btn_cate:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.blog_single .lump_cate .btn_cate a {
  height: 84px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
}
@media (max-width: 767px) {
  .blog_single .lump_cate .btn_cate a {
    height: 2.5rem;
  }
}
.blog_single .lump_cate .btn_cate a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.blog_single .lump_cate .btn_cate a p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .blog_single .lump_cate .btn_cate a p {
    font-size: 0.875rem;
  }
}
.blog_single .lump_cate .btn_cate.cate01 a {
  background-color: #ffc107;
}
.blog_single .lump_cate .btn_cate.cate02 a {
  background-color: #ffbe9d;
}
.blog_single .lump_cate .btn_cate.cate02 a p {
  color: #fff;
}
.blog_single .lump_cate .btn_cate.cate03 a {
  background-color: #DBDFEA;
}
.blog_single .lump_popular h3 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog_single .lump_popular h3 {
    font-size: 1.125rem;
    margin-bottom: 0.8rem;
  }
}
.blog_single .lump_popular .article:not(:last-child) {
  margin-bottom: 2rem;
}
.blog_single .lump_popular .article a:hover .img {
  opacity: 0.6;
  transition: all 0.3s;
}
.blog_single .lump_popular .article .img {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog_single .lump_popular .article .img {
    margin-bottom: 0.8rem;
  }
}
.blog_single .lump_popular .article h4 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .blog_single .lump_popular .article h4 {
    font-size: 0.875rem;
  }
}

/* voice　お客様の声
============================================================================== */
/* wp-pagenavi */
.wp-pagenavi {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 38px;
  font-size: 0.875rem;
  color: rgba(34, 34, 34, 0.2);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi span.current {
  color: #00349D;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 1rem;
  color: #222;
  font-weight: 700;
  text-align: center;
}

.voice_single .top {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .voice_single .top {
    margin-bottom: 1.5rem;
  }
}
.voice_single .top .post_ttl {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .voice_single .top .post_ttl {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.voice_single .top .cate {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.2rem 1rem;
  margin-right: 1.5rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .voice_single .top .cate {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.voice_single .top .cate.cate_ec {
  background-color: rgba(0, 52, 157, 0.1);
}
.voice_single .top .cate.cate_blog {
  background-color: rgba(0, 52, 157, 0.2);
}
.voice_single .top .date {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .voice_single .top .date {
    font-size: 0.8125rem;
  }
}
.voice_single .lump:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .voice_single .lump:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.voice_single .lump .img {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .voice_single .lump .img {
    margin-bottom: 1rem;
  }
}
.voice_single .lump p:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .voice_single .lump p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.voice_single .box {
  border: 2px solid #00349D;
  padding: 3rem 4%;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .voice_single .box {
    padding: 2rem 4% 1rem;
    margin-bottom: 2rem;
  }
}
.voice_single .box h3 {
  display: table;
  background-color: #F4F3F3;
  text-align: center;
  padding: 0 2em;
  margin: -4.5rem auto 1.7rem;
}
@media (max-width: 767px) {
  .voice_single .box h3 {
    margin: -3.2rem auto 1rem;
  }
}
.voice_single .box ul li {
  font-size: 1.5rem;
  line-height: 1.66;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .voice_single .box ul li {
    font-size: 1.125rem;
  }
}
.voice_single .box ul li::before {
  content: "・";
}
.voice_single .box ul li:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .voice_single .box ul li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

/* 追加 メンバー
============================================================================== */
@media (min-width: 1200px) {
  .member_area {
    padding: 48px 10vw;
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .member_area {
    padding: 48px 10vw;
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .member_area {
    padding: 48px 0;
  }
}
.member_area img {
  min-width: 200px;
}
@media (max-width: 767px) {
  .member_area img {
    display: flex;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .member_area .member_text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .member_area .member_text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .member_area .member_name {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .member_area .member_name {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .member_area .member_name {
    font-size: 0.9375rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .member_area .member_position {
    font-size: 0.9375rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .member_area .member_introduction_text {
    font-size: 0.8125rem;
  }
}/*# sourceMappingURL=lower-style.css.map */