@charset "utf-8";

/*2021/06/11 added*/
.form__privacy {
  text-align: center;
  margin: 0px 15px;
  padding: 0px 0;
  width: 100%;
}
.form__privacy__title {
  font-weight: bold;
}
.form__privacy__content {
  font-size: 14px !important;
  text-align: left;
  height: 260px;
  margin: auto;
  padding: 10px;
  overflow-y: scroll;
  border: 2px solid #999;
  margin: 15px 0;
}
@media screen and (min-width: 481px) {
  .form__privacy__content {
    background: #ffffff;
    border-radius: 0;
  }
}

/**general**/
body {
  font-family: "Noto Sans JP", sans-serif;
}
#wrap {
  overflow: hidden;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

section {
  margin: 70px 0 100px 0;
}

h1 {
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.u_text {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3em;
}

.t_text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

.box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 1.8em;
  }
  .u_text {
    text-align: left;
  }
}

/**mainvis**/
.bg_main {
  background: url("../img/main.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1000px;
  margin-top: 0;
}

.h_bar {
  height: 150px;
  display: flex;
  align-items: center;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.h_tel {
  text-align: right;
  color: #fff;
  font-size: 14px;
}

.h_tel p {
  margin: -10px 0 -10px 0;
}

.tel_num img {
  width: 60px;
  margin-right: 10px;
  padding-bottom: 5px;
}

.tel_num {
  font-size: 3em;
  font-weight: 900;
}

.form_btn {
  padding: 20px 0px;
  background: #ffd33b;
}
.form_btn:hover {
  background-color: rgba(255, 211, 59, 0.8);
}

.form_btn p {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 0px 10px;
}
.h_bar a:hover {
  text-decoration: none;
}

.h_logo img {
  width: 250px;
}

.m_copy {
  text-align: left;
  font-size: 3em;
  margin: 60px 10px 40px 10px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000,
    2px 2px 1px #000, 3px 2px 1px #000, 3px 1px 1px #000, 4px 0px 1px #000,
    3px -1px 1px #000, 3px -2px 1px #000, 2px -2px 1px #000, 2px -3px 1px #000,
    1px -3px 1px #000, 0px -4px 1px #000, -1px -3px 1px #000, -2px -3px 1px #000,
    -2px -2px 1px #000, -3px -2px 1px #000, -3px -1px 1px #000,
    -4px 0px 1px #000, -3px 1px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000,
    -2px 3px 1px #000, -1px 3px 1px #000;
}

.m_catch {
  font-size: 2em;
  margin-bottom: 10px;
  text-shadow: 0px 4px 1px #ff0000, 1px 3px 1px #ff0000, 2px 3px 1px #ff0000,
    2px 2px 1px #ff0000, 3px 2px 1px #ff0000, 3px 1px 1px #ff0000,
    4px 0px 1px #ff0000, 3px -1px 1px #ff0000, 3px -2px 1px #ff0000,
    2px -2px 1px #ff0000, 2px -3px 1px #ff0000, 1px -3px 1px #ff0000,
    0px -4px 1px #ff0000, -1px -3px 1px #ff0000, -2px -3px 1px #ff0000,
    -2px -2px 1px #ff0000, -3px -2px 1px #ff0000, -3px -1px 1px #ff0000,
    -4px 0px 1px #ff0000, -3px 1px 1px #ff0000, -3px 2px 1px #ff0000,
    -2px 2px 1px #ff0000, -2px 3px 1px #ff0000, -1px 3px 1px #ff0000;
}

.s_copy {
  color: #fff;
  font-size: 20px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.medal {
  display: flex;
}

.medal img {
  width: 200px;
  height: 200px;
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  .form_btn p {
    font-size: 12px;
  }
  .h_logo img {
    width: 180px;
  }
  .m_copy {
    font-size: 2em;
  }
  .m_catch {
    font-size: 2em;
    line-height: 1.5em;
  }
  .s_copy {
    font-size: 16px;
    letter-spacing: none;
  }
}
@media screen and (max-width: 768px) {
  .m_copy {
    margin: 30px 0;
    line-height: 1.5em;
  }
  .m_catch {
    line-height: 1.2em;
    font-size: 1.7em;
  }
  .bg_main {
    height: 800px;
  }
  .medal img {
    width: 150px;
    height: 150px;
  }
  .s_copy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_bar {
    height: 80px;
  }
  .medal img {
    width: 100px;
    height: 100px;
  }
  .bg_main {
    height: 700px;
  }
}

/**onayami**/

.onayami_inner ol {
  padding: 20px 0;
}

.onayami_inner ol li {
  margin: 30px;
  font-size: 20px;
  font-weight: bold;
}

.onayami_inner {
  border: 3px solid #ff0000;
  display: flex;
  align-items: flex-end;
  margin: 0 15px;
}

.arrow {
  text-align: center;
}

.arrow img {
  width: 357px;
  height: 129px;
}

.arrow p {
  color: #fff;
  font-size: 4em;
  text-shadow: 0px 4px 1px #ff0000, 1px 3px 1px #ff0000, 2px 3px 1px #ff0000,
    2px 2px 1px #ff0000, 3px 2px 1px #ff0000, 3px 1px 1px #ff0000,
    4px 0px 1px #ff0000, 3px -1px 1px #ff0000, 3px -2px 1px #ff0000,
    2px -2px 1px #ff0000, 2px -3px 1px #ff0000, 1px -3px 1px #ff0000,
    0px -4px 1px #ff0000, -1px -3px 1px #ff0000, -2px -3px 1px #ff0000,
    -2px -2px 1px #ff0000, -3px -2px 1px #ff0000, -3px -1px 1px #ff0000,
    -4px 0px 1px #ff0000, -3px 1px 1px #ff0000, -3px 2px 1px #ff0000,
    -2px 2px 1px #ff0000, -2px 3px 1px #ff0000, -1px 3px 1px #ff0000;
}

@media screen and (max-width: 992px) {
  .onayami_inner ol li {
    font-size: 16px;
    margin: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .woman_pic {
    text-align: center;
  }
  .arrow p {
    margin-top: 20px;
    font-size: 3em;
  }
}

/**Regular**/
.h_block p {
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.dark {
  color: #013b44;
  font-size: 2em;
  text-decoration: underline;
  text-decoration-color: #013b44;
}

.red {
  color: #ff0000;
  font-size: 2em;
  text-decoration: underline;
  text-decoration-color: #ff0000;
}

.service_box {
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  border-radius: 20px;
}

.ribbon {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 100px;
  text-align: center;
  color: #fff;
  background: #d0a40b;
  padding: 20px 0;
}

.ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid #d0a40b;
  border-right: 50px solid #d0a40b;
  border-bottom: 20px solid transparent;
}

.service_box h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}

.bg_dark {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #013b44;
}

.bg_red {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f00;
}

.s_text {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
}

.service_box p {
  padding: 10px;
  vertical-align: middle;
  line-height: 2em;
}

.service_box li {
  margin: 5px 0;
}
@media screen and (max-width: 992px) {
  .service_box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ribbon {
    padding: 15px 0;
    width: 50px;
    font-size: 9px;
    left: 5px;
  }
  .ribbon::after {
    border-left: 25px solid #d0a40b;
    border-right: 25px solid #d0a40b;
    border-bottom: 10px solid transparent;
  }
}
/*Reason*/
.reason_inner {
  background: url("../img/bg_reason.jpg") center center no-repeat;
  background-size: cover;
  padding: 160px 20px;
}

.box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.reason_b {
  height: 120px;
  background: #00a0e9;
  margin: 20px 0;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.reason_b p {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 20px;
  margin-bottom: 0;
}

/*Reason under*/
.work_box {
  height: 300px;
  margin-bottom: 30px;
}

.wrap_left {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd33b;
}

.b_left {
  text-align: center;
}

.b_left img {
  width: 100px;
}

.b_left h3 {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 0px 4px 1px #757575, 1px 3px 1px #757575, 2px 3px 1px #757575,
    2px 2px 1px #757575, 3px 2px 1px #757575, 3px 1px 1px #757575,
    4px 0px 1px #757575, 3px -1px 1px #757575, 3px -2px 1px #757575,
    2px -2px 1px #757575, 2px -3px 1px #757575, 1px -3px 1px #757575,
    0px -4px 1px #757575, -1px -3px 1px #757575, -2px -3px 1px #757575,
    -2px -2px 1px #757575, -3px -2px 1px #757575, -3px -1px 1px #757575,
    -4px 0px 1px #757575, -3px 1px 1px #757575, -3px 2px 1px #757575,
    -2px 2px 1px #757575, -2px 3px 1px #757575, -1px 3px 1px #757575;
}

.b_right {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}

.b_right li {
  margin: 5px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .b_right li {
    font-size: 14px;
  }
}

/*Form Area*/

.form_area {
  background: #f5f5f5;
  padding: 100px 0;
}
.form_area a:hover {
  text-decoration: none;
}

/*Worries*/
.worries_head {
  color: #fff;
  padding: 30px 15px;
  position: relative;
}

.worries_head h2 {
  margin-bottom: 0;
  margin-top: 30px;
}

.b-a {
  position: absolute;
  background: #657c61;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  font-size: 2em;
  font-weight: 900;
  top: -20px;
  left: 0;
}
.be {
  background: #657c61;
}

.af {
  background: #d0a40b;
  color: #fff;
}

.pic_before {
  height: 100%;
  background: url("../img/worries_before.jpg") center center no-repeat;
  background-size: cover;
}
.pic_after {
  height: 100%;
  background: url("../img/worries_after.jpg") center center no-repeat;
  background-size: cover;
}

.status {
  background: #f5f5f5;
  padding: 20px;
}

.status h4 {
  text-align: center;
  padding: 20px 0;
}

.before li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 14px;
}

.before li::before {
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 12px;
  margin-right: 10px;
}

.worries_inner {
  padding: 20px 0;
  margin-left: 0px;
  margin-right: 0px;
}

.worries_inner h4 {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 20px 10px;
  padding-left: 20px;
  border-left: solid 2px #fff;
}

.worries_inner h3 {
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid #dbdbdb;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
.after li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 14px;
}

.after li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 12px;
  margin-right: 10px;
}
.bg-b {
  background: #013b44;
  color: #fff;
}
.bg-a {
  background: #ffd33b;
  color: #000;
}
.bg-a h4 {
  border-left: solid 2px #000;
}
.status ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pic_before,
  .pic_after {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .pic_before,
  .pic_after {
    height: 400px;
  }
  .status ul {
    padding-right: 30px;
  }
}
/*Promise*/
.promise_inner {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.promise_inner p {
  width: 90%;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
  margin-left: 20px;
}
.circle_num {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f00;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.ul {
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
/*Staff*/
.staff_inner img {
  width: 100%;
}
.staff_inner h4 {
  text-align: center;
  font-weight: bold;
  color: #f00;
  margin: 20px 0;
}
/*Feature*/
.bg-grey {
  background: #f5f5f5;
}
.feature_inner {
  padding: 30px;
}
.feature_inner h4 {
  color: #f00;
  font-weight: bold;
  margin: 20px 0;
}
.feature_pic1 {
  height: 100%;
  background: url("../img/feature1.jpg") center center no-repeat;
  background-size: cover;
}
.feature_pic2 {
  height: 100%;
  background: url("../img/feature2.jpg") center center no-repeat;
  background-size: cover;
}
.feature_pic3 {
  height: 100%;
  background: url("../img/feature3.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .feature_pic1,
  .feature_pic2,
  .feature_pic3 {
    height: 500px;
  }
}
/*About*/
.about_wrap {
  margin-bottom: 50px;
}
.about_inner {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.about_inner span {
  font-size: 20px;
  font-weight: bold;
}
.about_pic1 {
  height: 350px;
  background: url("../img/about1.jpg") center center no-repeat;
  background-size: cover;
}
.about_pic2 {
  height: 350px;
  background: url("../img/about2.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about_pic1,
  .about_pic2 {
    height: 250px;
  }
}
/*company*/
table {
  border-collapse: separate;
  border-spacing: 10px;
}
table td,
table th {
  padding: 20px;
  letter-spacing: 0.2em;
}
table th {
  background: #dadada;
  width: 30%;
}
table td {
  background: #f5f5f5;
  width: 70%;
}
@media screen and (max-width: 768px) {
  table td,
  table th {
    display: block;
  }
  table th {
    width: 100%;
  }
  table td {
    width: 100%;
  }
}

/*Form*/
form {
  margin: 60px 0;
}
label {
  font-weight: bold;
}
.contact_head {
  margin: 30px 0;
  color: #f00;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.robot {
  max-width: 250px;
}
.btn {
  margin-top: 30px;
  background: #ffd33b;
  font-weight: bold;
  padding: 10px 30px;
  color: #000;
}
.contact_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact_inner {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .tel_num {
    font-size: 2em;
  }
}

/**Footer Menu(スマホのみ表示:~576px)**/
.sp_foot_menu {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.4));
}
.foot_tel {
  background: #f00;
  padding: 20px 0;
}
.foot_form {
  background: #ffd33b;
  padding: 20px 0;
}

.sp_foot_menu a {
  color: #f5f5f5;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.sp_foot_menu a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.sp_foot_menu i {
  margin-right: 10px;
}
@media screen and (min-width: 576px) {
  .sp_foot_menu {
    display: none;
  }
}

/*Footer*/
.footer {
  background: #ffd33b;
  padding: 40px 0;
  text-align: center;
}
.footer p {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .footer {
    margin-bottom: 70px;
  }
}
