@charset "utf-8";
/**
 * COMMON
 * INDEX
 * ABOUT
 * MERIT
 * FAQ
 * SYSTEM
 * COMICS
**/

/*----------------------------------------------------------
 COMMON
----------------------------------------------------------*/

/* mainvisual */

#mainVisual_no_image {
  background: #43a8c7;
}

.titleWrap h3 {
  font-size: 30px;
  font-weight: bold;
}

.titleWrap h3::before {
  content: attr(data-en) "";
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #43a8c7;
  text-align: center;
  font-family: 'Ropa Sans', sans-serif;
  display: block;
  letter-spacing: 0.01em;
  transition: 0.3s;
}

.description {
  font-size: 21px;
  font-weight: bold;
  color: #222;
}

.line_blue {
  border-bottom: 2px solid #43a8c7;
}

hr {
  border: none;
  height: 1px;
  background-color: #e4e4e4;
}

@media only screen and (max-width:767px) {
  .titleWrap h3 {
    font-size: 24px;
  }
  .titleWrap h3::before {
    font-size: 10px;
  }
}

@media only screen and (max-width:414px) {
  .titleWrap h3 {
    font-size: 16px;
  }
  .titleWrap h3::before {
    font-size: 10px;
  }
}

@media only screen and (max-width:375px) {
  .titleWrap h3 {
    font-size: 15px;
  }
  .titleWrap h3::before {
    font-size: 10px;
  }
}

/*----------------------------------------------------------
 INDEX
----------------------------------------------------------*/
#mainVisual.management_index { background:url(../img/management/bg_index.jpg) no-repeat top center / cover; }

#main .lowerMenu ul li.w50_bnr {
	background: none;
	padding: 0;
	margin: 0;
}
#main .lowerMenu ul li.w50_bnr a {
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

#main .lowerMenu ul li.w100 img {
	width: 100%;
}
#main .lowerMenu ul li img.img-sp {
	display: none;
}
@media only screen and (max-width:767px) {

	#main .lowerMenu ul li .innerText p:after {
    font-size: 24px;
	}
	#main .lowerMenu ul li .innerText span {
		padding: 0 3rem;
	}
	#main .lowerMenu ul li img.img-sp {
		display: block;
	}
	#main .lowerMenu ul li img.img-pc {
		display: none;
	}
}

/*----------------------------------------------------------
 ABOUT
----------------------------------------------------------*/

#about .contentWrap {
  max-width: 1154px;
  margin: 0 auto;
}

#about img.img-sp {
	display: none;
}
@media only screen and (max-width:767px) {
	#about img.img-sp {
		display: block;
	}
	#about img.img-pc {
		display: none;
	}
}

/*----------------------------------------------------------
 MERIT
----------------------------------------------------------*/

/* case menu */
.menu_container {
  width: 100%;
  margin-top: 100px;
}

.menu_container>.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #e4e4e4;
}

.menu_container .row .col {
  width: calc(100% / 4);
  position: relative;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  min-height: 200px;
}

.menu_container .row .col:nth-child(1) {
  border-left: 0;
}

.menu_container .row .col img {
  width: 166px;
  height: 166px;
  margin-top: -84px;
}

.menu_container .caption {
  font-family: 'Ropa Sans', sans-serif;
  font-size: 26px;
  color: #00225f;
  text-transform: uppercase;
}

.menu_container .caption::after {
  content: attr(data-en) "";
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  display: block;
  letter-spacing: 0.01em;
  transition: 0.3s;
}

.menu_container h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.menu_container a {
  position: relative;
}

.menu_container a::after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 13px;
}

/* contents section */

#merit section .contentWrap {
  max-width: 1200px;
  width: 90%;
  margin: 100px auto 50px;
}

#merit section .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#merit section .col_left {
  width: 47%;
}

#merit section .col_right {
  width: 45%;
}

#merit section .caption {
  font-family: 'Ropa Sans', sans-serif;
  font-size: 54px;
  color: #00225f;
  text-transform: uppercase;
  line-height: 1;
}

#merit section .caption::after {
  content: attr(data-en) "";
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.01em;
  margin-left: 5px;
}

#merit section h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

#merit section h4.text_lg {
  font-size: 31px;
}

#merit section .note {
  font-size: 12px;
}

#merit section .ul_orange {
  font-size: 21px;
	text-decoration:underline;
	text-decoration-color: orange;
	-webkit-text-decoration-color: orange;
}

#merit section img.img_arrow {
  width: 110px;
}

#merit .img-sp {
	display: none;
}

@media only screen and (max-width:1200px) {
  .menu_container {
    margin-top: 0;
  }
  .menu_container .row .col {
    width: calc(100% / 2);
    position: relative;
    text-align: center;
    border-left: 1px solid #e4e4e4;
    min-height: 200px;
  }
  .menu_container .row .col:nth-child(odd) {
    border-left: 0;
  }
  .menu_container .row .col img {
    margin-top: 30px;
  }
  .menu_container .btn_square {
    max-width: 100%;
  }
}

/* iPad */

@media only screen and (max-width:768px) {
  #merit section .col_left {
    width: 100%;
  }
  #merit section .col_right {
    margin-top: 30px;
    width: 100%;
  }
  #merit section .caption {
    font-size: 42px;
  }
  #merit section h4 {
    font-size: 16px;
  }
  #merit section h4.text_lg {
    font-size: 22px;
  }
  #merit section .description {
    font-size: 14px;
  }
  #merit section img {
    width: 100%;
	}
	#merit .img-sp {
		display: block;
	}
	#merit .img-pc {
		display: none;
	}
}

/* under iPad */

@media only screen and (max-width:767px) {
  .menu_container .row .col img {
    margin-top: 30px;
    width: 100px;
    height: 100px;
  }
  .menu_container h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
	}
}

/*----------------------------------------------------------
 FAQ
----------------------------------------------------------*/

/* contents section */

#faq section .contentWrap {
  width: 100%;
  margin: 0 auto;
}

#faq section .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#faq section .col_left {
  width: 50%;
  border-right: 1px solid #e4e4e4;
}

#faq section .col_right {
  width: 50%;
}

#faq .card {
  border-bottom: 1px solid #e4e4e4;
}

#faq .card h4 {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  padding-right: 3rem;
}

#faq .card h4 span.number {
  font-size: 38px;
  font-family: 'Ropa Sans';
  position: relative;
  top: -11px;
  margin-right: 1rem;
  float: left;
  line-height: 1;
}

#faq .card_header {
  padding: 3rem 2rem 3.6rem;
  position: relative;
}

#faq .card_header h4:after {
  content: "";
  border-right: 2px solid #43a8c7;
  border-bottom: 2px solid #43a8c7;
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 3px;
}

#faq .card_header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 1px;
  height: 30px;
  background-color: #43a8c7;
}

#faq .card_body {
  padding: 1rem 2rem 8rem 2rem;
  display: none;
}

#faq .card_body h4 {
  color: #ccb302;
}

#faq .card_body .inner_box {
  padding: 1rem 2rem 5rem 2.5rem;
  border-left: 1px solid #ccb302;
	margin-left: 2rem;
	margin-top: 4rem;
}
#faq .card_body .inner_box a::before {
	content:"";
	width: 50px;
	height: 1px;
	background-color: #43a8c7;
	display: inline-block;
	margin-right: 1.5rem;
	position: relative;
	top:-5px;
}

#faq .card_body img {
  width: 100%;
  max-width: 560px;
}

@media only screen and (max-width:1200px) {
  #faq section .col_left {
    width: 100%;
    border-right: 0;
  }
  #faq section .col_right {
    width: 100%;
  }
}

/*----------------------------------------------------------
 SYSTEM
----------------------------------------------------------*/

#system .contentWrap {
  max-width: 980px;
  margin: 0 auto;
}

#system .contentWrap img {
  max-width: 980px;
}

#system .contentWrap h4 {
  font-family: 'Ropa Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

#system .contentWrap h4::before {
  content: attr(data-en) "";
  font-size: 12px;
  line-height: 2.5;
  font-weight: normal;
  color: #43a8c7;
  text-align: center;
  font-family: 'Ropa Sans', sans-serif;
  display: block;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
#system .contentWrap h4 span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
/*----------------------------------------------------------
 SYSTEM - MANAGEMENT
----------------------------------------------------------*/
.pc_hide{display:none;}
@media only screen and (max-width: 767px){
	.sp_hide{display:none;}
}
.tab_contents{
	max-width:980px;
	margin:0 auto;
}

.tab_contents .bold{
	font-weight:bold;
}


.tab_contents ul.menu li {
    float: left;
    list-style-type: none;
    width: 49.5%;
	margin-right:1%;
}
.tab_contents ul.menu li:last-child {
	margin-right:0;
}
.tab_contents ul.menu li a {
    text-decoration: none;
    display: block;
    width: 100%;
}
.tab_contents ul.menu li a:hover{
}

.tab_contents ul.menu li a.current {
}

.tab_contents #contents{
	clear:both;
}

.tab_contents #contents #tab1,
.tab_contents #contents #tab2 {
	padding:2%;
    background: white;
    text-align: center;
    border: 1px solid #1A6B84;
}
.tab_contents #contents .support_title{
	font-size:20px;
	line-height:28px;
	color:#00255D;
	margin-top:50px;
	font-weight:400;
	margin-bottom:25px;
}
.tab_contents #contents .support_title .small{
	font-size:12px;
}

/* tab1 *********/
.tab_contents #contents #tab1 .catch01{
	font-size:18px;
	line-height:1.5;
	margin-bottom:30px;
	font-weight:bold;
}
.tab_contents #contents #tab1 .catch02{
	font-size:28px;
	letter-spacing:0.05em;
}
.tab_contents #contents #tab1 .catch03{
	font-size:80px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1.2em;
}
.tab_contents #contents #tab1 .catch03 .small{
	font-size:35px;
	font-weight:bold;
}
.tab_contents #contents #tab1 .catch_note{
	font-size:12px;
	color:#666;
	margin-top:-20px;
}
.tab_contents #contents #tab1 .support5 li{
	max-width:270px;
	width:27.6%;
	margin-right:2%;
	float:left;
	border:1px solid #E6E6E6;
	background:#FAFAFA;	
}
.tab_contents #contents #tab1 .support5 li img{
	display:block;
}
.tab_contents #contents #tab1 .support5 li:nth-child(1){
	margin-left:21.37%;
	margin-bottom:20px;
}
.tab_contents #contents #tab1 .support5 li:nth-child(3){
	margin-left:6.5%;
}
.tab_contents #contents #tab1 .support5 li:nth-child(2){
	margin-bottom:20px;
}
.tab_contents #contents #tab1 .support5 li:nth-child(2),
.tab_contents #contents #tab1 .support5 li:nth-child(5){
	margin-right:0px;
}
.tab_contents #contents #tab1 .support5 li .service{
		font-size:18px;
		color:#69B9D2;
		font-weight:bold;
	}
.tab_contents #contents #tab1 .support5 li .description{
	font-size:14px;
}
.tab_contents #contents #tab1 .support7{
	width:86%;
	margin:0 auto;
}
.tab_contents #contents #tab1 .support7 li{
	width:13.3%;
	float:left;
	margin-right:1.15%;
}
.tab_contents #contents #tab1 .support7 li:last-child{
	margin-right:0px;
}
.tab_contents #contents #tab1 .price_example{
	max-width:86%;
	margin:0 auto;
}
.tab_contents #contents #tab1 .price_example li{
	width:31.76%;
	float:left;
	margin-right:2.35%;
}
.tab_contents #contents #tab1 .price_example li:last-child{
	margin-right:0px;
}
.tab_contents #contents #tab1 .not_applicable{
	margin-top:30px;
}
@media only screen and (max-width: 1120px){
	.tab_contents #contents #tab1 .support_title.example{
		margin-left:0px;
	}
}
@media only screen and (max-width: 767px){
	.tab_contents #contents #tab1 .read{
		text-align:justify;
	}
	.tab_contents #contents #tab1 .support7{
	}
	.tab_contents #contents #tab1 .support7 li{
		width:23.8%;
		
	}
	.tab_contents #contents #tab1 .support7 li:nth-child(5){
		margin-left:13.15%;
	}

}

/* tab2 *********/

.tab_contents #contents #tab2 .read{
	text-align:justify;
	width:640px;
	display:block;
	margin:0 auto;
}
.tab_contents #contents #tab2 .read .turquoise{
	font-weight:bold;
}
.tab_contents #contents #tab2 .owner{
	margin:0 auto;
	width:850px;
	background:#00255D;
	overflow:hidden;
	color:#FFF;
}
.tab_contents #contents #tab2 .support_title {
	font-weight:bold;
	margin-bottom:10px;
	color:#FFF;
}
.tab_contents #contents #tab2 .example ul{
	width:760px;
	margin-left:45px;
}
.tab_contents #contents #tab2 .example li{
	width:240px;
	background:#FFF;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	line-height:1.5em;
	border:1px solid #F1F1F1;
	box-sizing:border-box; 
}
.tab_contents #contents #tab2 .example li:nth-child(3),
.tab_contents #contents #tab2 .example li:nth-child(6){
	margin-right:0;
}
.tab_contents #contents #tab2 .example li .service{
	height:3.8em;
	font-size:16px;
	line-height:22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab_contents #contents #tab2 .example li .price{
	width:200px;
	font-size:20px;
	border-top:1px solid #999;
	height:3.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left:20px;
	color:#000;
	font-weight:bold;
}
.tab_contents #contents #tab2 .example .total01{
	font-size:18px;
	line-height:24px;
	margin:20px auto 10px auto;
}
.tab_contents #contents #tab2 .example .total02{
	font-size:24px;
	font-weight:bold;
	margin-bottom:50px;
}
.tab_contents #contents #tab2 .at_service{
	background:#42A1BD;
	color:#FFF;
	margin:0px auto;
	width:850px;
	padding:0px 0 30px 0;
	position:relative;
}
.tab_contents #contents #tab2 .at_service .arrow{
	position:absolute;
	top:-15px;
	left: 0;
	right: 0;
	max-width:91px;
	display:block;
	margin:0 auto;
}
.tab_contents #contents #tab2 .service01{
	font-size:24px;
	padding-top:50px;
}

.tab_contents #contents #tab2 .service02{
	font-size:80px;
	font-weight:bold;
	line-height:1.4;
}
.tab_contents #contents #tab2 .service02 .small{
	font-size:35px;
}
.tab_contents #contents #tab2 .service_note{
	font-size:12px;
	line-height:18px;
}

@media only screen and (max-width: 1120px){
	.tab_contents #contents #tab2 .support_title {
		margin-left:0px;
		padding:5%;
		box-sizing:border-box;
	}
	.tab_contents #contents #tab2 .read{
		width:86%;
	}
	.tab_contents #contents #tab2 .owner,
	.tab_contents #contents #tab2 .at_service{
		width:86.9%;
	}
	.tab_contents #contents #tab2 .example ul{
		width:89.4%;
		margin-left:5.29%;
	}
	.tab_contents #contents #tab2 .example li{
		width:31.5%;
		margin-right:2.63%;
	}
	.tab_contents #contents #tab2 .example li .price{
		width:83%;
		margin-left:8.3%
	}
}
@media only screen and (max-width: 720px){
	.tab_contents #contents #tab2 .example li .service{
		font-size:2vw;
		line-height:1.4em;
	}
}
@media only screen and (max-width: 720px){
	.tab_contents #contents #tab2 .example li .price{
		font-size:2vw;
	}
}
@media only screen and (max-width: 419px){
	.tab_contents #contents #tab2 .example li .service{
		font-size:1.9vw;
		line-height:1.4em;
		height:4em;
	}
}
/*----------------------------------------------------------
 COMICS
----------------------------------------------------------*/

#comic_slider {
	max-width: 560px;
	width: 100%;
  height: 760px;
  padding: 20px;
  margin: 0 auto;
  border: none;
  background: #fff;
}

#comic_slider .slick-prev,
#comic_slider .slick-next {
  background-color: #43a8c7 !important;
  width: 50px;
  height: 50px;
}

#comic_slider .slick-prev {
  left: -65px;
}

#comic_slider .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin: 14px 0 0 17px;
}

#comic_slider .slick-next {
  right: -65px;
}

#comic_slider .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin: 14px 0 0 7px;
}

.comics_btn_contact {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width:767px) {
	#comic_slider { max-width: 100%; width: 100%; height: auto; }
}

#comics #main .lowerMenu ul li.w100,
#faq #main .lowerMenu ul li.w100,
#about #main .lowerMenu ul li.w100,
#system #main .lowerMenu ul li.w100,
#merit #main .lowerMenu ul li.w100 { padding: 10px 10px 200px; }

#management #main .lowerMenu ul li.w50_bnr { height:auto!important; border:none; }
#management #main .lowerMenu ul li.w50_bnr a { position:relative!important; height:auto!important; border:none; }
#management #main .lowerMenu ul li.w50_bnr img { display:block; }

@media only screen and (max-width:767px){ #management #main .lowerMenu ul li.w50_bnr a { padding:5px; } #management #main .lowerMenu ul li.w50_bnr:last-child { margin-top:20px; } }
@media only screen and (min-width:768px){ #management #main .lowerMenu ul li.w50_bnr { margin:10px 0; } #management #main .lowerMenu ul li.w50_bnr a { padding:10px; margin:0; } }