@charset "UTF-8";

html {
  font-size: 20px;
  overflow-x: hidden;
}

body {
  letter-spacing: 6px;
}

/* ////////////////////////
header */

header {
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(5px);
}

.header__bar {
  width: fit-content;
  height: 15svh;
  padding-left: 0.5em;
}

.hamburger__button {
  display: none;
}

.hamburger__close-button {
  display: none;
}

.global__navi {
  width: 90svw;
  height: 100%;
  height: 100%;
  transform: translateX(0);
  opacity: 1;
  position: static;
  box-shadow: none;
  background: none;
}

.hamburger__menu-wrap {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 5svh 0 0 0;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.hamburger__menu-lists {
  width: 100%;
  height: fit-content;
  margin-top: 1svh;
  display: flex;
  justify-content: flex-end;
}

.hamburger__menu-lists li {
  width: 25%;
  max-width: 180px;
  height: fit-content;
}

.accordion {
  width: 90%;
  margin: 0;
}

.accordion__title {
  width: 100%;
  font-size: 0.65rem;
  letter-spacing: 0;
}

.accordion__list {
  font-size: 0.6rem;
  width: 14em;
  border-top: 1px solid #ccc;
  position: absolute;
  background: #fffae2;
}

.accordion__list li {
  width: 100%;
  padding-left: 0.5em;
}

.accordion__list li a {
  text-align: center;
}

.hamburger__menu-wrap .contact__sns {
  width: 15%;
  max-width: 80px;
  justify-content: center;
  gap: 0.5em;
  margin: 0 0.5em 0 0;
}

.sub__navi {
  display: none;
}

/* ////////////////////////
main visual */

.main_visual {
  width: 100%;
  height: 85svh;
  line-height: 2;
}

.main_visual_comment {
  padding-top: 0.5rem;
}

.main_visual_comment h2 {
  font-size: 2rem;
  letter-spacing: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.main_visual_img {
  width: 75%;
  height: 98%;
  top: 1rem;
  border-radius: 200px;
}

.main_visual_string {
  top: 0%;
}

.characteristic {
  margin-left: 6%;
  gap: 2%;
  bottom: -2%;
}

.characteristic__box {
  width: 140px;
  height: 140px;
}

/* //////////////////////
私たちのこと */

.aboutus {
  width: 55svw;
  margin: 10% auto 20%;
}

h3 {
  padding: 3em 0 1.3em;
}

.link__button-company a {
  padding: 1em 0 1em 3em;
}

.company__name--container {
  gap: 2rem;
  /* border: 1px solid; */
}

.company__name--item {
  width: 30svw;
  min-width: 350px;
  height: 35svh;
  border-radius: 100px 100px 40px 100px;
}

.company__name--item:nth-of-type(2) {
  border-radius: 100px 100px 100px 30px;
}

.company__name--item p {
  margin-top: 50%;
}

.company_name_logo-img {
  width: 25%;
  margin: 0 auto 5%;
}

.recommend__contact {
  width: 80%;
  margin: 0 auto;
  background: url(../img/bg/recommend_contact_pc.svg) no-repeat;
  background-size: 80%;
  background-position: 50% 0%;
}

.recommend__contact h5 {
  letter-spacing: 5px;
}

.recommend__contact h5 mark {
  font-size: 1.1rem;
}

.recommend__contact--text {
  width: 50%;
}

.link__button-flex-container {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.link__button-top-list {
  margin: 0;
}

.link__button-top-list a {
  letter-spacing: 2px;
}

/* ///////////////////////////
  お悩み */

.worries__bg {
  width: 55%;
  height: 85vh;
  margin: 0 5%;
  border-radius: 90px;
  top: 15svh;
}

.worries__lists {
  top: 23%;
  align-items: flex-end;
  /* left: 47%; */
  gap: 7%;
  padding-right: 5%;
}

.sp_tab_br {
  display: none;
}

.worries__lists li {
  width: 45svw;
  max-width: 35em;
  min-width: 30em;
  /* width: 30em; */
  padding-right: 1em;
  height: 6em;
}

.worries__lists li:first-of-type {
  padding-top: 1.5rem;
}

.worries__lists li:nth-child(2),
.worries__lists li:nth-child(3),
.worries__lists li:nth-child(4) {
  padding-top: 0.7rem;
}

.worries__lists li::before {
  font-size: 3rem;
  top: -27%;
}

.worries__solution {
  height: 80svh;
  margin-top: 30%;
}

.solution_string {
  top: 70%;
}

.marker__white {
  margin-left: 5%;
}

.marker__white mark {
  padding: 0.3em;
}

.worries__solution--content {
  width: 28em;
  height: 17em;
  padding: 3rem 2rem;
  margin-right: 5%;
}

/* /////////////////////////////
問い合わせ誘導 */

.induction_to_contact {
  padding: 15% 0 25%;
}

.induction_to_contact--lists {
  min-width: 900px;
  margin: 0 auto 20%;
}

.induction_to_contact--lists li {
  width: fit-content;
  height: fit-content;
  border-radius: 20px;
}

.induction_to_contact--lists li:nth-of-type(1n) {
  padding: 1.5em 2em;
}

.induction_to_contact--comment {
  width: 50%;
  margin: 0 auto;
}

/* //////////////////////////
contact */

.contact__lists {
  width: 87%;
  max-width: 950px;
  padding: 7% 1em;
  display: flex;
  justify-content: space-around;
}

.contact__lists div h4 {
  padding-left: 1em;
}

.contact__tel,
.contact__form {
  width: 42%;
  /* border: 1px solid; */
}

.contact__tel--content {
  width: 100%;
  margin: 2rem 0;
}

.contact__tel--content address a {
  font-size: 1.5rem;
  padding-left: 0.7em;
}

.contact__tel--content ul {
  margin-left: 6em;
}

.contact__tel p,
.contact__form--content {
  margin-bottom: 5%;
}

.link__button-contact-form a {
  padding: 1.5em 1.5em 1.5em 2em;
}

.link__button-contact-form a::after {
  margin-left: 2em;
}

/* //////////////////////////
ぴったりんく説明 */

.pittarinku {
  padding-top: 15%;
}

.explanation {
  width: 70%;
  max-width: none;
  padding: 3rem;
  margin-bottom: 15%;
}

/* ////////////////////////////
強み */

.strength {
  width: 80%;
  max-width: 800px;
  margin-bottom: 20%;
}

.strength__lists {
  flex-direction: row;
  flex-wrap: wrap;
}

.strength__content {
  width: 45%;
  height: 35svh;
  border-radius: 100px 100px 100px 10px;
}

.strength__content h6,
.strength__content p {
  letter-spacing: 2px;
  font-size: 0.7rem;
}

/* /////////////////////////
ぴったりんくへのリンク誘導 */

.induction__link--comment {
  margin-bottom: 7%;
}

.induction__link {
  width: 80%;
  max-width: none;
  flex-direction: row;
  justify-content: space-around;
  gap: 0;
  padding-bottom: 15%;
}

.induction__link--details,
.induction__link--line {
  width: 45%;
}

.induction__link--line a {
  min-width: 20em;
  padding: 1.5em 0.5em 1.5em 2em;
}

/* ////////////////////////////
footer */

footer {
  position: relative;
  padding-top: 5%;
}

.pc__footer-center {
  width: 35%;
  position: absolute;
  top: 15%;
  left: 32.5%;
}

.footer__contact {
  width: 100%;
  flex-direction: column;
}

.contact__tel--content {
  width: 100%;
}

.footer__contact .contact__tel--content address {
  margin: 0;
}

.footer__contact .contact__tel--content address a {
  padding-left: 0;
}

.footer__contact .contact__tel--content ul {
  margin-left: 4.5em;
}

.contact__sns {
  width: 25%;
  max-width: 120px;
  flex-direction: row;
  gap: 1em;
}

.footer__logo {
  width: 45%;
}

.footer__navi {
  width: 100%;
  max-width: none;
  height: fit-content;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.footer__navi--group {
  width: 32%;
  max-width: 310px;
  height: 30svh;
  height: 60svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px solid; */
}

footer .sub__navi {
  width: 100%;
  padding-top: 1em;
  display: flex;
  flex-direction: row;
}

.sub__navi p {
  width: 20%;
}
