@charset "UTF-8";
/* CSS Document */

#wrap {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#head {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}
#headwrap {
	clear: both;
	position: fixed;
	width: 100%;
	z-index: 500;
}
#logo {
    float: left;
    width: 223px;
    margin-top: 25px;
    background: #fff;
    padding: 10px 25px 10px 80px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#telwrap {
	text-align: right;
	float: right;
	width: 400px;
}
.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

#navwrap {
	width: calc(100% - 560px);
	max-width: 840px;
	float: right;
	background-color: #192E76;
	color: #fff;
	border-radius: 10px;
	margin-top: 25px;
	margin-right: 3%;
}
#navwrap02 {
	display: none;
	visibility: hidden;
}
#nav02 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#nav02 li {
	display: inline-block;
	padding-left: 3%;
	padding-right: 3%;
}
#nav02 img {
	display: block;
}
#nav02 li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
#nav02 li a:after {
	visibility: visible;
	content: " ";
	background-image: url(../../img/arrow01.png);
	width: 16px;
	height: 15px;
	background-size: 16px auto;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#footwrap {
	background-color: #000000;
	clear: both;
	overflow: hidden;
	color: #FFFFFF;
}
#foot {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1080px;
}
#foot h5 {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footmenu {
	text-align: right;
	font-size: 14px;
	line-height: 1.6em;
	float: right;
	width: 400px;
	padding-top: 60px;
}
#footmenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2em;
	position: relative;
	padding-right: 20px;
	padding-left: 40px;
	background-image: url(../../img/link.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 7px auto;

}


#cr {
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 30px;
	padding-bottom: 30px;
}

.list {
	padding-bottom: 20px;
}
.list li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.list a {
	color: #2E2E2E;
	text-decoration: none;
}

.midashi {
	clear: both;
	font-size: 40px;
	line-height: 1.6em;
	color: #192E76;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.midashib {
 margin-bottom: 20px;
 text-align: center;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}

.midashi02 {
	font-size: 20px;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.komidashi {
	line-height: 20px;
	background-image: url(../img/list04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 16px;
}
.txtbox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 20px;
}
.txtbox li {
	list-style-position: inside;
	list-style-type: disc!important;
}

.linebox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 0px;
 padding-top: 9px;
 padding-right: 9px;
 padding-left: 9px;
 border: 1px solid #36F;
 margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.tbl td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tbl th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #E6E6E6;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0px;
}
.link a {
	padding: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E91D25;
	border-radius: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
}
.link a:after{
	content: " ";
	visibility: visible;
	background-image: url(../../img/awrrow03.png);
	width: 15px;
	height: 16px;
	display: inline-block;
	background-size: 15px auto;
	margin-left: 10px;
}
.link a:hover {
    color: #FFFFFF;
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
	color: #192E76;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
}
.mojilist li:before {
	content: "●";
	color: #E91D25;
	padding-right: 5px;
	font-size: 16px;
}
.faqbox h5 {
	font-size: 18px;
	line-height: 1.6em;
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 10px;
	text-indent: -33px;
	padding-left: 33px;
}
.faqbox h5:before {
	content: "Q";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #70AD47;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.faqbox p {
	text-indent: -27px;
	padding-left: 27px;
}

.faqbox p:before {
	content: "A";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #ED7D31;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.pname  {
	font-size: 18px;
	text-align: right;
	line-height: 1.6em;
}
.caption {
	font-size: 16px;
line-height: 1.6em;
}

.drop {
	padding-bottom: 30px;
}

.drop dt {
	background-color: #44B0FF;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
.drop dt:after {
	visibility: visible;
	content:'+';
	top: 50%;
	right: 20px;
	font-weight: bold;
	transform:translateY(-50%);
	position: absolute;
}
.drop dt.opened:after {	content:'－';
}
.drop dd{
	padding: 0 10px 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
 display: none;
 padding-top: 40px;
 padding-bottom: 0;
 clear: both;
 overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #59b057;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(2n) {
  background-color: #69c7f1;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(3n) {
  background-color: #f5a4c0;
  color: #fff;
}
#mainimgwrap {
	background-image: url(../../img/bg_main02.png);
	background-position: center top;
	background-size: 20px auto;
}

#mainimg {
	padding-top: 200px;
	text-align: center;
	position: relative;
	background-image: url(../../img/bg_main.png);
	background-position: center top;
	background-size: 1467px auto;
	background-repeat: no-repeat;
}
#mainimg .inner {
	position: relative;
	padding-top: 50px;
	color: #192E76;
	font-weight: bold;
	padding-bottom: 70px;
}
#mainimg .inner h2 {
	position: absolute;
	width: 100%;
	top: 0px;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.6em;
}
#mainimg .inner h2 strong {
	font-size: 38px;
	line-height: 1em;
}
#message {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -210px;
}
#message h3 {
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
	color: #192E76;
	padding-bottom: 60px;
}
#message .box  {
	background-color: #FFFFFF;
	padding: 50px 80px 30px;
	text-align: left;
	border: 5px solid #192E76;
	border-radius: 10px;
	color: #192E76;
	position: relative;
	font-size: 18px;
	line-height: 2.2em;
}
#message .box p {
	padding-bottom: 20px;
}

#message .box h4 {
	font-size: 24px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#message .box .img {
	position: absolute;
	left: -220px;
	top: 64px;
}
#message .box .img02 {
	position: absolute;
	right: -235px;
	top: 130px;
}
#about {
	padding-top: 330px;
	background-image: url(../../img/bg_about.png);
	background-position: center top;
	background-size: 31px auto;
}
#about .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-bottom: 120px;
}
#about .inner .midashi {
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;

}

#interview {
	background-color: #192E76;
}
#interview .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 270px;
	max-width: 1080px;
}
#interview .inner .midashi {
	color: #FFFFFF;
}

#interview .inner .interview {
	position: relative;
	min-height: 510px;
}
#interview .inner .interview:nth-of-type(2n) {
	position: relative;
	min-height: 434px;
	margin-bottom: 50px;
}
.inner .interview .photo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.inner .interview:nth-of-type(2n) .photo {
	position: absolute;
	top: 0px;
	left: auto;
	right: 0;
}
.interview .box {
	width: 620px;
	margin-right: 0px;
	margin-left: auto;
	padding-right: 50px;
	position: relative;
	padding-top: 20px;
}

.interview:nth-of-type(2n) .box {
	width: 620px;
	margin-right: auto;
	margin-left: 50px;
	padding-right: 0px;
	position: relative;
	padding-top: 0px;
}
.interview .box .ques {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
}
.interview .box .ques:before {
	content: "Q";
	font-family: "Poppins", serif;
	font-size: 52px;
	line-height: 1em;
	color: #EECC53;
	font-weight: 600;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.baloon {
	padding: 40px 40px 30px;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #192E76;
	position: relative;
}
.baloon h5 {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 4px;
}


.baloon::after {
  content: "";
  position: absolute;
  top: 80%;
  left: -20px;
  border-style: solid;
  border-width: 17px 20px 0 0;
  border-color: transparent #ffffff transparent transparent;
  translate: 0% -50%;
	visibility: visible;
}
.baloon:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -20px;
  border-style: solid;
  border-width: 0 20px 17px 0;;
  border-color: transparent #ffffff transparent transparent;
  translate: 0% -50%;
	visibility: visible;
}

.interview:nth-of-type(2n) .baloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
	left: auto;
  border-style: solid;
  border-width: 17px 0 0 20px;
  border-color: transparent transparent transparent #ffffff;
  translate: 0% -50%;
}


#interview .inner .intimg {
	position: relative;
	text-align: center;
	z-index: 10;
}
#interview .inner .intimg:after {
	position: absolute;
	z-index: -1;
	content: " ";
	visibility: visible;
	background-image: url(../../img/bg_people.png);
	background-size: 1150px auto;
	width: 1150px;
	height: 530px;
	background-repeat: no-repeat;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}




#step {
	background-color: #D8F1FF;
	position: relative;
	z-index: 1;
}
#step .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-top: 130px;
}

#step:before {
	content: " ";
	width: 100%;
	height: 70%;
	background-color: #F1A3B5;
position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 30%,100% 0,100% 100% ,0 100%);
}
#step:after {
	content: " ";
	width: 100%;
	height: 14%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 50% 58%,100% 0,100% 100% ,0 100%);
	background-image: url(../../img/bg_kensyu.png);
	background-size: 20px auto;
}
#step .img{
	position: relative;
	text-align: center;
	z-index: 10;
	padding-bottom: 50px;
}
#step .img:after {
	content: " ";
	position: absolute;
	bottom: 0px;
	background-image: url(../../img/img_kansyu04.png);
	width: 1386px;
	height: 328px;
	background-size: 1386px auto;
	visibility: visible;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
#step .img .come {
	background-image: url(../../img/img_kemsyu05.png);
	width: 497px;
	height: 189px;
	background-position: center top;
	background-size: 497px auto;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	font-size: 32px;
	line-height: 1.6em;
	color: #192E76;
	font-weight: bold;
	padding-top: 20px;
}



#reccome {
	text-align: center;
	font-size: 40px;
	line-height: 1.6em;
	font-weight: bold;
	color: #192E76;
	padding-top: 60px;
	padding-bottom: 60px;
}

.box1line {
	position: relative;
	z-index: 100;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #192E76;
	margin-bottom: 30px;
	letter-spacing: -1em;
}
.box1line .photo{
	padding-bottom: 0;
	display: inline-block;
	width: 57%;
	vertical-align: middle;
}
.box1line .photo img{
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.box1line .box{
	width: 33%;
	padding: 0 5%;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	color: #192E76;
	line-height: 2em;
}
.box1line .box h4 {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
}

.box1line02 {
	position: relative;
	z-index: 100;
	padding: 70px 0;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #192E76;
	margin-bottom: 30px;
	letter-spacing: -1em;
	color: #192E76;
}
.box1line02 .link {
	display: inline-block;
	width: 20%;
}


.box1line02 h4 {
	letter-spacing: 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0;
	width: 35%;
	text-decoration: underline;
}
.box1line02 .box {
	width: 36%;
	padding-right: 2%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0px;
}


.box3line {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 100;
	padding-bottom: 0px;
}
#step .box3line{
	padding-bottom: 150px;}
.box3line .box {
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #192E76;
	width: calc(31% - 10px);
	margin-right: 3.5%;
	text-align: center;
	padding: 50px 0 30px;
	margin-bottom: 30px;
}
.box3line .box:nth-of-type(3n) {
	margin-right: 0px;
}

.box3line .box h4 {
	color: #192E76;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 30px;
}

.box3line02 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 100;
	padding-bottom: 150px;
}
.box3line02 .box {
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 5px solid #192E76;
	width: calc(22% - 10px);
	margin-right: 4%;
	text-align: center;
	padding: 50px 0 60px;
}
.box3line02 .box:nth-of-type(3n) {
	margin-right: 0px;
	width: calc(48% - 10px);
}

.box3line02 .box h4 {
	color: #192E76;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	padding-bottom: 30px;
}
.num {
	color: #E91D25;
	font-size: 38px;
	line-height: 1.6em;
	font-weight: bold;
}
.num strong {
	font-size: 100px;
	line-height: 0.8em;
	font-family: "Poppins", serif;
	font-weight: 600;
}

.kurisage {
	padding-top: 25px;
	padding-bottom: 40px;
}

.price {
	color: #E91D25;
	font-size: 38px;
	line-height: 1.6em;
	font-weight: bold;
}
.price strong {
	font-size: 80px;
	line-height: 0.8em;
	font-family: "Poppins", serif;
	font-weight: 600;
}
.age {
	color: #E91D25;
	font-size: 38px;
	line-height: 1.6em;
	font-weight: bold;
}
.age strong {
	font-size: 80px;
	line-height: 0.8em;
	font-family: "Poppins", serif;
	font-weight: 600;
}
.submenu {
	text-align: center;
	border-radius: 10px;
	background-color: #192E76;
	margin-bottom: 140px;
}
.submenu li {
	display: inline-block;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 30px;
}

.submenu li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6em;
	background-image: url(../../img/arrow02.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center bottom;
}
.contact-telbox {
    background-color: #D8F1FF;
    border: 5px solid #192E76;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 20px;
	border-radius: 10px;
}
.contact-telbox .cbt-ttl{
	font-size:32px;
}
.contact-telbox .cbt{
	display: inline-block;
	width: 48%;
	margin: 0%;
	vertical-align: middle;
	font-size:24px;
	font-weight: 500;
}
.contact-telbox .cbt .baso{
	display: inline-block;
	width: 42%;
	vertical-align: top;
	text-align: left;
}
.contact-telbox .cbt .tel{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	color:#E91D25;
	font-weight: bold;
	font-size:32px;
	text-align: right;
}
.contact-telbox .cbt .tel a{
	color:#E91D25;
	text-decoration: none;
}