@charset "UTF-8";
body {
  overflow-y: scroll;
}

header {
  padding: 15px 40px;
}

.nav_list {
  text-align: right;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.nav_list li {
  display: inline-block;
}
.nav_list li a {
  color: #000;
}
.nav_list li a:hover {
  transition: 0.25s;
  color: #fa5420;
}
.nav_list .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  border-radius: 50px;
  background: #fa5420;
  color: #fff;
  width: 230px;
}
.nav_list .contact-btn i {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.nav_list .contact-btn:hover {
  transition: 0.25s;
  color: #fff;
  opacity: 0.75;
}

h1 {
  width: 160px;
}

main .wrapper {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
main .section-ttl {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px; /* 100% */
  text-align: center;
  margin-bottom: 140px;
}
main .section-ttl span {
  color: #fa5420;
}
main .section-ttl h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
  margin-top: 20px;
}
main .section-ttl p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%; /* 29.6px */
  letter-spacing: 0.04px;
  color: #000;
  margin-top: 20px;
}
main .section-ttl p span {
  font-size: 10px;
  line-height: 180%;
  color: #000;
}
main #service {
  margin-top: 100px;
}
main #service .service-ttl {
  margin-bottom: 100px;
}
main #service .service-innercontents .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 100px;
}
main #service .service-innercontents .flexbox .flex-item {
  width: 26%;
}
main #service .service-innercontents .flexbox .flex-txt .tag {
  width: 80px;
  padding: 3px 0;
  text-align: center;
  background: #fa5420;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}
main #service .service-innercontents .flexbox .flex-txt h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 64.4px */
  margin-bottom: 20px;
}
main #service .service-innercontents .flexbox .flex-txt h3 span {
  color: #fa5420;
}
main #service .service-innercontents .change-box {
  flex-direction: row-reverse;
}
main #contact {
  margin: 280px auto 240px auto;
  position: relative;
}
main #contact .ctr-image {
  position: absolute;
  top: -140px;
  right: -5%;
  width: 55%;
}
main #contact .inner-contact {
  background: #fa5420;
  padding: 80px 100px 80px 15%;
  margin-right: 200px;
  border-radius: 0px 40px 40px 0px;
}
main #contact .inner-contact h3 {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 70px */
  letter-spacing: 7.5px;
  margin-bottom: 20px;
}
main #contact .inner-contact p {
  color: #fff;
}
main #contact .inner-contact .btn {
  display: flex;
  width: 280px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 60px;
  margin-top: 40px;
}
main #contact .inner-contact .btn .arow {
  width: 24px;
}
main #contact .inner-contact .btn:hover {
  color: #000;
  transition: 2s;
  opacity: 0.7;
}
main #flow .arow {
  width: 20px;
  height: auto;
  margin: 20px auto 30px auto;
}
main #plan .inner-plan {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
main #voice {
  background: #fa5420;
  padding: 140px 0;
  margin-top: 240px;
  color: #fff;
}
main #point {
  margin-top: 240px;
}
main #point .inner-point {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
main #point .inner-point .inner-item {
  flex-basis: 48%;
  margin-bottom: 40px;
}
main #infomation .ttl {
  margin-bottom: 140px;
  text-align: center;
}
main #infomation .ttl h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 78px */
  letter-spacing: 5.2px;
  margin-bottom: 30px;
}
main #infomation .ttl .pick {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
main #infomation .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
main #infomation #faq {
  margin-top: 200px;
  margin-bottom: 140px;
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
main #infomation #faq .accordion-area {
  list-style: none;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
main #infomation #faq .accordion-area li {
  margin: 10px 0;
}
main #infomation #faq .accordion-area section {
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
}
main #infomation #faq .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}
main #infomation #faq .title::before,
main #infomation #faq .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
}
main #infomation #faq .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
main #infomation #faq .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
main #infomation #faq .title.close::before {
  transform: rotate(45deg);
}
main #infomation #faq .title.close::after {
  transform: rotate(-45deg);
}
main #infomation #faq .box {
  display: none; /*はじめは非表示*/
  background: #f5f6fb;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

footer {
  padding: 80px 40px;
}
footer .footer-nav {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: solid 1px #000;
}
footer .footer-nav .f-logo {
  width: 245px;
}
footer .footer-nav ul {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  list-style: none;
  font-size: 14px;
}
footer .footer-nav ul a {
  text-decoration: none;
  color: #000;
}
footer .footer-nav ul a:hover {
  transition: 0.25s;
  color: #fe8934;
}
footer .footer-bottom {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
}
footer .footer-bottom ul {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  list-style: none;
}
footer .footer-bottom ul a {
  text-decoration: none;
  color: #000;
}
footer .footer-bottom ul a:hover {
  transition: 0.25s;
  color: #fe8934;
}/*# sourceMappingURL=style_pc.css.map */