/* Hero Section */
.hero {
    height: 1100px;
    background-image: url(../images/fv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.hero .container{
  position: relative;
	height: 100%;
  padding: 100px 0;
}

.hero-content {
  position: absolute;
  left: 136px;
  top: 524px;
}

.hero-subtitle {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 105px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.hero-tagline {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}

.hero-message {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

.hero-contact-box {
  position: absolute;
  right: 136px;
  top: 350px;
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	text-align: center;
}

.contact-info {
  margin-bottom: 20px;
}
.contact-info.tel {
    border-bottom: 1px solid #3391C5;
	padding-bottom: 20px;
}
.contact-balloon {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
	position: absolute;
	background-color: #D26076;
	top:-5em;
	right: 0;
  border-radius: 20px;
  padding: 12px 16px;
  display: inline-block;
}

/* 三角形の尻尾 */
.contact-balloon::after {
  content: "";
  position: absolute;
  bottom: -20px;   /* 下に出す */
  left: 30%;
  border-width: 20px 8px 0;
  border-style: solid;
  border-color: #D26076 transparent transparent;
}
.contact-info:last-child {
  margin-bottom: 0;
}

.contact-label {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
		display: flex;
	justify-content: center;
	gap:10px;
}

.contact-number {
    font-size: 40px;
    color: #3391C5;
    font-weight: 500;
    margin: 0px 0 10px;
    line-height: 80%;	
}

.contact-time {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.contact-button {
  display: inline-block;
  background: #3391C5;
  color: #fff;
  padding: 20px 40px;
  border-radius: 60px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  transition: background 0.3s;
}

.contact-button:hover {
  background: #2780b0;
}

/* About Section */
.about-section {
  padding: 300px 136px;
}
.about-container{
	margin-left: 300px;
	position: relative;
}
.about-container .about-image01{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-110%,-50%);
}
.about-container .about-image02{
  width: 480px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(110%,-0%);
}
.about-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}
.about-section .section-title {
margin-bottom: 0px;
	text-align: left;
}
.about-section .section-subtitle {
margin-bottom: 50px;
}
/* Service Section */
.service-section {
    padding: 200px 30px;
    background-image: url(../images/top_bg01.jpg)!important;
    background-size: 100% auto!important;
    background-position: center top!important;
    background-color: #E6F4FD!important;
    background-repeat: no-repeat!important;
	margin-top: -200px;
}

.service-grid {
  gap: 20px;
  width: 100%;
  margin: 0 auto;
    display: grid;
	grid-template-columns: 3 1fr;
    gap: 8px;
	
  
}
    



.service-item:nth-of-type(4) {
    grid-row-start: 2;
}

.service-item:nth-of-type(5) {
    grid-column-start: 1;
    grid-row-start: 3;
}

.service-item:nth-of-type(6) {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
}

.service-item:nth-of-type(7) {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
}

.service-item {
  background: #fff;
  padding: 0px 0px 0 7em;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	position: relative;
}

.service-item figure {
  margin-bottom: 20px;
}
.service-item figure img {
  width: 100%;
	height: auto;
}

.service-title {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
	position: absolute;
	top:1em;
	left: 3.5em;
	transform: translate(-100%,-0%);
  line-height: 140%;
}
.service-item:nth-of-type(2) .vertical-text,.service-item:nth-of-type(4) .vertical-text,.service-item:nth-of-type(7) .vertical-text{
	transform: translate(-150%,-0%);
}

.service-list {
  list-style: none;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
	margin: 30px 20px 40px 0;
}

.service-list li {
}

/* Area Section */
.area-section {
    padding: 100px 136px;
    background-color: #E6F4FD;
    background-image: url(../images/top_bg02.jpg);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.area-section .container{
	display: flex;
	justify-content: space-between;
	gap:100px;
}
.area-hed{
	display: flex;
	justify-content: flex-start;
	gap:60px;
	align-items: center;
	margin-bottom: 60px;
	margin-left: 30px;
}
.area-section .section-main-title {
text-align: left;
	line-height: 80%;
	margin-bottom: 0px;
}
.area-section .section-label {
	margin-top: 30px;
margin-bottom: 0px;
}
.area-text {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
	
}

/* Flow Section */
.flow-section {
  padding: 100px 30px;
}



/* Strengths Section */
.strengths-section {
  padding: 100px 0px;
	position: relative;
}
.strength-header-top{
	position: absolute;
	left: 36%;
	top: 0px;
	
	
}
.strength-header-top .section-main-title,.strength-header-top .section-label{
text-align: left!important;
}
.strength-item-area:first-of-type .strength-item{
	padding-top: 14em;
}
.strengths-grid {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

.strength-item {
	display: flex;
	gap:20px;
}
.strength-item-area{
	display: flex;
	gap:50px;
	align-items: center;
}
.strength-img{
	width: 30%;
}
.strength-img figure{
	margin-left:calc(((100vw - 350%) / 2) * -1);
  margin-bottom: 0;
}
.strength-item{
	width: 70%;
}
.strength-number {
  font-size: 80px;
  color: #D26076;
  font-weight: 500;
  flex-shrink: 0;
	line-height: 80%;
	position: relative;
}
.strength-number::after {
	content: '';
  width: 1px;
	height: 100%;
	background-color: #D26076;
	position: absolute;
	top: 1em;
	left: 50%;
}

.strength-title {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.strength-text {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
.strength-img img {
  width: auto;
	height: 100%
}

.strength-img img {
  width: auto;
	height: 100%
}
.sp-text{
	display: none;
	}
.contact-label img {
    width: 2em!important;
		 height:auto;
  }
   .contact-info:last-of-type .contact-label img {
    width: 1.5em!important;
		 height:auto;
  }

@media (max-width: 1200px) {
	.strength-img figure {
  margin-left: calc((100vw - 350%) * -1);
}
	
}

@media (max-width: 1200px) {
	.hero-content {
  left: 8vw;
  top: 524px;
}
  .hero-contact-box {
  right: 8vw;
  top: 350px;
}
	.strength-header-top {
    position: relative;
    left: 0%;
    top: 0px;
}
	.strength-item-area:first-of-type .strength-item {
  padding-top: 0em;
}
	.strength-header-top{
    position: relative;
		padding: 0 30px;
    left: 0%;
    top: 0px;	
		
	
}
	.strength-header-top .section-main-title, .strength-header-top .section-label {
  text-align: center!important;
}
	.strength-number::after {
  height: 15vw;
}
	}
/* Responsive Design */
@media (max-width: 992px) {
  .hero-contact-box {
    right: 40px;
    padding: 40px;
  }
  
  .hero-content {
    left: 40px;
  }
  
  .hero-title {
    font-size: 80px;
  }
.hero-subtitle {
  font-size: 2.5vw;
}
  .service-grid,
  .flow-grid {
    gap: 10px;
  }
  
  .about-section,
  .service-section,
  .area-section,
  .flow-section,
  .strengths-section {
    /*padding: 80px 60px;*/
  }
 
  .hours-section {
    margin: 0 30px 80px;
  }
	 .about-section {
  padding: 100px 30px 300px;
		 
}
	.service-section {
  padding: 200px 30px 100px;
}
	.area-section {
  padding: 0px 100px 100px;
}
	.about-container .about-image01 {
 width: 40vw;
  transform: translate(-110%,-50%);
}
	.about-container .about-image02 {
  width: 30vw;
		transform: translate(110%,50%);
}
.strength-item {
  padding-right: 30px;
}
}

@media (max-width: 768px) {
  /* Hero Section */
  .hero {
    height: 600px;
    padding: 80px 20px 60px;
    margin-top: 30px;
  }
  
  .hero-content {
    padding: 0;
    margin-bottom: 40px;
	   top:200px;
	  left: 0;
  }
  
  .hero-subtitle {
    font-size: 3vw;
  }
  
  .hero-title {
    font-size: 10vw;
    margin-bottom: 0px;
  }
  
  .hero-tagline {
    font-size: 20px;
  }
  
  .hero-message {
    font-size: 18px;
  }
  
  .hero-contact-box {
    margin: 0 auto;
	  padding: 30px;
    max-width: 400px;
	  top:70px;
	      right: 0px;
  }
  
  /* Section Padding */
  .about-section,
  .service-section,
  .area-section,
  .flow-section,
  .strengths-section {
    /*padding: 60px 20px;*/
  }
  
  /* Service Grid */

  
  .service-item {
  }
  
  .service-title {
    font-size: 24px;
  }
  
  .service-list {
    font-size: 16px;
  }
  
  /* Flow Grid */
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .flow-number {
    font-size: 60px;
  }
  
  .flow-title {
    font-size: 24px;
  }
  
  .flow-text {
    font-size: 16px;
  }
  
  /* Strengths */
  .strengths-grid {
    gap: 60px;
  }
  
  .strength-item {
    gap: 20px;
  }
  
  .strength-number {
    font-size: 60px;
  }
  
  .strength-title {
    font-size: 24px;
  }
  
  .strength-text {
    font-size: 16px;
  }
  
  /* Hours Section */
  .hours-section {
    padding: 60px 20px;
    margin: 0 20px 60px;
  }
  
  .hours-title {
    font-size: 24px;
    padding: 15px 40px;
  }
  

	.footer-address {
  display: none;
}
	.footer-contact-title {
  top: -3em;
  left: 50%;
		transform: translate(-50%,0%);
}
	  .about-container .about-image01 {
    width: 50vw;
    transform: translate(-110%,-50%);
  }
	 .about-container .about-image02 {
    width: 30vw;
    transform: translate(110%,200%);
  }
	  .service-section {
    padding: 100px 30px 60px;
  }
	  .area-section {
    padding: 0px 30px 100px;
  }
	.area-section .container {
  gap: 30px;
}
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 配置リセット */
  .service-item:nth-of-type(4),
  .service-item:nth-of-type(5),
  .service-item:nth-of-type(6),
  .service-item:nth-of-type(7) {
    grid-column: auto;
    grid-row: auto;
  }
	  .about-container .about-image02 {
	width: 30vw;
    transform: translate(110%,140%);
  }
	.flow-section {
  padding: 30px 30px;
}
	.strengths-section {
  padding: 30px 0px 100px;
  position: relative;
}
}

@media (max-width: 576px) {
  /* Hero Section */
  .hero {
	  height: 900px;
    padding: 60px 20px 40px;
  }
  .hero {
	  padding: 60px 20px 40px;
    background-image: url(../images/fv_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
  .hero-subtitle {
    font-size: 4vw;
  }
  
  .hero-title {
    font-size: 13vw;
  }
  
  .hero-tagline {
    font-size: 16px;
  }
  
  .hero-message {
    font-size: 16px;
  }
   .hero-content {
    position: relative;
    left: 40%;
    top: -70px;
    padding: 0;
    margin-bottom: 40px;
	   width: 50%;
  }
  .hero-contact-box {
    padding: 30px 20px;
	  position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    max-width: 400px;
  }
  .hero-tagline {
  margin-bottom: 20px;
}
  .contact-label {
    font-size: 5vw;
  }
  
  .contact-number {
    font-size: 12vw;
  }
  
  .contact-time {
    font-size: 16px;
  }
  
  .contact-button {
    font-size: 5vw;
    padding: 12px 30px;
  }
  
  /* Section Padding */
  .about-section,
  .service-section,
  .area-section,
  .flow-section,
  .strengths-section {
  
  }
  
  .about-text,
  .area-text {
    font-size: 16px;
  }
  
  /* Service */
  .service-item {
    padding: 25px 15px 25px 5em;
  }
  
  .service-title {
    font-size: 20px;
    margin-bottom: 20px;
	  line-height: 150%;
  }
  
  .service-list {
    font-size: 14px;
  }
  
  /* Flow */
  .flow-grid {
    gap: 40px;
  }
  
  .flow-number {
    font-size: 48px;
  }
  
  .flow-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .flow-text {
    font-size: 14px;
  }
  
  /* Strengths */
  .strengths-grid {
    gap: 40px;
  }
  
  .strength-number {
    font-size: 48px;
  }
  
  .strength-title {
    font-size: 20px;
  }
  
  .strength-text {
    font-size: 14px;
  }
  
  /* Hours */
  .hours-section {
    padding: 40px 15px 150px;
    margin: 0 15px 120px;
  }
  
  .hours-title {
    font-size: 20px;
    padding: 12px 30px;
  }
	.about-container {
  margin-left: 0px;
  position: relative;
}
	.area-hed {
  gap: 0px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0px;
		flex-direction: column;
}
	.area-section .section-label {
  margin-top: 10px;
}
	 .service-grid {
    grid-template-columns: 1fr;
  }
		.about-section .section-title {
  margin-bottom: 10px;
		margin-left: 35%;
  text-align: left;
			width: 9em;
}
	.about-section .section-subtitle {
		margin-left: 35%;
  margin-bottom: 30px;
}
	 .about-container .about-image01 {
    width: 60vw;
    transform: translate(-50%,-150%);
  }
	 .about-container .about-image02 {
    width: 50vw;
    transform: translate(110%,170%);
  }
	.area-section .container {
  flex-direction: column;
}
	.pc-text{
		display: none;
	}
	.sp-text{
		display: block;
	}
	.flow-section {
    padding: 30px 0px;
  }
	.strength-item-area {
  flex-direction: column;
		gap: 20px;
}
	.strength-img {
  width: 100%;
}
	.strength-item {
  width: 100%;
		padding: 0 20px;
}
 .strength-img figure {
margin-left: 0;
}
	  .strength-number::after {
    height: 85%;
  }
	.hours-hed {
  padding: 0 0em 2em;
  margin: 0 auto 2em;
  display: table;
}
	.hours-hed h4 {
  font-size: 6vw;
}
	.hours-section {
    font-size: 4vw;
  }
	 .hours-hed {
 font-size: 4vw;
  }
	.hours-title {
  left: 0px;
}  
  .footer-logo img {
    width: 40vw;
    height: auto;
  }
	 .footer-contact-title {
    width: 100%;
  }
	.strength-item{
	width: 100%;
}
picture img{
  width: 100%!important;
  height: auto!important;
}
.strength-header-top .section-main-title, .strength-header-top .section-label {
text-align: left!important;
}
.service-list {
margin-left: -5em;

}
}