@charset "UTF-8";

/* CSS Document */
@import url("normalize.css") screen;
body, html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #333;
	overflow-x: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.contents {
	padding-bottom: 80px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
ul, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
	ul {
		list-style: none;

	}
dl {
	list-style-type: none;
}
em, i {
	font-style: normal;
	vertical-align: middle;
}
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 a, h2 a {
	text-decoration: none;
}

figure {
	margin: 0;
	padding: 0;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: 1.1em;
}
.text_r {
	text-align: right !important;
}
.text_l {
	text-align: left !important;
}
.text_c {
	text-align: center !important;
}
.text_sm {
	font-size: .8em;
	font-weight: 400;
}
.text_lg {
	font-size: 1.2em;
}
/* LIST COMMON */
ul.liststyle {
	margin-left: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
ol {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 2em;
}
dd ul.liststyle, li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.liststyle li, ol li {
	margin-bottom: 5px;
}
ul.liststyle > li:before {
	content: "•";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
	text-align: center;
}
ul.liststyle.listNotice > li:before {
	content: "※";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
ul.liststyle.listNotice2 > li:before {
	content: "＊";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
ul.liststyle.listkakkonum {
    list-style: none;
	padding-left: 1.4em;
  }
ul.liststyle.listkakkonum > li {
    counter-increment: my-counter; /* カウンターを増やす */
}
ul.liststyle.listkakkonum > li:before {
    content: "(" counter(my-counter) ")"; 
    display: inline-block;
	margin-left: -3.2em;
	width: 3.2em;
  }
.dl_list dd {
	margin-bottom: 15px;
}
.dl_list.withline {}
.dl_list.withline dt {
	margin: 0;
	padding: 30px;
}
.dl_list.withline dd {
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 30px;
}

.border_box {
	border: 1px solid #7F7F7F;
	padding: 20px;
	max-width: 700px;
	margin: 0 auto;
}
.border_box p {
	text-align: left;
	padding: 1em 0 0 0;
}
/* COMMON */
/* TITLE COMMON */


.withicon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.withicon img {
	height: 1.2em;
	width: auto;
	margin-right: 5px;
}
/* NAV COMMON */

/* FOOTER COMMON */
footer {
	background-color: #00519A;
	text-align: center;
	padding: 15px 0;
}

footer .main_area p.cr {
	text-align: center;
	padding-bottom: 0;
	font-size: 10px;
	color: #fff;
}

#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
	display: none;
	width: 60px;
	height: 60px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	position:  relative;
	background-color: rgba(222,87,104,0.8);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 8px;
	
}
#pagetop a:hover {
	background-color: rgba(222,87,104,1);
}


.main_area {
	width: 92vw;
	margin: 0 auto;
}

/* TOP COMMON */
.top_slide {
	position: relative;
}
.swiper {
	flex-shrink: 0;
	width: 100%;
}
.swiper-slide {
	min-height: 55vh;
}
.swiper-slide img {
	width: 100%;
 height: 100% !important;
	max-width:none;
  object-fit: cover;
	object-position: center top;
}
.swiper-prev,
.swiper-next {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 5;
}


.swiper-button-next {
	right: 3px;
}
.swiper-button-prev {
	left: 3px;
}

.swiper-button-next,
.swiper-button-prev {
    content: "";
  position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto 0;
  background-color: rgba(255,255,255,.6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next svg.swiper-navigation-icon,
.swiper-button-prev svg.swiper-navigation-icon {
	width: 10px;
	height: auto;
}
.swiper-button-next svg.swiper-navigation-icon path,
.swiper-button-prev svg.swiper-navigation-icon path {
	fill: #4C2E30 !important;
}
.swiper {
	position: relative;
}
.swiper .title {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
	
}

.swiper .title img {
	max-width: 80vw;
}

.prj_list {
	display: flex;
}
.prj_list li {
	width: 100%;
}
.prj_list a {
	text-decoration: none;
}
.prj_list p {
	font-size: 12px;
	padding: 5px 0;

}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
h1 img {
	max-width: 340px;
	height: auto;
	text-align: center;
	margin: 0 auto 30px auto;
}
.himikoko {
	font-size: 1.1em;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 42px;
	grid-gap: 15px;
	font-weight: 600;
}
.himikoko img {
	height: 42px;
}
section {
	padding: 60px 0;
}

section p {
	padding-bottom: 1.6em;
}
section h2 {
	font-size: 2em;
	padding-bottom: 40px;
	color: #00519A;
}

section h3 {
	font-size: 1.7em;
	font-weight: 500;
	margin-bottom: 40px;
	
}
section h3 span {
	display: inline-flex;
	align-items: center;
	background-image: url("/img/h2bg-skbl.png");
	background-position: left bottom;
	background-size: auto 80px;
	background-repeat: no-repeat;
	height: 80px;
	padding-bottom: 0;
    padding-left: 50px;
	
}
section h4 {
		font-size: 1.4em;
	padding-bottom: 10px;
	
}
section h4 span {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.lead_text {
	font-size: 1.2em;
}
.megaphone {
	position: relative;
	display: inline-block;
	 text-align: center;
    color: #d4526a;
    font-size: 1.2em;
    line-height: 2;
    padding: 40px 120px;
}
.megaphone::before,
.megaphone::after {
    content: "";
    position: absolute;
    top: 20%;
    width: 3px;
    height: 80%;
    background-color: #d4526a;
	border-radius: 1px;
}

.megaphone::before {
    left: 40px;
    transform: rotate(-20deg);
}

.megaphone::after {
    right: 40px;
    transform: rotate(20deg);
}

.youtube_wrap {
	display: flex;
	grid-gap: 30px;
	padding: 40px 0;
	justify-content: center;
}

.youtube_area {
	max-width: 600px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube_area iframe {
  width: 100%;
  height: 100%;
}
/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	html {
		font-size: 62.5%;
		padding: 0;
		margin: 0;
		scroll-padding-top: 45px;
	}
	body {
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 0;
		margin: 0;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sptab_only, .sp_only {
		display: block !important;
	}
	.pc_only, .tabpc_only, .tab_only {
		display: none;
	}

	p {
		font-size: 1.6rem;
	}
	
	li, dt, dd, td, th {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	input, button, select, textarea {
		font-size: 1.6rem;
	}
	input[type="submit"]:nth-child(n+2) {
		margin-top: 20px;
	}
	note {
		font-size: 10px;
	}
	dl.dl_list dd {
		margin-bottom: 15px;
	}
	dl.dl_list.withline dt {
		padding: 15px 0 0 10px;
	}
	dl.dl_list.withline dd {
		padding: 5px 0 15px 10px;
	}
	.flex_box > div:nth-child(n+2) {
		margin-top: 30px;
	}
	.btn_style, input[type="submit"], button {
		width: 68%;
	}
	.btn_style.longbtn, input[type="submit"].longbtn, button.longbtn {
		width: auto;
	}
	.btn_area .btn_style:nth-child(n + 2) {
		margin-top: 15px;
	}
	

	
	/* FOOTER SP */
	footer .main_area {
		flex-direction: column;
		grid-gap: 5px;
	}
	
	footer .main_area p.cr {
		font-size: 10px;
	}
	
	.youtube_wrap {
		flex-direction: column;
	}
	/* TOP SP */
	.prj_list {
		grid-gap: 30px;
		flex-direction: column;
	}
	section h2 {
		font-size: 1.4em;
	}
	section h3 span {
		padding-left: 20px;
	}
	.megaphone {
		width: 100%;
		font-size: 1em;
		padding: 40px 40px
	}
	.megaphone::before,
.megaphone::after {
    
    height: 60%;
	}

.megaphone::before {
    left: 30px;
}

.megaphone::after {
    right: 30px;
}

}



/* SP and TABLET */
@media screen and (max-width: 1049.9px) {
	
	/* GOOGLE MAP */
	.gmap {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pc_only {
		display: none !important;
	}
	.btn_style {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}

	
	section {
		padding: 30px 0;
		text-align: left;
	}
	.cont_tit {
		text-align: center;
		font-size: 14px;
	}
	/* HEADER SP and TABLET */
	
	
	/* TOP TABLET AND SP */

	
	.yokonarabi > div {
		padding-bottom: 10px;
	}
	/* FOOTER TABLET AND SP */
	footer {
		padding: 4vw 0;
	}

	.swiper,
.swiper-wrapper {
	height: 60vh !important;
}
.swiper .title img {
	max-height: 18vh;
	}

}

/* -------------------- */
/* ----- TABLET and PC ----- */
@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}
	body {
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 18px;
		line-height: 1.6;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sp_only {
		display: none !important;
	}
	.tabpc_only {
		display: block !important;
	}
	p, .textBox {
		font-size: 18px;
		line-height: 1.6;
	}


	li, dt, dd, td, th {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
	}
	input, button, select, textarea {
		font-size: 18px;
		line-height: 1.6;
	}
	.mwform-tel-field input[type="text"] {
		width: 6em;
	}

	dl.dl_list {
		margin: 0 auto 10px auto;
	}
	dl.dl_list dt {
		float: left;
		clear: both;
		width: 7.5em;
		text-align: left;
	}
	dl.dl_list dd {
		padding-left: 8.5em;
		margin-bottom: 30px;
		text-align: left;
	}
	dl.dl_list.dl_long dt {
		width: 17em;
	}
	dl.dl_list.dl_long dd {
		padding-left: 17.5em;
	}
	a[href^="tel:"] {
		pointer-events: none !important;
		color: #333 !important;
		text-decoration: none !important;
	}
	footer a[href^="tel:"] {
		color: #fff !important;
	}
	.flex_box {
		display: flex;
		justify-content: space-between;
	}
	.prj_list {
	grid-gap: 30px;
	justify-content: center;
}


	/* HEADER TABLET and PC */

	/* TOP TABLET and PC */

	/* FOOTER TABLET and PC */

}
@media screen and (min-width:768px) and (max-width:1049px) {
	/* TABLET ONLY */
}
/* -------------------- */
/* ------- PC -------- */
@media screen and (min-width: 1050px) {
	body, html {
		height: 100%;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	body {
		min-width: 1050px;
	}
	p, .textBox {
		font-size: 18px;
	}
	body, .wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

	.sptab_only, .tab_only {
		display: none !important;
	}
	.btn_area {
		display: flex;
		justify-content: center;
	}
	.btn_style {
		min-width: 150px;
		padding: 0 20px;
	}
	.main_area {
		width: 1050px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	/* HEADER PC */
	
	
	/* FOOTER PC */
	
	footer {
		margin-top: auto;
	}

	/* TOP PC */
	.swiper,
.swiper-wrapper	{
	height: 680px !important;
}
	.swiper .title {
		
	}
	.swiper .title img {
	height: 220px;
}
.swiper-slide img {

	object-position: center center;
	}

}

.swiper-pagination-progressbar-fill {
	background: #00519A !important;
}

.with_icon {
	display: inline-flex;
	grid-gap: 5px;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
}
.with_icon img {
	width: 30px;
}

/* Scroll fade-in */
.sec {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.sec.is-visible {
  opacity: 1;
  transform: translateY(0);
}
