@charset "UTF-8";

/*///////////////// ヘッダー ///////////////////*/
header {
	background-color: rgba(255,255,255,0.00);
}

header .c-name a h1 {
	color: #fff;
}

header .tel {
	background-color: rgba(0,113,188,0.00);
}

header .tel-pc {
	color: #fff;
}

header .toggle_btn {
	background-color: rgba(230,230,230,0.00);
}

header .toggle_btn p {
	color: #fff;
}

@media (min-width: 1200px) {
	header .tel-pc {
		background-color: rgba(255,255,255,0.00);
	}
	
	header .tel-pc a {
		color: #fff;
		background-image: url("../../assets/images/common/tel.svg");
	}	
}


/*//////////// ドロップダウンメニュー追加（min-width:1200px） /////////////*/	
@media screen and (min-width: 1200px) {
	header nav .gnav li a {
		color: #fff;
		line-height: 56px;
	}
	
	header nav .gnav li a:hover {
		background-color: #9CD4F9 !important;
		color: #fff !important;
	}	
	
	header nav .gnav li ul li {
		width: 200px;
		background-color: #9CD4F9;
		border: 1px solid #9CD4F9;
		border-bottom: 1px solid #fff;
	}
	
	header nav .gnav li ul li:last-child {
		border-bottom: 1px solid #9CD4F9;
	}	
	
	header nav .inner .dropdwn_menu li a {
		background-color: #9CD4F9;
		color: #fff;
	}
	
	header nav .inner .dropdwn_menu li a:hover {
		background-color: #fff !important;
		color: #9CD4F9 !important;
	}		
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn span {
	background-color: #fff;
}

.open .toggle_btn span {
	background-color: #fff;
}

/*////////////////// スクロールでヘッダー背景付ける ///////////////////*/
.change-color {
	background-color: rgba(255,255,255,1.00);
	transition-duration: 0.3s;
}

.change-color2 {
	color: #222 !important;
}

.change-color3 {
	background-color: #666 !important;
}

.change-color4 {
	background-color: rgba(0,113,188,1.00) !important;
}

@media screen and (min-width: 1200px) {
	.change-color5 {
		color: #222 !important;
	}
}

.change-color6 {
	color: #222 !important;
	background-image: url("../../assets/images/common/tel-black.svg") !important;
}


/*////////////////// 共通 ////////////////////*/	
.icon1 {
	background-size: 1.3em;
	background-repeat: no-repeat;
	background-position: 24%;
}

.icon2 {
	background-size: 2em;
	background-repeat: no-repeat;
	background-position: 20%;
}

.icon3 {
	background-size: 1.6em;
	background-repeat: no-repeat;
	background-position: 22%;
}

.icon4 {
	background-size: 2em;
	background-repeat: no-repeat;
	background-position: 14%;
}

.icon5 {
	background-size: 1.6em;
	background-repeat: no-repeat;
	background-position: 15%;
}

.icon1 {
	background-image: url("../images/top/icon1.svg");
}

.icon1:hover {
	background-image: url("../images/top/icon1-2.svg");
}

.icon2 {
	background-image: url("../images/top/icon2.svg");
}

.icon2:hover {
	background-image: url("../images/top/icon2-2.svg");
}

.icon3 {
	background-image: url("../images/top/icon3.svg");
}

.icon3:hover {
	background-image: url("../images/top/icon3-2.svg");
}

.icon4 {
	background-image: url("../images/top/icon4.svg");
}

.icon4:hover {
	background-image: url("../images/top/icon4-2.svg");
}

.icon5 {
	background-image: url("../images/top/icon5.svg");
}

.icon5:hover {
	background-image: url("../images/top/icon5-2.svg");
}

.btn1 a {
	text-indent: 2em;
}

.title_icon1, .title_icon2, .title_icon3 {
	width: 150px;
	margin: 0 auto;
}

@media (min-width: 414px) {
	.icon1 {
		background-position: 20%;
	}
	
	.icon2 {
		background-position: 17%;
	}	

	.icon3 {
		background-position: 18%;
	}
	
	.icon4 {
		background-position: 10%;
	}
	
	.icon5 {
		background-position: 12%;
	}	
}	

@media (min-width: 576px) {
	.icon1 {
		background-position: 22%;
	}
	
	.icon2 {
		background-position: 18%;
	}
	
	.icon3 {
		background-position: 20%;
	}	
	
	.icon4 {
		background-position: 10%;
	}
	
	.icon5 {
		background-position: 13%;
	}	
	
	.title_icon1, .title_icon2, .title_icon3 {
		width: 180px;
	}	
}

@media (min-width: 992px) {
	.title_icon1, .title_icon2, .title_icon3 {
		width: 200px;
	}	
}


/*//////////////////  メインビジュアルTOP ////////////////*/
.mv .slider-sp img, .mv .slider-pc img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.mv .title1 {
    position: absolute;
    left: 2.5%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 95%;
}

.mv .title3 {
    position: absolute;
    left: auto;
	right: 2%;
    top: 15%;
	width: 38%;
	opacity: 0;
	/* アニメーション */
	animation: fadeIn 0.5s linear;
	animation-fill-mode: both;
	animation-delay: 3s;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


@media (min-width: 576px) {
	.mv .title1 {
		left: 4%;
		top: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 92%;
	}

	.mv .title3 {
		width: 36%;
    	top: 17%;		
	}
}


@media (min-width: 768px) {
	.mv .title1 {
		left: 8%;
		width: 70%;
	}
	
	.mv .title3 {
		width: 20%;
		top: 20%;
		right: 1.5%;
	}
}

@media (min-width: 992px) {
	.mv .title1 {
		left: 12%;
		width: 66%;
	}
	
	.mv .title3 {
		width: 20%;
		top: 15%;
	}
}

@media (min-width: 1200px) {
	.mv .title1 {
		left: 18%;
		width: 64%;
	}
	
	.mv .title3 {
		width: 18%;
		top: 12%;
	}
}

@media (min-width: 1400px) {
	.mv .title1 {
		left: 18%;
		width: 62%;
	}
}


/*//////////////// セクション1 //////////////////*/
.sec1 {
	background: #1f417b;
	background-image:url(/assets/images/top/kodawari-bg.jpg) ;
	background-size: cover;
	background-position: center;
	color: white;
}
.sec1 .bg-yellow {
	background: #fded07;
}
.sec1 .kodawari-title {
	max-width: 750px;
}


.illustration-bg {
	/*background: white;
	padding: 1rem;
	border-radius: 40px;*/
}

.sec1 h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-size: 1.5rem;
	border-bottom: solid #fff;
}

.sec1 .fadein img {
	/*background: white;
	padding: 1rem;
	border-radius: 10px;*/
}
.sec1 h2 span {
	font-size: 55px;
  color: #feff00;
}
.sec1 .fadein:last-child h2 span {
	font-size: 34px;
  color: #feff00;
}
.sec1 .column .title {
	min-height: 70px;
}


.sec1 .col-12 {
	/*border-bottom: 1px dotted white;*/
	margin-bottom: 2rem;
}

.sec1 .col-12:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.sec1 .col-12 p {
	margin-bottom: 1.5rem;
	color: white;
}

.sec1 h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	color: #0071BC;
}

.sec1 .more-btn,
.sec12 .more-btn {
	margin-bottom: 1rem;
}
.sec1 a.more-btn {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 18px 30px;
  border: 3px solid white;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.sec12 a.more-btn {
  color: #0071bb;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 18px 30px;
  border: 3px solid #0071bb;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
}
.sec1 a.more-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: white;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.sec12 a.more-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0071bb;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.sec1 a.more-btn:hover{
  color: #0071bb!important;
}
.sec12 a.more-btn:hover {
  color: #fff!important;
}
.sec1 a.more-btn:hover::before,
.sec12 a.more-btn:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.sec12 a.more-btn {
	background: white;
	text-decoration: none!important;
}

@media (min-width: 576px) {
	.sec1 h2 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.sec1 img {
		margin-bottom: 1.5rem;
	}

	.sec1 .col-12 {
		margin-bottom: 2.5rem;
	}

	.sec1 .col-12 p {
		margin-bottom: 2rem;
	}
	
	.sec1 h3 {
		font-size: 1.4rem;
		line-height: 1.5em;
	}	
}


@media (min-width: 768px) {
	.sec1 h2 {
		font-size: 1.3rem;
		margin-bottom: 0.75rem;
	}

	.sec1 img {
		margin-bottom: 1rem;
	}

	.sec1 .col-12 {
		margin-bottom: 0;
		border-bottom: none;
		padding: 0 1.25rem;
		/*border-right: 1px dotted white;*/
	}
	
	.sec1 .col-12:last-child {
		border-right: none;
	}	

	.sec1 .col-12 p {
		margin-bottom: 0;
		font-size: 0.9rem;
		line-height: 1.6em;
	}
	
	.sec1 h3 {
		font-size: 1.5rem;
		line-height: 1.6em;
	}	
}

@media (min-width: 1200px) {
	.sec1 h2 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.sec1 img {
		margin-bottom: 1.5rem;
	}

	.sec1 .col-12 {
		padding: 0 1.75rem;
	}	

	.sec1 .col-12 p {
		font-size: 0.95rem;
	}
	
	.sec1 .img04 {
		max-width: 500px;
	}
}




/*//////////////// セクション2 //////////////////*/
.sec2 h1 {
	font-size: 1.7rem;
	font-weight: 800;
}


.sec2 .row {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	}


.sec2 ul {
	list-style: none;
	padding: 0;
	overflow: scroll;
	height: 300px;
}
.sec2 .right {
	height: 300px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec2 .right .bg-blue {
	background: #0072bd;
}
.sec2 .right .bg-yellow {
	background: #c8d609;
}
.sec2 .right img {
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%!important;
	height: auto!important;
}



.sec2 .right .bg-blue,
.sec2 .right .bg-yellow  {
	height: 130px;
}
.sec2 ul li {
	border-bottom: 1px dashed #ababab;
	border-top: 1px dashed #ababab;
	line-height: 1.4;
}

.sec2 ul li:nth-child(n+2) {
	border-top: none;
}

.sec2 ul li:last-child {
	border-bottom: none;
}

.sec2 ul li span {
	color: #fff;
	background-color: #0071bc;
	display: inline-block;
	font-size: 0.85rem;
	margin: 0 0.5rem;
	vertical-align: 0.1rem;
	padding: 0 0.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
}

.sec2 ul li a {
	color: #222;
	padding: 0.75rem 0;
	display: block;
}

.news-list {
	max-height: 50vh;
	overflow-y: auto;
}

.news-item {
	padding-right: 3.5rem;
}

.news-item::after {
	content: ">";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	color: #fff;
	background-color: #222;
	text-align: center;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
}

.img_wrap a {
  margin: 20px auto 0;
  transition-duration: 0.5s;
	border: solid #fff 3px;
}
.img_wrap img {
  width: 100%;
  cursor: pointer;
}
.img_wrap a:hover {
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
	opacity: 1!important;
}
.img_wrap a img:hover {
	opacity: 1!important;
}

@media (min-width: 576px) {
	.sec2 h1 {
		font-size: 1.8rem;
	}

	.sec2 ul li a {
		padding: 1rem 0;
	}
	.sec2 .right img {
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: auto!important;
		height: 100%!important;
	}
}

@media (min-width: 768px) {
	.sec2 {
		padding-top: 45px !important;
	}
	
	.sec2 h1 {
		font-size: 1.8rem;
	}

	.sec2 ul li a {
		padding: 0.6rem 0;
		font-size: 0.9rem;
		line-height: 1.6em;
	}
	
	.sec2 ul li a span {
		margin-bottom: 0.5rem;
	}
	
	.news-list {
		max-height: none;
		height: 0;
	}

	.news-item {
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.sec2 {
		padding-top: 70px !important;
	}
	
	.sec2 h1 {
		font-size: 1.8rem;
	}

	.sec2 ul li a {
		padding: 1rem 0;
	}
	
	.sec2 ul li a span {
		margin-bottom: 0.5rem;
	}
}


/*//////////////// セクション3 //////////////////*/
.sec3 .instagram_rogo {
	max-width: 300px;
}

.sec3 .instagram_banner {
	max-width: 900px;
}

/*//////////////// セクション4 //////////////////*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 3px solid #0071bc;
	border-bottom: 0;
	width: 45%;
	border-radius: 6px 6px 0 0;	
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	font-size: 0.87rem;
	line-height: 1.5em;
	vertical-align: bottom
}

.cp_tab label div {
		height: 5rem;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #222;
}
.cp_tab > input:checked + label {
	margin-bottom: -3px;
	border-color: #0071bc;
	border-bottom: 3px solid #dcf2f7;
	background-color: #dcf2f7;
}
.cp_tab .cp_tabpanel {
	padding: 1.5rem;
	padding-bottom: 3rem;
	background-color: #dcf2f7;
	border: 3px solid #0071bc;
}

.cp_tab .text-small {
	display: block;
	font-size: 0.7rem;
	line-height: 1.5em;
}

.cp_tab .tab1 {
	margin-left: 3.5% !important;
}


.sec4 .cp_tab h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5em;
	letter-spacing: -0.05rem;
}
.sec4 .cp_tab h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5em;
	letter-spacing: -0.05rem;
}
.sec4-normal div.kodate {
	background: #e8f9f9;
	/*border: solid #5088a0 2px;*/
}
.sec4-normal {
	background: #fffff5;
}
.sec4-normal .title {
	width: 100%;
	max-width: 800px;
}
.sec4-normal .mansion {
	background: #f2f9f4;
	/*border: solid #548e7c 2px;*/
}
.sec4-normal span img {
	object-fit: cover;
	height: 200px;
}

@media (min-width: 576px) {
	.cp_tab > label {
		width: 40%;
		font-size: 1rem;
	}
	
	.cp_tab .cp_tabpanel {
		padding: 2rem;
		padding-bottom: 3rem;
	}

	.cp_tab .text-small {
		font-size: 0.8rem;
	}

	.cp_tab .tab1 {
		margin-left: 9% !important;
	}
}

@media (min-width: 768px) {	
	.cp_tab .cp_tabpanel {
		padding: 1.75rem;
		padding-bottom: 3rem;
	}

	.cp_tab .text-small {
		font-size: 0.85rem;
	}
	
	.sec4 .cp_tab h3 {
		font-size: 1.25rem;
	}
	
	.sec4 .cp_tab p {
		line-height: 1.6em;
	}	
}

@media (min-width: 992px) {	
	.cp_tab > label {
		width: 34%;
	}

	.cp_tab .cp_tabpanel {
		padding: 2rem;
		padding-bottom: 3rem;
	}
	
	.cp_tab .text-small {
		font-size: 0.9rem;
	}
	
	.sec4 .cp_tab h3 {
		font-size: 1.3rem;
	}
	
	.cp_tab .tab1 {
		margin-left: 16% !important;
	}	
}

@media (min-width: 1200px) {	
	.cp_tab .cp_tabpanel {
		padding: 2.6rem;
	}
	
	.cp_tab .text-small {
		font-size: 1rem;
	}
	
	.sec4 .cp_tab h3 {
		font-size: 1.4rem;
	}
}


/*//////////////// セクション5 //////////////////*/
.sec5 {
	
}

.slider2 {
	width: 100%;
	height: auto;
	margin-top: -1rem;
}

.slider2 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.slick-prev, .slick-next {
	width: 35px !important;
	height: 45px !important;
	padding: 0;
	z-index: 2;	
}

.slick-prev {
	top:42% !important;
	left:-5% !important;
}

.slick-next {
	top:42% !important;
	right:-8% !important;
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/common/slider-arrow_right_b.svg)!important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.slick-prev:before{
	background: url(../../assets/images/common/slider-arrow_left_b.svg)!important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.sec5 .slider2 p {
	text-align: center;
	margin-top: 0.5rem;
	line-height: 1.6em;
}


@media (min-width: 576px) {
	.sec5 {
		margin-top: -4.5rem !important;
	}

	.slider2 {
		margin-top: -1.5rem;
	}
	
	.slider2 img {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.slick-prev {
		top:40% !important;
		left:-2.5% !important;
	}

	.slick-next {
		top:40% !important;
		right:-5% !important;
	}
}

@media (min-width: 768px) {
	.slider2 {
		height: auto;
	}
	
	.slick-prev {
		top:37% !important;
		left:-3.5% !important;
	}

	.slick-next {
		top:37% !important;
		right:-5% !important;
	}
}

@media (min-width: 992px) {	
	.slick-prev, .slick-next {
		width: 40px !important;
		height: 50px !important;
	}
	
	.slick-prev {
		top:37% !important;
		left:-1.5% !important;
	}

	.slick-next {
		top:37% !important;
		right:-2.5% !important;
	}
}

@media (min-width: 1200px) {

}


@media (min-width: 1400px) {
	.slider2 {
		height: 400px;
		overflow: hidden;
	}
	
	.slick-prev {
		top:37% !important;
		left:0% !important;
	}

	.slick-next {
		top:37% !important;
		right:-1.0% !important;
	}	
}	


/*//////////////// セクション6 //////////////////*/
.sec6 .border-top-blue {
	border-top: 2px solid #0071bc;
}

.sec6 .bg {
	background-image: url("../images/top/voice_bg.png");
	background-repeat: repeat;
	background-size: 40%;
	padding-top: 90px;
}

.sec6 .title_icon2 {
    position: absolute;
    left: 50%;
    top: 2.5rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	z-index: 2;
}

.sec6 h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 500;
}

.sec6 .eva span {
	color: #e6e6e6;
}
.sec6 .eva .star {
	color: #f7931e;
}

.sec6 .zoom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
}

.sec6 .line {
	height: 1px;
	border: 0;	
	display: block;
	opacity: 1;
	margin: 30px 0;
	background-color: #ccc;
}

.sec6 .btn1 a {
	text-indent: 3em;
}


@media (min-width: 576px) {
	.sec6 .border-top-blue {
		border-top: 3px solid #0071bc;
	}

	.sec6 .bg {
		background-size: 35%;
		padding-top: 50px;
	}
	
	.sec6 p {
		font-size: 0.93rem;
		line-height: 1.6em;
	}
}

@media (min-width: 768px) {
	.sec6 .border-top-blue {
		border-top: 3px solid #0071bc;
	}

	.sec6 .bg {
		background-size: 30%;
		padding-top: 60px !important;
	}
	
	.sec6 p {
		font-size: 1rem;
		line-height: 1.6em;
	}
	
	.sec6 .line {
		margin: 20px 0;
	}	
}

@media (min-width: 992px) {
	.sec6 .bg {
		background-size: 25%;
		padding-top: 65px !important;
	}
	
	.sec6 p {
		font-size: 0.9rem;
		line-height: 1.6em;
	}
	
	.sec6 .line {
		margin: 30px 0;
	}
	
	.sec6 .zoom {
		width: 50px;
	}
	
	.sec6 .img06 {
		max-width: 840px;
	}	
}


/*//////////////// セクション7 //////////////////*/
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7 {
	padding: 1.25rem 0.75rem;
}

.sec7 .bg-1 {
	background-color: #0071bc;
}

.sec7 .bg-2 {
	background-color: #c8d60b;
}

.sec7 .bg-3 {
	background-color: #fbb03b;
}

.sec7 .bg-4 {
	background-color: #7dd1cd;
}

.sec7 .bg-5 {
	background-color: #00a99d;
}

.sec7 .bg-6 {
	background-color: #34a0e2;
}

.sec7 .bg-7 {
	background-color: #eac62f;
}

.sec7 h2 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.45rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.03rem;
}

.sec7 p {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
}

.sec7 h3 {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0;
}

.sec7 h3 span {
	font-weight: 600;
	font-size: 1.1rem;
}

.sec7 h3 .price {
	font-size: 2.4rem;
}

.sec7 .col-12 {
	margin-bottom: 30px;
}

.sec7 .col-12:last-child {
	margin-bottom: 0;
}

.sec7 a {
	display: block;
}

.sec7 a:hover {
	opacity: 0.6;
}

.sec7 .box p {
	width: 45%;
	display: block;
	font-size: 0.75rem;
	line-height: 1.5em;
	text-align: left;
}

.sec7 .box h3 {
	width: 55%;
	display: block;
}

.sec7 .text-feature {
	font-size: 0.87rem;
	line-height: 1.6em;
	text-align: center;
	width: 92%;
	margin: 0.8rem auto 0.6rem;
	border: 1px solid #fff;
	padding: 1rem;
}

.sec7 .text-feature span {
	display: inline-block;
	margin-left: -0.4em;
	margin-right: -0.4em;
}

.bg-1 .add, .bg-2 .add, .bg-3 .add {
	font-size: 1rem;
}


@media (min-width: 576px) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7 {
		padding: 1.5rem 1rem;
	}
	
	.sec7 h2 {
		font-size: 1.6rem;
	}

	.sec7 h3 {
		color: #fff;
		font-size: 1rem;
	}

	.sec7 h3 span {
		font-size: 1.2rem;
	}

	.sec7 h3 .price {
		font-size: 2.8rem;
	}

	.sec7 .col-12 {
		margin-bottom: 35px;
	}

	.sec7 .col-12:last-child {
		margin-bottom: 0;
	}

	.sec7 .box p {
		width: 50%;
		font-size: 0.9rem;
		padding-left: 6.5%;
	}

	.sec7 .box h3 {
		width: 50%;
	}		
}

@media (min-width: 768px) {
	.bg-6 {
		padding-bottom: 1.25rem;
	}
	
	.sec7 h3 {
		font-size: 0.9rem;
	}

	.sec7 h3 .price {
		font-size: 2.2rem;
	}

	.sec7 .box p {
		width: 45%;
		font-size: 0.8rem;
		padding-left: 0;
	}

	.sec7 .box h3 {
		width: 55%;
	}
	
	.bg-1 h2, .bg-2 h2, .bg-3 h2 {
		font-size: 1.8rem !important;
	}
	
	.bg-1 h3, .bg-2 h3, .bg-3 h3 {
		font-size: 1.3rem !important;
	}
	
	.bg-1 h3 span, .bg-2 h3 span, .bg-3 h3 span {
		font-size: 1.5rem !important;
	}	
	
	.bg-1 h3 .price, .bg-2 h3 .price, .bg-3 h3 .price {
		font-size: 3.2rem !important;
	}	
}

@media (min-width: 992px) {
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7 {
		padding: 1.5rem 0.75rem;
	}
	
	.bg-6 {
		padding-bottom: 1.25rem;
	}
	
	.sec7 h2 {
		font-size: 1.4rem;
	}
	
	.sec7 p {
		font-size: 1.0rem;
	}
	
	.sec7 h3 {
		font-size: 0.75rem;
	}

	.sec7 h3 .price {
		font-size: 2.2rem;
	}
	
	.sec7 .box p {
		width: 100%;
		font-size: 0.7rem;
		padding-left: 0;
	}

	.sec7 .box h3 {
		width: 100%;
	}
	
	.sec7 .text-feature {
		font-size: 0.8rem;
		width: 96%;
	}	
	
	.bg-1 h2, .bg-2 h2, .bg-3 h2 {
		font-size: 1.4rem !important;
	}
	
	.bg-1 h3, .bg-2 h3, .bg-3 h3 {
		font-size: 0.75rem !important;
	}
	
	.bg-1 h3 span, .bg-2 h3 span, .bg-3 h3 span {
		font-size: 1.2rem !important;
	}	
	
	.bg-1 h3 .price, .bg-2 h3 .price, .bg-3 h3 .price {
		font-size: 2.2rem !important;
	}		
}

@media (min-width: 1200px) {
	.par4 .bg-4, .par4 .bg-5, .par4 .bg-6, .par4 .bg-7 {
		padding: 1.25rem 0.5rem;
	}
	
	.bg-6 {
		padding-bottom: 1.15rem !important;
	}
	
	.sec7 .par4 h2 {
		font-size: 1.3rem;
	}
	
	.sec7 h3 {
		font-size: 0.85rem;
	}
	
	.sec7 h3 .price {
		font-size: 2.4rem;
	}

	.sec7 .box p {
		width: 100%;
		font-size: 0.75rem;
		padding-left: 0;
		text-align: center;
	}

	.sec7 .box h3 {
		width: 100%;
	}
	
	.sec7 .text-feature {
		font-size: 0.9rem;
		width: 94%;
	}
	
	.bg-1 h2, .bg-2 h2, .bg-3 h2 {
		font-size: 1.5rem !important;
	}
	
	.bg-1 h3, .bg-2 h3, .bg-3 h3 {
		font-size: 0.9rem !important;
	}
	
	.bg-1 h3 .price, .bg-2 h3 .price, .bg-3 h3 .price {
		font-size: 2.8rem !important;
	}	
}

@media (min-width: 1400px) {	
	.bg-6 {
		padding-bottom: 1.25rem !important;
	}
	
	.sec7 h2 {
		font-size: 1.6rem;
	}
	
	.sec7 .par4 h2 {
		font-size: 1.4rem;
	}	
	
	.sec7 h3 {
		font-size: 1rem;
	}
	
	.sec7 .par4 h3 {
		font-size: 0.85rem;
	}
	
	.sec7 h3 .price {	
		font-size: 2.6rem;
	}
	
	.sec7 .par4 h3 .price {
		font-size: 2.4rem;
	}	

	.sec7 .box p {
		width: 45%;
		font-size: 0.75rem;
		padding-left: 0;
		text-align: left;
	}

	.sec7 .box h3 {
		width: 55%;
	}
	
	.bg-1 h2, .bg-2 h2, .bg-3 h2 {
		font-size: 1.6rem !important;
	}
	
	.bg-1 h3, .bg-2 h3, .bg-3 h3 {
		font-size: 1rem !important;
	}	
}

/*//////////////// セクション8 //////////////////*/
.sec8 .qa {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 30px;
}

.sec8 .que {
	color: #0071bc;
	font-size: 1.2rem;
}

.sec8 .ans {
	color: #f15a24;
	font-size: 1.2rem;	
}

.sec8 .qa hr {
	height: 0;
	border: 0;
	background-color: #fff;
	opacity: 1;
	display: block;
	border-bottom: 2px dashed #0071bc;
}

.sec8 .qa p {
	line-height: 1.6em;
}

.sec8 .btn1 a {
	color: #fff;
	border: 1px solid #fff;	
}

.sec8 .btn1 a:hover {
	border: 1px solid #A9DAFA;
}

@media (min-width: 576px) {
	.sec8 .qa {
		padding: 1.75rem;
		margin-bottom: 35px;
	}
	
	.sec8 .que {
		font-size: 1.3rem;
	}

	.sec8 .ans {
		font-size: 1.3rem;	
	}
}

@media (min-width: 992px) {
	.sec8 .qa {
		max-width: 900px;
		padding: 2rem;
		margin: auto;
		margin-bottom: 40px;
	}
	
	.sec8 .que {
		font-size: 1.4rem;
	}

	.sec8 .ans {
		font-size: 1.4rem;	
	}
	
	.sec8 .col-sm-1 {
		width: 5%;
	}
	
	.sec8 .col-sm-11 {
		width: 95%;
	}
	
	.sec8 .title_icon3 {
		max-width: 220px;
	}
}


/*//////////////// セクション9 //////////////////*/
.sec9 h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 0.25rem;
}

.sec9 p {
	font-size: 0.9rem;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
	padding: 0 5%;
}

.sec9 .heading {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
}

.sec9 a .heading:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
}

@media (min-width: 992px) {
	.sec9 h2 {
		font-size: 2rem;
		margin-bottom: 0.5rem;
	}

	.sec9 p {
		font-size: 0.95rem;
	}
}



/*//////////////// セクション10 //////////////////*/
.sec10 {
	background-image: url("../images/top/company_bg_sp.jpg");
	background-color: #96CFEC;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.sec10 .under-line {
	background-color: #fff;
}

.sec10 .databox {
	background-color: rgba(255,255,255,0.75);
	padding: 2rem 1.5rem;
}

.sec10 table {
	width: 100%;
}

.sec10 th, .sec10 td {
	width: 100%;
	display: block;
}

.sec10 th {
	text-align: center;
	font-weight: 400;
	border: 1px solid #222;
	padding: 0.25rem 0;
}

.sec10 td p {
	text-align: center;
	line-height: 1.6em;
	padding: 0.75rem 0;
	margin-bottom: 0;
}

.sec10 .btn1 {
	width: 94%;
}

.sec10 .btn1 a {
	border: 1px solid #666;	
	background-color: #666;
	color: #fff;
}

.sec10 .btn1 a:hover {
	border: 1px solid #A9DAFA;
	background-color: #A9DAFA;
}


@media (min-width: 576px) {
	.sec10 .databox {
		padding: 2rem;
	}

	.sec10 th {
		padding: 0.5rem;
	}

	.sec10 td p {
		padding: 1.0rem;
	}

	.sec10 .btn1 {
		width: 280px;
	}
}


@media (min-width: 768px) {
	.sec10 .databox {
		background-color: rgba(255,255,255,0.75);
		padding: 1.5rem 2rem 2.5rem;
	}

	.sec10 th, .sec10 td {
		width: auto;
		display: table-cell;
	}

	.sec10 th {
		text-align: center;
		border: none;
		padding: 1rem;
	}

	.sec10 td p {
		text-align: left;
		padding: 1rem;
		margin-bottom: 0;
	}
	
	.sec10 tr {
		border-bottom: 1px solid #999;
	}
	
	.sec10 tr:last-child {
		border-bottom: none;
	}	
}


@media (min-width: 992px) {
	.sec10 {
		background-image: url("../images/top/company_bg_pc.jpg");
		background-color: #C4E7FB;
		background-size: cover;
	}
	
	.sec10 h1 {
		color: #222 !important;
	}
	
	.sec10 .under-line {
		background-color: #0071bc;
	}	
	
	.sec10 .databox {
		background-color: rgba(255,255,255,0.75);
		padding: 2rem 2.5rem 3rem;
		max-width: 800px;
		margin: auto;
	}

	.sec10 th {
		padding: 1.25rem 0.5rem;
	}

	.sec10 td p {
		text-align: left;
		padding: 1rem;
		margin-bottom: 0;
	}
	
	.sec10 tr {
		border-bottom: 1px solid #999;
	}
	
	.sec10 tr:last-child {
		border-bottom: none;
	}	
}


/*//////////////// セクション11 //////////////////*/
.sec11 .recruit_banner {
	max-width: 900px;
}


/*//////////////// セクション12 //////////////////*/
.fude {
	font-family: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.noto {
	font-family: "kokuryu", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.sec12 p span {
	color: #0171bc;

}
.bg-white {
	background: white;
}
.sec12 h3 {
  position: relative;
	font-size: 20px;
}

.sec12 h3 span {
	display: block;
	color: #0171bc;
}

#anc2 .title span:first-child {
	font-size: 55px;
	color: #0171bc;
}
#anc2 .title span:nth-child(2) {
	font-size: 30px;
	color: #0171bc;
}

@media (min-width: 768px) {

	.sec12 h3 {
		position: relative;
		padding-left: 4em;
		font-size: 20px;
	}
	.sec12 h3 span {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 2rem;
		color: white;
		background: #0171bc;
		width: 68px;
		margin: auto;
	}
	
	.sec12 h3 span:after {
		position: absolute;
		top: calc(50% - 7px);
		right: -11px;
		width: 0;
		height: 0;
		content: '';
		border-width: 7px 0 7px 12px;
		border-style: solid;
		border-color: transparent transparent transparent #0171bc;
	}
	.sec12 h3 div {
		line-height: 2;
	}
	
}




/*//////////////// アンカーリンク //////////////////*/
#anc7 {
	padding-top: 50px;
	margin-top: -50px;
}

@media (min-width: 768px) {
	#anc7 {
		padding-top: 70px;
		margin-top: -70px;
	}
}

@media (min-width: 1200px) {
	#anc7 {
		padding-top: 80px;
		margin-top: -80px;
	}
}



/*//////////////// message //////////////////*/
#message {
	background-image: url(/assets/images/top/message-bg.jpg);
	background-size: cover;
	background-position: center;
}
#message .w-1040 {
	max-width: 100%;
}
#message .position-absolute {
	bottom: -1px;
	left: 0;
	right: 0;
}


.sec1 .kodawari-label {
	width: 15%;
}

@media (min-width: 768px) {
	#message .w-1040 {
		max-width: 1040px;
	}
}
.sec7 .roof {
	background: #39b54a;
	font-size: 1.5rem;
}






