
.flex1 { flex: 1; }

.btn01 {
  width: 250px;
  height: auto;
  line-height: 1;
}

.btn02 {
  font-size: 15px;
  font-size: max(0.78vw, 15px);
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 35px;
  padding: 8px 0;
}

.heading img,
.heading-en img {
  transform: scale(0.7);
}

.heading-en::after {
  content: '';
  display: block;
  width: 80px;
  aspect-ratio: 165 / 20;
  background-image: url('../images/heading-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto 12px;
}

@media screen and (min-width: 768px) {
  .pc-no1 {
    order: 1;
  }

  .heading-en::after {
    width: 165px;
    height: 20px;
    margin: 28px auto 30px;
  }

  .heading img,
  .heading-en img {
    transform: scale(1);
  }

}

@media screen and (max-width: 767px) {
  .btn02 {
    width: 100%;
  }
}

/* mv */
.main-v {
  margin-top: 30px;
  position: relative;
}

.main-v-inner {
  padding: 0;
  height: 80vw;
  background-image: url('../images/mv-sp.jpg');
  background-position: center top;
}

.main-v .main-title-wrap-inner {
  width: 100%;
  padding-bottom: 4.3vh;
}

.main-v .main-search {
	margin-top: 0;
    background-color: #e7e9d9;
    border-radius: 0 0;
}

.main-title {
  visibility: hidden;
  height: 0;
}

.main-v .main-search-title {
	color: #453721;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
    text-align: center;
    margin-bottom: 10px;
}

.main-v .search-flex {
  align-items: center;
}

.main-v .main-search .inner {
  width: 80%;
  margin: 16px auto;
}

.main-v .main-search .select-wrap {
  margin-bottom: 8px;
}

.main-v .main-search .select-wrap::before {
  border: none;
  background-image: url('../images/search-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 11px;
  top: 50%;
  transform: translateY(-40%)
}

.main-v .main-search select {
    width: 100%;
    padding: 8px 27px 8px 8px;
	color: #453721;
    text-align: center;
    height: 50px;
	background: #fff;
    border-radius: 10px;
}

.main-v .main-search .sbtn-wrap {
  margin-left: 0;
  flex: 1.14;
  text-align: center;
}

.main-v .main-search input[type="button"] {
  width: 100%;
  background-color: #fd9e84;
  max-width: 240px;
  border-radius: 10px;
  text-align: center;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
}

.main-v .main-search .sbtn-wrap::before {
  background-image: url('../images/search-icon.png');
  width: 24px;
  height: 24px;
  left: calc(50% - 70px);
}

@media screen and (min-width: 768px) {
  .main-v-inner {
	background-image: url(../images/mv.png);
	background-size: contain;
	padding: 0;
	width: 100%;
	height: calc(100vh - 107px);
  }

  .main-v .main-title-wrap {
    max-width: 1200px;
    display: flex;
    align-items: flex-end;
  }

  .main-v .main-title-wrap-inner {
    width: 100%;
  }
	
.main-v .main-search-title {
	font-size: 22px;
    text-align: left;
    margin-bottom: 0;
}

  .main-v .main-search {
	width: 100%;
	max-width: 1200px;
	padding: 1em 1em;
	background: #e7e9d9;
	border-radius: 13px;
	position: absolute;
	bottom: 4.3vh;
	left: 50%;
	transform: translateX(-50%);
  }

  .main-v .main-search .inner {
    display: flex;
	align-items: center;
    width: 100%;
    margin: 0;
  }

  .main-v .search-flex {
    width: 80%;
    display: flex;
    align-items: center;
  }

  .main-v .search-flex-inner {
    display: flex;
    align-items: center;
    width: 95%;
    margin-right: auto;
    margin-left: 15px;
    column-gap: 15px;
  }

  .main-v .main-search .select-wrap {
    flex: 1;
	margin-bottom: 0;
  }

  .main-v .main-search select {
    text-align: left;
    padding: 12px 27px 12px 12px;
  }

  .main-v .main-search .sbtn-wrap {
    margin-left: 0;
    flex: 1.14;
  }

  .main-v .main-search .sbtn-wrap::before {
    width: 26px;
    height: 26px;
    left: max(1.61vw, 28px);
  }

  .main-v .main-search input[type="button"] {
	font-size: 20px;
	padding-left: 1.75em;
    /*margin-right: 24px;
    max-width: none;*/
    border-radius: 27px;
  }

  .main-v .main-search .select-wrap::before {
    top: 22px;
    right: 10px;
  }

  .main-v .main-search .sbtn-wrap::before {
    left: calc(50% - 70px);
	left: 4.5em;
  }
}

/* content01 */
.content01 {
    padding: 5em 0 8em;
    position: relative;
}
.content01 .content_title01 {
    width: fit-content;
    align-items: flex-start;
}

.about_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
	z-index: 1;
    position: relative;
}
.about_cont.about1 {
    flex-direction: row-reverse;
	margin-bottom: 70px;
}
.about_cont.about1 .about_img {
	width: 558px;
}
.about_cont.about1 .inner {
	width: calc(100% - (558px + 3em));
}

.about_cont.about2 { align-items: flex-start; }
.about_cont.about2 .about_img {
	width: 406px;
}
.about_cont.about2 .inner {
	width: calc(100% - (406px + 6.5em));
	padding-right: 2em;
}

.content01 .image-wrap {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.content01 .image-right {
    position: absolute;
    bottom: 3em;
    right: 0;
}
@media screen and (max-width: 768px) {
	.content01 {
		padding: 3.5em 0 3.5em;
	}
	
	.about_cont,
	.about_cont.about1 { flex-direction: column; }

	.about_cont.about1 {
		margin-bottom: 30px;
	}
	.about_cont.about1 .about_img {
		width: 70%;
		margin: 0 auto 20px;
	}
	.about_cont.about2 .about_img {
		width: 70%;
		margin: 0 auto 20px;
	}
	.about_cont.about1 .inner,
	.about_cont.about2 .inner {
		width: 100%;
		padding: 0 0;
	}
	
	.content01 .image-right {
		width: 40vw;
		height: auto;
		bottom: 1.5em;
	}
}



/* content02 */
.content02 {
  padding: 52px 0;
  text-align: center;
}

.content02 .flex-contents {
  width: 90%;
  max-width: 370px;
  margin: 40px auto 27px;
  justify-content: flex-start;
  row-gap: 40px;
  column-gap: 4%;
}

.content02 .box {
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(202, 203, 204);
}

.content02 .image {
	width: 100%;
    height: 250px;
    position: relative;
}
.content02 .image img {
	border-radius: 50px 50px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.content02 .text-wrap {
  padding: 8px 0 23px;
  text-align: left;
  letter-spacing: 0.05em;
}

.content02 .title {
  /* padding: 0 4.3%; */
}
.content02 .text-wrap-head {
  padding: 0 4.3%;
}

.content02 .title span {
  display: block;
  font-weight: 500;
}

.content02 .address {
  background-color: #8b8d89;
  color: #fff;
  padding: 4px 4.3%;
}

.content02 .text-bottom {
  padding: 0 4.3%;
  line-height: 1.85;
}
.content02 .btn-wrap {
  margin-top: 16px;
  padding: 0 4.3%;
  column-gap: 14px;
}

@media screen and (min-width: 768px) {
  .content02 {
    padding: 63px 0 76px;
  }

  .content02 .flex-contents {
    margin: 80px 0 54px;
    width: 100%;
    max-width: initial;
  }

  .content02 .box {
    border-radius: 40px;
    width: 30.6%;
	width: calc((100% - 8%) / 3);
  }

  .content02 .image img {
    border-radius: 40px 40px 0 0;
  }

  .content02 .text-wrap-head {
    padding: 0 16px;
  }
  .content02 .address {
    padding: 4px 16px;
  }
  .content02 .text-bottom {
    padding: 0 16px;
  }

  .content02 .btn-wrap {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
	.content02 .image {
		width: 100%;
		height: 200px;
		position: relative;
	}
}



/* content03 */
.content03 {
  padding: 3.5em 0;
  text-align: center;
  position: relative;
}
.content03 .lead {
  letter-spacing: 0.05em;
}

.content03 .flex-contents {
  justify-content: space-between;
  row-gap: 40px;
  width: 90%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.content03 .box {
  border-radius: 13%;
  /*box-shadow: 0 0 16px 2px rgba(202, 203, 204);*/
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  counter-increment: box;
}

.content03 .box::after {
  content: '0' counter(box);
  width: 56px;
  height: 51px;
  position: absolute;
  color: #fff;
  bottom: 12px;
  right: 24px;
  font-size: 56px;
  font-style: italic;
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
  font-feature-settings: "palt";
  font-family: 'Roboto', sans-serif;
  display: none;
}

.content03 .box .image {
    width: 100%;
    height: 250px;
    position: relative;
}
.content03 .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 40px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.content03 .text-wrap {
  text-align: left;
  padding: 14px 0 12px;
  border-radius: 0 0 40px 40px;
  color: #fff;
  background: #dfe1d2;
}

.content03 .title {
  padding: 0 4.3% 12px;
  line-height: 1.66;
  font-size: 16px;
}
.content03 .title p {
	color: #453721;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 300;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*
.content03 .green .title p,
.content03 .green .title p::before,
.content03 .green .title p::after {
	background: #9ad579;
}
.content03 .blue .title p,
.content03 .blue .title p::before,
.content03 .blue .title p::after {
	background: #7dd0fc;
}
.content03 .pink .title p,
.content03 .pink .title p::before,
.content03 .pink .title p::after {
	background: #eb8787;
}

.content03 .box:nth-of-type(3n-2) .text-wrap {
  background: #eb8787;
}
.content03 .box:nth-of-type(3n-1) .text-wrap {
  background: #7dd0fc;
}
.content03 .box:nth-of-type(3n) .text-wrap {
  background: #9ad579;
}*/

.content03 .text-bottom {
  border-top: 1px solid #fff;
  padding-top: 8px;
  letter-spacing: 0.05em;
  position: relative;
}

.content03 .flex-contents {
	counter-reset: number 0; /* number のカウンタを 0 にセット */
	position: relative;
    z-index: 1;
}
.content03 .box .text-bottom::after {
    counter-increment: number 1;
    content: counter(number) " ";
    color: #fff;
    line-height: 1;
    font-feature-settings: "palt";
    font-family: 'Roboto', sans-serif;
	font-size: 40px;
	position: absolute;
	right: 26px;
	bottom: -13px;
	content: none;
}

.content03 .text-bottom-name {
	color: #453721;
	margin: 0 5%;
}

.content03 .text-bottom-department {
  padding: 7px 14px;
  color: #fff;
  border-radius: 14px;
  display: inline-block;
  margin: 0 4.3% 8px;
  line-height: 1;
}

.content03 .box:nth-of-type(3n-2) .text-bottom-department {
  background: #fe857f;
}
.content03 .box:nth-of-type(3n-1) .text-bottom-department {
  background: #adbe88;
}
.content03 .box:nth-of-type(3n) .text-bottom-department {
  background: #f7ae74;
}

.content03 .box .number {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-feature-settings: "palt";
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 10px;
    bottom: -10px;
	display: none;
}
.content03 .image-wrap {
    position: absolute;
    left: 0;
    bottom: 25%;
    transform: translateY(-50%);
}
.content03 .image { max-width: 626px; }

@media screen and (min-width: 768px) {
  .content03 {
    padding: 5em 0 8em;
  }
  .content03 .lead {
    margin-top: 16px;
  }

  .content03 .flex-contents {
    justify-content: space-between;
    margin-bottom: 46px;
    width: 100%;
    max-width: initial;
  }

  .content03 .box {
    border-radius: 40px;
    width: 30.8%;
  }

  .content03 .box::after {
    width: 80px;
    height: 54px;
    bottom: 12px;
    right: 12px;
    font-size: 60px;
  }

  .content03 .title {
    font-size: 18px;
    padding: 0 14px 12px;
  }

  .content03 .text-bottom-name {
    margin: 0 16px;
  }

  .content03 .text-bottom-department {
    margin: 0 14px 8px;
  }
	
  .content03 .box .number {
    font-size: 72px;
  }
	
  .content03 .box .text-bottom::after {
	font-size: 72px;
	position: absolute;
	right: 10px;
	bottom: -13px;
  }
	
  .content03 .image-wrap {
    bottom: 3em;
  }
	
}

@media screen and (min-width: 1200px) {
  .content03 .box::after {
    width: 80px;
    height: 64px;
    bottom: 7px;
    right: 10px;
    font-size: 72px;
  }
}





/*----------------------------------------
content06
----------------------------------------*/
.content06 {
  padding: 0 0;
  position: relative;
}
.content06 .section-heading.title {
    color: #656a41;
    font-size: 20px;
}
.content06 .text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content06 .text {
  width: 90%;
  margin: 0 auto;
}
.content06 .heading img {
  transform: scale(0.8);
}

.content06 .image {
	width: 100%;
}
.content06 .image img {
	width: 100%;
    height: inherit;
	object-fit: cover;
}

.text-gradient {
  display: inline-block;
  background: linear-gradient(to right, #9ad579, #7dd0fc);
  background: -webkit-linear-gradient(to right, #9ad579, #7dd0fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content06 .text-gradient {
  letter-spacing: 0.075em;
  font-size: clamp(18px, 4vw, 48px);
  font-weight: 500;
}

.content06 .text-middle {
  color: #453721;
  padding-top: clamp(16px, 3vw, 24px);
  padding-bottom: clamp(16px, 3vw, 24px);
  font-size: clamp(12px, 2vw, 16px);
  letter-spacing: 0.075em;
  line-height: 2;
  font-feature-settings: "palt";
}

.content06 .text-wrap .btn01 {
    font-size: max(0.78vw, 15px);
	width: 80%;
    max-width: 350px;
}

@media screen and (min-width: 768px) {
  .content06 .section-heading.title {
    font-size: 48px;
  }
	
  .content06 .text-middle {
    padding-top: clamp(24px, 4.5vw, 54px);
    padding-bottom: clamp(24px, 3.9vw, 47px);
    /* padding: 54px 0 47px; */
    font-size: 18px;
  }

  .content06 .text-wrap {
    position: static;
  }

  .content06 .heading img {
    transform: scale(1);
  }
  .content06 .image {
	width: 50%;
  }
  .content06 .image img {
    height: 30vw;
  }
	
}




