@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}
[data-aos="fade-up"] {
  transform: translate3d(0, 50px, 0) !important;
}
[data-aos="fade-down"] {
  transform: translate3d(0, -50px, 0) !important;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0) !important;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", Arial, sans-serif;
  background-color: #fff;
  color: #433f3e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

.fixedcontainer {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
}
a {
  color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}
.bkyellow {
  background-color: #fff100;
}
.bold {
  font-weight: bold;
}
.btline {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.visible-sp {
  display: none;
}
.hidden-sp {
  display: block;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sub_header {
  position: initial;
  padding-bottom: 20px;
}
.logo img {
  width: 230px;
}
.logo {
  padding-top: 20px;
}
.fv {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.fv h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.fv p {
  font-size: 24px;
  margin-bottom: 40px;
}
.btn {
  display: inline-block;
  padding: 32px 80px;
  border-radius: 58px;
  background-color: #86c44e;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.fv_left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.fv_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.company_ttl {
  text-align: center;
  background-color: #f6f7f9;
  padding: 50px 0;
  font-weight: bold;
  font-size: 32px;
}
.company_ttl small {
  font-size: 24px;
  display: block;
  font-weight: 500;
}
.sec_ttl_wrap {
  background: linear-gradient(to bottom, #ffec8b 0%, #ffe03e 50%, #ffd80c 100%);
  text-align: center;
  padding: 40px 0;
}
.sec_ttl {
  font-size: 32px;
}
.sec_ttl span {
  padding: 0 5px;
  background: linear-gradient(
    to top,
    #ffef9c 0%,
    #ffef9c 30%,
    transparent 30%,
    transparent 100%
  );
}
.sec_in {
  padding: 50px 0 120px;
}
.before_after {
  text-align: center;
}
.resolve_header {
  text-align: center;
  font-size: 32px;
  margin: 60px 0 30px;
}
.resolve_list {
  display: flex;
  justify-content: space-between;
}
.resolve_one {
  width: 380px;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 50px 30px;
  text-align: center;
}
.resolve_one:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #0383ca;
}
.resolve_ttl {
  font-size: 32px;
  margin: 30px 0;
}
.resolve_one:first-child .resolve_ttl {
  padding: 24px 0;
}
.resolve_one:last-child .resolve_ttl {
  padding: 24px 0;
}
.resolve_txt {
  text-align: left;
  line-height: 2;
}
.cta {
  padding: 80px 0;
  text-align: center;
  background-image: url(../img/back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta_ttl img {
  width: 230px;
  vertical-align: top;
  margin-left: 10px;
}
.cta_ttl {
  font-size: 44px;
  text-align: center;
  margin-bottom: 30px;
}
#nayami .sec_in {
  background-color: #f6f7f9;
}
#nayami .fixedcontainer {
  display: flex;
  justify-content: space-between;
}
.nayami_one {
  width: 340px;
}
.nayami_img {
  text-align: center;
  margin-bottom: 30px;
}
.nayami_txt {
  line-height: 2;
}
.back_arrow {
  height: 57px;
  background-image: url(../img/back-arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#point {
  padding: 30px 0 120px;
}
.point_ttl {
  text-align: center;
  font-size: 44px;
}
.point_ttl img {
  width: 230px;
  vertical-align: top;
  margin-right: 10px;
}
.point_one {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
}
.point_one_info {
  margin-top: 120px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 600px;
  padding: 40px 25px 120px 30px;
  background-color: #fff;
}
.point_one_num {
  text-align: right;
  color: #079bdd;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.point_one_num span {
  margin-left: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #ffd80c;
}
.point_one_ttl {
  text-align: right;
  font-size: 32px;
  font-weight: 500;
  margin: 20px 0;
}
.point_one_txt {
  line-height: 2;
}
.point_two {
  flex-direction: row-reverse;
}
.point_two .point_one_img {
  width: 770px;
  margin-left: -170px;
}
.point_three .point_one_img {
  width: 770px;
  margin-right: -170px;
}
.works_list {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
}
.case_link {
  display: block;
  height: 100%;
}
.case_link:hover {
  opacity: 1;
}
.case_one,
.works_one {
  width: 33.333%;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
.case_img {
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.case_one img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
  object-position: center right;
}
.case_one:hover img {
  width: 100%;
  transform: scale(1.05, 1.05);
  opacity: 0.8;
}
.case_one:hover .case_ttl {
  color: #ffd80c;
}
.work_img {
  text-align: center;
}
.case_ttl_box,
.work_ttl_box {
  padding: 0 25px;
}
.case_ttl,
.work_ttl {
  font-size: 22px;
  padding-bottom: 15px;
  transition: 0.5s;
  border-bottom: 1px solid #433f3e;
}
.case_sub_ttl,
.work_sub_ttl {
  font-size: 16px;
  margin: 15px 0;
  padding: 0 25px;
  color: #b3b3b3;
}
.case_txt,
.work_txt {
  margin: 15px 0 25px;
  padding: 0 25px;
}
.case-btn {
  color: #079bdd;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.case-btn::before {
  content: "";
  background-image: url("../img/case-arrow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

#faq .sec_in {
  background-color: #f6f7f9;
}
.faq_one {
  border-bottom: 5px solid #f0f0f0;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 18px;
}
.faq_one:last-child {
  margin-bottom: 0;
}
.ques {
  display: flex;
  align-items: center;
  padding: 40px 84px 40px 50px;
  position: relative;
  line-height: 2;
}
.ques:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.faq_one.open .ques:after {
  background-image: url(../img/minus.png);
}
.ans {
  display: none;

  line-height: 2;
  padding: 40px 84px 40px 50px;
  border-top: 1px solid #f6f7f9;
}
.ans > p {
  display: flex;
  align-items: center;
}
.faq_one p span {
  font-size: 24px;
  color: #079bdd;
  margin-right: 10px;
}
#contact .sec_ttl img {
  width: 230px;
  margin-left: 10px;
  vertical-align: bottom;
}
.contact_in {
  max-width: 1020px;
  margin: 0 auto;
}
.contact_in table {
  width: 100%;
  margin-bottom: 30px;
}
.contact_in th {
  width: 250px;
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  padding: 20px 0;
}
.contact_in td {
  padding: 15px 0;
  font-size: 18px;
}
.contact_in td input {
  height: 80px;
  width: 100%;
  border: 2px solid #c5c5c5;
}
.btn_wrap {
  text-align: center;
}
.submit_btn_wrap input {
  width: 420px;
  padding: 15px;
  border-radius: 40px;
  font-size: 32px;
  border: none;
  outline: none;
  margin: 10px;
}
.submit_btn {
  background-color: #ffd80c;
}
.back_btn {
  background-color: #333;
  color: #fff;
}

#company {
}
