<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳＰゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  font-style: normal;
  color: #3a3a3a;
  letter-spacing: -0.02em;
  overflow: hidden;
}

#wrapper {
  position: relative;
  margin: 0 auto;
}

figure,
figcaption {
  margin-bottom: 0;
  padding: 0;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

/*==============================================================
	#header
===============================================================*/
header {
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  /*JSを使いfixedクラスが付与された際の設定*/
}
header .inner_wrap_l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head_logo img {
  width: 30%;
  height: auto;
}
header .btn_list {
  display: flex;
  gap: 10px;
}
header .btn_list a {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px;
  border-radius: 100px;
}
header .btn_list img {
  margin-right: 10px;
  width: auto;
  height: 20px;
}
header .btn_list .document {
  background-color: #044ba3;
  color: #fff;
}
header .btn_list .mail {
  background-color: #fcba16;
  color: #333a56;
}
header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*==============================================================
	#共通
===============================================================*/
.access_area {
  margin-bottom: 50px;
}
.access_area .base_tl_box {
  background: url(../../shared/img/bg_access.png) no-repeat top center/cover;
  padding: 70px 0;
}
.access_area .base_tl_box .base_tl .en {
  color: #333;
}
.access_area .fl_box {
  display: flex;
  justify-content: space-between;
}
.access_area .left_box {
  width: 40%;
}
.access_area .access_txt {
  text-align: left;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.access_area .access_box .tl {
  color: #e60012;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}
.access_area .access_box .tl::before {
  content: "";
  background: url(../img/ico_train.png) no-repeat;
  width: 24px;
  height: 34px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
}
.access_area .right_box {
  width: 55%;
}
.access_area .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.access_area .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.recruit_area {
  position: relative;
  background-color: #e60012;
}
.recruit_area .base_tl_box {
  margin-bottom: 50px;
}
.recruit_area .fl_box {
  justify-content: space-between;
}
.recruit_area .bg_photo {
  width: 100%;
  background: url(../img/pho_recruit.png) no-repeat;
  background-position: right top;
  background-size: cover;
  position: relative;
}
.recruit_area .bg_photo::before {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  left: -17vw;
  top: 0;
  background-color: #e60012;
  transform: skew(-20deg, 0deg);
}
.recruit_area .con_box {
  width: 60%;
  text-align: center;
  color: #fff;
  margin-left: 4%;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
.recruit_area .con_box .tl {
  font-size: 36px;
  font-size: 3.6rem;
  font-size: clamp(20px, 1.8vw, 35px);
  margin-bottom: 30px;
}
.recruit_area .con_box .txt {
  font-size: clamp(16px, 1.1vw, 22px);
}
.recruit_area .btn_box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.recruit_area .base_btn {
  box-shadow: none;
  margin-right: -50px;
  padding: 15px 35px 15px 0;
}

.contact_area {
  background: url(../img/bg_contact.png) no-repeat center/cover;
  padding: 50px 0;
}
.contact_area .contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_area .contact_contents .btn_box {
  width: 48%;
  background-color: #fff;
  padding: 30px 50px;
}
.contact_area .contact_contents .btn_box .tl {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.contact_area .contact_contents .btn_box .tl span {
  position: relative;
  padding: 0 10px;
}
.contact_area .contact_contents .btn_box .tl span::before, .contact_area .contact_contents .btn_box .tl span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background-color: #2c2c2c;
}
.contact_area .contact_contents .btn_box .tl span::before {
  right: 100%;
}
.contact_area .contact_contents .btn_box .tl span::after {
  left: 100%;
}
.contact_area .contact_contents .btn_box .txt {
  color: #2c2c2c;
  margin-bottom: 20px;
}
.contact_area .contact_contents .btn_box .contact_btn {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #fcba16;
  color: #333956;
  font-size: 2.2rem;
  border-radius: 100px;
}
.contact_area .contact_contents .btn_box .contact_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area .contact_contents .btn_box .contact_btn span img {
  margin-right: 15px;
}
.contact_area .contact_contents .btn_box .contact_btn:hover {
  opacity: 0.7;
}
.contact_area .contact_contents .btn_box .document_btn {
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #044ba3;
  color: #fff;
  border-radius: 100px;
  font-size: 2.2rem;
}
.contact_area .contact_contents .btn_box .document_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area .contact_contents .btn_box .document_btn span img {
  margin-right: 15px;
}
.contact_area .contact_contents .btn_box .document_btn:hover {
  opacity: 0.7;
}

#gl_footer {
  padding-bottom: 40px;
  border-top: 2px solid #dedede;
  border-bottom: 4px solid #044ba3;
  background: #f3f3f3;
}
#gl_footer .ft_ut {
  width: 100%;
}
#gl_footer .ft_ut .ft_ut_inr {
  overflow: hidden;
  max-width: 1008px;
  margin: 0 auto;
  padding: 24px 8px 0;
}
#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst {
  float: left;
  overflow: hidden;
}
#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li {
  float: left;
  margin-bottom: 8px;
  border-right: 1px solid #dedede;
}
#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a {
  display: block;
  padding: 0 16px;
  color: #666666;
  font-size: 14px;
  line-height: 1.2;
}
#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:first-child {
  border-left: 1px solid #dedede;
}
#gl_footer .ft_ut .ft_ut_inr .ft_pg_top {
  float: right;
  padding: 0 8px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#gl_footer .ft_ut .ft_ut_inr .ft_pg_top a {
  display: block;
  padding: 0 8px 0 32px;
  background: url(../img/icon_s_up_01.png) 0 50% no-repeat;
}
#gl_footer .ft_cnct {
  max-width: 1008px;
  margin: 16px auto 0;
  padding: 0 8px;
}
#gl_footer .ft_cnct .ft_cnct_ttl {
  float: left;
  margin-right: 40px;
  font-weight: bold;
  overflow: hidden;
}
#gl_footer .ft_cnct .ft_cnct_lst {
  overflow: hidden;
}
#gl_footer .ft_cnct .ft_cnct_lst li {
  display: inline-block;
  margin: 0 16px 8px 0;
}
#gl_footer .ft_cnct .ft_cnct_lst li.ft_cnct_lst_more {
  vertical-align: middle;
  font-size: 14px;
}
#gl_footer .ft_cnct .ft_cnct_lst li .w80 {
  width: 80px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top !important;
}
#gl_footer .ft_cnct .ft_cnct_lst li img {
  vertical-align: bottom;
}
#gl_footer .ft_copy {
  max-width: 1008px;
  margin: 16px auto 0;
  padding: 0 8px;
  color: #999999;
  font-size: 12px;
}

#headline {
  padding: 30px;
  text-align: center;
  background: #f7f6f4;
  margin-bottom: 50px;
}
#headline .page_tl {
  position: relative;
  line-height: 1.2;
  font-weight: normal;
  z-index: 1;
}
#headline .page_tl .en {
  color: #2c2c2c;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#headline .page_tl .ja {
  font-size: 36px;
  font-size: 3.6rem;
}
#headline .trial {
  margin-top: 10px;
  color: #d7083b;
  font-size: 20px;
  font-size: 2rem;
}

.contact_btn_common {
  margin-bottom: 50px;
}
.contact_btn_common .bnr {
  max-width: 600px;
  margin: 30px auto 40px;
}
.contact_btn_common .bnr img {
  max-width: 100%;
}
.contact_btn_common .btn_list {
  display: flex;
  justify-content: center;
}
.contact_btn_common .btn_list a {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px;
}
.contact_btn_common .btn_list img {
  margin-right: 10px;
  width: auto;
  height: 20px;
}
.contact_btn_common .btn_list .document {
  background-color: #000;
  color: #fff;
  margin-left: 20px;
}
.contact_btn_common .btn_list .mail {
  background-color: #fcba16;
  color: #fff;
}

.document_btn_common .document_btn_common_tl {
  text-align: center;
  font-size: clamp(34px, 6vw, 36px);
  border-bottom: 2px solid #044ba3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.document_btn_common .document_btn_common_wrap {
  background-color: #dde2f4;
  border: 10px solid #044ba3;
  border-radius: 10px;
  padding: 20px 40px;
}
.document_btn_common .fl_box {
  align-items: center;
  justify-content: space-between;
}
.document_btn_common .photo {
  width: 46%;
}
.document_btn_common .photo img {
  max-width: 100%;
}
.document_btn_common .txt_box {
  width: 50%;
  text-align: center;
}
.document_btn_common .txt {
  margin-bottom: 20px;
  position: relative;
}
.document_btn_common .txt::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(325deg);
}
.document_btn_common .txt::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(35deg);
}
.document_btn_common .document_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #044ba3;
  padding: 10px 30px;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(18px, 6vw, 20px);
}
.document_btn_common .document_btn img {
  margin-left: 10px;
}
.document_btn_common .document_btn:hover {
  opacity: 0.7;
}

/*==============================================================
	#home
===============================================================*/
#home .mainvisual_area {
  background: url(../../img/mv_back.jpg) no-repeat center/cover;
  position: relative;
}
#home .mainvisual_area .mv_photo {
  display: none;
}
#home .mainvisual_area .mv {
  position: relative;
  padding: 5vw 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#home .mainvisual_area .mv img {
  max-width: 100%;
  height: auto;
}
#home .mainvisual_area .mv_left_box {
  width: 70%;
}
#home .mainvisual_area .mv_left_box .box {
  display: flex;
  align-items: center;
}
#home .mainvisual_area .mv_left_box .award {
  display: flex;
}
#home .mainvisual_area .mv_left_box .award img {
  max-width: 100%;
}
#home .mainvisual_area .mv_left_box .award_txt {
  color: #333a56;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
#home .mainvisual_area .mv_title {
  width: 100%;
  color: #333a56;
  margin-bottom: 20px;
}
#home .mainvisual_area .mv_title h1 {
  font-size: 48px;
  font-weight: bold;
}
#home .mainvisual_area .mv_title span {
  font-size: 60px;
  font-weight: bold;
}
#home .mainvisual_area .sub_txt {
  font-size: clamp(16px, 3vw, 25px);
  color: #333a56;
  line-height: 1.8;
}
#home .mainvisual_area .sub_txt strong {
  font-size: clamp(16px, 3vw, 32px);
  font-weight: normal;
  font-weight: bold;
}
#home .mainvisual_area .mv_right_box {
  width: 50%;
  text-align: center;
  position: relative;
}
#home .mainvisual_area .mv_list {
  width: 70%;
  margin-left: auto;
}
#home .mainvisual_area .mv_list img {
  width: 100%;
  height: auto;
}
#home .mainvisual_area .support_bnr {
  width: 20%;
  margin: 20px 0 0;
}
#home .mainvisual_area .mv_bnr {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 100%;
  max-width: 500px;
}
#home .mainvisual_area .mv_bnr img {
  max-width: 100%;
  height: auto;
}
#home .mainvisual_area .video_box {
  position: relative;
  width: 80%;
  padding-top: 28.9%;
}
#home .mainvisual_area .video_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#home .companylogo_area {
  padding: 0px 0 30px;
}
#home .companylogo_area .red_tl {
  background-color: #044ba3;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
#home .companylogo_area .logo_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 3%;
  margin-bottom: 0;
}
#home .companylogo_area .logo_list li {
  width: 14.28%;
  text-align: center;
  margin-bottom: 0%;
}
#home .companylogo_area .logo_list li:nth-child(4), #home .companylogo_area .logo_list li:nth-child(5), #home .companylogo_area .logo_list li:nth-child(6) {
  margin-bottom: 0;
}
#home .companylogo_area .logo_list li img {
  max-width: 100%;
  height: auto;
}
#home .companylogo_area .logo_list li:last-child {
  margin-right: auto;
}
#home .companylogo_area .logo_list .sysmex {
  margin-top: -10px;
}
#home .companylogo_area .txt {
  text-align: right;
  margin-right: 3%;
  font-size: 12px;
}
#home .problem_area {
  background-color: #f5f9fe;
  padding: 80px 0;
  margin-bottom: 80px;
}
#home .problem_area .base_tl b {
  color: #d7083b;
  position: relative;
  display: inline-block;
}
#home .problem_area .base_tl b::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
}
#home .problem_area .problem_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
#home .problem_area .problem_list .problem_txt {
  background-color: #fff;
  border-radius: 100px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}
#home .problem_area .problem_list .fig {
  width: 80%;
  margin: auto;
}
#home .problem_area .problem_list img {
  width: 100%;
}
#home .problem_area .solution_tl {
  background-color: #044ba3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 80px 0;
  margin: 80px 0;
  font-size: 36px;
  letter-spacing: 5px;
  font-weight: bold;
}
#home .problem_area .solution_tl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #f5f9fe;
}
#home .problem_area .solution_tl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #044ba3;
}
#home .problem_area .solution_tl span {
  position: relative;
  letter-spacing: 5px;
  margin-right: 5px;
}
#home .problem_area .solution_tl span::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
}
#home .problems_area {
  padding: 50px 0 20px;
  background-color: #f4f8ff;
  position: relative;
}
#home .problems_area .problems_list {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#home .problems_area .problems_list li {
  width: 49%;
  font-size: clamp(15px, 1.8vw, 24px);
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
#home .problems_area .problems_list li::before {
  content: "";
  background: url(../../img/ico_check.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#home .problems_area .problems_list li a {
  color: #333;
  display: block;
}
#home .problems_area .man {
  text-align: center;
}
#home .problems_area .man img {
  max-width: 100%;
  height: auto;
}
#home .solution_area {
  padding: 0px 0 50px;
  text-align: center;
}
#home .solution_area .solution_txt {
  margin-bottom: 30px;
}
#home .solution_area .solution_txt .txt {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2;
}
#home .solution_area .solution_txt .strong {
  font-size: 48px;
  font-size: 4.8rem;
  color: #044ba3;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
  position: relative;
  display: inline-table;
  font-weight: bold;
  padding: 0 15px;
}
#home .solution_area .solution_txt .strong::before {
  content: "";
  background-color: #ffd802;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
  -ms-filter: blur(5px);
  filter: blur(5px);
}
#home .solution_area .knowhow .tl {
  padding: 20px 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: clamp(30px, 1vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#home .solution_area .knowhow .tl .strong {
  font-size: clamp(30px, 1vw, 38px);
  font-weight: bold;
}
#home .solution_area .knowhow .txt {
  font-size: 24px;
  font-size: 2.4rem;
}
#home .solution_area .video_btn {
  display: block;
  width: 350px;
  border: 1px solid #e60012;
  color: #044ba3;
  margin: 20px auto 0;
  padding: 10px;
  font-size: clamp(16px, 1.8vw, 24px);
  border-radius: 100px;
  transition: 0.3s;
}
#home .solution_area .video_btn:hover {
  background-color: #e60012;
  color: #fff;
  transition: 0.3s;
}
#home .features_area {
  padding: 50px 0;
  position: relative;
}
#home .features_area .base_tl {
  margin-bottom: 50px;
}
#home .features_area .features_list &gt; li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
#home .features_area .features_list &gt; li .txt_box {
  background-color: #fff;
  padding: 30px 45px;
  padding-right: 160px;
  width: 70%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#home .features_area .features_list &gt; li .txt_box .tl {
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 15px;
  line-height: 1.3;
  font-weight: bold;
  font-size: clamp(25px, 1vw, 26px);
  color: #2c2c2c;
}
#home .features_area .features_list &gt; li .txt_box .txt {
  padding-top: 15px;
  font-size: clamp(16px, 1vw, 17px);
  line-height: 1.8;
}
#home .features_area .features_list &gt; li .txt_box .txt li {
  position: relative;
  font-size: 20px;
  padding-left: 20px;
}
#home .features_area .features_list &gt; li .txt_box .txt li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#home .features_area .features_list &gt; li .txt_box .red {
  color: #2c2c2c;
  font-weight: bold;
}
#home .features_area .features_list &gt; li .photo {
  position: absolute;
  right: 0;
  width: 43%;
}
#home .features_area .features_list &gt; li .photo img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#home .features_area .features_list &gt; li:nth-child(even) .txt_box {
  margin-left: auto;
  padding: 30px 50px;
  padding-left: 160px;
}
#home .features_area .features_list &gt; li:nth-child(even) .photo {
  left: 0;
}
#home .features_area .features_list &gt; li:last-child {
  margin-bottom: 0;
}
#home .realization_area {
  background-color: #f5f9fe;
  padding: 80px 0 50px;
  position: relative;
  margin-bottom: 50px;
}
#home .realization_area .base_tl .en {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳＰゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
#home .realization_area .txt {
  font-size: clamp(22px, 5vw, 24px);
  text-align: center;
  margin-bottom: 50px;
}
#home .realization_area .txt .red {
  color: #044ba3;
}
#home .realization_area .photo {
  margin-bottom: 40px;
  position: relative;
  padding: 0 50px;
  z-index: 1;
}
#home .realization_area .photo img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#home .realization_area .realization_wrap .more {
  border: 1px solid #2c2c2c;
  text-align: center;
  color: #2c2c2c;
  padding: 8px;
  border-radius: 100px;
  font-size: clamp(18px, 5vw, 24px);
  position: relative;
}
#home .realization_area .realization_wrap .more::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 0;
  top: -5px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#home .realization_area .realization_wrap.open .more::before {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home .realization_area .realization_wrap .realization_box {
  display: none;
  padding: 30px;
  background: #fff;
  margin: 0 20px;
}
#home .realization_area .realization_wrap .realization_box .txt {
  font-size: clamp(18px, 5vw, 18px);
}
#home .realization_area .realization_wrap .realization_box .txt .red {
  color: #044ba3;
  font-weight: bold;
}
#home .case_area {
  padding: 30px 0 10px;
}
#home .case_area .case_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#home .case_area .case_list .case_list_li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #f7f6f4;
  width: 31%;
  margin: 0 1%;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  height: min-content;
}
#home .case_area .case_list .case_list_li.wind {
  height: auto;
}
#home .case_area .case_list .case_list_li img {
  width: 100%;
  height: auto;
}
#home .case_area .case_list .case_list_li .photo {
  padding: 10px 10px 0;
}
#home .case_area .case_list .case_list_li .txt_box {
  padding: 20px 10px 0;
}
#home .case_area .case_list .case_list_li .txt_box .name {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
}
#home .case_area .case_list .case_list_li .txt_box .txt {
  font-size: 14px;
  text-align: center;
}
#home .case_area .case_list .case_list_li .red {
  color: #2c2c2c;
  font-weight: bold;
  font-size: 110%;
}
#home .case_area .case_list .case_list_li .strong {
  font-weight: bold;
  font-size: 110%;
}
#home .case_area .case_list .case_list_li.new::before {
  content: "NEW";
  position: absolute;
  top: -10px;
  left: -45px;
  background-color: #d7083b;
  color: #fff;
  padding: 20px 0 5px;
  text-align: center;
  width: 130px;
  transform: rotate(322deg);
}
#home .case_area .case_list .pickup {
  padding: 20px 10px;
}
#home .case_area .case_list .pickup .more {
  border: 1px solid #2c2c2c;
  text-align: center;
  color: #2c2c2c;
  padding: 8px;
  position: relative;
}
#home .case_area .case_list .pickup .more::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 0;
  top: -5px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#home .case_area .case_list .pickup.open .more::before {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home .case_area .case_list .answerBox {
  display: none;
  background-color: #fff;
  padding: 10px 10px 0;
}
#home .case_area .case_list .answerBox .topics {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #2c2c2c;
}
#home .case_area .case_list .answerBox .p_tl {
  margin-bottom: 5px;
}
#home .case_area .case_list .answerBox .topics_txt {
  padding: 10px 0px;
}
#home .case_area .case_list .answerBox .topics_txt ul {
  margin-bottom: 20px;
}
#home .case_area .case_list .answerBox .topics_txt ul li {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
#home .case_area .case_list .answerBox .topics_txt ul li::before {
  content: "・";
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 18px;
}
#home .flow_area {
  background-color: #fff;
  padding: 0 0 50px;
  position: relative;
}
#home .flow_area .border_tl {
  position: relative;
  border: 1px solid #022540;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #022540;
  font-weight: normal;
  margin-bottom: 50px;
  background-color: #fff;
}
#home .flow_area .con_box {
  margin-bottom: 60px;
}
#home .flow_area .con_box:nth-child(3) {
  margin-bottom: 0px;
}
#home .flow_area .con_box .caution {
  margin-top: 120px;
  text-align: right;
  position: relative;
  z-index: 1;
}
#home .flow_area .flow_box {
  position: relative;
}
#home .flow_area .flow_box .num_border {
  width: 98px;
  height: 98px;
  position: absolute;
  left: 64%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -150px;
  margin: auto;
  border: 5px solid #2c2c2c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2c2c2c;
  writing-mode: initial;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#home .flow_area .flow_box .num_border span {
  background-color: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
}
#home .flow_area .flow_box .num_border::before {
  content: "";
  background: url(../../img/fig_arrow_left.png) no-repeat;
  position: absolute;
  right: 50%;
  width: 214px;
  height: 23px;
}
#home .flow_area .flow_box .num_border::after {
  content: "";
  background: url(../../img/fig_arrow_right.png) no-repeat;
  position: absolute;
  left: 50%;
  width: 214px;
  height: 23px;
}
#home .flow_area .flow_list {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  display: -webkit-box;
  justify-content: center;
}
#home .flow_area .flow_list li {
  width: 100%;
  max-width: 84px;
  height: 260px;
  color: #fff;
  background-color: #104469;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5%;
}
#home .flow_area .flow_list li:last-child {
  margin-right: 0;
}
#home .flow_area .flow_list li small {
  font-size: 24px;
  font-size: 2.4rem;
}
#home .flow_area .flow_list li .num {
  width: 98px;
  height: 98px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -110px;
  margin: auto;
  border: 5px solid #104469;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2c2c2c;
  writing-mode: initial;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#home .flow_area .flow_list li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent transparent transparent #104469;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
#home .flow_area .flow_list li:nth-child(even) {
  background-color: #022540;
}
#home .flow_area .flow_list li:nth-child(even)::before {
  border-color: transparent transparent transparent #022540;
}
#home .flow_area .flow_list li:nth-child(even) .num {
  border: 5px solid #022540;
  color: #022540;
}
#home .flow_area .flow_list li:last-child::before {
  content: none;
}
#home .comparison_area {
  padding: 50px 0;
  position: relative;
}
#home .comparison_area::before {
  content: "";
  background: url(../img/bg_piece_w.png) no-repeat;
  position: absolute;
  top: -98px;
  right: 0;
  width: 430px;
  height: 546px;
  transform: scale(-1, 1);
}
#home .question_area {
  background-color: #f4f8ff;
  padding: 50px 0;
  margin-top: 50px;
  position: relative;
  /*Question共通*/
}
#home .question_area .que_box {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  background-color: #fff;
}
#home .question_area .que_box h3 {
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 20px;
  position: relative;
  z-index: 1;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#home .question_area .que_box h3 p {
  width: calc(100% - 70px);
}
#home .question_area .que_box .ico {
  background-color: #044ba3;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-bottom: 5px;
  border-radius: 100%;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 3rem;
}
#home .question_area .que_box:last-child {
  margin-bottom: 0;
}
#home .question_area .answerBox {
  width: 100%;
  margin-bottom: 50px;
  display: none;
}
#home .question_area .answerBox .in_box {
  display: flex;
  justify-content: flex-end;
}
#home .question_area .answerBox .ico {
  background-color: #fff;
  color: #044ba3;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 3rem;
}
#home .question_area .answerBox .txt_box {
  width: 100%;
  background-color: #044ba3;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
#home .question_area .answerBox .txt_box p,
#home .question_area .answerBox .txt_box .custom {
  width: calc(100% - 70px);
}
#home .question_area .answerBox .txt_box table {
  margin: 10px 0;
}
#home .question_area .answerBox .txt_box table th,
#home .question_area .answerBox .txt_box table td {
  text-align: left;
  font-weight: bold;
}
#home .question_area .answerBox .txt_box a {
  color: #fff;
  text-decoration: underline;
}
#home .question_area .switchIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 25px;
  width: 20px;
  height: 20px;
}
#home .question_area .switchIcon::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #044ba3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .question_area .switchIcon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #044ba3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .question_area .open .que_box .switchIcon::before {
  content: none;
}
#home .question_area .open .que_box .switchIcon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#home .news_area {
  padding: 50px 0;
  /*Question共通*/
}
#home .news_area .faqBox {
  margin-bottom: 10px;
}
#home .news_area .que_box {
  background-color: #044ba3;
  color: #fff;
  border: 1px solid #044ba3;
}
#home .news_area .que_box h3 {
  padding: 20px 45px 20px 10px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
}
#home .news_area .que_box h3 strong {
  color: #fffb00;
}
#home .news_area .que_box a {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #fff;
  color: #044ba3;
  cursor: pointer;
}
#home .news_area .que_box a span {
  position: relative;
}
#home .news_area .que_box a span::before {
  content: "";
  position: absolute;
  top: 55%; /* 縦軸をセンタリングする */
  left: 105%;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 10px solid transparent;
  border-left: 13px solid #044ba3; /* 好みで色を変えてください */
}
#home .news_area .answerBox {
  width: 100%;
  display: none;
  background-color: #f4f8ff;
  padding: 30px;
}
#home .news_area .answerBox .tl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #044ba3;
}
#home .news_area .answerBox .strong {
  color: #044ba3;
}
#home .news_area .answerBox a {
  color: #044ba3;
  text-decoration: underline;
}
#home .news_area .answerBox .txt {
  margin-bottom: 20px;
  line-height: 1.7;
}
#home .news_area .answerBox .list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#home .news_area .answerBox .list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#home .news_area .answerBox .list li:last-child {
  margin-bottom: 0;
}
#home .news_area .switchIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: transparent;
  right: 25px;
  width: 20px;
  height: 20px;
}
#home .news_area .switchIcon::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .news_area .switchIcon::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .news_area .open .que_box .switchIcon::before {
  content: none;
}
#home .news_area .open .que_box .switchIcon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#home .support_area .base_tl .num {
  font-size: clamp(72px, 6vw, 72px);
  color: #044ba3;
  line-height: 0;
}
#home .support_area .base_tl .blue {
  color: #044ba3;
  font-size: clamp(48px, 6vw, 48px);
  line-height: 0;
}
#home .support_area .support-list {
  display: flex;
  justify-content: space-between;
}
#home .support_area .support-list-box {
  width: 23%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#home .support_area .support-list-box .tl {
  background: #044ba3;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 24px;
}
#home .support_area .support-list-box .box {
  padding: 10px;
}
#home .support_area .support-list-box .ico {
  text-align: center;
  margin-bottom: 10px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .support_area .support-list-box .text {
  font-size: 17px;
  margin-bottom: 20px;
  padding: 0;
  font-weight: bold;
  color: #044ba3;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#home .support_area .support-list-box .text.custom {
  font-size: 20px;
}
#home .support_area .support-list-box .list {
  background-color: #f4f8ff;
  padding: 15px;
  height: 205px;
}
#home .support_area .support-list-box .list li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  padding-left: 10px;
}
#home .support_area .support-list-box .list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
#home .support_area .support-other {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 50px;
}
#home .support_area .support-other .tl {
  background-color: #044ba3;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
}
#home .support_area .support-other .text-box {
  padding: 20px;
}
#home .support_area .support-other dl {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#home .support_area .support-other dt {
  width: 210px;
  text-align: center;
  background-color: #f4f8ff;
  padding: 20px;
  margin-right: 20px;
}
#home .support_area .support-other dd {
  margin: 0;
}
#home .kadai_area {
  position: relative;
  margin-bottom: 100px;
}
#home .kadai_area::before {
  content: "";
  position: absolute;
  top: 112%;
  left: 50%;
  background: url(../../img/fig_arrow.png) no-repeat;
  width: 640px;
  height: 60px;
  transform: translate(-50%, -50%);
}
#home .kadai_area .photo {
  background-color: #f2f2f2;
  padding: 50px 0;
}
#home .kadai_area .photo img {
  max-width: 100%;
}
#home .kouka_area .tl {
  text-align: center;
  color: #044ba3;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: clamp(28px, 5vw, 34px);
}
#home .kouka_area .photo {
  background-color: #f4f8ff;
  padding: 50px 0;
  margin-bottom: 30px;
}
#home .kouka_area .photo img {
  max-width: 100%;
}
#home .support_area {
  padding: 30px 0;
}
#home .support_area .tl {
  border-bottom: 2px solid #044ba3;
  padding: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: clamp(28px, 5vw, 34px);
}
#home .support_area .circle_list li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#home .support_area .circle_list li::before {
  top: 9px;
}
#home .support_area .photo {
  margin: 30px 0;
}
#home .support_area .photo img {
  max-width: 100%;
}

.side_btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 4;
}

.side_support_bnr .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: -10px;
  top: -10px;
  background: #fff;
  border-radius: 100%;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.side_support_bnr .close-btn::before, .side_support_bnr .close-btn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #333;
}
.side_support_bnr .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.side_support_bnr .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.side_support_bnr img {
  max-width: 280px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.side_support_bnr .bnr_sp {
  display: none;
}
.side_support_bnr:hover {
  box-shadow: none;
}
.side_support_bnr.hidden {
  display: none !important;
}

.top_btn {
  position: absolute;
  top: -70px;
  right: 0;
}
.top_btn a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  background-color: #044ba3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top_btn a span {
  margin-top: 10px;
}
.top_btn a::before {
  content: "";
  position: absolute;
  right: 0px;
  left: 0;
  top: 10px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

/*==============================================================
	#contact
===============================================================*/
#contact .form_area .fl_box {
  justify-content: center;
}
#contact .form_area .left_box {
  width: 35%;
  margin-right: 8%;
}
#contact .form_area .left_box .txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#contact .form_area .right_box {
  width: 67%;
}
#contact .form_area .right_box.center {
  margin: auto;
}
#contact .form_area .right_box.center #submit-btn {
  margin-bottom: 40px;
}
#contact .form_area .right_box.center .txt_box {
  text-align: center;
}
#contact .form_area .box {
  margin-bottom: 20px;
}
#contact .form_area .lead_tl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
#contact .form_area .strong_txt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #cf142b;
}
#contact .form_area .lead_txt {
  margin-bottom: 45px;
  font-size: 24px;
  text-align: center;
}
#contact .form_area .lead_txt small {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
#contact .form_area .lead_txt a {
  text-decoration: underline;
}
#contact .form_area .lead_txt_d {
  margin-bottom: 30px;
}
#contact .form_area .form_txt {
  margin-top: 30px;
  font-size: 15px;
  text-align: center;
}
#contact .form_area .form_txt .field-p {
  text-align: center;
  margin-top: 30px;
}
#contact .form_area .form_txt .field-p a {
  text-decoration: underline;
}
#contact .form_area .form_txt .field-p .checkbox-span {
  margin-top: 10px;
  display: block;
}
#contact .form_area .form_txt.custom_document .txt {
  margin-bottom: 20px;
  position: relative;
}
#contact .form_area .form_txt.custom_document .txt .required {
  position: absolute;
  left: 0;
}
#contact .form_area .form_txt.custom_document .txt a {
  text-decoration: underline;
}
#contact .form_area .label_box label {
  width: 100%;
  display: block;
  margin-right: 0;
}
#contact .form_area .required {
  color: #cf142b;
  margin-left: 5px;
}
#contact .document_area .document_box .tl {
  font-size: 22px;
  color: #044ba3;
}
#contact .document_area .document_box .photo {
  border: 3px solid #044ba3;
  border-radius: 10px;
  background-color: #e4e4e4;
  padding: 10px 30px;
}
#contact .document_area .document_box .txt {
  text-align: left;
  font-size: 18px;
  margin: 30px 0;
}
#contact .document_area .left_box {
  width: 45%;
  margin-right: 5%;
  padding-right: 5%;
  border-right: 1px solid #cccccc;
}
#contact .document_area .right_box {
  width: 45%;
}
#contact .document_area .lead_txt {
  font-size: 18px;
  text-align: left;
}
#contact .document_area .lead_txt small {
  display: inline-block;
  color: #cf142b;
  font-size: 14px;
  margin-left: 10px;
}
#contact .document_area .lead_txt a {
  text-decoration: underline;
}
#contact .document_area #submit-btn {
  margin-bottom: 10px;
}
#contact .document_area .btn_box_txt {
  text-align: center;
  color: #cf142b;
  margin-bottom: 50px;
}
#contact .webinar_tl .tl {
  background-color: #044ba3;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: clamp(30px, 1vw, 34px);
  max-width: 80%;
  margin: 0 auto 20px;
}
#contact .webinar_tl .txt {
  margin-bottom: 45px;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.8;
  text-align: center;
}

.document_box .fl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.document_box .tl {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
.document_box .photo {
  width: 100%;
}
.document_box .photo img {
  max-width: 100%;
  height: auto;
}
.document_box .txt_box {
  width: 100%;
}
.document_box .txt_box a {
  display: block;
  text-align: center;
}
.document_box .box {
  border: 2px solid #044ba3;
  margin-top: 20px;
}
.document_box .box .b_tl {
  padding: 20px;
  background-color: #044ba3;
  color: #fff;
  font-size: 14px;
}
.document_box .box .list {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.document_box .box .list li {
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}
.document_box .box .list li:last-child {
  margin-bottom: 0;
}
.document_box .box .list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}
.document_box .box .list li small {
  margin-top: 10px;
}

.companyvoice_area {
  margin-top: 50px;
}
.companyvoice_area .box {
  margin-bottom: 60px;
}
.companyvoice_area .tl {
  text-align: center;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.companyvoice_area .tl.red {
  background-color: #044ba3;
}
.companyvoice_area .tl.blue {
  background-color: #000;
}
.companyvoice_area .txt {
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px;
}
.companyvoice_area .list {
  display: flex;
  justify-content: space-between;
}
.companyvoice_area .list li {
  width: 23%;
}
.companyvoice_area .list li a {
  display: block;
}
.companyvoice_area .list li img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.companyvoice_area .list li img:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.companyvoice_area .list li .name {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.companyvoice_area .link {
  color: #2c2c2c;
  text-decoration: underline;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 80px;
}

.apology {
  text-align: center;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.8;
  border: 1px solid #d8d8d8;
  padding: 0 0 10px;
}
.apology .apology_tl {
  display: block;
  font-size: clamp(20px, 1vw, 22px);
  background-color: #d8d8d8;
  padding: 5px;
  margin-bottom: 10px;
}

.businessform #submit-btn {
  background-color: #0053a3;
}
.businessform .companyvoice_area .tl.blue {
  background-color: #0077ea;
}

/*IEのみ*/
/*END
---------------------------------------------------------------------------------------*//*# sourceMappingURL=layout.css.map */</pre></body></html>