@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img {
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}



/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	width: 100%;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	position: absolute;
	line-height: 1.75;
}
#header {
	background: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
#header-inner {
  box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin: auto;
}
#header h1 {
  font-size: 13px;
  font-weight: 400;
	margin-bottom: 8px;
}
#header-logo {
  width: 350px;
}
#header-info {
	width: 560px;
}
#header-info .upper {
	width: 530px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 12px auto;
}
#gnav-pc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gnav-pc li {
	font-weight: 500;
}
#top-mainimg {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1;
}
#top-mainimg .wrap {
	background: url("../image/top-mainimg.jpg") center no-repeat;
	width: 100%;
	height: 100vh;
}
#content {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 100vh;
}
#sec00 {
	background: linear-gradient(rgba(244,244,240, 0) 0%, rgba(244,244,240, 1) 70%);
	width: 100%;
	height: 30vh;
}
#top-sec01 {
	background: #F4F4F0 url("../image/top-sec01-bg.png") bottom 15% center no-repeat;
	padding-bottom: 100px;
}
#top-sec01 .tel {
	text-align: center;
	margin-bottom: 80px;
}
#top-sec01 .block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
#top-sec01 .block1 .left {
	width: 600px;
}
#top-sec01 .block1 .left .ttl {
	font-size: 22px;
	font-weight: 700;
	color: #3B689B;
	margin-bottom: 40px;
}
#top-sec01 .block1 .left .txt1 {
	font-size: 16px;
	margin-bottom: 40px;
}
#top-sec01 .block1 .left .txt2 {
	font-size: 22px;
	font-weight: 700;
	color: #3B689B;
	text-align: center;
}
#top-sec01 .block1 .right {
	width: 476px;
	text-align: center;
}
#top-sec01 .block2 {
	box-sizing: border-box;
	background: #FFF;
	width: 1000px;
	border-radius: 10px;
	padding: 50px;
	margin: auto;
}
#top-sec01 .block2 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec01 .block2 .flex .photo {
	width: 370px;
	text-align: center;
}
#top-sec01 .block2 .flex .cnt {
	width: 475px;
	font-size: 16px;
}
#top-sec01 .block2 .flex .cnt .txt1 {
	font-weight: 700;
	color: #3B689B;
	line-height: 2;
	margin-bottom: 30px;
}
#top-sec01 .block2 .flex .cnt .txt2 {
	font-weight: 700;
}
#top-sec01 .block2 .flex .cnt li {
	text-indent: -1em;
	padding-left: 1em;
}
#top-sec02 {
	background: linear-gradient(#FFF 0%, #F2F9FB 100%);
	padding: 100px 0 50px;
}
#top-sec02 .sec-ttl001 .num {
	font-size: 70px;
	line-height: 1;
}
#top-sec02 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec02 .flex .item {
	width: 350px;
}
#top-sec02 .flex .item.b2 {
	margin-top: 70px;
}
#top-sec02 .flex .item.b3 {
	margin-top: 140px;
}
#top-sec03 {
	background: #FFF url("../image/top-sec03-bg.jpg") center bottom no-repeat;
	padding: 100px 0 50px;
}
#top-sec03 .inner {
	max-width: 900px;
}
#top-sec03 h3 {
	font-size: 46px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 40px;
}
#top-sec03 h3 .bg {
	background: #4A8A61;
	font-size: 70px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	margin: 0 5px;
}
#top-sec03 .txt {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
#top-sec03 .txt span {
	font-weight: 700;
	color: #4A8A5F;
}
#top-sec03 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#top-sec03 .flex .item {
	width: 280px;
	text-align: center;
}
#top-sec03 .note {
	font-size: 22px;
	text-align: center;
}
#top-sec04 {
	background: #f4f4f0;
	padding: 100px 0 0 0;
}
#top-sec04 .title {
	font-size: 46px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	text-align: center;
	margin-bottom: 40px;
}
#top-sec04 .flex {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto auto 60px auto;
}
#top-sec04 .flex .left {
	width: 430px;
	text-align: center;
}
#top-sec04 .flex .right {
	width: 430px;
	text-align: center;
}
#top-sec04 .flex .txt {
	font-size: 18px;
	margin-bottom: 15px;
}
#top-sec04 .wrap {
	background: #FFF;
	border-radius: 10px;
	padding: 50px;
}
#top-sec04 .wrap .flex2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#top-sec04 .wrap .flex2 .left {
	width: 600px;
}
#top-sec04 .wrap .flex2 .left .block {
	margin-bottom: 30px;
}
#top-sec04 .wrap .flex2 .left .block:last-of-type {
	margin-bottom: 0;
}
#top-sec04 .wrap .flex2 .left .ttl {
	font-size: 20px;
	font-weight: 700;
	color: #396699;
	margin-bottom: 10px;
}
#top-sec04 .wrap .flex2 .left .txt {
	margin-bottom: 20px;
}
#top-sec04 .wrap .flex2 .left .txt:last-of-type {
	margin-bottom: 0;
}
#top-sec04 .wrap .flex2 .right {
	width: 370px;
}
#top-sec04 .wrap .flex2 .right .photo {
	text-align: center;
	margin-bottom: 25px;
}
#top-sec04 .wrap .txt2 {
	text-align: center;
	margin-bottom: 30px;
}
#top-sec04 .wrap .btn a {
	background: #486284;
	width: 350px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	margin: auto;
}
#top-sec05 {
	background: #f4f4f0;
	padding: 100px 0;
}
#top-sec05 .inner {
	max-width: 900px;
}
#top-sec05 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ctd {
	background: url("../image/ctd-bg.jpg") center / cover;
	text-align: center;
	padding: 70px 0;
}
.ctd .inner {
	max-width: 950px;
}
.ctd .sec-ttl001 {
	margin-bottom: 40px;
}
.ctd .txt {
	font-size: 18px;
	font-family: "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	margin: 10px auto auto auto;
}
.ctd .mail {
	margin-top: 20px;
}
#top-sec06 {
	background: #f4f4f0;
	padding: 100px 0;
}
#top-sec06 .inner {
	max-width: 900px;
}
#top-sec06 .block {
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}
#top-sec06 .block .left {
	width: 380px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
#top-sec06 .block .right {
	box-sizing: border-box;
	width: 520px;
	padding: 25px;
}
#top-sec06 .block .step {
	font-size: 38px;
	font-family: "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	color: #4A8A60;
	margin: -75px auto -5px;
}
#top-sec06 .block .step .num {
	font-size: 56px;
}
#top-sec06 .block .ttl {
	font-size: 24px;
	font-family: "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	border-bottom: dotted 1px #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#top-sec06 .arrow {
	width: 100%;
	text-align: center;
	margin: 40px auto 50px;
}
#sec-form {
	background: #F2F9FB;
	padding: 139px 0 100px;
}
#sec-form .inner {
	max-width: 900px;
}
#sec-form .wrap {
	background: #FFF;
	border-radius: 10px;
	padding: 25px 25px 50px;
}
#sec-form .wrap .block {
	margin-bottom: 60px;
}
#sec-form .wrap .block:last-of-type {
	margin-bottom: 40px;
}
.form-ttl {
	background: #486284;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 1rem;
	margin-bottom: 10px;
}
.form-ttl .need {
	background: #FFF;
	font-size: 16px;
	color: #486284;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 10px;
}
.form-ttl .no-need {
	background: #FFF;
	font-size: 16px;
	color: #999;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 10px;
}
#sec-form .wrap table {
	width: 100%;
}
#sec-form .wrap table th {
	width: 22%;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #486284;
	padding: 19px 0;
}
#sec-form .wrap table td {
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
}
#sec-form .wrap .btn {
	text-align: center;
}
#sec-form .wrap .btn input {
	background: #486284;
	width: 350px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 0;
	margin: 20px auto auto auto;
}
#top-sec07 {
	background: #FFF;
	padding: 75px 0;
}
#top-sec07 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-sec07 .flex .left {
	width: 530px;
	text-align: center;
}
#top-sec07 .flex .right {
	width: 530px;
}
#top-sec07 .flex .right details::details-content {
  opacity: 0.2;
	transition: all 0.75s ease 0s;
	transform: translateY(20px);
}
#top-sec07 .flex .right details[open]::details-content {
  opacity: 1;
	transform: none;
}
#top-sec07 .flex .right details {
	margin-bottom: 15px;
}
#top-sec07 .flex .right details:last-of-type {
	margin-bottom: 0;
}
#top-sec07 .flex .right details summary {
	background: #BD967B;
	font-size: 18px;
	color: #FFF;
	position: relative;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#top-sec07 .flex .right details summary::after {
	content: "▼";
	font-size: 9px;
	color: #FFF;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: transform 0.25s linear 0s;
}
#top-sec07 .flex .right details:open summary::after {
	transform: translateY(-50%) rotate(180deg);
}
#top-sec08 {
	background: #F4F4F0;
	padding: 75px 0;
}
#top-sec08 .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#top-sec08 .flex .item {
	box-sizing: border-box;
	background: #FFF;
	width: 530px;
	border-radius: 10px;
	padding: 20px;
	margin: 0 40px 20px 0;
}
#top-sec08 .flex .item:nth-of-type(2n) {
	margin-right: 0;
}
#top-sec08 .flex .item:nth-of-type(2) {
	margin-top: 60px;
}
#top-sec08 .flex .item:nth-of-type(3) {
	margin-top: -60px;
}

#top-sec08 .flex .item .upper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
#top-sec08 .flex .item .upper .icon {
	width: 80px;
}
#top-sec08 .flex .item .upper .info {
	width: calc(100% - 100px);
}
#top-sec08 .flex .item .upper .info .area {
	margin-bottom: 5px;
}
#top-sec08 .flex .item .upper .info .area span {
	background: #486284;
	color: #FFF;
	border-radius: 5px;
	padding: 5px 20px;
}
#top-sec08 .flex .item .upper .info .name {
	font-size: 18px;
}
#top-news {
	background: #FFF;
	padding: 75px 0 100px;
}
#top-news .sec-ttl001 {
	font-size: 40px;
	margin-bottom: 0;
}
#top-news .sec-ttl001::after {
	width: 100%;
}
#top-news .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top-news .flex .left {
	width: 260px;
}
#top-news .flex .right {
	width: 780px;
}
#top-news .flex .right ul {
	height: 310px;
	overflow: auto;
}
#top-news .flex .right ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: dotted 1px #999;
	padding: 25px 0;
}
#top-news .flex .right ul li .date {
	width: 90px;
}
#top-news .flex .right ul li .cnt {
	width: calc(100% - 100px);
}
#footer {
	background: #FFF;
	z-index: 10;
	position: relative;
	padding: 80px 0 10px;
}
#footer .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .flex .left {
	width: calc(50% - 1px);
	border-right: solid 1px #CCC;
}
#footer .flex .left .logo {
	margin-bottom: 40px;
}
#footer .flex .right {
	box-sizing: border-box;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5%;
}
#footer .flex .right ul {
	width: 48%;
}
#footer .flex .right ul li {
	line-height: 2.5;
}
#footer #copyright {
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
}









/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
	font-size: 44px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	color: #BD967C;
	text-align: center;
	margin-bottom: 60px;
}
.sec-ttl001::after {
	content: "";
	background: #BD967C;
	width: 450px;
	height: 1px;
	display: block;
	margin: auto;
}
.sec-ttl002 {
	font-size: 44px;
	font-weight: 400;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , serif;
	color: #BD967C;
	text-align: center;
	margin-bottom: 60px;
}
.sec-ttl002 .bg {
	background: #486284;
	font-size: 65px;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 5px 5px;
}
.sec-ttl003 {
	width: max-content;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	margin: auto auto 40px auto;
}
.sec-ttl003::before {
	content: "●";
	font-size: 11px;
	color: #4C729F;
	margin-right: 30px;
}
.sec-ttl003::after {
	content: "●";
	font-size: 11px;
	color: #4C729F;
	margin-left: 30px;
}
.wave1,
.wave2,
.wave3 {
	background: #FFF;
}
.wave4 {
	background: #FFF;
}
.wave1 img,.wave2 img,.wave3 img {
	vertical-align: top;
}
.marker {
	background: linear-gradient(rgba(82,109,94,0) 60%, rgba(82,109,94,0.5) 60%);
	padding: 0 0.5em;
}
.size-l {
	box-sizing: border-box;
	width: calc(100% - 2rem);
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
}
.size-l2 {
	box-sizing: border-box;
	width: calc(100% - 4rem);
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
}







/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
	.slidenav {
		display: none;
	}
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media (max-width:1099px) {
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
	#header {
		display: none;
	}
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
    padding: 12px 10px;
  }
	#header-sp .info {
		width: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#header-sp .info .line {
		width: 46px;
	}
  #header-sp .logo {
    width: 100%;
		max-width: 250px;
  }
  #header-sp .btn {
    width: 25px;
  }
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #4A8A61;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		width: 70%;
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		width: 45%;
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		width: 100%;
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		width: 100%;
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/
	

	.slideBox {
		background: url("../image/sp-nav-bg.jpg") #FFF right top / contain no-repeat;
		width: 100%;
		height: 100vh;
		transition: all 0.5s ease 0s;
		opacity: 0;
		position: fixed;
		top: 58px;
		z-index: -9999;
		padding-top: 10px;
	}
	.slideBox.active {
		opacity: 1;
		z-index: 9900;
	}
	.slideBox li {
		padding: 7px 7px 7px 15px;
	}
	.slideBox a {
		color: #396699;
		display:block;
	}
	.slideBox a .en {
		font-size: 12px;
		color: #4A8A61;
		display: block;
	}
	.slideBox a .jp {
		font-size: 16px;
		display: block;
	}
	
	#top-mainimg {
		padding-top: 60px;
	}
	#top-mainimg .wrap {
		background: url("../image/top-mainimg-sp.jpg") center / cover no-repeat;
	}
	#sec00 {
		background: linear-gradient(rgba(244,244,240, 0) 0%, rgba(244,244,240, 1) 70%);
		width: 100%;
		height: 30vh;
	}
	#top-sec01 {
		background: #F4F4F0 url("../image/top-sec01-bg.png") bottom 15% center no-repeat;
		padding-bottom: 60px;
	}
	#top-sec01 .tel {
		margin-bottom: 40px;
	}
	#top-sec01 .block1 {
		margin-bottom: 60px;
	}
	#top-sec01 .block1 .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-sec01 .block1 .left .ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#top-sec01 .block1 .left .txt1 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#top-sec01 .block1 .left .txt2 {
		font-size: 20px;
	}
	#top-sec01 .block1 .right {
		width: 100%;
	}
	#top-sec01 .block2 {
		width: 100%;
		padding: 25px;
	}
	#top-sec01 .block2 .flex .photo {
		width: 100%;
		order: 2;
		margin-top: 20px;
	}
	#top-sec01 .block2 .flex .cnt {
		width: 100%;
		font-size: 15px;
	}
	#top-sec01 .block2 .flex .cnt .txt1 {
		font-weight: 700;
		color: #3B689B;
		line-height: 2;
		margin-bottom: 30px;
	}
	#top-sec01 .block2 .flex .cnt .txt2 {
		font-weight: 700;
	}
	#top-sec01 .block2 .flex .cnt li {
		text-indent: -1em;
		padding-left: 1em;
	}
	#top-sec02 {
		padding: 60px 0;
	}
	#top-sec02 .sec-ttl001 .num {
		font-size: 50px;
	}
	#top-sec02 .flex .item {
		width: 100%;
	}
	#top-sec02 .flex .item.b2 {
		margin-top: 30px;
	}
	#top-sec02 .flex .item.b3 {
		margin-top: 30px;
	}
	#top-sec03 {
		padding: 60px 0;
	}
	#top-sec03 h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#top-sec03 h3 .bg {
		font-size: 42px;
	}
	#top-sec03 .txt {
		font-size: 20px;
	}
	#top-sec03 .flex {
		margin-bottom: 30px;
	}
	#top-sec03 .flex .item {
		width: 100%;
		margin-bottom: 20px;
	}
	#top-sec03 .flex .item:last-of-type {
		margin-bottom: 0;
	}
	#top-sec03 .note {
		font-size: 18px;
	}
	#top-sec04 {
		padding: 60px 0 0 0;
	}
	#top-sec04 .title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#top-sec04 .flex {
		width: 100%;
		margin: auto auto 40px auto;
	}
	#top-sec04 .flex .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#top-sec04 .flex .right {
		width: 100%;
	}
	#top-sec04 .flex .txt {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#top-sec04 .wrap {
		padding: 25px;
	}
	#top-sec04 .wrap .flex2 {
		margin-bottom: 20px;
	}
	#top-sec04 .wrap .flex2 .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#top-sec04 .wrap .flex2 .left .block {
		margin-bottom: 20px;
	}
	#top-sec04 .wrap .flex2 .left .ttl {
		font-size: 18px;
		margin-bottom: 5px;
	}
	#top-sec04 .wrap .flex2 .left .txt {
		margin-bottom: 20px;
	}
	#top-sec04 .wrap .flex2 .right {
		width: 100%;
	}
	#top-sec04 .wrap .txt2 {
		margin-bottom: 20px;
	}
	#top-sec04 .wrap .btn a {
		width: 100%;
		padding: 12.5px 0;
		margin: auto;
	}
	#top-sec05 {
		padding: 60px 0;
	}
	#top-sec05 .flex .left {
		width: 100%;
		text-align: center;
	}
	#top-sec05 .flex .arrow {
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}
	#top-sec05 .flex .arrow img {
		transform: rotate(90deg);
	}
	#top-sec05 .flex .right {
		width: 100%;
		text-align: center;
	}
	.ctd {
		padding: 50px 0;
	}
	.ctd .sec-ttl001 {
		margin-bottom: 30px;
	}
	.ctd .txt {
		font-size: 15px;
		margin: 10px auto auto auto;
	}
	#top-sec06 {
		padding: 60px 0;
	}
	#top-sec06 .block .left {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	#top-sec06 .block .left img {
		width: 100%;
	}
	#top-sec06 .block .right {
		width: 100%;
		padding: 20px;
	}
	#top-sec06 .block .step {
		text-shadow: 
			0px 0px 4px rgba(255,255,255,1),
			0px 0px 4px rgba(255,255,255,1),
			0px 0px 9px rgba(255,255,255,1),
			0px 0px 9px rgba(255,255,255,1),
			0px 0px 9px rgba(255,255,255,1)
		;
		margin: -68px auto -10px;
	}
	#top-sec06 .block .step .num {
		font-size: 50px;
	}
	#top-sec06 .block .ttl {
		font-size: 22px;
	}
	#top-sec06 .arrow {
		width: 80px;
		margin: 20px auto 20px;
	}
	#sec-form {
		padding: 70px 0 60px;
	}
	#sec-form .wrap {
		background: #FFF;
		border-radius: 10px;
		padding: 20px 20px 40px;
	}
	#sec-form .wrap .block:last-of-type {
		margin-bottom: 20px;
	}
	.form-ttl {
		font-size: 16px;
		padding: 10px 1rem;
	}
	.form-ttl .need {
		font-size: 15px;
	}
	.form-ttl .no-need {
		font-size: 15px;
	}
	#sec-form .wrap table th {
		width: 100%;
		display: block;
		padding: 15px 0 10px;
	}
	#sec-form .wrap table td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 15px 0 10px;
	}
	#sec-form .wrap .btn input {
		width: 100%;
	}
	#top-sec07 {
		padding: 60px 0;
	}
	#top-sec07 .flex .left {
		width: 100%;
		margin-bottom: 30px;
	}
	#top-sec07 .flex .right {
		width: 100%;
	}
	#top-sec07 .flex .right details summary {
		font-size: 16px;
		padding: 6px 15px;
	}
	#top-sec07 .flex .right details p {
		font-size: 14px;
	}
	#top-sec08 {
		padding: 60px 0;
	}
	#top-sec08 .flex .item {
		width: 100%;
		padding: 20px;
		margin: auto;
	}
	#top-sec08 .flex .item:nth-of-type(2) {
		margin-top: 20px;
	}
	#top-sec08 .flex .item:nth-of-type(3) {
		margin-top: 20px;
	}
	#top-sec08 .flex .item:nth-of-type(4) {
		margin-top: 20px;
	}
	#top-sec08 .flex .item .upper {
		margin-bottom: 10px;
	}
	#top-sec08 .flex .item .upper .info .name {
		font-size: 16px;
	}
	#top-news {
		padding: 60px 0;
	}
	#top-news .sec-ttl001 {
		width: 100%;
		font-size: 36px;
		text-align: center;
		margin: auto auto 20px auto;
	}
	#top-news .sec-ttl001::after {
		width: 100%;
	}
	#top-news .flex .left {
		width: 100%;
	}
	#top-news .flex .right {
		width: 100%;
	}
	#top-news .flex .right ul li {
		padding: 20px 0;
	}
	#top-news .flex .right ul li .date {
		width: 100%;
		font-weight: 700;
		color: #4A8A61;
	}
	#top-news .flex .right ul li .cnt {
		width: 100%;
	}
	#footer {
		padding: 40px 0 70px;
	}
	#footer .flex .left {
		width: 100%;
		text-align: center;
		border-right: none;
		margin-bottom: 20px;
	}
	#footer .flex .left .logo {
		width: 90%;
		margin: auto auto 20px auto;
	}
	#footer .flex .right {
		width: 100%;
		padding: 0;
	}
	#footer .flex .right ul {
		width: 48%;
	}
	#footer .flex .right ul li {
		font-size: 13px;
		line-height: 2;
		border-bottom: dotted 1px #999;
		padding: 10px 0;
	}
	#footer #copyright {
		font-size: 11px;
		text-align: center;
		margin-top: 40px;
	}



  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.sec-ttl001::after {
		width: 100%;
		max-width: 270px;
	}
	.sec-ttl002 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.sec-ttl002 .bg {
		font-size: 48px;
		padding: 0 5px;
		margin: 0 2.5px 5px;
	}
	.sec-ttl003 {
		width: 100%;
		font-size: 22px;
		margin: auto auto 20px auto;
	}
	.sec-ttl003::before {
		display: none;
	}
	.sec-ttl003::after {
		display: none;
	}
	.marker {
		padding: 0 0.25em;
	}
}

/* スマートフォン 横 */
@media (max-width:640px) {

}

/* スマートフォン 縦 */
@media (max-width:480px) {

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media (min-width:480px) and ( max-width:979px) {
    
}