@charset "UTF-8";

/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  font-family: AvenirNext, Lato, "Hirago KakuGothic ProN", Meiryo, sans-serif;
  background-size: 100%;
  display: block;
}
html {
  scroll-behavior: smooth;
}

button{
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}

a{
    color: inherit;
    text-decoration: none;
}
/*--------------------------------------------
		Header / ヘッダー
--------------------------------------------*/
header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0.7rem 1rem;
  background-color: #fafafa;
  z-index: 999;
}

.header_bg {
  max-width: 1100px;
  margin: 0 auto;
}

.logo {
  height: 45px;
}

.layout_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__items {
  display: flex;
  gap: 1.1rem;
}
.nav__items_id {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  width: 93%;
}

.menu {
  display: flex;
  align-items: center;
}

.zalo_btn{
  padding-right: 1rem;
}

.banner_zalo{
  position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner_zalo img{
  width: 180px;
  height: auto;
}

.otoiawase_btn a {
  display: flex;
  background: #008bcf;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}

.otoiawase_btn a:hover,
a.otoiawase_btn_3:hover,
a.otoiawase_btn_4:hover {
  background: #005dcf;
  transition: all 0.3s;
}

.otoiawase_btn_2 a:hover,
.otoiawase_btn_2_id a:hover {
  background: #005dcf;
  transition: all 0.3s;
}

.header_left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-items__item a {
  display: block;
}
.nav-items__item a:hover {
  color: #008bcf;
}

/*--------------------------------------------
language
--------------------------------------------*/

.fa-globe {
  margin-left: 20px;
}

.global {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
}

.global_menu a {
  line-height: 40px;
  transition: all 0.3s;
  text-align: center;
}

.global_menu :hover {
  background-color: #fdf4f2;
  transition: all 0.3s;
}

.menuSub {
  display: none;
}

.menuSub.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  color: #333333;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  top: 65px;
}

/*--------------------------------------------
language
--------------------------------------------*/
li.japan a,
li.Vietnam a {
  background-color: #ffffff;
  padding: 0.6rem;
  display: block;
}

ul.menuSub li {
  margin: 0;
}

/*--------------------------------------------
		all
--------------------------------------------*/
h2 {
  font-size: 2.1rem;
  text-align: center;
  padding: 3rem 0 1.7rem;
  letter-spacing: 2px;
  position: relative;
  display: block;
}

h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 212px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #cb2922;
}

h2 span {
  font-size: 2.6rem;
  color: #cb2922;
}
/*--------------------------------------------
		fv
--------------------------------------------*/
.fv_bg {
  padding: 0 5%;
}

#fv {
  margin: 7rem auto 0 auto;
  background-image: url(../images/ISO27001_top.jpg);
  border-radius: 30px 30px 0 30px;
  background-size: 117% auto;
  background-position: left 9% bottom 56%;
  background-repeat: no-repeat;
  max-width: 1200px;
  padding: 5%;
}

.fv_comment {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 0px 0px 13px #6c6c6c;
}
#id .fv_comment {
  font-size: 2rem;
}

#fv p {
  font-size: 2rem;
  color: #ffffff;
  padding: 5% 0 0;
  font-weight: bold;
  text-shadow: 0px 0px 13px #6c6c6c;
}

#id #fv p {
  font-size: 1.5rem;
}

.otoiawase_btn_2 a {
  background: #008bcf;
  border-radius: 50px;
  padding: 1rem 1.2rem;
  margin: 3% 0 0 0;
  width: 12rem;
  font-size: 1.1rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}

.otoiawase_btn_2_id a {
  background: #008bcf;
  border-radius: 50px;
  padding: 1.4rem 1.2rem;
  margin: 3% 0 0 0;
  width: 11rem;
  font-size: 1.1rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}

.otoiawase_text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.fa-chevron-right {
  margin-left: 6px;
  color: #ffffff;
  display: block;
}

/*--------------------------------------------
		zero
--------------------------------------------*/
#zero {
  max-width: 1100px;
  margin: 0 auto;
}

.zero_text {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 55px auto 30px;
}

.zero_jisseki {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  margin: 0 4% 4%;
}

.jisseki span {
  font-size: 1.5rem;
}

.jisseki {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

p.jisseki_1 {
  color: #cb2922;
  font-size: 2.8rem;
  font-family: Futura, "Century Gothic";
}

.line {
  background: #acacac;
  width: 1px;
}

/*--------------------------------------------
		problem
--------------------------------------------*/
#problem {
  max-width: 1100px;
  margin: 0 auto;
}

.problem_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.balloon {
  position: relative;
  background: #f4f3f3;
  padding: 3em;
  margin: auto 50px;
  border-radius: 30px;
  background-image: url(../images/3ac_logo_bg.png);

  background-repeat: no-repeat;
}

.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f4f3f3 transparent transparent transparent;
  border-width: 30px 50px 0 50px;
}

.problem_example {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
}

.fa-message-check {
  color: #cb2922;
  font-size: 3rem;
  margin: 2rem 0 0.7rem;
}

.problem_group {
  display: flex;
  justify-content: space-evenly;
}
.problem_example p {
  line-height: 1.8rem;
}
.problem_example span {
  font-weight: bold;
}

/*--------------------------------------------
		solution
--------------------------------------------*/

#solution {
  background-image: url(../images/solution_bg.jpg);
  background-position: right 43% bottom 61%;
  margin-top: -38px;
  background-size: 150% auto;
  padding-bottom: 6%;
}

.solution_text {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 85px;
  color: #ffffff;
  text-shadow: 10px 10px 15px #e0726c;
}
.solution_text span {
  font-size: 3.5rem;
  margin-right: 3px;
}

.rect {
  max-width: 700px;
  margin: 2.5% auto 0;
  box-shadow: 10px 10px 20px #cb6a65;
  position: relative;
}

#solution img {
  width: 100%;
}

.rect:before {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #fff;
}
/*--------------------------------------------
		3ac_merit
--------------------------------------------*/

#merit_3ac {
  background-color: #f9f9f9;
  padding: 0 5% 3%;
}

.merit1_bg {
  margin: 3% auto;
  padding: 3% 40px;
  background-color: #ffffff;
  border-radius: 30px 30px 0 30px;
  max-width: 1100px;
}

.merit1_content {
  max-width: 900px;
  margin: 0 auto;
}

.h3_right {
  display: flex;
  flex-direction: column;
}

h3.merit1 {
  display: flex;
  align-items: center;
  margin-bottom: 2.6%;
}
.number {
  font-size: 5rem;
  font-family: Futura, "Century Gothic";
  font-style: italic;
  color: #cb2922;
  font-weight: normal;
  margin-right: 10px;
}

.merit_text {
  font-size: 1.8rem;

  letter-spacing: 1.8px;
}

.merit_text span {
  color: #cb2922;
}

.other_text {
  font-size: 1.1rem;
}

/*--------------------------------------------
		3ac_merit_1
--------------------------------------------*/
#merit_3ac_h2 {
  scroll-margin-top: 60px;
}

.h4_merit {
  font-size: 1.2rem;
}

.h4_merit span {
  color: #cb2922;
  margin-right: 2px;
}

.circle {
  display: flex;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #008bcf;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  flex-direction: column;
  margin-bottom: 2.5%;
}

.circle_id {
  display: flex;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #008bcf;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  flex-direction: column;
  margin-bottom: 2.5%;
  font-size: 0.9rem;
}

.circle span,
.circle_id span {
  font-size: 1.5rem;
  font-weight: bold;
}

.merit_circle {
  display: flex;
  justify-content: space-around;
}

.merit_circle p {
  margin: 1.8% 3% 4%;
  line-height: 2rem;
}

.merit1_left {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.merit1_left {
  display: grid;
}

/*--------------------------------------------
		3ac_merit_2
--------------------------------------------*/

.merit2_bg {
  margin: 3% auto;
  background-color: #ffffff;
  border-radius: 30px 30px 0 30px;
  padding: 3% 0 4.5%;
  max-width: 1180px;
}

h3.merit2 {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 2.6%;
  padding: 0 40px;
}

.merit2_text {
  max-width: 900px;
  margin: 0 auto 2%;
  padding: 0 40px;
  line-height: 2rem;
}

.customer_company {
  display: flex;
}

.do {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 2% 5%;
  margin: 5% auto;
  width: 50%;
}

.customer li {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
}

.customer_do p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #008bcf;
  margin: 0 0 0 2%;
}
.customer span {
  margin-left: 5px;
  font-size: 1.9rem;
  font-weight: bold;
  text-emphasis: filled #008bcf;
}

.customer {
  position: relative;
}
.customer_do {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.customer_do ul li {
  color: #ffffff;
}
.fa-check {
  margin-right: 12px;
}
.company {
  position: relative;
}

.company_do {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.company_do li {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.9rem;
}

.balloon2 {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  margin: 6% auto;
  width: 70%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.customer img,
.company img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#id .customer img,
#id .company img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.do_right {
  display: flex;
  justify-content: space-evenly;
  color: #ffffff;
  margin: 3% 3%;
  gap: 1%;
}
.do_left {
  margin: 0 3% 0 20%;
}
/*--------------------------------------------
		3ac_merit_3
--------------------------------------------*/
.merit3_bg {
  position: relative;
  margin: 3% auto;
  padding: 3% 40px 4.5%;
  background-color: #ffffff;
  border-radius: 30px 30px 0 30px;
  max-width: 1100px;
}

.merit3_content {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 820px) {
  .merit3_right img {
    position: absolute;
    bottom: 0;
    left: 75%;
    height: 92%;
    object-fit: cover;
    object-position: 0% 100%;
  }

  #id .merit3_right img {
    left: 70%;
    height: 72%;
  }
}
.merit3_content p {
  width: 75%;
  line-height: 2rem;
}

.merit3_left {
  display: flex;
  flex-direction: column;
}

h3.merit3 {
  display: flex;
  align-items: center;
  margin-bottom: 2.6%;
}

.marker {
  background: linear-gradient(transparent 50%, #7cece1 80%);
  font-weight: bold;
}

/*--------------------------------------------
		3ac_merit_4
--------------------------------------------*/
.merit4_text {
  margin-bottom: 3%;
  line-height: 2rem;
}

table,
td,
th {
  border: 3px solid #ffffff;
  border-collapse: collapse;
  text-align: center;
  line-height: 1.6rem;
}

.none {
  background: #ffffff;
  width: 18%;
}

th {
  padding: 3px;
  height: 30px;
  background: #dfdfdf;
}

th .nomal {
  font-weight: normal;
  font-size: 0.9rem;
}

td {
  padding: 1%;
  background: #f7f7f7;
}

.company_table {
  background: #feeeed;
}

.company_th {
  background: #cb2922;
  color: #ffffff;
  width: 30%;
  font-size: 1.2rem;
}
.fa-circle {
  color: #cb2922;
  font-size: 1.2rem;
}
.table_bold {
  font-weight: bold;
  color: #cb2922;
}

.fa-xmark {
  font-size: 1.9rem;
}

.fa-triangle {
  font-size: 1.6rem;
}

.merit4_bg {
  margin: 3% auto;
  padding: 3% 40px 5%;
  background-color: #ffffff;
  border-radius: 30px 30px 0 30px;
  max-width: 1100px;
}

.otoiawase_btn_3 {
  display: flex;
  width: 250px;
  height: 65px;
  background: #008bcf;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.3s;
  align-items: center;
  flex-direction: row;
  margin: 4% auto 1% auto;
}
/*--------------------------------------------
	strengths
--------------------------------------------*/
#strengths {
  margin: 0 auto 4rem;
}

#strengths_h2 {
  scroll-margin-top: 60px;
}

.strengths1,
.strengths3 {
  display: flex;
  align-items: center;
}

.strengths2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.strengths1 img,
.strengths2 img,
.strengths3 img {
  width: 45%;
}

.strengths1_text,
.strengths3_text {
  margin: 5% 10% 5% 80px;
  max-width: 550px;
}
.strengths1_text h3,
.strengths2_text h3,
.strengths3_text h3 {
  margin-bottom: 5%;
  font-size: 1.5rem;
  line-height: 2.7rem;
}

.strengths2_text {
  margin: 5% 80px 5% 10%;
  max-width: 550px;
}

.strengths1_text p,
.strengths2_text p,
.strengths3_text p {
  line-height: 2rem;
}
/*--------------------------------------------
	voice
--------------------------------------------*/
#voice {
  margin: 0 auto;
  background-color: #fff1f0;
  padding: 0 5% 5%;
}

#voice_h2 {
  scroll-margin-top: 60px;
}

.voice_bg {
  margin: 3% auto;
  padding: 3% 2% 4% 2%;
  background-color: #ffffff;
  border-radius: 30px 30px 0 30px;
  max-width: 1000px;
  box-shadow: 2px 8px 20px #fed1cf;
}

.voice_text {
  max-width: 900px;
  margin: 0 auto;
  line-height: 2rem;
  padding: 0 5%;
}

.question {
  font-weight: bold;
  color: #cb2922;
  line-height: 3rem;
  font-size: 1.3rem;
  margin: 2% 0px 1.5%;
}

.answer {
  line-height: 2rem;
  margin-bottom: 3%;
}

.name {
  font-weight: bold;
  font-size: 1.1rem;
}

.company_infomation,
.company_infomation_sp {
  display: flex;
  gap: 2%;
  align-items: center;
  margin: 4% 0 2%;
}

.company_infomation img {
  width: 8%;
}

.company_infomation_sp img {
  width: 17%;
}

/*--------------------------------------------
	スライダー
--------------------------------------------*/

.slide-items {
  width: 50%;
  height: 50%;
  margin: auto;
}

.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
  opacity: 0.2;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #cb2922;
}

.slick-prev {
  z-index: 1;
  left: 68%;
  top: 104%;
  margin: 0 5%;
}

.slick-next {
  z-index: 1;
  width: 40px;
  right: -9%;
  top: 104%;
  margin: 0 5%;
}

.slick-prev:before,
.slick-next:before {
  color: #cb2922;
  opacity: 1; /*デフォルトは.75が指定されている*/
  font-size: 45px;
  font-weight: 600;
}

.slick-next::before {
  right: 0;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

.slick-dots {
  bottom: -29px;
  left: 78%;
  width: 20%;
  margin: 0 1%;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

/*--------------------------------------------
	faq
--------------------------------------------*/
.faq_bg {
  padding: 2% 5% 5%;
}
#faq {
  max-width: 950px;
  margin: 0 auto;
}
#faq_h3 {
  font-size: 2.1rem;
  padding: 3rem 0 1.7rem;
  letter-spacing: 2px;
  padding-left: 10px;
  scroll-margin-top: 60px;
}

.faq {
  font-size: 2.1rem;
  padding: 3rem 0 1.7rem;
  letter-spacing: 2px;
  margin: 0 auto;
}

/*--------------------------------------------
	アコーディオン
--------------------------------------------*/
.accordion {
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 20px;
  margin: 1rem;
}

.accordion-content {
  display: none;
  padding: 0 20px 10px;
  margin: 0 1rem 1rem;
  line-height: 1.8rem;
}

/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) {
  border-bottom: 1px solid #9b9b9b;
}
.accordion-item:nth-of-type(2) {
  border-bottom: 1px solid #9b9b9b;
}
.accordion-item:nth-of-type(3) {
  border-bottom: 1px solid #9b9b9b;
}
.accordion-item:nth-of-type(4) {
  border-bottom: 1px solid #9b9b9b;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #cb2922;
  border-top: solid 2px #cb2922;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/*--------------------------------------------
inquiry
--------------------------------------------*/
#inquiry {
  padding: 1% 5%;
  margin: 0 auto;
  max-width: 1000px;
}

.balloon3 {
  position: relative;
  background: #f4f3f3;
  padding: 3em;
  border-radius: 30px;
  background-image: url(../images/3ac_logo_bg.png);
  /* background-size: 55% auto;
  background-position: left -10% top -10%; */
  background-repeat: no-repeat;
  margin-bottom: 4rem;
}

#inquiry_h3 {
  font-weight: bold;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}

.inquiry_text p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.inquiry_flame {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 5% 0;
}

.otoiawase_btn_4 {
  display: flex;
  width: 250px;
  height: 65px;
  background: #008bcf;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.4s;
  align-items: center;
  flex-direction: row;
}

/*--------------------------------------------
footer
--------------------------------------------*/
#footer {
  border-top: 1px solid #d9d9d9;
  margin: 2rem auto 0;
  padding: 3rem 2rem 0.8rem;
  text-align: center;
}

.company_text {
  margin: 1.5rem auto 0.4rem auto;
}

.footer_text a {
  color: #cb2922;
}

.Copyright {
  color: #9c9c9c;
  margin: 3rem 0 1rem;
}

#footer img {
  width: 135px;
  height: auto;
}

/* 個人情報の取扱いについて */

.privacy__inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    padding: 80px 1rem;
}
.privacy__inner h2 {
    font-size: 28px;
   margin-bottom: 24px;
    text-align: center;
    border-bottom:#333 solid 1px;
}
.privacy__inner ol li {
    padding-bottom: 20px;
}
.privacy__inner ol li table th, .privacy__inner ol li table td {
    border: 1px solid #333;
    padding-left: 20px;
}

.privacy__inner a{
    color: #3366CC;
}




