@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  margin: 0;
  letter-spacing: 0.05em;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  line-height: 1.5;
  letter-spacing: normal;
}

/* ------------------------------
  MediaQuery
------------------------------ */
/* ------------------------------
  共通読み込み
------------------------------ */
.header-inner {
  width: 100%;
  height: 70px;
  background-color: #C2D842;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img img {
  width: 200px;
  height: auto;
  text-align: left;
  margin-left: 30px;
}

.g-nav {
  font-size: 18px;
  display: flex;
}

.nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-items li {
  margin-right: 30px;
  font-weight: bold;
  color: #fff;
}

.contact-btn {
  font-size: 16px;
  background-color: #5994D9;
  border-radius: 8px;
  box-shadow: 0 4px 0 #346AA8;
  color: #fff;
  display: block;
  padding: 10px 40px 10px 20px;
  position: relative;
  margin-left: 10px;
  margin-right: -10px;
}
.contact-btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/*ハンバーガーがクリックされたら右からスライド*/
.g-nav {
  font-size: 18px;
  display: flex;
}

.footer-box {
  width: 100%;
  height: 310px;
  background: url(../images/bg-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-box h1 {
  text-align: center;
  line-height: 170px;
}

.copyright-box {
  color: #fff;
  width: 100%;
  background-color: #C6D75D;
  text-align: center;
  padding: 18px 0;
}
.copyright-box small {
  font-size: 16px;
}

.mv {
  height: 100vh;
  position: relative;
  background-color: #C2D842;
}

.logo-img {
  z-index: 9999;
}

.mv-inner {
  width: 90%;
  max-width: 1200px;
  background: url(../images/fv.png);
  background-color: #C2D842;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10% 0;
  margin: 0 auto;
}

.mv-copy {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 550;
  color: white;
  padding: 100px 40px 100px;
}

.news-block {
  height: 48px;
  max-width: 800px;
  border: 2px solid white;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin: 0px auto;
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.news-block h2 {
  width: 316px;
  color: #5994D9;
  font-weight: bold;
  background-color: white;
  padding: 12px 44px;
  border-radius: 30px;
  font-size: 18px;
}
.news-block dl, .news-block dt, .news-block dd {
  display: flex;
  font-size: 16px;
  font-weight: bold;
}
.news-block dl {
  width: 100%;
  position: relative;
  left: -10%;
  margin-left: -52px;
}
.news-block dl dt {
  margin-right: 80px;
}
.news-block dl dd {
  color: white;
}

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0px;
  left: 10%;
}

.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0px;
  left: unset;
  right: 10%;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -10px;
  bottom: 190px;
  /*テキストの形状*/
  color: #fff;
  font-size: 0.9rem;
  font-family: Adobe Clean;
  font-weight: bold;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.scrolldown2 span {
  color: #DDDDDD;
}

/* 丸の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  /*丸の動き2秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
  animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
}

.scrolldown2:before {
  background: #DDDDDD !important;
}

.scrolldown2:after {
  background: #DDDDDD !important;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 180px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 180px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 180px;
  background: #fff;
}

.message-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 80px 150px;
  background: url(../images/bg-green1.png);
  background-size: 205px;
  background-repeat: no-repeat;
  background-position: 97% 30%;
}

.message-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.message-texts {
  width: 60%;
  margin-right: 80px;
  display: inline-block;
  text-align: justify;
}
.message-texts h2 {
  font-size: 22px;
  font-weight: bold;
  color: #216E0A;
  line-height: 1.8;
}
.message-texts p {
  margin-top: 40px;
  line-height: 1.8;
}

.message-images {
  width: 40%;
  float: right;
}
.message-images img {
  margin-bottom: -60px;
}

.message-btn {
  margin-top: 40px;
}
.message-btn a {
  color: #1E580D;
  float: left;
  display: inline;
  background-color: white;
  padding: 15px 40px;
  border-radius: 4px;
  border: 1px solid #216E0A;
}
.message-btn a:hover {
  background-color: #F0F5EF;
}

.support-btn {
  margin-left: 20px;
}

.ourservice {
  width: 100%;
  height: auto;
}

.title-box {
  width: 100%;
  height: 46vh;
  position: relative;
  background-position: center center;
}
.title-box h1, .title-box h2 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-box h1 {
  width: 100%;
  font-size: 112px;
  font-family: "Poppins", sans-serif;
  opacity: 0.3;
  line-height: 1;
}
.title-box h2 {
  font-size: 36px;
  font-weight: bold;
}

.title-box1 {
  background: url(../images/bg-title1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-box {
  padding: 80px 0 100px;
  position: relative;
}

.section-box2 {
  display: block;
  text-align: center;
}

.title {
  text-align: center;
  padding-bottom: 40px;
}
.title h1 {
  font-size: 74px;
  font-family: "Poppins", sans-serif;
  color: #C2D842;
  opacity: 0.6;
}
.title h2 {
  font-size: 26px;
  font-weight: bold;
}

.title-description {
  text-align: left;
  display: inline-block;
  padding-bottom: 40px;
  text-align: justify;
  line-height: 1.8;
  margin: 0 16%;
}
.title-description span {
  color: #216E0A;
}

.flex-list {
  text-align: center;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.flex-list li {
  color: #fff;
  background-color: #216E0A;
  border-radius: 10px;
  width: 32.5%;
  padding: 26px 0;
}
.flex-list li h1 {
  padding-top: 10px;
  font-weight: bold;
}
.flex-list li span {
  font-size: 12px;
}
.flex-list li p {
  font-size: 14px;
  padding: 6px 20px 0;
  font-weight: bold;
}

.flex-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.flex-list li.show {
  opacity: 1;
  transform: translateY(0);
}

.system-name {
  font-size: 18px;
}

.system4, .system5, .system6 {
  background-color: #C2D842 !important;
}

.more-info h2 {
  text-align: center;
  font-size: 19px;
  color: #2F571B;
  font-weight: bold;
  padding-top: 20px;
}

.info-btns {
  color: #2F571B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 60px;
  gap: 30px;
}

.info-btn {
  display: flex;
  flex-direction: column;
  width: 26%;
}
.info-btn p {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.info-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn span {
  padding-right: 10px;
}

.box-grey {
  background-color: #F8F8F8;
  position: relative;
}

.trainning-list {
  margin-bottom: 0;
}

.consulting {
  width: 100%;
  height: auto;
}

.title-box2 {
  background: url(../images/bg-title2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}

.img {
  text-align: center;
}

.img1 img {
  width: 230px;
  position: absolute;
  bottom: -9%;
  right: 4%;
  z-index: 10;
}

.img2 img {
  width: 240px;
  position: absolute;
  bottom: -12%;
  left: 5%;
  z-index: 10;
}

.consulting-title {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-left: 40px;
}
.consulting-title h1 {
  font-size: 70px;
  font-family: Avenir;
  font-weight: bold;
  color: #216E0A;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}
.consulting-title h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.consulting-title h2:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  display: block;
  margin-left: 1.2em;
  background: #C2D842;
}
.consulting-title img {
  width: 226px;
  position: absolute;
  top: -4%;
  left: -6%;
}

.title-description_box {
  display: block;
  text-align: center;
}

.consulting-box .title-description {
  margin-top: 60px;
}

.consulting-4needs {
  text-align: left;
  text-align: justify;
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.consulting-4needs li {
  width: 48%;
  padding: 26px 0;
  display: flex;
  align-items: center;
}
.consulting-4needs li p {
  margin-left: 26px;
}

.consulting-details {
  max-width: 900px;
  margin: 0 auto 60px;
}
.consulting-details li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 60px;
  margin-top: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.consulting-details li img {
  width: 200px;
}
.consulting-details .consulting-details_text {
  margin-left: 44px;
}
.consulting-details .consulting-details_text div {
  display: flex;
  align-items: center;
}
.consulting-details .consulting-details_text div h2 {
  font-family: Kohinoor Bangla;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background-color: #C2D842;
  border-radius: 30px;
  padding: 8px 40px;
}
.consulting-details .consulting-details_text div h3 {
  color: #3C3C3C;
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
}
.consulting-details .consulting-details_text p {
  font-size: 14px;
  margin-top: 30px;
  color: #3C3C3C;
  line-height: 1.8em;
  text-align: justify;
}

.importance-of-sequrity {
  background-color: #F8F8F8;
}

.title-p-mg {
  text-align: center;
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto;
}

.title-box3 {
  background: url(../images/bg-title3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box3 h1 {
  font-size: 100px;
}

.title-p h2 {
  line-height: 1.8em;
}

hr {
  width: 166px;
  background-color: #C3D600;
  height: 3px !important;
  margin: 30px auto;
  border: none;
  border-radius: 1.5px;
}

.sequrity-container {
  display: flex;
  margin-top: 50px;
}
.sequrity-container img {
  width: 50%;
  z-index: 10;
}
.sequrity-container p {
  color: #707070;
  text-align: left;
  padding: 0 80px;
}

.sequrity-container_2 {
  flex-direction: row-reverse;
  margin: 0 0 100px;
}
.sequrity-container_2 p {
  color: #707070;
  line-height: 1.5;
  text-align: justify;
}

.sequrity-text {
  width: 50%;
  flex-wrap: wrap;
  display: flex;
  align-content: center;
  margin: 0;
  background-color: rgba(89, 148, 217, 0.1);
}

p {
  margin: 0 auto;
}

.sequrity-container_3 {
  display: flex;
  margin: 160px 0 100px;
}
.sequrity-container_3 img {
  margin-top: -100px;
  margin-left: -60px;
  width: 500px;
  height: 385px;
  border-radius: 10px;
  z-index: 10;
}

.sequrity-text_3 {
  position: relative;
  width: 60%;
  color: #fff;
  background-color: #216E0A;
  text-align: left;
  border-bottom-right-radius: 10px;
  padding: 70px 50px;
}
.sequrity-text_3 h2 {
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
.sequrity-text_3 p {
  width: 70%;
  margin: 0 auto;
  color: #fff;
}

.sequrity-container_4 {
  display: flex;
  margin: 160px 0 40px;
  flex-direction: row-reverse;
}
.sequrity-container_4 img {
  margin-top: -80px;
  margin-right: -60px;
  width: 500px;
  height: 385px;
  border-radius: 10px;
  z-index: 10;
}

.sequrity-text_4 {
  width: 60%;
  position: relative;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 10px;
  padding: 100px 50px;
}
.sequrity-text_4 h2 {
  width: 70%;
  margin: 0 auto 40px;
  color: #216E0A;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: normal;
}
.sequrity-text_4 p {
  width: 70%;
  margin: 0 auto;
}

.contact-btn2 {
  width: 70%;
  margin: 0 auto;
}

.triangle-button {
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  height: 50px;
  background-color: #5994D9;
  border-radius: 8px;
  box-shadow: 0 4px 0 #346AA8;
  color: #fff;
  display: block;
  padding: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin-top: 40px;
}

.triangle-button::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.triangle-button:active {
  top: 4px;
  box-shadow: 0 0 0 #C62828;
}

.title-box4 {
  background: url(../images/bg-title4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box4 h1 {
  font-size: 100px;
}

.about-company {
  max-width: 900px;
  margin: -120px auto 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 120px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
}
.about-company li {
  border-bottom: 1px solid #DEDEDE;
  max-width: 660px;
  padding-bottom: 30px;
  margin: 0 auto 40px;
}
.about-company li:last-child {
  border: none;
  line-height: 1.5;
  margin-bottom: 50px;
}
.about-company li h2, .about-company li p {
  float: left;
  font-size: 18px;
}
.about-company li h2 {
  font-weight: bold;
  color: #3C3C3C;
  width: 40%;
}
.about-company li p {
  width: 60%;
}

.google-map {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.google-map iframe {
  width: 100% !important;
  height: 500px !important;
}

.title-box5 {
  background: url(../images/bg-title5.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box5 h1 {
  font-size: 100px;
}

.title-description1 {
  line-height: 1.8;
}

.consulting-acvs_box {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.consulting-acvs_box li {
  background-color: #fff;
  border-radius: 10px;
  width: 47%;
  padding: 40px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}
.consulting-acvs_box li:last-child {
  width: 100%;
  max-width: 980px;
  padding-top: 50px;
}
.consulting-acvs_box li h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}
.consulting-acvs_box li span {
  color: #216E0A;
  font-family: Adobe Clean;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 26px;
}
.consulting-acvs_box li p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 40px;
  font-weight: bold;
}

.security-types_box {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.security-types_box li {
  width: 100%;
  display: flex;
  -ms-grid-row-align: center;
  align-self: center;
  padding-bottom: 0;
  box-shadow: none;
}
.security-types_box li:last-child {
  margin-bottom: 50px;
}
.security-types_box li img {
  height: 30px;
  padding-right: 10px;
}
.security-types_box li p {
  text-align: left;
}
.security-types_box li p, .security-types_box li span {
  margin: 0;
}
.security-types_box li span {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 4px;
}

.notes {
  text-align: left;
  color: #216E0A;
  padding-bottom: 50px;
}

.title-box6 {
  background: url(../images/bg-title6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.title-box6 h1 {
  font-size: 100px;
}

.client-info_link {
  font-weight: bold;
  padding: 20px 0;
}

.Form {
  background-color: #fff;
  border-radius: 10px;
  margin: 60px auto;
  max-width: 900px;
  padding: 80px 120px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}

.Form-Item {
  border-bottom: 1px solid #DEDEDE;
  padding: 24px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item p {
  margin: 0;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  font-size: 12px;
  border-radius: 17px;
  padding: 4px 0;
  width: 56px;
  display: inline-block;
  text-align: center;
  background: #C2D842;
  color: #fff;
}

.Form-Item-Input {
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #F4F4F4;
  font-size: 16px;
}

.Form-Item-Textarea {
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #F4F4F4;
  font-size: 16px;
}

.confirm-btn {
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  height: 50px;
  background-color: #5994D9;
  border-radius: 8px;
  box-shadow: 0 4px 0 #346AA8;
  color: #fff;
  display: block;
  padding: 14px 70px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 40px auto 0;
}

.confirm-btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.covid-notes {
  background-color: #EFF2F7;
  text-align: center;
  padding: 50px 150px;
}
.covid-notes p {
  line-height: 1.6;
  margin: 0 auto;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  background: #386C20;
  border-radius: 25px;
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  text-align: center;
}

.title-box_contact {
  height: 200px;
  background: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 70px;
}
.title-box_contact h1 {
  font-size: 100px;
}

.title-box_privacy {
  width: 100%;
  position: relative;
  height: 200px;
  background: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.title-box_privacy h1 {
  width: 100%;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  opacity: 0.3;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-box_privacy h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.backtotop-btn {
  font-size: 16px;
  font-weight: bold;
  max-width: 270px;
  height: 50px;
  background-color: #5994D9;
  border-radius: 8px;
  box-shadow: 0 4px 0 #346AA8;
  color: #fff;
  display: block;
  padding: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 40px auto 0;
}

.privacy-info {
  max-width: 900px;
  margin: 20px auto 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 120px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  position: -webkit-sticky;
  position: sticky;
}
.privacy-info li {
  border-bottom: 1px solid #DEDEDE;
  max-width: 660px;
  padding-bottom: 30px;
  margin: 0 auto 40px;
}
.privacy-info li h2 {
  font-weight: bold;
  color: #5994D9;
  font-size: 24px;
  padding-bottom: 18px;
}
.privacy-info li p {
  font-size: 16px;
  color: #3C3C3C;
  margin: 0 auto;
  line-height: 1.8;
}
.privacy-info li p span {
  color: #216E0A;
}

.client-info_link {
  color: #346AA8;
}

/* 自由に編集下さい */
#formWrap {
  width: 900px;
  margin: 0 auto;
  color: #3C3C3C;
}
#formWrap h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}
#formWrap h3 p {
  line-height: 1.8;
}

.title-contact h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}
.title-contact h3 p {
  line-height: 1.8;
}

table.formTable {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto 0;
  max-width: 900px;
  padding: 80px 120px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
}

table.formTable tr {
  border-bottom: 1px solid #DEDEDE;
  padding: 24px 0;
  width: 100%;
  display: flex;
  align-items: center;
}

table.formTable td {
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #F4F4F4;
  font-size: 16px;
}

table.formTable th {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.title-contact {
  margin: 0 auto;
  color: #3C3C3C;
}
.title-contact h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 70px;
}
.title-contact h3 p {
  line-height: 1.8;
}

.contact_page-btn {
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 50px;
  background-color: #5994D9;
  border-radius: 8px;
  box-shadow: 0 4px 0 #346AA8;
  color: #fff;
  display: block;
  padding: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 60px 0 100px;
}

.submit-btn {
  margin: 60px 0 0 !important;
  background-color: #5994D9;
  box-shadow: 0 4px 0 #346AA8;
}

.back-btn {
  margin: 40px 0 100px !important;
  background-color: #C2D842;
  box-shadow: 0 4px 0 #A7B92C;
}

@media screen and (max-width: 768px) {
  .logo-img img {
    width: 60%;
  }
  .contact-btn {
    width: 260px;
    margin: 20px 0 10px 0;
  }
  .mv-inner {
    height: 60%;
    text-align: center;
    background-size: 76%;
    background-position: right 50% bottom 10%;
  }
  .mv-copy {
    font-size: 22px;
    padding-top: 14px;
  }
  .news-block {
    border: none;
    bottom: 23%;
    padding-left: 60px;
  }
  .news-block h2 {
    width: 255px;
    text-align: left;
    padding: 8px 35px;
  }
  .news-block dl, .news-block dt, .news-block dd {
    display: inline-block;
  }
  .news-block dl {
    position: absolute;
    left: 0;
    padding-left: 144px;
  }
  .news-block dl dt {
    position: absolute;
    left: 250px;
    margin: -12px;
  }
  .news-block dl dd {
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 112px;
    text-align: left;
    margin-bottom: 80px;
    line-height: 1.5;
  }
  .scrolldown {
    left: 5%;
  }
  .scrolldown2 {
    right: 5%;
    left: unset;
  }
  .message-inner {
    display: block;
    padding: 50px 30px 70px;
    background-size: 130px;
    background-position: 75% 60%;
  }
  .message-top {
    display: block;
    background-size: 160px;
    background-position: 90% 80%;
  }
  .message-texts {
    width: 100%;
    margin-right: 0;
  }
  .message-texts h2 {
    font-size: 18px;
  }
  .message-texts p {
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
  }
  .message-images {
    width: 45%;
    display: flex;
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
  }
  .message-images img {
    width: 100%;
    margin-bottom: 0;
  }
  .message-btn {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }
  .message-btn a {
    width: 90%;
    margin: 20px auto 0;
  }
  .btn {
    width: 290px;
    height: 52px;
  }
  .support-btn {
    margin-top: 10px;
  }
  .title-box {
    height: 180px;
  }
  .title-box h1 {
    font-size: 56px;
  }
  .title-box h2 {
    font-size: 20px;
  }
  .section-box {
    padding: 60px 26px 100px;
  }
  .title {
    padding-bottom: 20px;
  }
  .title h1 {
    font-size: 50px;
  }
  .title h2 {
    font-size: 20px;
    margin-top: -10px;
  }
  .title-sa h1 {
    font-size: 39px;
    margin-top: 20px;
  }
  .title-description {
    width: 100%;
    margin: 0;
  }
  .flex-list {
    flex-direction: column;
    padding: 0;
  }
  .flex-list li {
    margin: 0 auto;
    width: 100%;
  }
  .info-btns {
    padding: 36px 0 0 0;
  }
  .info-btn {
    width: 100%;
  }
  .info-btn p {
    font-size: 16px;
    text-align: center;
  }
  .info-btn a {
    width: 90%;
    margin: 0 auto;
  }
  .title-box2 {
    background: url(../images/bg-title2_sp.png);
  }
  .img1 img {
    width: 144px;
    bottom: -2%;
    left: 59%;
  }
  .img2 img {
    width: 170px;
    bottom: -5%;
    right: 28%;
  }
  .consulting-title1 {
    margin: 20px auto 0 !important;
  }
  .consulting-title {
    padding: 0;
    margin: 100px auto 0;
  }
  .consulting-title h1 {
    font-size: 50px;
  }
  .consulting-title h2 {
    font-size: 20px;
  }
  .consulting-title img {
    width: 170px;
    top: -44%;
    left: -16%;
  }
  .consulting-box .title-description {
    margin-top: 30px;
  }
  .title-description3 {
    padding-bottom: 0;
  }
  .consulting-4needs {
    padding: 0;
  }
  .consulting-4needs li {
    width: 100%;
    padding: 6px 0;
  }
  .consulting-4needs li img {
    width: 80px;
  }
  .consulting-details li {
    flex-direction: column;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  }
  .consulting-details li img {
    width: 140px;
    margin-bottom: 20px;
  }
  .consulting-details .consulting-details_text {
    margin: 0;
  }
  .consulting-details .consulting-details_text div {
    flex-direction: column;
  }
  .consulting-details .consulting-details_text div h2 {
    font-size: 22px;
    padding: 2px 36px;
  }
  .consulting-details .consulting-details_text div h3 {
    padding: 16px 0 0 0;
  }
  .consulting-details .consulting-details_text p {
    margin-top: 18px;
  }
  .section-box-mg {
    padding: 60px 0 0 !important;
  }
  .title-p-mg {
    width: 100%;
    padding: 0 20px 30px;
  }
  .title-box3 h1 {
    font-size: 52px;
  }
  .title-p h2 {
    font-size: 18px !important;
  }
  .sequrity-container {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .sequrity-container img {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .sequrity-container p {
    width: 85%;
    text-align: justify;
    padding: 0;
  }
  .sequrity-container_2 {
    margin: 0 0 70px;
  }
  .sequrity-text {
    width: 100%;
    padding: 14% 0;
  }
  p {
    width: 90%;
  }
  .sequrity-text_1 {
    border-radius: 0;
    padding: 14% 0;
  }
  .sequrity-text_2 {
    border-radius: 0;
    padding: 14% 0;
    margin-top: 0;
  }
  .sequrity-container_3 {
    margin: 0;
    flex-direction: column-reverse;
  }
  .sequrity-container_3 img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
  }
  .sequrity-text_3 {
    width: 100%;
    border-radius: 0;
    padding: 16% 8%;
  }
  .sequrity-text_3 h2 {
    width: 90%;
  }
  .sequrity-text_3 p {
    width: 90%;
  }
  .sequrity-container_4 {
    flex-flow: column-reverse;
    margin: 0;
  }
  .sequrity-container_4 img {
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .sequrity-text_4 {
    width: 100%;
    box-shadow: none;
    padding: 16% 8%;
  }
  .sequrity-text_4 h2 {
    width: 90%;
  }
  .sequrity-text_4 p {
    width: 90%;
  }
  .contact-btn2 {
    width: 90%;
  }
  .triangle-button {
    height: 52px;
    margin: 40px 0 20px;
  }
  .about-company {
    margin: 0;
    box-shadow: none;
    padding: 0 10px 80px;
  }
  .about-company li h2 {
    width: 30%;
  }
  .about-company li p {
    width: 70%;
  }
  .title-box5 {
    background: url(../images/bg-title5_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .title-box5 h1 {
    font-size: 45px;
  }
  .title-box5 h2 {
    font-size: 22px;
  }
  .consulting-acvs_box {
    flex-direction: column;
    gap: 30px;
  }
  .consulting-acvs_box .consulting-acvs_box2 {
    width: 100%;
  }
  .consulting-acvs_box .consulting-acvs_box3 span {
    margin-bottom: 0;
  }
  .consulting-acvs_box li {
    margin: 0 auto;
    width: 88%;
  }
  .notes {
    padding: 0 20px 40px;
  }
  .Form {
    width: 100%;
    padding: 30px 20px 60px;
  }
  .Form-Item {
    padding: 30px 0 16px;
    flex-wrap: wrap;
    border: none;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 8px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    margin-left: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 14px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .confirm-btn {
    margin-top: 24px;
    padding: 8px 0;
    width: 160px;
    font-size: 16px;
  }
  .covid-notes {
    padding: 40px 30px;
  }
  .title-box_privacy {
    height: 180px;
  }
  .title-box_privacy h1 {
    font-size: 50px;
  }
  .title-box_privacy h2 {
    font-size: 20px;
  }
  .privacy-info {
    width: 100%;
    padding: 60px 40px;
    margin: 20px auto 60px;
  }
  .privacy-info li p {
    width: 100%;
    text-align: justify;
  }
  #formWrap {
    width: 90%;
  }
  table.formTable {
    padding: 30px 0 16px;
    flex-wrap: wrap;
    border: none;
  }
  table.formTable td {
    margin-left: 0;
    margin-top: 14px;
    height: 40px;
    flex: inherit;
  }
  table.formTable th {
    max-width: inherit;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 1130px) {
  .g-nav {
    flex-direction: column;
  }
  .g-nav .nav-wrapper {
    display: none;
  }
  .g-nav .nav-wrapper.open .nav-items {
    display: block;
  }
  .nav-items {
    position: fixed;
    /* right: -60px; */
    top: 0px;
    width: 100%;
    height: 80vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
    padding-top: 40px;
  }
  .nav-items li {
    color: #000;
    margin: 0 0 20px;
  }
  /* 
  hamburger(ハンバーガーアイコン)
  =================================== */
  .hamburger {
    background-color: #216E0A;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger__line {
    position: absolute;
    width: 36px;
    height: 3px;
    right: 24%;
    background-color: #fff;
    transition: all 0.5s;
  }
  .hamburger__line--1 {
    top: 30%;
  }
  .hamburger__line--2 {
    top: 50%;
  }
  .hamburger__line--3 {
    top: 70%;
  }
  /*ハンバーガーがクリックされたら*/
  .open .g-nav {
    position: absolute;
    right: 0%;
    top: 0;
    width: 100%;
    height: 80vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    flex-direction: column;
  }
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 32px;
  }
  .open .hamburger__line--2 {
    opacity: 0;
  }
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 32px;
  }
  .open .g-nav {
    right: 0;
  }
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }
  .g-nav {
    flex-direction: column;
  }
  .g-nav .nav-wrapper {
    display: none;
  }
  .g-nav .nav-wrapper.open {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .mv-inner {
    width: 94%;
    background-size: 46%;
  }
  .mv-copy {
    font-size: 26px;
  }
  .news-block {
    border: none;
    bottom: 23%;
    padding-left: 90px;
  }
  .news-block h2 {
    width: 255px;
    text-align: left;
    padding: 8px 35px;
  }
  .news-block dl, .news-block dt, .news-block dd {
    display: inline-block;
  }
  .news-block dl {
    position: absolute;
    left: 0;
  }
  .news-block dl dt {
    position: absolute;
    left: 382px;
    top: 108px;
    margin: -120px;
  }
  .news-block dl dd {
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 140px;
  }
  .scrolldown {
    left: 5%;
  }
  .scrolldown2 {
    right: 5%;
    left: unset;
  }
  .consulting-details li {
    margin: 40px 40px 0;
  }
  .sequrity-container_3 {
    position: relative;
  }
  .sequrity-container_3 img {
    position: absolute;
    top: -68px;
    right: 10px;
    margin: 0;
    width: auto;
    height: 260px;
  }
  .sequrity-text_3 {
    width: 86%;
    padding: 70px 20px;
  }
  .sequrity-container_4 {
    position: relative;
  }
  .sequrity-container_4 img {
    position: absolute;
    top: -45px;
    left: 10px;
    margin: 0;
    width: auto;
    height: 260px;
  }
  .sequrity-text_4 {
    width: 68%;
    padding: 70px 20px;
  }
  .about-company {
    margin: -120px 60px 100px;
  }
  .consulting-acvs_box {
    margin: 0 40px 60px;
    gap: 40px;
  }
  .Form {
    margin: 0 40px 0;
    padding: 80px;
  }
}

@media screen and (min-width: 470px) and (max-width: 768px) {
  .mv-inner {
    height: 80%;
    text-align: center;
    background-size: 68%;
    background-position: right 50% bottom 40%;
    padding: 0;
  }
  .mv-copy {
    font-size: 24px;
    padding: 30px 40px 30px;
  }
}