@charset"UTF-8";
html{
	height: 100%;
}
body{
	font: 17px "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,"Osaka",Sans-Serif;
	width: 100%;
	height: 100%;
	color: #282828;
	line-height:1.9;
	letter-spacing:2px;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear{
	clear:both;
}
.center{
	text-align: center;
}
.sp{
	display: none !important;
}
.wid100p-box{
	width: 100%;
}
.wid1200box{
	max-width: 1050px;
	width: 82%;
	margin: 0 auto;
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
	font-size: 14px;
	color: #edecec;
	transition: all ease 0.5s; 
}
a:hover{
	color: #8f8888;
}
.verticality-title{
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 30px;
}
@media screen and (min-width:1001px) { 
	.verticality-title{
	  white-space: nowrap;
	  text-orientation: upright;
	  -ms-writing-mode: tb-rl;
	  -webkit-writing-mode: vertical-rl;
	  -o-writing-mode: vertical-rl;
	  writing-mode: vertical-rl;
	  font-size: 34px;
	  position: relative;
  }
}
.sideways-title{
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	font-size: 34px;
	text-align: center;
	letter-spacing:3px;
}
.horizontal-title{
	text-align: center;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
  font-size: 27px;
}
@media screen and (max-width:1000px) { 
  .sideways-title{font-size:30px;}
}
.f-right{
	float: right;
}
.f-left{
	float: left;
}
.section-img{
	margin-top: 140px;
	max-width: 1080px;
	width: 90%;
}
.color-section-img{
	position: absolute;
	top: -350px;
}
#info{
	padding-top:100px;
}
#introduction{
	padding-top:100px;
}
main{
	overflow: hidden;
	display: block;
}
header{
	position: relative;
	background: url(../images/top-main.jpg) center bottom 60px/cover no-repeat;
	height: 100vh;
}
@media(max-width: 950px){
header{
	background: url(../images/top-main.jpg) center bottom 92px/cover no-repeat;
}

}
header h1{
	width: 320px;
  padding: 14px 0 0 70px;
}
header h1 img{
	width: 100%;
}
header>div{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
header h2{
	font-family: 'Noto Serif JP', serif;
	text-align:center;
	color:#69121c;
	font-size:42px;
	margin-bottom:50px;
	letter-spacing:2px;
	font-weight:normal;
	line-height: 110px;
}
@media screen and (max-width:1000px) { 
	header h2{
		font-size:35px;
	}
}
nav{
	position: absolute;
	bottom: 0;
	right: 0;
	width	:100%;
	background-color: rgba(255, 255, 255, 0.90);
	height: 55px;
}
@media(max-width: 950px){
nav{
	height: 88px;
}
}
nav ul{
	width: 90%;
  max-width: 1300px;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -20px;
}
nav ul.newtype{
	top: 8px;
}
@media(max-width: 1000px){
nav ul{
	max-width: 1000px;
	width: auto;
}
}
nav li{
	text-align: center;
}
nav li a{
	color:#69121c;
	font-size: 16px;
	letter-spacing:3px;
	padding:5px 20px 3px;
}
nav li:last-child{
	line-height: 21px;
	padding-right: 14px;
}
nav li:last-child a{
	font-size: 12px;
	padding-top:0;
}
nav ul.newtype li a{
	font-size:18px;
}
nav ul.newtype li:last-child a{
	font-size: 18px;
	padding-top:5px;
}
.nav-fbox{
	display: flex;
}
@media(max-width: 950px){
.nav-fbox{
	display: block;
}
}
.tyokutsu{
	margin-bottom: 5px;
}
@media(max-width: 950px){
.tyokutsu{
	margin-bottom: -4px;
}
}
.nav-fbox div:last-child{
	margin-left: 10px;
}
@media(max-width: 950px){
.nav-fbox div:last-child{
	margin-left: 0;
}
}
.telnumber{
	font-size: 21px;
	margin-bottom: 5px;
}
@media(max-width: 950px){
.telnumber{
	margin-bottom: 0;
}
}
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width:100%;
  background-color: rgba(95, 16, 11, 0.93);
}
nav.fixed li a{
	color:#fff;
}
.area-titlebox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin:30px auto 150px;
	font-size:18px;
	width: 86%;
	max-width:833px;
}
.area-titlebox h2{
	margin-right:6%;
	letter-spacing:4px;
	display: inline-block;
}
@media screen and (max-width:1000px) { 
	.area-titlebox{
		display:block;
	}
	.area-titlebox h2{margin:0 0 30px;text-align:center;display:block;}
}
.area-titlebox div{
	flex:1;
}
.area-titlebox h3{
	text-align:center;
	font-size:27px;
	margin-bottom:35px;
}
@media screen and (max-width:1000px) { 
  .area-titlebox h3{font-size:22px;margin-top:30px;}
}
.area-titlebox>div .center{
	margin-bottom: 30px;
	font-size:1.3em;
}
.nayamiarea{
	background:#f6f6f6;
	padding:90px 0 100px;
}
.nayamiarea h2{
	font-size:30px;
}
@media screen and (max-width:1000px) { 
	.nayamiarea h2{font-size:24px;}
}
.memobox{
	width: 86%;
    max-width: 1050px;
	margin: 46px auto 0px;
}
.memobox div{
	position: relative;
	border-bottom: 1px dashed #676767;
	width: 100%;
	padding-left:47px;
}
.memobox div img{
	width: 45px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -325px;
}
.memobox div p{
  margin-left:17%;
  padding-left:45px;
  font-size: 22px;
  letter-spacing: 0.2em;
  position:relative;
}
.memobox div p::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 700; 
	content: "\f14a";
	position:absolute;
	top:-5px;
	left:0px;
	color:#69121c;
	font-size:29px;
}
@media screen and (max-width:1000px) { 
	.memobox div p{margin-left:10%;font-size:19px;padding-left:35px;}
	.memobox div p::before{font-size:26px;}
}
.memobox div{
	margin-top: 25px;
}
.reason-area{
	margin: 130px auto 0;
	max-width:950px;
	width: 60%; 
}
@media screen and (max-width:1000px) { 
.reason-area{width: 76%; }
}
.reason-area h2{
	margin-bottom: 80px;
}
.reason-area dl:before{
	content: "";
	background: url(../images/reason-w1.svg) center center/60% no-repeat #ffffff;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 40%;
	left: -25px;
	border-radius: 25px;
	border:1px solid #69121c;
}
.reason-area dl{
	position: relative;
	background-color: #69121c;
	width: 500px;
	border-radius: 10px;
	margin-bottom:60px;
}
.reason-area dl:nth-of-type(3){
	margin-left:20px;
}
.reason-area dl:last-of-type{
	margin-right:50px;
}
.reason-area dl:nth-of-type(2):before{
	background: url(../images/reason-w2.svg) center center/60% no-repeat #ffffff;
}
.reason-area dl:nth-of-type(3):before{
	background: url(../images/reason-w3.svg) center center/60% no-repeat #ffffff;
}
.reason-area dl:last-of-type:before{
	background: url(../images/reason-w4.svg) center center/60% no-repeat #ffffff;
}
.reason-area dl:nth-of-type(2):after{
	content:"";
	position:absolute;
	top:-200px;
	right:-130px;
	background: url(../images/reason1.png) ;
	background-size:250px;
	width: 250px;
	height:250px;
}
.reason-area dl:nth-of-type(3):after{
	content:"";
	position:absolute;
	top:-230px;
	left:-170px;
	background: url(../images/reason2.png) ;
	background-size:275px;
	width: 275px;
	height:275px;
}
.reason-area dl:last-of-type:after{
	content:"";
	position:absolute;
	top:-160px;
	right:-120px;
	background: url(../images/reason3.png) ;
	background-size:200px;
	width: 200px;
	height:200px;
}
.reason-area dt{
	font-size: 22px;
	font-weight: bold;
	color: #f6f6f6;
	text-align: center;
	padding: 18px 0 10px;
}
.reason-area dd{
  font-size: 16px;
  color: #f6f6f6;
  padding: 0px 36px 20px 44px;
}
.agreement-area{
	background: #f6f6f6;
	position: relative;
	padding:70px 0;
	margin-top:120px;
}
.agreement-area h2{
	margin-bottom:40px;
}
.agreement-area .underline span{
	margin: 0 auto 40px;
	border-bottom: 2px solid #69121c;
}
.agreement-area-attention{
	margin: 10px 0 0;
  font-size: 15px;
  font-weight:bold;
  color:#69121c;
}
.agreement-area-iconbox{
	margin-top:120px;
}
.agreement-area-iconbox.newsec{
	margin-top:0px;
}

.agreement-area-iconbox>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px auto;
	text-align:center;
}
.agreement-area-iconbox>div dl{
	width:33.333%;
	width:calc(100%/3);
	border-right:1px dashed #727272;
	border-bottom:1px dashed #727272;
	padding:30px;
}
.agreement-area-iconbox>div dl:nth-child(3),.agreement-area-iconbox>div dl:last-child{
	margin-right:0;
	border-right:none;
}
.agreement-area-iconbox>div dl:nth-last-child(-n+3){
	border-bottom:none;
}
.agreement-area-iconbox-three{
	position: relative;
	left: 6px;
}
.agreement-area-iconbox dl img{
	width:70%;
	margin-bottom:13px;
}
.agreement-area-iconbox>div dl dt{
	height:80px;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
}
@media screen and (max-width:1000px) { 
	.agreement-area-iconbox>div dl dt{font-size:17px;height: 85px;}
}

.agreement-area-iconbox>div dl dt span.number{
	font-size:1.2em;
	color:#5d5d5d;
	padding-right:5px;
	vertical-align: middle;
	display: inline-block;
}
.agreement-area-iconbox>div dl dd{
	font-size:15px;
}
#plan{
	padding-top: 120px;
}
#plan h2{
	margin-bottom:40px;
}
.plan-fbox{
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	width:70%;
}
.plan-fbox li:first-child{
	position: relative
}
.support-circle{
  position: absolute;
  top: -41px;
  left: -66px;
  color: #fff;
  background: #d7cf30;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  line-height: 37px;
  padding-top: 30px;
  font-size: 24px;
}
.plan-fbox li:last-child{
	margin-right:0;
}
.plan-fbox li{
	border: 2px solid #69121c;
	width: 100%;
	text-align: center;
	margin-right: 60px;
}
.plan-fbox li h3{
	background:#69121c;
	color:#fff;
	padding:8px 0 6px;
}
.planboxtext{
	padding: 30px 30px 0;
  font-size: 15px;
}
.plan-fbox li:last-child .planboxtext{
	margin: 28px 0;
}
@media(max-width: 1285px){
.plan-fbox li:last-child .planboxtext{
	margin: 42px 0;
}
}
@media(max-width: 1230px){
.plan-fbox li:last-child .planboxtext{
	margin: 28px 0;
}
}
@media(max-width: 1170px){
.plan-fbox li:last-child .planboxtext{
	margin: 15px 0;
}
}
@media(max-width: 1050px){
.plan-fbox li:last-child .planboxtext{
	margin: 29px 0;
}
}
@media(max-width: 904px){
.plan-fbox li:last-child .planboxtext{
	margin: 42px 0;
}
}
@media(max-width: 866px){
.plan-fbox li:last-child .planboxtext{
	margin: 28px 0;
}
}
@media(max-width: 823px){
.plan-fbox li:last-child .planboxtext{
	margin: 14px 0;
}
}
.plan-fbox li .price{
	font-size:24px;
	font-weight:bold;
	color:#69121c;
	padding:27px 0 15px;
}
.plan-fbox li .price span{
	font-size:0.8em;
	padding-left:10px;
}
.plan-fbox li .free{
	border:2px solid #69121c;
	margin:0 auto 20px;
	width:80%;
	color:#69121c;
	font-weight:bold;
}
.plan-fbox li dl{
	width:80%;
	margin:40px auto;
}
.plan-fbox li dl dt{
	width: 56%;
  float: left;
  padding-top:5px;
}
.plan-fbox li dl dd{
	border-bottom:1px solid #000;
	margin-bottom:15px;
	font-weight:bold;
	font-size:20px;
}
.plan-fbox li dl dd:after {
  content: '';
  display: block;
  clear: both;
}
.planboxattention{
	padding: 0 30px 30px;
  font-size: 15px;
  text-align: left !important;
}
.plan-area-attention{
	width:70%;
	margin:20px auto 0;
	font-size:14px;
	font-weight:bold;
}
@media screen and (max-width:1000px) { 
	.plan-fbox,.plan-area-attention{width:100%;}
}
.q-a-area{
	background: #f6f6f6;
  margin-top: 120px;
  position: relative;
  padding:70px 0;
}
dl.q-a-area-qabox{
	margin-top:60px;
}
dl.q-a-area-qabox dt{
	border-bottom:1px solid #69121c;
	padding:7px 5px 0px 40px;
	color:#69121c;
	font-weight:bold;
	font-size:18px;
	position:relative;
}
dl.q-a-area-qabox dt::before{
	content:"Q.";
	font-size:22px;
	padding-right:10px;
	position:absolute;
	top:0;
	left:0;
}
dl.q-a-area-qabox dd{
	padding:16px 20px 5px 40px;
	margin-bottom:40px;
	font-size:16px;
	position:relative;
}
dl.q-a-area-qabox dd::before{
	content:"A.";
	font-size:22px;
	padding-right:10px;
	position:absolute;
	top:12px;
	left:2px;
	font-weight:bold;
}
.introduction-area-vtitle-pbox{
	margin: 0px auto 0;
}
@media screen and (max-width:1000px) { 
  .introduction-area-vtitle-pbox{margin:40px auto 0}
}
.introimg{
	width:237px;
}
.introduction-area-vtitle-pbox img{
	float:left;
	width:100%;
	margin-right:30px;
}
.overflow{
	overflow:hidden;
}
.introduction-area-vtitle-pbox h3{
	text-align:left;
	letter-spacing:7px;
	margin-bottom:18px;
	margin-top:0;
}
.introduction-area-vtitle-pbox h3 span{
	display:block;
	font-size:0.6em;
}
.introduction-area-vtitle-pbox .overflow p{
	font-size:16px;
}
.introtext{
	margin-top:100px;
}
.introduction-area-message{
	text-align:center;
	font-size:26px;
}
.introduction-area-info{
	text-align:center;
	margin-top:30px;
	width: 38%;
    margin: 30px auto 100px;
}
@media screen and (max-width:1000px) { 
  .introduction-area-info{width:70%;}
}
.introduction-area-info img{
	width:100%;
	min-width: 100%;
}
.supporter-area{
	background: #f6f6f6;
	padding: 60px 0;
}
.supporter-area-inner{
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.supporter-area h2{
	font-size:26px;
}
.supporter-area ul{
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
	justify-content: center;
}
.supporter{
	margin-top: 40px;
  padding-bottom:40px;
	border-bottom: 1px solid #bdbdbd;
}
.supporter p{
	margin-top: 10px;
	font-size: 13px;
}
.supporter-area ul:last-child{
	border-bottom: none;
}
.supporter-area ul li{
	margin: 10px;
	width: 280px;
	background: #fff;
	text-align: center;
}
.supporter-area-inner ul:nth-child(3) li img{
	width: 150px;
}
.supporter-area-inner ul:last-child li img{
	width: 110px;
}
.supporter-area-inner>div>ul li img{
	width: 180px !important;
	vertical-align: middle;
}
.footunderarea{
	background:#efeaea;
	padding:60px 0 30px;
}
.footunderarea h1{
	width:310px;
	margin:0 auto;
}
.footunderarea p{
	text-align:center;
	margin-top:20px;
}
.footunderarea p span{
	display:block;
	font-size:1.2em;
}
.copy{
	background:#69121c;
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:6px 0 4px;
}


#contact{
	margin: 44px auto;
	width: 86%;
	max-width: 833px;
}
.formtitle {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 21px;
	font-weight: bold;
}
.formtitle:before,
.formtitle:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #666;
}
.formtitle:before {
	left: 0;
}
.formtitle:after {
	right: 0;
}
.form__line{
	margin-top: 13px;
}
.form__line__text{
	text-align: center;
}
.form__line__icon{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.form__line__icon li{
	width:88px;
	text-align: center;
	margin: 0 6px;
}
.form__line__icon li img{
	width:100%;
}
.form__line__icon li a{
	text-decoration: underline;
	color:#1c1c1c;
}
.form-inner{
	width:80%;
	max-width: 500px;
	margin:30px auto 100px;
}
.form-title{
	font-size: 16px;
	line-height: 1.6;
}
#input_form input, #input_form select {
	margin-bottom: 16px;
	display: block;
	width: 100%;
	height: 44px;
	font-size: 19px;
	padding: 0 7px 0;
	border: 1px solid #adadad;
	border-radius: 5px;
	background: #f7f7f7;
}
#input_form textarea {
	margin-top: 5px;
	display: block;
	width: 100%;
	height: 200px;
	border: 1px solid #adadad;
	border-radius: 5px;
	font-size: 19px;
	padding:8px;
	background: #f7f7f7;
}
.sendbutton{
	margin-top: 40px;
}
#input_form input[type="submit"] {
	margin: 0 auto;
	width: 300px;
	height: 100%;
	display: block;
	color: #fff;
	background: #69121c;
	border: none !important;
	transition: .3s;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 15px 0 !important;
	font-size: 16px !important;
}
#input_form input[type="submit"]:hover{
	background:#e65d13;
}
#subP{
	border-top: 7px solid #69121c;
}
#contact__flow{
	margin-top: 50px;
}
#contact__flow h1{
	width:300px;
	margin: 0 auto;
}
#contact__flow h1 img{
	width:100%;
}
#confirm{
	width:80%;
	max-width:700px;
	margin:40px auto 120px;
}
#confirm h2{
	background: #eeeeee;
	padding:6px 0 4px 10px;
	font-size: 18px;
}
#complate{
	width:80%;
	max-width:700px;
	margin:40px auto 120px;
}
#complate h2{
	background: #eeeeee;
	padding:6px 0 4px 10px;
	font-size: 18px;
}
table.confirmtable {
	width: 100%;
	margin: 30px auto 50px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top: 1px solid #dadada;
}
.confirmtable th {
	font-size: 15px;
	font-weight:normal;
	text-align: left;
	padding: 15px 20px 10px 20px;
	width:200px;
	background: #f4f4f4;
	border-bottom: 1px solid #dadada;
}
.confirmtable td {
	font-size: 15px;
	padding:15px 10px 10px 15px;
	border-bottom: 1px solid #dadada;
}
.confilmbtn{
	margin-top: 18px;
	display: flex;
	justify-content: center;
}
.confilmbtn .bac{
	margin-right: 14px;	
}
.confilmbtn .bac a{
	margin: 0 auto;
	color: #fff;
  display: block;
  background: #ababab;
  width: 250px;
  padding: 15px 0 ;
	font-size: 16px ;
  transition: .3s;
  text-align: center;
  text-decoration: none;
	border: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.confilmbtn .bac a:hover{
	background:#6a6a6a;
}
#input_form .confilmbtn .button input[type="submit"]{
	width:250px;
}
.bac2{
	margin:40px 0;
}
.bac2 a{
	display: block;
	background: none;
	border: 1px solid #171717;
  width: 250px;
  margin:0 auto;
  padding: 15px 0 ;
	font-size: 16px ;
	text-align: center;
	font-weight: bold;
	border-radius:6px;
	color:#171717;
}
.bac2 a:hover{
	background:#4f4f4f;
	color:#fff;
}
.complete_p{
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
}
.returnmailsec{
	border:4px solid #ebebeb;
	padding: 20px;
	margin-top: 20px;
	font-size:15px;
}
.returnmailsec .title{
	font-size: 20px;
	font-weight: bold;
	text-align	:center;
	margin-bottom: 13px;
	color: #69121c;
}
.returnmailsec__note{
	margin-top: 15px;
	font-weight: bold;
}
.mailinfo{
	font-weight: bold;
	margin-top: 15px;
	color:#69121c;
	margin-bottom: 23px;
}