@charset 'utf-8';
html,
body,
h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
html {
	font-size: 62.5%;
}
body * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.col2 .keni-header_outer,
.col2 .keni-gnav_outer,
.col2 .keni-mv_outer,
.col2 .archive_title_wrap,
.col2 .keni-main_outer,
.col2 .catch-area,
.col2 .keni-breadcrumb-list_outer,
.col2 .keni-footer_outer,
.col2 .keni-copyright,
.col2 .keni-sep-conts_outer,
.col2 .keni-footer-panel_outer {
	max-width: 1280px;
}
.col1 .keni-header_outer,
.col2 .keni-header_outer{
	max-width: 100%;
}
.keni-header_wrap.l_header{
	background: #fff !important;
}
.behind-article-area .keni-section_wrap .sns-btn_wrap{
	display:none !important;
}
/*********サイトレイアウト **********/
body {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	background: url('../img/footer_bg.jpg') no-repeat center bottom #fff;
	background-size: 100% auto;
}
#wrap {
	position: relative;
}
.l_footer,
.l_header {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 1.6;
}
.l_header {
	transition: .3s;
	width: 100%;
	z-index: 100;
	font-weight: bold;
}
.l_header ul,
.l_header ul li,
.l_footer ul,
.l_footer ul li {
	margin: 0;
	list-style: none;
}
.l_header a,
.l_footer a {
	display: block;
	text-decoration: none;
}
.l_footer ul a {
	color: #3e74cc;
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	transition: .3s;
}
a.btn-cmn{
	display: block;
	text-decoration: none !important;
}
.btn-cmn,.btn-cmn2 {
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: none;
	background-size: 200% 100%;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-image: linear-gradient(to right,  #ff417c, #ff965f, #ff965f);
}
.btn-cmn:hover,.btn-2:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff !important;
}
.btn-cmn:focus,.btn-cmn2:focus {
	outline: none;
}
.btn-cmn,.btn-cmn2.op1 {
	opacity: 1 !important;
}
.btn-cmn.arrow {
	position: relative;
	border-radius: 5px;
	height: 106px;
	line-height: 106px;
}
.btn-cmn.arrow::after {
	display: block;
	content: '';
	width: 58px;
	height: 6px;
	position: absolute;
	right: 7%;
	top: 50%;
	margin-top: -3px;
	background: url('../img/icn_arrow.svg') no-repeat 0 center;
}
.blog-btn{
	margin: 15px auto 30px;
}
.blog-btn a.btn-cmn{
	display: block;
	text-decoration: none;
}
.gnavi .en {
    font-family: 'Roboto';
}
.l_footer .copy{
	text-align: center;
	color: #3e74cc;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.l_box_wrap {
		display: flex;
	}
	.l_header{
		height: 150px;
	}
	.l_header .l_inner {
		background: #fff;
		position: relative;
	}
	.l_header .logo {
		width: 150px;
		height: 150px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.l_header .logo a {
		width: 150px;
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
	}
	.gnavibtn,.btn-cmn2 {
		display: none !important;
	}
	.gnavi {
		display: flex;
		align-items: center;
		white-space: nowrap;
		justify-content: flex-end;
		margin: 0 18% 0 auto !important;
		height: 72px;
		transition: .3s;
	}
	.gnavi li {
		margin: 0 0 0 5% !important;
	}
	.gnavi a {
		color: #000;
		font-size: 10px;
		text-align: center;
		position: relative;
		padding: 10px 0;
	}
	.gnavi a .en {
		color: #3e74cc;
		display: block;
		font-size: 16px;
		font-weight: 600;
	}
	.gnavi a.btn-cmn {
		padding: 15px 0 0;
	}
	.gnavi a::after {
		position: absolute;
		bottom: .0;
		left: 50%;
		content: '';
		width: 0;
		height: 2px;
		background-color: #3e74cc;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.gnavi a.btn-cmn::after {
		display: none;
	}
	.gnavi  a:hover::after {
		width: 100%;
	}
	.l_header .btn-cmn {
		width: 19%;
		max-width: 240px;
		min-width: 165px;
		height: 72px;
		line-height: 1.3;
		font-size: 16px;
		position: absolute;
		top: 0;
		right: 0;
		letter-spacing: -1px;
	}
	.btn-cmn.arrow {
		font-size: 22px;
	}
	.l_footer {
		padding-bottom: 124px;
	}
	.l_footer .l_inner {
		max-width: 1040px;
		margin: 0 auto;
		padding-top: 80px;
		color: #3e74cc;
	}
	.l_footer .l_box_wrap {
		justify-content: stretch;
	}
	.l_footer .f-link {
		display: flex;
		align-items: center;
		margin-bottom: 18px;
	}
	.l_footer .f-link li {
		margin-left: 15px;
	}
	.l_footer .f-link li:first-child {
		margin-left: 0;
	}
	.l_footer .f-link li a:hover {
		text-decoration: underline;
	}
	.f-navi-l img{
		width: 239px;
	}
	.f-navi-r {
		margin-left: auto !important;
		font-weight: bold;
		padding-top: 15px;
	}
	.f-navi-r .contact {
		width: 200px;
		height: 48px;
		line-height: 48px;
		background: url('../img/icn_mail.svg') no-repeat 40px center #fff;
		padding-left: 85px;
		border-radius: 24px;
		margin-left: auto;
		color: #3e74cc;
	}
	.f-navi-r .contact:hover {
		background: url('../img/icn_mail_on.svg') no-repeat 40px center #3e74cc;
		color: #fff;
		text-decoration: none;
	}
	.sns {
		display: flex;
		padding-top: 20px;
		justify-content: space-between;
		width: 135px;
		margin: 0 0 0 auto !important;
	}
	.sns li a{
		width:23px;
		margin: 0;
	}
	.sns li:nth-child(2) {
		margin: 0 33px;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
	.l_footer .l_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	body {
		background: url('../img/footer_bg_sp.jpg') no-repeat center bottom #fff;
		background-size: 100% auto;
	}
	.l_header .l_inner{
		padding: 0 4.2%;
	}
	.l_header .logo {
		z-index: 100;
	}
	.navOpen .l_header .logo{
		position: fixed;
	}
	.l_header .logo,.l_header .logo a{
		width: 60px;
		height: 60px;
	}
	.l_header .logo img{
		width: 50.246px;
		height: 48.993px;
	}
	.l_header .logo a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
	}
	.navOpen .l_header {
		position: fixed;
	}
	.gnavi {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		padding: 120px 0 0;
		height: 100vh;
		background: #fff;
		overflow: hidden;
	}
	.navOpen .gnavi {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.gnavi li {
		width: 100%;
		font-size: 12px;
		text-align: center;
		height: calc(100vh - 72px) / 4);
	}
	.gnavi li .en {
		display: block;
		font-size: 24px;
		color: #3e74cc;
	}
	.gnavi li:last-child {
		height: 72px;
	}
	.navOpen .l_header .btn-cmn {
		display: block;
		width: 100%;
		height: 72px;
		line-height: 72px;
		font-size: 20px;
		position: relative;
	}
	.l_header .btn-cmn::after {
		display: block;
		content: '';
		width: 24px;
		height: 6px;
		position: absolute;
		right: 4%;
		top: 50%;
		margin-top: -3px;
		background: url('../img/icn_arrow.svg') no-repeat right center;
	}
	.l_header a.btn-cmn2{
		opacity: 0;
		position: absolute;
		top: 10px;
		right: 80px;
		width: 180px;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		transition: .3s;
	}
	.l_header.is_fixed a.btn-cmn2{
		opacity: 1;
	}
	.gnavi-btn {
		display: block;
		position: absolute;
		right: 16px;
		top: 7px;
		z-index: 201;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: rgba(62, 116, 204, .1);
		transition: .3s;
	}
	.gnavi-btn:before,
	.gnavi-btn:after {
		position: absolute;
		top: 17px;
		right: 19px;
		content: '';
		display: block;
		height: 2px;
		width: 10px;
		background: #4a78c8;
		z-index: 1;
		transition: .3s;
	}
	.gnavi-btn:after {
		margin-top: 10px;
	}
	.navOpen .gnavi-btn:before,
	.navOpen .gnavi-btn:after {
		display: block;
		content: '';
		width: 17px;
		height: 2px;
		-webkit-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		opacity: 1;
		top: 23px;
		right: 15px;
	}
	.navOpen .gnavi-btn:after {
		-webkit-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
		margin: 0;
	}
	.btn-cmn.arrow {
		display: none;
	}
	.btn-cmn.arrow::after {
		background: url('../img/icn_arrow.svg') no-repeat right center;
		width: 30px;
	}
	.keni-section .btn-cmn.arrow {
		display: block;
		margin: 0 auto;
		height: 60px;
		line-height: 60px;
	}
	.l_footer{
		padding-bottom: 80px;
	}
	.l_footer .l_inner {
		text-align: center;
		padding-top: 20px;
	}
	.l_footer,
	.l_footer a {
		color: #3e74cc;
	}
	.l_footer .f-navi-l{
		display: none;
	}
	.l_footer .sns {
		display: flex;
		width: 135px;
		margin: auto;
		justify-content:space-between;
	}
	.l_footer .sns a{
		margin: 0;
	}
	.l_footer .f-navi-r .f-link {
		display: inline-flex;
		align-items: center;
		font-size: 12px;
		margin: 25px auto;
	}
	.l_footer .f-navi-r .f-link a{
		margin-right: 5px;
	}
	.l_footer .f-navi-r .f-link li {
		margin-left: 5px;
		white-space:nowrap;
	}
	.l_footer .f-navi-r .f-link li:first-child {
		margin-left: 0;
	}
	.l_footer .f-navi-r {
		font-weight: bold;
	}
	.f-navi-r .contact {
		width: 327px;
		height: 56px;
		line-height: 56px;
		background: url('../img/icn_mail.svg') no-repeat 95px center #fff;
		padding-left: 25px;
		border-radius: 28px;
		color: #3e74cc;
		margin: 0 auto 30px;
		font-weight: normal;
	}
}
@media screen and (max-width: 320px) {
	.l_header a.btn-cmn2{
			right: 70px;
		}
	.f-navi-r .contact {
		max-width: 91%;
		background: url('../img/icn_mail.svg') no-repeat 75px center #fff;
	}
}
/*register*/
.slct {
	/*overflow: hidden;*/
	width: 90%;
	text-align: center;
}
.slct select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: .01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
			appearance: none;

	border: 1px solid #e1e6ef;
	background: #fff;

}
.slct select::-ms-expand {
	display: none;
}
.slct {
	position: relative;
	border: 1px solid #e1e6ef;
	background: #fff;
}
.slct::before {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 4px;
	border-top: 8px solid #000;
	pointer-events: none;
}
.slct select {
	padding: 8px 38px 8px 8px;
	color: #000;
}
.page .slct{
	border: none;
}
.page .slct select {
	padding: 4px 38px 4px 8px;
	border: 1px solid #e1e6ef;
}
.register input[type="text"],
.register button,
.register select,
.register textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

.register textarea {
	resize: vertical;
}

.register input[type='radio'] {
	display: none;
}

.register input[type='submit'],
.register input[type='.register button'],
.register label,
.register button,
.register select {
	cursor: pointer;
}

.register select::-ms-expand {
	display: none;
}
.register input,
.register textarea{
  &:placeholder-shown{
    color:#BFCED3;
  }
  &::-webkit-.register input-placeholder{
    color:#BFCED3;
  }
  &:-ms-.register input-placeholder{
    color:#BFCED3;
  }
}
.register select{
  /*color: #BFCED3;*/
  option{
    color:#BFCED3;
    &:first-child{
      display: none;
    }
  }
}
.muryou{
	line-height: 1;
	margin: 5px 0 10px;
	height: 18px;
}
.muryou input{
  display: none;
}
.muryou .mwform-checkbox-field-text{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.muryou .mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform:  translateY(-50%);
  width: 13px;
  height: 13px;
  border: 1px solid #e1e6ef;
  background: #fff;
  border-radius: 2px;
}
.muryou input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3e74cc;
  border-right: 3px solid #3e74cc;
}
/*
.register input[type="checkbox"]{
	-ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
*/
.register {
	background: rgba(255,255,255,.4);
	padding: 25px;
}
#post-12 .mw_wp_form_input,
#post-10 .mw_wp_form_input{
	max-width: 300px;
	margin: auto;
}
.register .ttl {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.register .l_box_wrap {
	flex-wrap: wrap;
	width: 300px;
}
.register input[type='text'],
.register input[type='email'] {
	background: #fff;
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 10px;
	margin-bottom: 8px;
	border: 1px solid#e1e6ef;
}
.register .slct {
	width: 146px;
	/*height: 40px;*/
	margin-bottom: 8px;
}
.register .slct:nth-child(2n) {
	margin-left: 8px;
}
.register .link,.register .muryou {
	text-align: center;
}
.register .muryou label{
	/*font-size: 16px;
	font-weight: bold;*/
}
.register .note1,.register .note2{
	font-size: 11px;
	letter-spacing: normal;
	text-align: center;
	color: #666;
	white-space:nowrap;
	padding: 0;
	text-indent:0;
}
.register .note1{
	margin: 5px -10% 10px;
}
.register .note2{
	margin: 10px -10% 0;
}
.register a {
	text-decoration: underline !important;
	text-align: center;
	margin: 12px 2px 20px;
	display: inline-block !important;
	cursor: pointer;
	color: #000;
}
.register input[type='submit'] {
	width: 300px;
	height: 72px;
	line-height: 70px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
}
.page .register p{
	margin-bottom: 0 !important;
}
.register .mw_wp_form .error {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.main-visual .register {
		position: absolute;
		top: 105px;
		right: 25px;
	}
	.register .ttl .sml {
		font-size: 18px;
		display: block;
		position: relative;
		padding: 0 10px;
		width: 100px;
		margin: auto;
	}
	.register .ttl .sml::before,
	.register .ttl .sml::after {
		content: '';
		display: block;
		height: 11px;
		width: 1px;
		background: #000;
		position: absolute;
		top: 9px ;
	}
	.register .ttl .sml::before {
		        transform: rotate(-20deg);
		   -moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		left: 0;
	}
	.register .ttl .sml::after {
		        transform: rotate(20deg);
		   -moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.register {
		margin: 0 auto;
		width: 90%;
		padding: 25px 5%;
	}
	.register .ttl {
		font-size: 20px;
		display: block;
		position: relative;
		padding: 0 10px;
		width: 190px;
		margin: 0 auto 10px;
	}
	.register .ttl::before,
	.register .ttl::after {
		content: '';
		display: block;
		height: 13px;
		width: 1px;
		background: #000;
		position: absolute;
		top: 9px ;
	}
	.register .ttl::before {
		        transform: rotate(-20deg);
		   -moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		left: 0;
	}
	.register .ttl::after {
		        transform: rotate(20deg);
		   -moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		right: 0;
	}
	.register input[type='text'],
	.register .l_box_wrap {
		width: 100%;
		display: flex;
	}
	.register input,
	.register .slct {
		font-size: 16px;
	}
	.register .slct {
		width: calc(50% - 4px);
	}
	.register input[type='submit'] {
		width: 100%;
		height: 62px;
		line-height: 60px;
	}
	.register .muryou label {
    letter-spacing: -1px;
	}
	.register .note1,.register .note2{
		line-height: 1.3;
	}
	.register .note1{
		letter-spacing: -.5px;
	}
}
/*modal*/
.modal-box ,.modal2-box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 900px;
  max-height: 94%;
  margin: 0;
}
.modal2-box.modal-touroku {
	max-width: 400px;
}
.open2 .modal2-box.modal-touroku {
animation: SlideUp .3s ease-out forwards;
}
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-close ,.modal2-close {
  position: absolute;
  top: 0px;
  right: 4px;
  cursor: pointer;
}
.modal-bg ,.modal2-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-inner,.modal-inner2{
	padding: 20px;
	background: #fff;
	overflow-y: auto;
	margin-top: 50px;
	font-size: 14px;
}
.modal-touroku .modal-inner2{
	padding: 0 20px;
}
.modal-touroku .register{
	padding: 20px;
}
.modal-ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.modal-inner .ttl{
	margin-top: 30px;
}
.modal-touroku .modal-inner2 .ttl{
	margin-top: 20px;
}
.modal-inner p:last-child{
	margin-bottom: 20px;
}
.modal-inner li{
	margin:0 0 0 40px;
}
#modal-privacy,#modal-service{
	z-index: 9999;
}
@media screen and (max-width: 767px) {
  .modal-box ,  .modal2-box {
    width: 90%;
  }
  .modal-close ,  .modal2-close {
    top: 10px;
    width: 30px;
    height: auto;
  }
  .modal-touroku .modal-inner2{
	  padding: 0;
  }
}
