@charset "UTF-8";
/* CSS Document */

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
    font-size: 12px;
	min-width: 100%;
}


#head {
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#headwrap {
	clear: both;
    height: auto;
}
#logo {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-left: 0px;
}
#logo img{
	width: 180px;
	height: auto;
}

#navwrap {
	display:none;
}

#flash {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
}
#flash h3 {
	position: absolute;
	top: 50%;
	padding-bottom: 0px;
	left: 50%;
	transform: translateX(-50%)
		translateY(-50%);
}
#flash h3 img{
	width: 135px;
	height: auto;
}
.slide-area{
    width: 600px;
    position: relative;
    display: block;
    padding-top: 0px;
	left:50%;
	margin-left: -300px;
}
ul.bxslider {
	height: auto;
	width: 100%;
	overflow: visible;
}
ul.bxslider li {
	height: auto;
	width: 100%;
}
#cont {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    z-index: 0;
}
#footwrap {
	clear: both;
	overflow: hidden;
}
#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#news {
	width: 100%;
	margin-bottom: 30px;
}
#news table {
	border-collapse:collapse;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
}
#news th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	display: block;
	background-image: none;
	width: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}
#news td {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	display: block;
	padding-top: 0px;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}
.sidelist {
	padding-bottom: 20px;
}
.sidelist li {
	line-height: 20px;
}
.sidelist  a {
	color: #EB6D51;
	text-decoration: none;
}

.midashi {
	clear: both;
	width: auto;
	font-size: 22px;
}
.midashi02 {
	background-repeat: no-repeat;
	clear: both;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 18px;
}

.komidashi {
}
.txtbox {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
	width:100%;
}
.centerphoto img {
	width:100%;
	height:auto;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.tbl td {
	text-align: left;
	vertical-align: top;
}
.tbl th {
	text-align: left;
	vertical-align: top;
	width: 30%;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}

.pc-none02{
	display: inline-block;
}
.sp-none02{
	display: none;
}
form .tbl {
	width: 100%;
}

form th ,form td{
	display: block;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.form01, .form02 {
	width: 100%;
}
.telbox {
	width: auto;
}
.navToggle {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 5000;
    background-color: #9D0A2D;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
    border-bottom-left-radius: 20px;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 30px;
 border-bottom: 1px solid #fff;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 15px;
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
 
.navToggle span:nth-child(1) {
 top: 29px;
}
 
.navToggle span:nth-child(2) {
 top: 22px;
}
 
.navToggle span:nth-child(3) {
 top: 15px;
}
.navToggle span:nth-child(4) {
	color:#fff;
	font-size:10px;
 border-bottom: none;
 top: 30px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 22px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(100%)!important;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 4000;
    top: 0;
    color: #fff;
    text-align: center;
    transform: translateX(200%);
    transition: all 0.6s;
    width: 50%;
    background-color: #9D0A2D;
    height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.naviblockbox{
    vertical-align: middle;
    font-size: 12px;
    margin-top: 64px;
}
.naviblockbox .box{
    vertical-align: top;
    width: 100%;
}
.naviblockbox h4 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 5px;
    color: #fff;
    padding-top: 5px;
    border-top: 1px solid #fff;
    padding-left: 15px;
    padding-right: 5px;
}

.naviblockbox a {
    color: #fff;
    text-decoration: none;
}


.txt10{
	font-size:10px;
}
.txt12{
	font-size:10px;
	line-height: 18px;
}
.txt14{
	font-size:12px;
}
.txt16{
	font-size:13px;
}
.txt18{
	font-size:14px;
}
.txt20{
	font-size:16px;
	line-height: 24px;
}
.txt22{
	font-size:12px;
}
.txt24{
	font-size:18px;
	line-height: 26px;
	letter-spacing: 5px;
}
.txt26{
	font-size:16px;
	line-height: 26px;
	letter-spacing: 5px;
}
.txt30{
	font-size:18px;
	line-height: 28px;
}
.txt32{
	font-size:24px;
	line-height: 30px;
	letter-spacing: 5px;
}
.txt60{
	font-size:30px;
}
.txt78{
	font-size:36px;
}
.mt20{
	margin-top: 10px;
}
.mt40{
	margin-top: 20px;
}
.mt80{
	margin-top: 40px;
}
.mt100{
	margin-top: 50px;
}
.inner1200 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.inner1000 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.inner660 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.inner735 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.sec01 {
	background-image: url(../../img/sec01.jpg);
	background-position: center center;
	background-size: 1920px auto;
	padding-top: 6vw;
}
.sec01::before{
	background: none;
}
.sec01-img {
    width: auto;
    position: fixed;
    top: 60px;
    right: 35%;
	opacity: 1;
	height: 80vh;
	transform: translateX(50%);
}
.sec01-img img{
	width: auto;
	height: 100%;
}

.sec02 {
	position: relative;
	background-position: center bottom;
	background-size: auto 100%;
	background-color: rgba(255,255,255,0.90);
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 32px;
	background-repeat: repeat-x;
}
.sec02 .inner1200 p {
   padding-left: 0px;
}

.sec02-star {
	background-image: url(../../img/bg-star.png);
	background-position: center 670px;
}

.sec02 .inner1200 .ep-box p {
   padding-top: 20px;
	font-size:13px;
	line-height: 20px;
}
.sec02 .box01 {
	background-image: url(../../img/secc02-star.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 68px auto;
	padding-bottom: 60px;
	font-size: 14px;
}
.sec02 .ep-box {
	background-color: #FFFFFF;
	border-radius: 40px;
	margin-top: 50px;
	position: relative;
	padding: 0 30px 37px;
	text-align: left;
}
.sec02 .ep-box .sec02-title {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.sec02 .ep-box .sec02-title img {
	width: 100%;
	height: auto;
	position: relative;
	top: -20px;
	
}
.sec02 .ep-box .star-box{
	padding: 20px 0px 20px 30px;
	border-bottom: 1px solid #999;
	background-image: url(../../img/sec02-icon.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	background-size: 25px auto;
	font-size:14px;
	line-height: 24px;
}
.sec02 .ep-box .star-box span{
	font-size:80%;
}
.sec03 {
    padding-top: 50px;
    padding-bottom: 50px;
	position: relative;
}
.title {
    text-align: center;
    color: #9D0A2D;
	margin-bottom: 40px;
    font-size: 16px;
    line-height: 46px;
}
.sec03 .example-box {
	background-color: #F7F6E9;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.sec03 .ex-ep-box {
	margin-top: 50px;
}
.sec03 .ex-ep-box .ep-title {
	background-image: url(../../img/sec03-midashi-bg.png);
	background-position: right center;
	background-size: auto 50px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ex-ep-box .ep-photo{
	width: 100%;
	float: none;
	padding-top: 20px;
}
.ex-ep-box .ep-photo img {
	width: 100%;
	height: auto;
}
.ex-ep-box .ep-photo2{
	width: 100%;
	float: none;
	padding-top: 20px;
	padding-right: 0px;
}
.ex-ep-box .ep-photo2 img {
	width: 100%;
	height: auto;
}
.ex-ep-box .ep-txt {
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #999999;
}
.ex-ep-box .ep-txt2 {
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 0px;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #999999;
}
.ep-btn {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.ep-btn img{
	width: 100%;
	height: auto;
}

.ex-ep-box .prof-box {
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-right: 0px;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 18px;
}
.ex-ep-box .prof-box .photo {
	float: none;
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.ex-ep-box .prof-box .photo img{
	width: 100%;
	height: auto;
}
.prof-box .name {
	font-size: 24px;
	padding-top: 10px;
	float: none;
}

.prof-box .career {
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	float: none;
}

.ex-ep-box .prof-box2 {
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-right: 0px;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 18px;
}
.ex-ep-box .prof-box2 .photo {
	float: none;
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.ex-ep-box .prof-box2 .photo img{
	width: 100%;
	height: auto;
}
.prof-box2 .name {
	font-size: 24px;
	padding-top: 10px;
	float: none;
}

.prof-box2 .career {
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	float: none;
}
.sec04 {
	position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.midashi  {
	text-align: center;
	font-size: 20px;
}
.midashi span  {
    text-align: center;
    font-size: 20px;
	position: relative;
}
.midashi span:before{
    content: "";
    background-image: url(../../img/midashi-before.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
	width: 30px;
	height: 78px;
	position: absolute;
	left:-50px;
	top:-20px;
} 
.midashi span:after{
    content: "";
    background-image: url(../../img/midashi-after.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
	width: 30px;
	height: 78px;
	position: absolute;
	right:-50px;
	top:-20px;
}
.outline-box {
	background-color: #F7F7F7;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.outline   {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 14px;
}
.outline tr{
}
.outline tr th {
    width: 100%;
    border-right: 1px none #000000;
    border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	display: block;
	padding-right: 0px;
	
}
.outline tr td {
    width: 100%;
	display: block;
   padding-left: 0%;
	padding-bottom: 20px;
}
.sec05 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}
.flowbox {
    padding-top: 20px;
    padding-bottom: 0px;
    width: 260px;
    padding-right: 0px;
    background-image: none;
    font-size: 14px;
	line-height: 20px;
    float: none;
	margin: 0 auto;
}
.flowbox:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 260px;
    padding-right: 0px;
    background-image: none;
    font-size: 14px;
    float: none;
	margin: 0 auto;
}
.flowbox .num {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.flowbox .imgbox {
    text-align: center;
    border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0px auto;
}
.flowbox .imgbox .img{
	width: 120px;
	height: auto;
	margin: 40px auto 15px;
}
.flowbox .imgbox .img img{
	width: 100%;
	height: auto;
}
.sec06{
	position: relative;
	background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.line-title {
	background-image: url(../../img/line-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
}
.kiyaku-waku {
    border-radius: 10px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.kiyaku-txt {
    font-size: 13px;
    height: 280px;
	overflow-y: auto;
}
.btn{
    width: 80%;
	margin: 20px auto;
}
.btn a img{
    width: 100%;
    height: auto;

}
.sec07{
	position: relative;
	background: #FFF583;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec08 {
	position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F0EEE6;
}
.contact-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 90%;
    padding: 5%;
    text-align: center;
    float: none;
    margin-right: 0px;
    font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.contact-box:last-child{
	margin-right: 0;
}
.contact-box .komidashi {
    color: #9D0A2D;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
	padding-top: 10px;
    font-size: 14px;
}
.contact-box .komidashi2 {
    color: #9D0A2D;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact-box a{
	text-decoration: none;
	color:#000;
}
.footer {
    position: relative;
    background-color: rgba(255,255,255,0.90);
    width: 100%;
    padding-top: 50px;
}
.footer .foot-logo {
    padding-left: 0px;
    width: 140px;
	float: none;
	margin: 0 auto;
}
.footer .foot-logo img {
    width: 100%;
    height: auto;
}
.foot-sns {
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}
.foot-sns li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px
}
.foot-sns img{
	height: 20px;
	width: auto;
}
.footer .cr {
    padding-top: 100px;
	padding-bottom: 20px;
	padding-right: 40px;
    font-size: 12px;
    text-align: right;
}

.drop {
    padding-bottom: 0px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 10px;
    margin-bottom: 20px;
}

.drop dt {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 70px;
    position: relative;
    border-radius: 10px;
    font-size: 13px;
}
.drop dt:before {
    visibility: visible;
    content: '';
    top: 50%;
    left: 10px;
    font-weight: bold;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    background-image: url(../../img/icon-faq.png);
    background-repeat: no-repeat;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	transition: 0.5s;
}
.drop dt.opened:before {
	transform: translateY(-50%) rotate(0deg);
    top: 50%;
    left: 10px;
}
.drop dt span{
	text-indent: 38px;
	margin-left: -38px;
}
.drop dd{
	border-top:1px solid #000;
}
.drop dd div{
    padding: 10px 10px 10px 70px;
	font-size: 13px;
}
.drop dd span{
	text-indent: 38px;
	margin-left: -38px;
}
.kiyaku-indent {
    width: 0px;
    display: none;
}