@charset "utf-8";

/*=====================================

common

=====================================*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  background: #c0d8f0;
}

.globalheader {
	background: white;
	margin-bottom: 0 !important;
}

#mainContent {
	background: white;
	width: 1062px;
	padding: 14px 41px 0;
	box-sizing: border-box;
}

main * {
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}

main p {
	font-size: 16px;
	color: #333;
}

figure, p {
	margin: 0;
	padding: 0;
}

main a {
	color: #333;
	transition: linear .2s;
	text-decoration: none;
}

main a:hover {
	text-decoration: none;
	opacity: .7;
	color: #FF9600;
}

#footer {
	background: white;
  width: 1062px;
  margin: 0 auto;
}

.ftLogo {
	width: 1062px;
  margin: 0 auto 20px;
  background: white;
}


/*=====================================

top

=====================================*/


.kamoku_top {
  position: relative;
  left: -41px;
  width: 1063px;
  background: #F8F8F8;
}
.kamoku_top img {
  width: 100%;
}
.kamoku_top > div {
  position: absolute;
  top: 0;
}
.kamoku_top p {
  color: #fff;
  line-height: 1.09;
}
.kamoku_top .catch_text {
  top: 85px;
  left: 110px;
}
.kamoku_top .catch_text p {
  font-size: 45px;
  font-weight: bold;
}
.kamoku_top .catch_text p span {
  font-size: 10px;
  font-weight: bold;
}
.kamoku_top .catch_text p.second_txt {
  font-size: 96px;
}

/* スクロールダウン処理 */
div.scrolldown1 {
  left: 35px;
  top: 240px;
}
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    /*テキストの形状*/
	color: #eee;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 3px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:-70px;
		bottom: 0
		opacity: 0;
	}
	30%{
		height:115px;
		opacity: 1;
	}
	100%{
		height:0;
		top:115px;
		opacity: 0;
	}
}
/* スクロールダウン処理 ここまで */

.kamoku_top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 73px 31px 90px;
}
.kamoku_top ul li {
  width: 29%;
  padding: 0 15px;
}
.kamoku_top ul .point_img {
  height: 232px;
  width: 89%;
  margin: auto;
}
.kamoku_top ul .point_img img {
  margin: auto;
  text-align: center;
  display: block;
}
.kamoku_top ul .dai_info {
  padding: 0;
}
.kamoku_top ul .dai_info li {
  width: 27%;
  padding: 0 5px 13px;
}
.kamoku_top .point_area p {
  display: block;
  color: #333;
}
.kamoku_top .point_area .point_num {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
}
.kamoku_top .point_area .point_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.kamoku_top .point_area .point_txt {
  font-size: 20px;
  line-height: 27px;
}

.tit_area {
	text-align: center;
	padding: 50px 0;
}

.tit_area .hl2 {
	/*font-family: "Hiragino Mincho ProN W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tit_area .headline {
	font-size: 44px;
	font-weight: bold;
}

main.nyushi-kamoku {
	margin-bottom: 100px;
}

main.nyushi-kamoku .flexWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.flexWrap .flexCell {
	width: 300px;
	margin-bottom: 50px;
	margin-right: 40px;
	background: #F8F8F8;
}

.flexWrap .flexCell:nth-child(3n) {
	margin-right: 0;
}

.flexWrap .flexCell .ttl_div {
	text-align: center;
	background: white;
	height: 50px;
}
.flexWrap .flexCell .ichiran {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	border-bottom: 3px solid #00579E;
}

.flexWrap .flexCell ul.rateList {
	padding: 40px 0 22px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexWrap .flexCell ul.rateList li {
	width: 50%;
	margin-bottom: 18px;
}

.kamoku_about a {
	display: block;
	border: 1px solid #707070;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	width: 200px;
	height: 50px;
	padding-top: 12px;
	color: #1C1C1C;
}

.kamoku_about a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	border: 15px solid transparent;
	border-left-color: #707070;
	border-top-width: 4px;
	border-bottom-width: 4px;
}

.kamoku_about a:hover {
	border: 1px solid #FF9600;
}

.kamoku_about a:hover::after {
	border-left-color: #FF9600;
}

.kamoku_about .aboutp {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

.kamoku_about ul li {
	font-size: 15px;
	line-height: 26px;
}