@charset "utf-8";
/* =====================
PC/TB/SP共通
===================== */
a{
	color:#333;
}
a:hover{
	opacity: 0.7;
	text-decoration:underline;
}
header img{
	width: auto;
	max-width: 150px;
}
/*--------------------------
コラム＿メニュー・ヘッダー
--------------------------*/
.column header{
	position: fixed;
	text-align: center;
	width: 100%;
	height: 55px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.column {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.column .cp_fullscreenmenu a,
.column .cp_fullscreenmenu a:visited,
.column .cp_fullscreenmenu a:hover,
.column .cp_fullscreenmenu a:active {
text-decoration: none;
color: inherit;
}
.cp_fullscreenmenu {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
position: fixed;
top: 0;
left: 0;
display: flex;
visibility: hidden;
overflow: hidden;
width: 100%;
height: 100%;
pointer-events: none;
outline: 1px solid transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
align-items: center;
justify-content: center;
}
.cp_fullscreenmenu .menu > div {
display: flex;
overflow: hidden;
width: 200vw;
height: 200vw;
transition: all 0.4s ease;
-webkit-transform: scale(0);
transform: scale(0);
text-align: center;
color: #fefefe;
border-radius: 50%;
background: rgba(9,9,9 ,0.6);
flex: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
align-items: center;
justify-content: center;
}
.cp_fullscreenmenu .menu > div > ul {
display: block;
max-height: 100vh;
margin: 0;
padding: 0 1em;
list-style: none;
transition: opacity 0.4s ease;
opacity: 0;
}
.cp_fullscreenmenu .menu > div > ul > li {
font-size: 24px;
display: block;
margin: 1em;
padding: 0;
}
.cp_fullscreenmenu .menu > div > ul > li > a {
position: relative;
display: inline;
cursor: pointer;
transition: color 0.4s ease;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover {
color: #e5e5e5;
}
.cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
width: 100%;
}
.cp_fullscreenmenu .menu > div > ul > li > a:after {
position: absolute;
z-index: 1;
bottom: -0.15em;
left: 0;
width: 0;
height: 2px;
content: '';
transition: width 0.4s ease;
background: #e5e5e5;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .toggle {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 75px;
height: 60px;
cursor: pointer;
opacity: 0;
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
opacity: 0;
}
.cp_fullscreenmenu .toggle:checked ~ .menu {
visibility: visible;
pointer-events: auto;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div {
transition-duration: 0.75s;
-webkit-transform: scale(1);
transform: scale(1);
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
opacity: 1;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
transition-delay: 0.4s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
transition-delay: 0.6s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
transition-delay: 0.8s;
}
.cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
transition-delay: 1.0s;
}
.cp_fullscreenmenu .toggle:hover + .hamburger {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: block;
width: 40px;
height: 40px;
padding: 0.5em 1em;
cursor: pointer;
transition: box-shadow 0.4s ease;
background: #333;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cp_fullscreenmenu .hamburger > span {
position: relative;
top: 50%;
display: block;
width: 100%;
height: 2px;
transition: all 0.4s ease;
background: #fefefe;
}
.cp_fullscreenmenu .hamburger > span:before,
.cp_fullscreenmenu .hamburger > span:after {
position: absolute;
z-index: 1;
top: -10px;
left: 0;
display: block;
width: 100%;
height: 2px;
content: '';
transition: all 0.4s ease;
background: inherit;
}
.cp_fullscreenmenu .hamburger > span:after {
top: 10px;
}
/*--------------------------
もくじ
--------------------------*/
.boxMenu_group{
	padding: 0 5px;
}
ul.boxMenu{
	border-radius:3px;
	padding: 15px;
	display:  flex;
	flex-wrap: wrap;
	position: relative;
	border: 2px solid #336699;
	max-width: 940px;
	margin: 30px auto 0;
	
	font-size: 0.9rem;
}
ul.boxMenu li{
	padding-right: 1.8em;
	position: relative;
}
ul.boxMenu li.toc{
	position: absolute;
	background: #fff;
	text-align:center;
	color: #336699;
	padding-right:  0;
	top: -13px;
	padding: 1px 3px;
	border-radius: 5px;
	font-weight: bold;
}
ul.boxMenu li a{
	padding-left: 1.3em;
	display: block;
	color: #336699;
	text-decoration: underline;
}
ul.boxMenu li strong{
	padding-left: 1.3em;
	display: block;
	font-weight: bold;
}
ul.boxMenu li:after {
	width: 0px;
	border-style: solid;
	border-width: 4px;
	border-color: #336699;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	display: block;
	content: '';
	position: absolute;
	top: .5em;
}
ul.boxMenu li.toc:after{
	border:none;
}
/*--------------------------
見出し
--------------------------*/
.title_features{
	border: none;
	background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
	background-blend-mode: screen;
	padding: 12px;
	font-size: 1.2em;
	text-align: left;
}
.title_features p{
	max-width: 950px;
	font-size: 1.3rem;
	margin: 0 auto;
}
.title_underLine{
	padding: 5px;
	font-size: 1.2rem;
	border-bottom: 2px solid #f5efef;
}
.spNone{
	display: none;
}
.flex-container{
	display: flex;
}
.space-between{
	justify-content: space-between;
}
.space-around{
	justify-content: space-around;
}
.align-itemsCenter{
	align-items: center;
}
.relative{
	position: relative;
}
.indent_2sp{
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.mr10{
	margin-right: 10px;
}
.ml10{
	margin-left: 10px;
}
.mb50{
	margin-bottom: 50px;
}
.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}
.sideLine {
	position: relative;
	text-align: center;
	margin: 30px auto 10px;
	max-width: 500px;
}
.sideLine span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.sideLine:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.wrap_todaiKyoushi {
	overflow: hidden;
	background: url(../images/mainimg02.jpg) top center no-repeat scroll;
	background-size: cover;
	margin-bottom: 2.5%;
}
.offerImg{
	background: url(../images/mainimg.jpg) top center no-repeat scroll;
	background-size: cover;
}
.columnImg{
	background: url(../images/mainimg_column.png) top center no-repeat scroll;
	background-size: cover;
}
.columnImg .mainVisual{
	padding: 9% 0;
}
#container .columnImg h2{
	background-image:none;
	margin-bottom: 0;
}
.profileImg{
	background: url(../images/mainimg03.jpg) top center no-repeat scroll;
	background-size: cover;
}
.mainVisual {
	width: 100%;
	height: auto;
	padding: 15% 0;
}
.column .mainVisual h2{
	max-width: 980px;
	margin: 0 auto;
}
.pankuzu{
	margin-top: 55px;
	background: #ddd;
	padding: 3px;
	font-size: 0.8rem;
}
.pankuzu .flex-container{
	max-width: 960px;
	margin: 0 auto;
	padding: 6px 0;
	line-height: 0.9rem;
}
.pankuzu .flex-container a{
	text-decoration:underline;
}
.trim {
	overflow: hidden;
	width: auto;
	height: 500px;
	position: relative;
}
.trim img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.floating{
	background:#fff;
	z-index: 100;
	box-shadow: 0 -10px 10px 10px rgba(0,0,0,0.4);
}
.floating ul{
	align-items:center;
	max-width: 1060px;
	margin: 0 auto;
}
.floating li a{
	padding: 10px;
	display:block;
	color:#333;
	transition: all .5s;
}
.floating li a:hover{
	background-color: #ddd;
	font-weight: bold;
}
.floating li:last-child{
	background:#ff952b;
	font-weight: bold;
}
.column .floating li:last-child{
	background:#fff;
}
.floating small{
	background: #a50022;
	padding: 1px 2px;
	margin-right: 2px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
}
.anchor {
	margin: -50px 0;
	padding: 50px 0;
}
.priceWrap{
	background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
	background-blend-mode: screen;
	border: #aaa double 5px;
	padding: 20px;
	margin-bottom:20px;
	border-radius:20px;
	margin: 0 auto;
	max-width: 500px;
}
.priceWrap p:nth-child(1){
	font-size: 2.8rem;
	font-weight: bold;
}
.googlemap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main{
	z-index: 1;
	position: absolute;
	max-width: 800px;
	background: rgba(255,255,255,0.95);
	padding: 30px;
	border: 4px double #333;
	top: 220px;
	left: -30px;
}
.mainTextRight{
	z-index: 1;
	position: absolute;
	max-width: 800px;
	background: rgba(255,255,255,0.95);
	padding: 30px;
	border: 4px double #333;
	top: 220px;
	right: -30px;
}
img.bg{
	opacity: 1;
	z-index: 0;
}
#container #about li{
	margin-bottom: 0;
}
#container #about h3{
	font-size: 1.4rem;
	text-align: center;
	margin: 35px 0;
}
#container #about h3 span{
	background: none;
	vertical-align: baseline;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 3.9rem;
	font-style: italic;
}
#price dl{
	max-width: 500px;
	margin: 20px auto;
	border: #ddd 1px solid;
	align-items:center;
}
#price dl dt{
	padding: 15px;
	background: #ddd;
	width: 60%;
}
#price dl dd{
	width: 100%;
	border-right: #aaa dashed 1px;
}
#price dl dd:last-child{
	border: none;
}
#price dd span{
	font-size: 1.5rem
}
#price dl:nth-of-type(2) dt{
	width: 100px;
}
#requirements dl{
	width:80%;
	margin:0 auto;
	padding:15px;
}
#requirements dt{
	background:#ddd;
	font-weight:bold;
	padding:2px;
	margin-bottom:5px;
}
#requirements dd{
	padding:5px;
	margin-bottom:15px
}
#container #qa h3{
	border: none;
	padding:5px;
	font-size: 1.1rem;
	padding-left: 2rem;
	text-indent: -2rem;
}
#container #qa h3:hover{
	cursor : pointer;
	opacity: 0.7;
}
#container #qa p{
	border:#aaa 1px dashed;
	border-radius:10px;
	width:90%;
	margin: 10px auto 20px;
	padding:10px 0 10px 40px;
}
#container #qa p.inner{
	display: none;
}
#qa h3 span{
	font-size:1.5rem;
	padding:2px 0;
	font-weight:bold;
	color:#0055aa;
}
#qa span{
	font-size:1.2rem;
	color: #a50022;
	font-weight: bold;
}
#container #flow.offer ul li{
	padding: 15px;
}
#container #flow.offer ul li p{
	margin-bottom: 0;
}
.placeAbout{
	padding: 11px;
	border: 4px double #aaa;
	margin: 20px 0;
}
.placeAbout p{
	margin:10px 0;
}
.placeAbout p:first-child{
	text-align: center;
	border-bottom: 1px #ddd dashed;
	padding-bottom: 10px;
	font-weight: bold;
}
.placeAbout span{
	font-size: 0.75rem;
	margin-right:10px;
	background:#ddd;
	padding:5px;
	display:inline-block;
	min-width:100px;
	text-align:center;
}
#entryForm form{
	max-width:900px;
	margin:0 auto;
	padding:0 10px;
}
#entryForm input,
#contact input{
	margin:0 10px;
}
#entryForm dl,
#contact dl{
	margin: 30px 0;
}
#entryForm dt,
#contact dt{
	background: #f4f4f4;
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: bold;
}
#entryForm h3{
	text-align: center;
	font-size: 1.5rem;
	margin: 70px auto 0;
}
#entryForm .underLine{
	border-bottom: 3px dashed #ddd;
	padding-bottom: 30px;
}
#entryForm dd,
#contact dd{
	padding: 5px;
}
#entryForm .widthLittle{
	width: 15%;
}
#entryForm .widthNomal{
	width: 30%;
}
#entryForm .widthLarge{
	width: 60%;
}
#entryForm .anotherBox{
	border-top: 1px #ddd dashed;
	padding: 20px;
	margin: 10px;
}
#entryForm .btn{
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
	background: #ff952b;
}
#entryForm .btn:hover{
	opacity: 0.7;
}
#companyOverview dl,
#tel dl{
	padding: 10px;
	margin: 0px auto 0px;
	max-width: 800px;
	border-bottom: 1px solid #ddd;
}
#companyOverview dt,
#tel dt{
	width: 20%;
	margin-right: 20px;
}
#privacy .indentArea{
	margin-left: 5%;
}
#contact .widthLittle{
	width: 15%;
}
#contact .widthNomal{
	width: 30%;
}
#contact .widthLarge{
	width: 60%;
}
#contact .detail form{
	padding: 0 10px;
}
.columnText{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 0.95rem;
}
/* =====================
TBのスタイル
===================== */
@media screen and (min-width:600px) and ( max-width:1030px) {
#container #about .detail p{
	margin: 0 10px;
}
#container #about .detail .trim{
	margin: 0 50px;
}
.main{
	top: 40%;
	left: 2%;
	max-width: 610px;
}
.mainTextRight{
	top: 40%;
	right: 2%;
	max-width: 610px;
}
.floating li a{
	line-height: 1.2rem;
	text-align: center;
}
}
/* =====================
spのスタイル
===================== */
@media all and (max-width: 599px) {
.sp{
	display: none
}
.spNone{
	display: inline;
}
header .normalBtn{
	width: 47%;
	font-size: 0.7rem;
}
#container #about h3{
	margin: 0;
	height:auto;
}
.mainVisual p.lead{
	width: 90%;
}
.main,
.mainTextRight{
	position: static;
	top: 25%;
	left: 0%;
	right: 0%;
	max-width: 610px;
	padding: 10px;
	width: auto;
	margin-bottom: 30px;
	border: none;
}
.trim{
	height: 230px;
}
.floating li{
	border-right:#ddd 1px dashed
}
.floating li a{
	font-size: 0.8rem;
	line-height: 0.9rem;
	text-align: center;
	padding: 10px 1px;
}
.floating li:last-child{
	border: none;
	font-weight: bold;
}
.floating .flex-basis{
	flex-basis: 91px;
}
.priceWrap p:nth-child(1){
	font-size: 1.8rem;
}
#container #about h3 span{
	font-size: 2.9rem;
}
#price .flex-container{
	flex-direction: column;
}
#price dl{
	align-items: normal;
	width: 90%;
}
#price dl dt{
	width: auto;
	padding: 1px;
}
#price dl dd{
	border-right: none;
	border-bottom: #aaa dashed 1px;
}
#price dl:nth-of-type(2) dt{
	width: auto;
}
#requirements dl{
	width: auto;
}
#entryForm h3{
	font-size: 1.2rem;
}
.pankuzu .flex-container{
	font-size: 0.65rem;
}
}