@charset "utf-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

body {
  line-height: 1.8;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #333;
  word-break: break-word;
  box-sizing: border-box;
  padding-top: 0;
  overflow-x: hidden;
	-webkit-text-size-adjust: 100%; 
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}
body.scrolled {
  padding-top: 5rem;
}
.oswald {
  font-family: "Oswald", sans-serif;
}
.pc {
  display: none;
}
.bold {
  font-weight: 900;
}
a {
  display: block;
  color: #333;
  text-decoration: none;
}
h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  font-size: clamp(32px, 2.5vw, 3rem);
}
#button {
  width: 150px;
  position: fixed;
  right: 40px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(6rem);
}
#button.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#button.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(6rem);
  }
}
.header-logo img {
  position: relative;
  transform: none;
  /*transition: margin 0.3s ease;*/
}
.header-logo {
  transition: transform 0.3s ease;
	padding-left: 10px;
}
.header-inner.scrolled .header-logo {
  transform: translateY(-4px);
}
/*
.header-inner.scrolled .header-logo img {
  transform: scale(0.9);
}
*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  height: 5rem;
  width: 100%;
	min-width: 1270px;
  display: flex;
  transform: translatez(0);
  backface-visibility: hidden;
  will-change: transform;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.3s ease;
  z-index: 1000;
  box-sizing: border-box;
}
.header-inner .header-inner-inner {
  display: flex;
  align-items: center;
  height: 100%;
  transition: padding 0.3s ease;
  padding: 0.6rem 0;
  width: 100%;
  box-sizing: border-box;
}
.header-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  box-shadow: none;
  transition:
    height 0.3s ease,
    box-shadow 0.3s ease;
  z-index: -1;
}
.header-inner.scrolled::before {
  /*height: 4rem;*/
  height: 4.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.header-inner.scrolled .header-inner-inner {
  padding: 0.2rem 0;
}
.header-inner.scrolled {
  background-color: transparent;
  box-shadow: none;
}
.gnav ul li a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.gnav {
  margin-left: auto;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.gnav_btn {
  display: none;
}
#g-nav {
  display: none;
}
.gnav > ul {
  list-style: none;
  display: flex;
  /*justify-content: space-around;*/
  justify-content: space-evenly;
  transition: transform 0.3s ease;
  height: 100%;
}
.header-inner.scrolled .gnav > ul {
  transform: translateY(-4px);
}
@media (max-width: 1200px) {
/*
  .gnav ul li {
    margin-right: 1.5rem;
  }
*/
  .gnav {
    width: auto;
  }
}
/*
@media (max-width: 1000px) {
  .gnav ul li {
    margin-right: 0.8rem;
  }
}
*/

#nav-child1,
#nav-child2 {
  width: calc(700px / 4);
}
#nav-child1 a,
#nav-child2 a {
  font-size: 0.9rem;
}

.gnav ul li {
  line-height: 1;
  font-weight: 900;
  text-align: center;
  position: relative;
  height: 100%;
}
.gnav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /*padding: 0 1.2rem;*/
	white-space: nowrap;
}
.gnav ul li.has-child::before {
  content: "";
  position: absolute;
  /*left: 1rem;*/
  left: 0;
  top: 75%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(1.8rem, -50%) rotate(135deg);
  transition: transform 0.3s ease;
}
.gnav ul li.has-child2::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 75%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(1.8rem, -50%) rotate(135deg);
  transition: transform 0.3s ease;
}

#nav-child1 li.has-child::before,
#nav-child2 li.has-child2::before {
  content: "";
  position: absolute;
  left: 1.7rem;
  top: 6rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.gnav li.has-child ul,
.gnav li.has-child2 ul {
  display: none;
  position: absolute;
  /*left: 0;*/
  left: 50%;
  /*top: 6rem;*/
  top: 4rem;
  z-index: 1001;
  width: 180px;
	transform: translateX(-50%);
}
.gnav li.has-child ul li,
.gnav li.has-child2 ul li {
  line-height: 1rem;
  margin: 0 0 0.1rem 0;
  background: rgba(255, 255, 255, 0.6);
  height: 3rem;
  font-size: 0.9rem;
}
.gnav li.has-child ul li a,
.gnav li.has-child2 ul li a {
  color: #333;
}
.gnav li.has-child ul li:last-child a,
.gnav li.has-child2 ul li:last-child a {
  border-bottom: none;
}
.gnav li.has-child ul ul,
.gnav li.has-child2 ul ul {
  top: 1rem;
  left: 182px;
  background: #fff;
}
.gnav li.has-child.open::before,
.gnav li.has-child2.open::before {
  transform: translate(1.8rem, -50%) rotate(-45deg);
}
.has-child2.nav-y a {
  color: #f16d34;
  font-size: 1.2rem;
}
.has-child2.nav-y img {
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}

.tel_btn {
  width: 250px;
  flex-shrink: 0;
  transition: none;
  transform: none;
  align-self: center;
}
.tel_btn img {
  width: auto;
  text-align: center;
  height: 6rem;
}
.header-inner.scrolled .tel_btn img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

#main-photo {
	aspect-ratio: 16 / 9;
  background-image: url("../images/main-photo/main_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
#main-photo .chatch {
	width: 95%;
	position: absolute;
	bottom: 12%;
	left:50%;
	transform: translateX(-50%);
}
#main-photo .base {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: clamp(38px, 9vw, 110px);
	line-height: 1.15;
	color: #fff;
}
#main-photo .base .line {
	display: block;
	white-space: nowrap;
}
#main-photo .base .middle {
	font-size: 0.95em;
}
#main-photo .base .s_base {
	font-size: 0.5em;
	display: inline-block;
	margin-bottom: 0.2em;
}
#main-photo .base .last {
	display: block;
	width: 100%;
	white-space: nowrap;
	line-height: 1.1;
}
#main-photo .base .last .c_small {
  display: inline-block;
}

.sankaku {
	position: absolute;
	bottom: -8%;
	left: 0;
	width: 100%;
}
.sankaku img {
	width: 100%;
	height: auto;
	scale: calc(1.01);
}
.chara {
  position: absolute;
  opacity: 1;
}
@keyframes boy-in {
	to {
		opacity:1;
		transform:translateX(0);
	}
}
.chara img {
	display:block;
	width: 100%;
	height: auto;
	animation:boy-fuwa 3s ease-in-out infinite;
	will-change: transform;
}
@keyframes boy-fuwa {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
	100% {
		transform: translateY(0);
	}

}
.chara2 {
	top:35%;
	left:28%;
	width: clamp(60px, 10vw, 140px);
	transform: translate(-50%, -50%);
	animation-delay:0.2s;
}
.chara4 {
	top:47%;
	right:50%;
	width: clamp(60px, 10vw, 140px);
	transform: translate(-50%, -50%);
	animation-delay: 0.5s;
}
.chara5 {
	bottom:15%;
	right: 10%;
	width: clamp(70px, 12vw, 160px);
	transform: translate(-50%, -50%);
	animation-delay: 0.8s;
}
.mv {
	position:absolute;
	inset: 0;
	/* height:100%;
	width: 100%; */
}
.pagetop {
	background-color:rgba(160, 160, 160,0.8);
	position:fixed;
	display:flex;
	width:50px;
	height:60px;
	right:0;
	bottom:50vh;
	justify-content:center;
	align-items:center;
	z-index:1000;
	opacity:0;
	transition:opacity  2s;
	-webkit-transition:opacity 2s;
}
.pagetop.show {
	opacity:1;
	transition:2s;
}
.arrow {
	width:15px;
	height:15px;
	border-top:3px solid #eae4dd;
	border-right:3px solid #eae4dd;
	transform:translateY(20%) rotate(-45deg);
}

#sindan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #161e54;
  background-image: url("../images/common/kabe.png");
  color: #fff;
}
#sindan .box {
  width: 70%;
}
#sindan .box img {
  width: 100%;
  border-radius: 8px;
}
#sindan-wrap {
  background: #161e54;
	background-image:url("../images/common/kabe.png"),url("../images/sindan/house.png");
	background-repeat:repeat,no-repeat;
	background-position:center,top 70% right 5%;
  height: auto;
	background-size: 35%;
  padding-top: 100px;
  padding-bottom: 0;
  gap: 30px;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#sindan-wrap .box {
  text-align: center;
  margin: 0 auto;
}
#sindan .message-inner {
  max-width: 20.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#sindan .message-inner p {
  margin-bottom: 2rem;
}
/* #sindan .message-inner .ms {
  text-indent: -2.45em;
  padding-left: 2.45em;
} */
.tiku5nen {
  width: 37%;
  margin-inline: auto;
}
.text-combine {
  margin-right: 0.5rem;
}
#bunner {
	margin-top:5rem;
	width:80%;
}
#bunner ul {
	display:flex;
	justify-content:center;
	align-items:center;
	list-style:none;
}
#bunner ul li {
	width:calc(100% / 3);
	padding: 0 10px;
	overflow: hidden;
	width: 100%;
}
#bunner ul li a {
	display: block;
	overflow: hidden;
	border-radius:8px;
}
#bunner ul li a:hover img {
	transform: scale(1.05);
	filter: brightness(0.9);
	
}
#bunner img {
	width:100%;
	height:auto;
	border-radius:8px;
	object-fit:contain;
	margin:0 auto;
	overflow: hidden;
	vertical-align: middle;
	transition: transform .3s ease-in-out;
}

/* #slider {
  margin-top: 50px;
  width: 90%;
  max-width: 1000px;
}
#slider ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  list-style: none;
}
#slider ul li {
  width: 300px;
  padding: 0 10px;
}
#slider img {
  width: 60%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  margin: 0 auto;
}
.slick-dots li {
  margin: 0 0 !important;
  width: 10px !important;
}
.slick-dots li button:before {
  font-size: 18px;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
.slick-prev,
.slick-next {
  display: none !important;
} */
#check-list,
#news,
#service,
#service-area,
#recruit,
footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#check-list .inner,
#news .inner,
#service-area .inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service-area .inner,
#recruit .inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#check-list .inner .c-box {
  flex: 1;
  margin-right: 1.9rem;
}
#check-list .inner .c-box:last-child {
  margin-right: 0;
}
#check-list ul {
  list-style: none;
}
#check-list ul li {
  background-image: url("../images/sindan/check.png");
  background-repeat: no-repeat;
  background-position: left 0.5rem top 0.8rem;
  padding-left: 40px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1.1rem;
}
#check-list .c-pic {
  position: relative;
}
#check-list .c-pic img {
  width: 100%;
  display: block;
}
#news,
#service-area {
  background: #3d82cf;
  background-image: url("../images/common/kabe.png");
}
#news .inner {
  width: 73%;
  font-size: max(13px, 0.9375rem);
}
#news h2 {
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
}
#news .post {
  width: 100%;
}
#news .post a {
  color: #fff;
}
#news ul {
  width: 100%;
}
#news li {
	display:flex;
	padding-top:1rem;
	padding-bottom:1rem;
	border-top:1px dotted #fff;
	line-height:2.3rem;
	color: #fff;
}
#news li:last-child {
  border-bottom: 1px dotted #fff;
}
#news .day {
  margin-right: 2rem;
  width: 6.5rem;
}
#news .right a {
	color: #fff;
}

#news .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
  margin-top: 2rem;
  padding-block: 1rem;
  font-size: max(13px, 0.9375rem);
}
.gradient1 {
  display: inline-block;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #798ceb 51%, #9dd6f1 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.gradient1:hover {
  color: #fff;
  background-position: 99% 50%;
}
#service {
  background: #c0b3a4;
  background-image: url("../images/common/haikei4.png");
}
#service .inner,
.service-title {
  width: 70%;
  margin-inline: auto;
}
#service h2,
#service-area h2 {
  text-align: center;
}
#service .border,
#service-area .border,
#sindan .border {
  display: flex;
  align-items: center;
  justify-content: center;
}
#service .border::before,
#service .border::after {
  content: "";
  flex: 1;
  background-image: url("../images/common/border.png");
  max-width: 10rem;
  display: block;
  height: 3px;
}
#sindan .border::before,
#sindan .border::after,
#service-area .border::before,
#service-area .border::after {
  content: "";
  flex: 1;
  background-image: url("../images/common/border-white.png");
  max-width: 10rem;
  display: block;
  height: 3px;
}
#service .border::before,
#service-area .border::before,
#sindan .border::before {
  margin-right: 1.5rem;
}
#service .border::after,
#service-area .border::after,
#sindan .border::after {
  margin-left: 1.5rem;
}
#service .s-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin-inline: auto;
}
#service .service-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#service .service-box h3 {
  font-size: 1.3rem;
  padding: .5rem 0;
  margin-bottom: 10px;
  margin-left: 2rem;
  border-left: 15px solid #161e54;
  padding-left: 0.5rem;
}
#service .service-left {
  width: 45%;
}
#service .service-right {
  width: 55%;
  padding-left: 1rem;
  padding-right: 3.5rem;
  box-sizing: border-box;
}
#service .s-text {
  padding: 0 0 1rem 1rem;
  word-break: break-all;
}
#service .yellow-btn {
	display:block;
	margin: 0 auto;
	width: 40%;
}
#service .yellow-btn-m {
	display:block;
	margin: 0 auto;
	width: 40%;
	margin-top: 1rem;
}

.yellow-btn a {
	width:100%;
	box-shadow:0 0 0.3125rem rgba(0, 0, 0, 0.18);
	padding-block:2rem;
	font-size:max(13px,0.9375rem);
	margin-left:1rem auto;
	position:relative;
	padding:1.5rem 4.6875rem 1.5rem 4rem;
	border-radius:9999px;
	min-width:min(7rem,100%);
	background-color:#f2d91f;
	text-align:center;
	line-height:1.5rem;
	transition: all .5s ease;
	font-weight:900;
	box-sizing: border-box;
}
.yellow-btn-m a {
	width:100%;
	box-shadow:0 0 0.3125rem rgba(0, 0, 0, 0.18);
	padding-block:2rem;
	font-size:max(13px,0.9375rem);
	margin-left:1rem auto;
	position:relative;
	padding:1.5rem 4.6875rem 1.5rem 4rem;
	border-radius:9999px;
	min-width:min(7rem,100%);
	background-color:#f2d91f;
	text-align:center;
	line-height:1.5rem;
	transition: all .5s ease;
	font-weight:900;
	box-sizing: border-box;
}

.yellow-btn a:hover {
	color:#fff;
	background:#131313;
}
.yellow-btn-m a:hover {
	color:#fff;
	background:#131313;
}
#service h4 {
  font-size: 1.1rem;
  border-left: 10px solid #f16d34;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#service p,
#service ul {
  line-height: 1.8;
}
#service ul {
  margin-left: 1rem;
}
#service-area h2 {
  color: #fff;
}
#service-area .inner {
  padding-top: 0;
}
#service-area .area-city {
  width: 60%;
	margin: 0 auto;
}
#accordion h3 {
	margin-top:2.5rem;
	font-size:1.5rem;
	background:#161e54;
	color:#fff;
	border:none;
  text-align: center;
}
#accordion div {
  height: 100px;
  font-size: 1.2rem;
}

#recruit .rec-pic {
  width: 70%;
  margin: 0 auto;
}
footer {
	padding-top:6rem;
	padding-bottom: 3rem;
	background:#0f2753;
	color:#fff;
}
footer .inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
footer .left div {
	line-height: 1.6;
	font-size: 1.1rem;
}

footer .footer-nav ul {
  display: flex;
  list-style: none;
  font-size: 1rem;
  justify-content: space-between;
}

footer .footer-nav ul li {
  margin-right: 1rem;
}
footer .footer-nav ul li a {
  color: #fff;
}
footer .footer-nav ul li a:hover {
  color: #3d82cf;
}
footer .footer-nav ul li:last-child {
  margin-right: 0;
}
footer .left small {
  text-align: right;
  display: block;
}

footer .footer-top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}
footer .footer-top p {
	width:40%;
	text-align: center;
}
.footer-btn {
  width: 100%;
	display: block;
	height: auto;
}
.footer-btn a {
	width: 100%;
	display: block;
}
.footer-btn .bg-yellow,
.footer-btn .bg-fill {
  fill: #fdd000;
  transition: fill 0.3s ease;
}
.footer-btn .icon-stroke {
  stroke: #fdd000;
  transition: strole 0.3s ease;
}
.footer-btn:hover .bg-yellow,
.footer-btn:hover .bg-fill {
  fill: #131313;
}
.footer-btn:hover .icon-stroke {
  stroke: #131313;
}

footer .left {
	width:70%;
	margin-inline: auto;
	text-align: center;
}
footer .adress .footer_tel {
	color: #fff;
}

