@charset "UTF-8";
#header {
	position: fixed;
	width: 100%;
	height: 100px;
    box-sizing: border-box;
    z-index: 3000;
	background-color: rgba(255,255,255,1);
	padding: 0;
}
#toggle {
   display: none;
  
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 100px;
	padding: 0;
    margin:0 auto;
	text-align:left;
}
.head_left{position: relative; width: 300px;display: flex;
    justify-content:flex-start;
    align-items: center;margin-top: 5px;}
.head_left a img.lp_logo {
  height: 50px;
	margin-top: 0%;
	margin-right:10px;
	margin-left: 10px;
    transition:all 0.3s;
}
.head_left a img.tel_bnr {
  height:50px;
	margin-top: 0%;
    transition:all 0.3s;
}

/*------------------------------------------------------------
	ここからグローバルメニュー
------------------------------------------------------------*/
#gnavi {
	position:absolute;
	width:800px;
	bottom:20px;
	height: 40px;
    right: 2%;
	z-index:3001;
}
.head_right{
	width:auto;margin: 0 auto; position:relative;
    display: flex;
    justify-content:flex-start;
    align-items: center;}
.head_right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.head_right li {
  float: left;
  height: 40px;
}

.head_right li a, .dropbtn {
  display: inline-block;
  color: #000000;
  text-align: center;
  padding: 8px 10px 10px;
  text-decoration: none;
	font-size: 0.9em;
}
.head_right li a.fast {
  padding: 11px 30px 13px;
}
div.top_contact a.right_btn {position: fixed;right:0;top:0;display: inline-block;
  padding: 25px 15px 25px;background-color: #f39800;
}
div.top_contact a.right_btn img{height: 50px;}
div.top_contact a:hover {
  background-color: #555555;color: #ffffff;
}
div.top_contact a.right_btn img:hover{opacity: 0.5;}
.head_right li a:hover{
  background-color: #555555;color: #ffffff;
}



/*------------------------------------------------------------
	ここまでグローバルメニュー
------------------------------------------------------------*/
#page_header {
	margin-top: 100px;
    position: relative;
    z-index: 1;
}

.contact_h3{font-size: 1.4em;margin-bottom: 0.4em}
.contact_bnr{width: 80%;margin: 0 auto 5em;display: block;}
.form_h3{font-size: 1.4em;margin-bottom: 0.4em}
.form_ttl{border-top: solid 1px #000000;font-size: 1.2em;text-align: left;margin-bottom: 1.6em;padding-top: 0.6em;}
.thanks_ttl{font-size: 1.8em;margin-bottom: 0.4em;line-height: 1.4;}
.tel_ttl{font-size: 2.4em;margin-bottom: 0.4em}
#footer{border-top: solid 1px #000000;padding: 2.4em 0;}
.ft_ad{width:100%;margin-right: 0%;display: flex;}
.footer_inner .footer{width: 350px;}
.footer_inner .footer img {width: 100%;transition:all 0.3s;}
.ft_navi {width: 100%; margin-top:0%;margin-left: 2.4em;padding: 0;text-align:left; font-size: 0.9em;line-height: 1.4em;}
.footer_h3{font-size: 1.14em; margin-top: 0%;}
.ft-ad{margin-top: 0.6%;}
.center{text-align: center;}
@media (max-width: 640px) {
	.ft_ad{display: block;}
	.footer_inner .footer img {width: 60%;}
	.ft_navi {margin-left: 0em;}
}
/*------------------------------------------------------------
	ワンストップのCSS
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.one-stop {
  color: #211916;
}

.one-stop__inner {
  width: 100%;
  margin: 0 auto;
}

/* 共通見出し */
.section-title {
  margin-bottom:30px;
  text-align: center;
}

.section-title__en {
	text-align: center;
  margin: 0;
  color: #319bd1;
  font-size: 4.4em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

.section-title__line {
  display: block;
  width: 220px;
  height: 8px;
  margin: 15px auto 26px;
  background: #319bd1;
}

.section-title__sub {
	text-align: center;
  margin: 0 0 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
}

.section-title__main {
  margin: 0;
  font-size: 2.8em;
  line-height: 1.3;
  letter-spacing: .02em;
}
.section-title__main_02{
  margin: 0 0 0.6em;
  font-size: 1.8em;
  line-height: 1.3;
  letter-spacing: .02em;
}
.one-stop__text {
  margin: 0 0 65px;
  font-size: 1.0em;
  line-height: 2.15;
  text-align: center;
}
.section-title__text{
  margin: 0 0 0px;
  font-size: 1.0em;
  line-height: 2.15;
  text-align: center;
}
.one-stop__list {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  align-items: center;
  gap: 0;
}

.one-stop__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.92 / 1;
}

.one-stop__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .38);
}

.one-stop__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.one-stop__caption {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.one-stop__caption p {
	text-align: center;
  margin: 0 0 3px;
  font-size: 1em;
  line-height: 1.4;
}

.one-stop__caption h3 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.2;
}

.one-stop__caption em {
  color: #fff500;
  font-style: normal;
}

.one-stop__cross {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin: auto;
}

.one-stop__cross::before,
.one-stop__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #211916;
}

.one-stop__cross::before {
  transform: rotate(45deg);
}

.one-stop__cross::after {
  transform: rotate(-45deg);
}

.heat_blocking{background: #dcebf2;
width: 100%;margin: 0em auto;padding: 3em 0;}

.thermo_inner{width: 80%;margin: 0em auto 0;}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-top: 3em;
}
 
.movie-wrap iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
@media (max-width: 640px) {
  .one-stop {
    padding: 0px 2%;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .section-title__en {
    font-size: 2.4em;
  }

  .section-title__line {
    width: 80px;
    height: 5px;
    margin: 15px auto 24px;
  }

  .section-title__sub {
    margin-bottom: 8px;
    font-size: 0.84em;
    white-space: nowrap;
  }

  .section-title__main {
    font-size:1.6em;
    line-height: 1.45;
  }
.section-title__main_02{
    font-size:1.4em;
    line-height: 1.45;
  }
  .one-stop__text ,.section-title__text{
    margin-bottom: 20px;
    font-size: 0.84em;
    line-height: 1.6;
    text-align: left;
  }

  .one-stop__text br {
    display: none;
  }

  .one-stop__list {
    display: block;
    width: 88%;
    margin: 0 auto;
  }

  .one-stop__item {
    width: 100%;
    aspect-ratio: 2.4 / 1;
  }

  .one-stop__caption p {
    margin-bottom: 3px;
    font-size: 1em;
  }

  .one-stop__caption h3 {
    font-size: 1.4em;
  }

  .one-stop__cross {
    width: 30px;
    height: 30px;
    margin: 8px auto;
  }
.thermo_inner{width: 90%;margin: 0em auto 0;}
.movie-wrap {
    margin-top: 1.6em;
}
}

/*------------------------------------------------------------
	小林組が選ばれる理由のCSS
------------------------------------------------------------*/
.reasons {
  width: 100%;
  margin: 5em auto;
}

.reasons {
  color: #211916;
}

.reasons__inner {
  width: 100%;
  margin: 0 auto;
}

.reasons__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px 60px;
}

.reason-card {
  min-width: 0;
}

.reason-card__image {
  height: 230px;
  overflow: hidden;
}

.reason-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-card__body {
  position: relative;
  margin-left: 20px;
  margin-top: -25px;
  padding: 42px 20px 0 25px;
  border-left: 6px solid #319bd1;
}

.reason-card__number {
  position: relative;
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #319bd1;
  line-height: 1;
}

.reason-card__number span {
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: 500;
}

.reason-card__number strong {
  font-size: 3em;
  font-weight: 500;
}

.reason-card__title {
  margin: 5px 0 8px;
  font-size: 1.3em;
  line-height: 1.25;
  letter-spacing: .02em;
}

.reason-card__text {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: .0em;
}

@media (max-width: 640px) {
.reasons {
  margin: 3em auto;
}

  .reasons__list {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .reason-card__image {
    height: auto;
    aspect-ratio: 2.2 / 1;
  }

  .reason-card__body {
	margin-top: -12px;
    margin-left: 12px;
    padding: 38px 15px 0 20px;
    border-left-width: 4px;
  }

  .reason-card__number {
    top: 0px;
    left:0px;
  }

  .reason-card__number span {
    padding-right: 6px;
    font-size: 1.4em;
  }

  .reason-card__number strong {
    font-size: 3em;
  }

  .reason-card__title {
    margin-bottom: 8px;
    font-size: 1.2em;
  }

  .reason-card__text {
    font-size: 0.84em;
    line-height: 1.6;
  }
}

/*------------------------------------------------------------
	私たちができる仕事のCSS
------------------------------------------------------------*/

.service {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
  position: relative;
  padding: 80px 20px 230px;
  color: #211916;
  background:
    url("../img/service_bg_pc.webp") center bottom / 100% auto no-repeat;
}

.service__inner {
  width: 1000px;
  margin: 0 auto;
}

.service__heading {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 45px;
}

.service__en {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #319bd1;
  font-size: 4.4em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
}

.service__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 170px;
  height: 8px;
  background: #319bd1;
}

.service__title {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.4;
}

.service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 36px;
}

.service-card {
  min-width: 0;
}

.service-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.service-card__body {
  margin-top: 12px;
	height: 90px;
  padding-left: 15px;
  border-left: 5px solid #319bd1;
}

.service-card__body h3 {
  margin: 0 0 4px;
  font-size: 1.4em;
  line-height: 1.35;
}

.service-card__body p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .service {
    padding: 55px 20px 80px;
	  box-sizing: border-box;
	  width: 100vw;
	margin: 0 calc(50% - 50vw);
  }
.service__inner {
  width: 100%;
  margin: 0 auto;
}
  .service__heading {
	  text-align: center;
    display: block;
    margin-bottom: 35px;
  }

  .service__en {
    text-align: center;
    padding-bottom: 13px;
    font-size: 2.4em;
  }

  .service__en::after {
	left:50%;
	transform: translate(-50%, 0);  
    width: 80px;
    height: 5px;
  }

  .service__title {
    margin-top: 22px;
    font-size: 1.4em;
  }

  .service__list {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .service-card__body {
    margin-top: 10px;
    padding-left: 12px;
    border-left-width: 4px;
	 height: auto;
  }

  .service-card__body h3 {
    font-size: 1.2em;
  }

  .service-card__body p {
    font-size: 0.84;
    line-height: 1.6;
  }
}

/*------------------------------------------------------------
	ご相談から施工・アフターフォローまでの流れのCSS
------------------------------------------------------------*/


.flow {
 color: #211916;
}

.flow__inner {
  width: 100%;
  margin: 5em auto;
}

.flow__list {
	margin-top: 3em;
  display: grid;
  gap: 38px;
}

.flow-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  grid-template-areas:
    "head image"
    "text image";
  align-items: center;
  column-gap: 45px;
  padding-left: 22px;
}

.flow-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #319bd1;
}

.flow-item__head {
  grid-area: head;
}

.flow-item__step {
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
  color: #319bd1;
  line-height: 1;
}

.flow-item__step span {
  margin-right: 8px;
  font-size: 1.4em;
  font-weight: 500;
}

.flow-item__step strong {
  font-size: 3.4em;
  font-weight: 500;
}

.flow-item__head h3 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.4;
}

.flow-item__text {
  grid-area: text;
  margin: 5px 0 0;
  font-size: 1.04em;
  line-height: 1.5;
}

.flow-item__image {
  grid-area: image;
  width: 270px;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
}

.flow-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-item__arrow {
  position: absolute;
  bottom: -35px;
  left: 62px;
  width: 20px;
  height: 30px;
  border-left: 3px dotted #319bd1;
}

.flow-item__arrow::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: -16px;
  border-top: 17px solid #319bd1;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
@media (max-width: 640px) {
.flow__list {
	margin-top: 2em;
    gap: 62px;
  }

  .flow-item {
    grid-template-columns: minmax(0, 1fr) 37%;
    grid-template-areas:
      "head image"
      "text text";
    align-items: start;
    column-gap: 5px;
    row-gap: 14px;
    padding: 0 0 10px 18px;
  }

  .flow-item::before {
    width: 3px;
  }

  .flow-item__step {
	  margin-top: 15px;
    margin-bottom: 5px;
    white-space: nowrap;
  }

  .flow-item__step span {
    margin-right: 5px;
    font-size: 1.2em;
  }

  .flow-item__step strong {
    font-size: 2.6em;
  }

  .flow-item__head h3 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  .flow-item__text {
    width: 100%;
    margin: 0;
    font-size: 0.84em;
    line-height: 1.6;
  }

  .flow-item__image {
    width: 100%;
    height: 110px;
    aspect-ratio: auto;
  }

  .flow-item__arrow {
    bottom: -50px;
    left: 72px;
    height: 38px;
  }
}



/*------------------------------------------------------------
	アフターフォローのCSS
------------------------------------------------------------*/
.after-follow {
  color: #211916;
}

.after-follow__inner {
  width: 100%;
  margin: 2em auto;
}

.after-follow__box {
  margin: 0;
  padding: 25px 40px 65px;
  border: 4px solid #319bd1;
  border-radius: 20px;
	box-sizing:border-box; 
	width: 1000px;
}

.after-follow__en {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding : 25px;
  color: #319bd1;
  font-size: 4.4em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .03em;
}

.after-follow__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 8px;
  background: #319bd1;
  transform: translateX(-50%);
}

.after-follow__title {
  margin: 5px 0 30px;
  font-size: 1.8em;
  line-height: 1.4;
  text-align: center;
}

.after-follow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

.after-follow__item {
  text-align: center;
}

.after-follow__image {
  width: 270px;
  margin: 0 auto 20px;
  aspect-ratio: 1 / 1;
}

.after-follow__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.after-follow__item h3 {
  margin: 0 0 8px;
  font-size: 1.2em;
  line-height: 1.3;
}

.after-follow__item p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 640px) {

.after-follow__en {

	margin-bottom: 10px;
  }

.after-follow__en::after {
	bottom:-12px;
    width: 80px;
    height: 5px;
  }
  .after-follow__box {
    padding: 10px 15px 25px;
    border-width: 2px;
    border-radius: 15px;
	 width: 100%;
  }

  .after-follow__en {
    padding: 0 10px;
    font-size: 2.4em;
    white-space: nowrap;
  }

  .after-follow__title {
    margin: 6px 0 20px;
    font-size: 1.2em;
  }

  .after-follow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }

  .after-follow__item:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 13px);
    margin: 0 auto;
  }

  .after-follow__image {
    width: 100%;
    margin-bottom: 5px;
  }

  .after-follow__item h3 {
    margin-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.3;
  }

  .after-follow__item p {
    font-size: 0.84em;
    line-height: 1.6;
  }
}


/*------------------------------------------------------------
	よくあるお悩みのCSS
------------------------------------------------------------*/
.sp-only {
  display: none;
}
.bg_blue{ background: #dcebf2;}
.worries {color: #211916;}

.worries__inner {
  width: 90%;
  margin: 0em auto;
}

.worries__heading {
  margin-bottom: 45px;
  text-align: center;
}

.worries__en {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 25px;
  color: #319bd1;
  font-size: 4.4em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .03em;
}

.worries__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 8px;
  background: #319bd1;
  transform: translateX(-50%);
}

.worries__title-box {
  position: relative;
  margin-bottom: 55px;
  padding: 25px 30px 20px;
  border: 4px solid #319bd1;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.worries__title-box::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 38px;
  height: 38px;
  border-right: 4px solid #319bd1;
  border-bottom: 4px solid #319bd1;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.worries__label {
  position: absolute;
  top: -23px;
  left: 120px;
  margin: 0;
  padding: 9px 20px;
  color: #fff;
  background: #211916;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.worries__title-box h2 {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.5;
}

.worries__item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
}

.worries__item{
  border-bottom: 6px dotted #fff;
}

.worries__item p {
  margin: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}
.worries__item p span{font-size: 1.2em;}
.worries__check {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 3px solid #319bd1;
}

.worries__check::after {
  content: "";
  position: absolute;
  top: -17px;
  left: 14px;
  width: 16px;
  height: 43px;
  border-right: 9px solid #f15a24;
  border-bottom: 9px solid #f15a24;
  transform: rotate(25deg);
}

.worries__more[hidden] {
  display: none;
}

.worries__button.is-open i {
  transform: translateY(4px) rotate(225deg);
}

.worries__button ,.faq__button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 260px;
  height: 55px;
  margin-top: 28px;
  border: 1px solid #211916;
  background: #fff;
  color: #211916;
  font: inherit;
  font-size: 1.2em;
  cursor: pointer;
}

.worries__button i ,.faq__button i{
  width: 18px;
  height: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: translateY(-4px) rotate(45deg);
  transition: transform .3s;
}

.worries__button.is-open i,.faq__button.is-open i {
  transform: translateY(4px) rotate(225deg);
}

@media (max-width: 640px) {
  .sp-only {
    display: block;
  }

	.worries__inner {
  width: 100%;
}

  .worries__heading {
    margin-bottom: 35px;
  }

  .worries__en {
    padding-bottom: 10px;
    font-size: 2.4em;
  }

  .worries__en::after {
    width: 80px;
    height: 5px;
  }

  .worries__title-box {
    margin-bottom: 45px;
    padding: 15px 5px 20px;
    border-width: 2px;
    border-radius: 10px;
  }

  .worries__title-box::before {
    bottom: -17px;
    width: 28px;
    height: 28px;
    border-width: 0 2px 2px 0;
  }

  .worries__label {
    top: -15px;
    left: 20px;
    padding: 5px 8px;
    font-size: 1.0em;
  }

  .worries__title-box h2 {
    font-size: 1.4em;
    line-height: 1.3;
  }

  .worries__item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 15px 0;
  }

  .worries__item {
    border-bottom-width: 3px;
  }

  .worries__item p {
    font-size: 1.0em;
    line-height: 1.3;
  }

  .worries__item p br {
    display: none;
  }

  .worries__check {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .worries__check::after {
    top: -12px;
    left: 10px;
    width: 10px;
    height: 26px;
    border-width: 0 5px 5px 0;
  }

  .worries__button ,.faq__button{
    width: 200px;
    height: 45px;
    margin: 15px auto 0;
    font-size: 1em;
  }

  .worries__button i ,.faq__button i{
    width: 11px;
    height: 11px;
  }
}


/*------------------------------------------------------------
	よくあるご質問のCSS
------------------------------------------------------------*/

.faq {
  color: #211916;
}

.faq__inner {
  width: 100%;
  margin: 0 auto;
}
.faq__title-box {
  position: relative;
  margin-bottom: 55px;
  padding: 25px 30px 20px;
  border: 4px solid #e83828;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.faq__title-box::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 38px;
  height: 38px;
  border-right: 4px solid #e83828;
  border-bottom: 4px solid #e83828;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.faq__label {
  position: absolute;
  top: -23px;
  left: 120px;
  margin: 0;
  padding: 9px 20px;
  color: #fff;
  background: #172a88;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.faq__title-box h2 {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.5;
}
.faq-item + .faq-item {
  margin-top: 30px;
}

.faq-item__question,
.faq-item__answer {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 15px;
}

.faq-item__question {
  padding: 10px 35px;
  color: #fff;
  background: #70b9dd;
}

.faq-item__question span,
.faq-item__answer span {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1;
}

.faq-item__question h3 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.4;
}

.faq-item__answer {
  padding: 10px 35px 0;
}

.faq-item__answer span {
  color: #f39a00;
}

.faq-item__answer p {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .faq__title-box {
    margin-bottom: 45px;
    padding: 15px 5px 20px;
    border-width: 2px;
    border-radius: 10px;
  }

  .faq__title-box::before {
    bottom: -17px;
    width: 28px;
    height: 28px;
    border-width: 0 2px 2px 0;
  }

  .faq__label {
    top: -15px;
    left: 20px;
    padding: 5px 8px;
    font-size: 1.0em;
  }

  .faq__title-box h2 {
    font-size: 1.4em;
    line-height: 1.3;
  }
  .faq-item + .faq-item {
    margin-top: 25px;
  }

  .faq-item__question,
  .faq-item__answer {
    grid-template-columns: 22px 1fr;
    gap: 10px;
  }

  .faq-item__question {
    padding: 10px 15px;
  }

  .faq-item__question span,
  .faq-item__answer span {
    font-size: 1.6em;
  }

  .faq-item__question h3 {
    font-size: 1.14em;
    line-height: 1.3;
  }

  .faq-item__answer {
    padding: 10px 15px 0;
  }

  .faq-item__answer p {
    font-size: 0.9em;
    line-height: 1.4;
  }
}




/*------------------------------------------------------------
	会社案内のCSS
------------------------------------------------------------*/


.company {
  color: #211916;
}

.company__inner {
  width: 100%;
  margin: 0 auto;
}

.company-block{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: start;
  gap: 80px;
  margin-bottom: 0px;
}
.company-block_02{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items:flex-start;
  gap: 80px;
  margin-bottom: 75px;
}
.company-block_02 > :nth-child(2) {
  margin-top: 150px;
}
.company-block__lead {
  margin: 0 0 0px;
  font-size: 1.2em;
  font-weight: 700;
}

.company-block h2 ,.company-block_02 h2 {
  margin: 0 0 20px;
  font-size: 1.6em;
  line-height: 1.35;
}

.company-block__content > p:not(.company-block__lead) {
  margin: 0;
  font-size: 1.0em;
  line-height: 1.6;
}

.company-block__image img {
  display: block;
  width: 100%;
  height: auto;
}

.company-block--history {
  align-items: center;
	margin-bottom: 80px;
}

.company-block--message {
  grid-template-columns: 1.05fr .95fr;
}

.company-sign {
  margin-top: 25px;
}

.company-sign p {
  margin: 0 0 5px;
  font-size: 0.84em;
}

.company-sign img {
  display: block;
  width: 200px;
  max-width: 100%;
}

.company-block--license {
  align-items: center;
  margin-bottom: 55px;
}

.company-license {
  padding: 28px 45px;
  background: #fff;
}

.company-license dl {
  margin: 0;
}

.company-license dl > div {
  display: grid;
  grid-template-columns: 1fr 45px;
  gap: 15px;
}

.company-license dt,
.company-license dd {
  margin: 0;
  font-size: 1em;
  line-height: 1.55;
}

.company-license dd {
  text-align: right;
}

.company-banner {
	display: block;
  width: 82%;
  margin: 0 auto;
}


@media (max-width: 640px) {
  .sp-only {
    display: block;
  }

  .company-block {
    display: flex;
    flex-direction: column;
    gap: 	20px;
    margin-bottom: 45px;
  }
.company-block_02{
    display: flex;
    flex-direction: column;
    gap: 	20px;
    margin-bottom: 45px;
}
.company-block_02 > :nth-child(2) {
  margin-top: 0px;
}
  .company-block__lead {
    font-size: 1em;
  }

  .company-block h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .company-block__content > p:not(.company-block__lead) {
    font-size: 0.84em;
    line-height: 1.6;
  }

  .company-block--history .company-block__content {
    order: 1;
  }

  .company-block--history .company-block__image {
    order: 2;
  }

  .company-block--message .company-block__content {
    order: 1;
  }

  .company-block--message .company-block__image {
    order: 2;
  }

  .company-block--license .company-block__content {
    order: 1;
  }

  .company-block--license .company-license {
    order: 2;
  }

  .company-sign {
    margin-top: 20px;
  }

  .company-sign p {
    font-size: 0.8em;
  }

  .company-sign img {
    width: 145px;
  }

  .company-license {
    width: 100%;
    padding: 25px 35px;
  }

  .company-license dl > div {
    grid-template-columns: minmax(0, 1fr) 35px;
    gap: 10px;
  }

  .company-license dt,
  .company-license dd {
    font-size: 1em;
    line-height: 1.65;
  }

  .company-banner {
    width: 100%;
  }

}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.head_left a img.tel_bnr {
display: none;
}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 100%;
	height: 90px;
	padding: 0;
    margin:0 auto;
	text-align:left;
}
#gnavi {display: none;}
#toggle {
   position:absolute;
    padding: 13px 9px;
    width:50px;
	height:50px;
	top:30px;
	right:3%;
	cursor:pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 100000;
	background-color: #065696;
}


#toggle span {
    background-color: #ffffff;
    width: 100%;
    height: 4px;
    transition: all 0.3s;
}
#toggle span:nth-of-type(1) {
    transform-origin: top left;
}
#toggle span:nth-of-type(2) {
    transform-origin: center left;
    opacity: 1;
}
#toggle span:nth-of-type(3) {
    transform-origin: bottom left;
}
#toggle.close span:nth-of-type(1) {
    transform: rotate(32deg) scale(1.2, 1);
}
#toggle.close span:nth-of-type(2) {
    opacity: 0;
}
#toggle.close span:nth-of-type(3) {
    transform: rotate(-32deg) scale(1.2, 1);
}
	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#toggle {top:40px;}
.header_inner{
	position:relative;
    box-sizing: border-box;
    width: 96%;
	height: 100px;
	padding: 0.2em 0%;
    margin:0 auto;
	text-align:left;
}
.head_left{position: relative; width: 70%;display: flex;
    justify-content:flex-start;
    align-items: center;margin-top: 5px;}
.head_left a img.lp_logo {
  height: 60px;
	margin-top: 5px;
	margin-right:10px;
	margin-left: 10px;
    transition:all 0.3s;
}	
	
.contact_h3{font-size: 1.2em;margin-bottom: 0.0em}
.contact_bnr{width: 100%;margin: 0 auto 3em;display: block;}
.form_h3{font-size: 1.2em;margin-bottom: 0.4em}
.form_ttl{font-size: 1.0em;text-align: left;margin-bottom: 1.6em;}
.thanks_ttl{font-size: 1.4em;margin-bottom: 0.4em;line-height: 1.4;}
.tel_ttl{font-size: 2em;margin-bottom: 0.4em}
}
