body {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: YuGothic,"Yu Gothic",sans-serif;
}

ul {
 list-style-type: none;   
}

a {
color: #fff;
text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.only-sp {
  display: none;
}

.only-pc {
  display: block;
}

.head02 {
  background-color: #384b5b;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 36px;
  padding: 30px 0;
}

.head02_bubble {
  display: block;
  position: relative;
  padding: 30px 0;
  margin: 0 0 100px;
  background-color: #384b5b;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.head02_bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  border: 70px solid transparent;
  border-top: 55px solid #384b5b;
}

.head03 {
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 24px;
  padding: 10px 0;
}

.top {
  display: block;
  position: relative;
  height: auto;
  margin-bottom: 0px;
}

.top-fv {
  z-index: 0;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
}

.top-title {
  z-index: 1;
  position: absolute;
  top: 75%;
  left: 36%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
}

.appeal {
  display: block;
  position: relative;
  box-sizing: border-box;
  background: url("../images/background-img_big_pc.png");
  padding-bottom: 80px;
}

.appeal_word {
  display: block;
  position: relative;
  width: 480px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.appeal_word::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 140px;
  background: url("../images/appeal_left.png") no-repeat center/contain;
  left: -100px;
}

.appeal_word::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 140px;
  background: url("../images/appeal_right.png") no-repeat center/contain;
  top: 0;
  right: -100px;
}

.appeal_text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.up-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  margin: 0 auto 60px;
  padding: 0;
}

.up-list_item {
  position: relative;
  width: 200px;
  margin-right: 5px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 650px;
  height: 70px;
  margin: 0 auto;
  padding: 10px 5px;
  border-radius: 25px;
  transition: 0.3s all;
  font-size: 36px;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  background: #5b9d80;
  color: #fff;
  animation: moving 2s infinite;
}

@keyframes moving {
  0% {
      transform: scale(1, 1);
  }
  50% {
      transform: scale(0.95, 0.95)
  }
}

.button a {
  display: inline-block;
  width: 100%;
}

.button a:hover {
  transition: .3s all;
  opacity: 0.75;
}

.button-submit {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #384b5b;
  width: 100%;
  max-width: 302px;
  height: 56px;
  margin: 0 auto;
  transform: translateZ(0);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  border: none;
  border-radius: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  outline: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.button-submit:hover {
  transition: .3s all;
  opacity: 0.75;
}

.target {
  z-index: -1;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-bottom: -3px;
  padding: 60px 0 200px;
  background: url("../images/target.png") no-repeat center/cover;
}

.target li {
  padding-left: 10px
}

.target_check {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox.png") no-repeat center/contain;
  margin-right: 5px;
}
.target_title {
  display: block;
  position: relative;
  font-size: 32px;
  color: #fff;
  margin-bottom: 60px;
}

.target_title::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100%;
  height: 20px;
  transform: translateX(-50%);
  background: url("../images/target_under.png") no-repeat center/contain;
}

.target_title span {
  font-size: 42px;
  color: #d0ca41;
}

.target_list {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  padding: 40px 100px;
  text-align: left;
  background-color: rgba(68, 68, 69, 0.5);
  color: #fff;
}

.target_item {
  font-size: 30px;
  font-weight: bold;
  line-height: 2.4;
}

.solution_image {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 90px 0 90px;
  background: url("../images/solution_image_back.png") no-repeat center/cover;
}

.solution_image img {
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
}

.service {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-image: url("../images/background-img_big_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.service_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 60px;
}

.service-point_head {
  display: flex;
  align-items: center;
  position: relative;
}

.service-point_head::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.service-point_l {
  display: flex;
  margin-bottom: 60px;
  max-width: 70%;
  width: 100%;
  background-color: #414d66;
  color: #fff;
}

.service-point_image {
  flex-shrink: 0;
  width: 50%;
  margin-right: 30px;
}

.service-point_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-point_r {
  display: flex;
  max-width: 70%;
  width: 100%;
  margin-bottom: 60px;
  background-color: #414d66;
  color: #fff;
}

.service-point_r .service-point_image {
  margin-right: 0;
  margin-left: 30px;
}

.service-point_contents {
  padding: 20px 50px 20px 40px;
  text-align: left;
  font-size: 22px;
}

.service-point_r .service-point_contents {
  padding: 20px 30px 20px 50px;
  text-align: left;
  font-size: 22px;
}

.service-point_title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.service-point_no {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.service-point_empha {
  color: #f7ef8e;
  font-weight: bold;
}

.setvice-point small {
  font-size: 14px;
}

.staff-achieve {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 50px 150px;
  background-image: url("../images/staff-achieve.png");
  color: #fff;
}

.point-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 46px;
  margin: 0 auto;
  padding: 8px 5px;
  border-radius: 10px;
  transition: 0.3s all;
  font-size: 26px;
  font-weight: bold;
  border: 2px solid #1f2933;
  background: #1f2933;
  color: #fff;
}

.staff-achieve_sub {
  font-size: 32px;

}
.staff-achieve_sub__span{
  font-size: 48px;
  font-style: bold;
}

.staff-achieve_text {
  font-size: 16px;
}

.announce {
  display: block;
  background: url(../images/background-img_price.png) no-repeat center top/cover;
}

.announce_inner {
  display: block;
  padding: 60px 0 0;
}

.announce_cost {
  font-size: 30px;
  font-weight: bold;
}

.announce-price_list {
  display: block;
  box-sizing: border-box;
  width: 51%;
  margin: 0 auto 60px;
}

.announce-price_item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
}

.announce-price_head {
  flex-shrink: 0;
  display: block;
  width: 51%;
  box-sizing: border-box;
  padding: 12px;
  background-color: #667380;
  color: #fff;
}

.announce-price_times {
  margin: 0;
  font-size: 20px;
}

.announce-price_content {
  display: block;
  width: 49%;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #253a4b;
}

.announce-price_cost {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.announce-price_contact {
  color: #fff;
  font-size: 16px;
}

.announce-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 60px;
}

.announce-area_inner {
  display: block;
  position: relative;
  margin: 0 auto;
}

.announce-area_inner img {
  display: block;
  width: 100%;
  max-width: 550px;
  object-fit: contain;
}

.company-list {
  display: block;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  padding: 60px 0 0;
}

.company-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
  padding: 10px 30px;
}

.company-item img {
  display: block;
  width: 35%;
  height: auto;
  margin-bottom: 30px;
  object-fit: contain;
}

.company-item:first-child {
  padding: 50px 30px 10px;
  margin-bottom: 60px;
}

.company-item:nth-child(2) {
  padding: 50px 30px 10px;
  margin-bottom: 60px;
}

.company-item:last-child img {
  width: 30%;
  height: auto;
  margin-bottom: 0;
}

.company-item:nth-child(2) img {
  width: 50%;
  height: auto;
  margin-bottom: 0;
}

.company-name {
  font-size: 18px;
  font-weight: bold;
}

.contact {
  display: block;
  position: relative;
  box-sizing: border-box;
  background: url("../images/background-img_big_pc.png") repeat-y center/ cover;
  padding-bottom: 80px;
}

.form {
  display: flex;
  margin: 60px auto 0;
  justify-content: center;
  width: 100%;
  max-width: 60%;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  text-align: left;
}

.form-field {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #1f2933;
}

.form-field input {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 3px;
  padding: 14px;
  font-size: 16px;
  line-height: calc(1em * 50 / 40);
  background-color: #f3f6f9;
  border: solid 1px #f3f6f9;
  border-radius: 8px
}

.form-field span, .form-attention {
  color: #e12d39;
  font-size: 14px;
}

#form-hidden{
  font-size: 16px;
}

footer {
  padding: 16px 0;
  background-color: #384b5b;
  color: #fff;
}
.footer_copyright {
  margin: 0 auto;
}