@charset "UTF-8";

/****************************************
	こちらは各サイト独自のcssを記載します
*****************************************/

/* TOP
-----------------------*/
/* topslide */
.sec_topslide {
  height: 56vw;
  position: relative;
}
@media (min-width:768px) {
	sec_topslide {
		height: 42vw;
	}
}


/* タイトル装飾 */
.top_h2 {
  font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 2rem;
}

.ttl_deco {
	font-size: 1.3rem;
    letter-spacing: .5px;
	position: relative;
	display: inline-block;
}
.ttl_deco:before {
    background: #e6eef3;
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    top: 10px;
    left: 26px;
    z-index: -1;
}
.ttl_deco.deco_wh:before {
    background: var(--bg-main-color);
}
.wrap p.ttl_deco {
  margin-bottom: 0;
    font-size: 1rem;
}
.ttl_deco:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 55px;
	left: calc(50% - 23px);
	display: inline-block;
	height: 1px;
	background-color: #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: -2;
}
.ttl_deco.deco_wh:after {
    background-color: #fff;
}

@media (min-width: 768px) {
  .top_h2 {
	font-size: 2.8em;
  }
}


/* cd-fixed-bg 背景画像固定パララックス */
.cd-fixed-bg-on {
	background-color: rgba(0,53,81,.9);
	color: #FFF;
}
.cd-fixed-bg {
	box-sizing: border-box;
	color: #FFF;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.cd-fixed-bg.cd-bg01  {
  background-image: url('../img/top/para_img01_dummy.jpg');
}
.cd-fixed-bg.cd-bg02  {
  background-image: url('../img/top/para_img02_dummy.jpg');
}



/*****************************************
	Elements Page1
*****************************************/
/* ギャラリー
   elements---0002
-----------------------------------*/
.gallery01 li, .gallery01 li:first-of-type, .gallery02 li, .gallery02 li:last-of-type {
  width: 100%;
  margin: 0 0 3%;
}

.gallery03 {
  columns: 1;
}
.gallery03 li {
  padding-bottom: 3%;	
}
.gallery03 img {
	width:100%;
	height:auto;
	vertical-align: bottom;	
}

@media (min-width:768px) {
  .gallery01 li {
  	float: left;
    margin: 0 0 2% 0;
    width: 32%;
  }
  .gallery01 li:first-of-type {
    margin: 0 2% 2% 0;
    width: 65.7%;
  }
  .gallery02 li {
    float: left;
    margin: 0 2% 2% 0;
    width: 32%;
  }
  .gallery02 li:nth-of-type(3) {
    margin: 0 0 2% 0;
  }
  .gallery02 li:last-of-type {
    width: 66%;
    margin: 0 0 2% 0;
  }
  .gallery03 {
    columns: 3;
  }
  .gallery03 li {
    padding-bottom: 5%;
  }
}


/* control_list
   elements---0003
-----------------------------------*/
.item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.item_list .item_list_blk {
	width: 47%;
	margin-bottom: 0;
}
.item_list .item_list_blk p {
    margin: .6rem 0 1rem;
}

@media (min-width:768px) {
	.item_list .item_list_blk {
		width: 30%;
		margin-bottom: 1.5em;
		text-align: center;
	}
}



/* control_list
   elements---0004
-----------------------------------*/
.control_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.control_list .blk {
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}
.control_list .blk:first-of-type:after,
.control_list .blk:nth-of-type(2):after {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    width: 26px;
    height: 72px;
    position: absolute;
	top: auto;
    right: 50%;
	bottom: -40px;
	transform: rotate(90deg) translateY(-14px);
}
.control_list .blk dl {
	border: var(--main-color) 2px solid;
	border-radius: 10px;
	padding: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.control_list .blk dl dt {
	font-size: 1.5em;
}
.control_list .blk dl dd {
	font-size: 1.125em;
}

@media (min-width: 768px) {
	.control_list .blk {
		width: 28%;
		margin-bottom: 0;
	}
	.control_list .blk:first-of-type:after, .control_list .blk:nth-of-type(2):after {
		top: 20px;
		right: -60px;
		bottom: 0;
		transform: rotate(0);
	}
}


/* control_list
   elements---0006
-----------------------------------*/
blockquote {
    position: relative;
    padding: 45px 15px 5px;
	margin-bottom: 1.5em;
    box-sizing: border-box;
    background: var(--main-color);
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
	color: #aaa;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

/* control_list
   elements---img-4
-----------------------------------*/
.clm_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
.clm_wrap .clm_blk {
	width: 100%;
	margin: 0 0 5%;
}
.clm_wrap .clm_blk_ttl {
	background: var(--btn-color);
    padding: 1rem;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1.3;
    font-size: 1.4em;
	border-radius: 5px;
}
.display_none {
	display: none;
}
.clm_wrap .clm_blk_ttl.open {
	border-radius: 5px 5px 0 0;
}
	.acc_label {
		cursor: pointer;
	}
	.acc_label i {
		display: block;
		width: 18px;
		height: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transform-origin: center center;
		transition-duration: 0.2s;
		top: 50%;
		position: absolute;
		right: 4%;
		transform: translateY(-50%);
	}
	.acc_label i:before, .acc_label i:after {
		display: flex;
		content: '';
		background-color: #fff;
		border-radius: 10px;
		width: 18px;
		height: 4px;
		position: absolute;
		top: 7px;
		left: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: center center;
	}
	.acc_label i:before {
		width: 4px;
		height: 18px;
		top: 0;
		left: 7px;
	}
	.acc_label.open i:before {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
.clm_wrap .clm_blk_inner {
	padding: 1em;
	border: var(--btn-color) 1px solid;
    border-radius: 0 0 5px 5px;
}

.clm_wrap .blk .txt_blue {
	font-size: 1.2em;
    margin-bottom: 0.5em;
}
.clm_blk .blk2_area .blk:nth-of-type(1) {
	width: 32%;
}
.clm_blk .blk2_area .blk:nth-of-type(2) {
	width: 63%;
}
.clm_wrap .blk2_area .blk:first-of-type p:last-of-type {
	text-align: center;
}
	
@media (min-width:768px) {
	.clm_wrap .clm_blk {
		width: 46%;
	}
	.clm_wrap .clm_blk_inner {
    	padding: 1em 2em;
	}
}



/*****************************************
	Elements Page2
*****************************************/
/* フロー表パターン１
   elements---0006
-----------------------------------*/

.flow_blk {
	display: flex;
	flex-wrap: wrap;
} 
.flow_ttl {
	background: var(--bg-sub-color);
	text-align: center;
	font-size: 1.4em;
	color: var(--acent-color);
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: .8em;
	display: flex;
    justify-content: center;
    align-items: center;
}
.flow_column {
	background: var(--bg-sub-color);
	padding: 2em;
	box-sizing: border-box;
	width: 100%;
}

.arrow_down {
	position: relative;
    margin: 1.5em 0;
    display: block;
    height: 30px;
}

.arrow_down:before {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    width: 26px;
    height: 72px;
    position: absolute;
    transform: rotate(-90deg) translate(50%, -25%);
    top: -25%;
    left: 50%;
}

.arrow_down_right {
	position: relative;
}
.arrow_down_right:before {
	content: "";
    background: url(../img/common/arr_ctrl.gif) no-repeat center;
    position: absolute;
    width: 26px;
    height: 72px;
    transform: rotate(-90deg) translate(-100%,25%);
    bottom: -26px;
    right: 50%;
    background-size: 65%;
}

@media (min-width:678px) {
	.flow_column {
		width: 80%;
	}
	.flow_ttl {
		width: 20%;
		font-size: 1.625em;
	}
	.arrow_down {
		margin: 1.5em 0;
	}
	.arrow_down:before {
		top: -20%;
		transform: rotate(-90deg) translate(50%, 50%);
	}
	.arrow_down_right:before {
		transform: rotate(-180deg) translateY(50%);
		top: 50%;
		right: -30px;
		bottom: auto;
	}
	.blk2_area .blk.arrow_down_right {
		margin: 2% auto 20px;
	}
}


/* フロー表パターン2
   elements---0007
-----------------------------------*/

.flow_inner {
	padding-left: 25px;
    padding-bottom: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flow_inner:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bdbdbd;
    position: absolute;
    top: 0;
    left: 6px;
    z-index: -2;
}

.flow_inner .flow_blk {
	padding-top: 3rem;
	display: block;
}
.flow_heading {
	font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    position: relative;
	color: var(--acent-color);
}
.flow_heading:before {
    --size: 16px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: var(--acent-color);
    position: absolute;
	left: -26px;
	top: calc(0.5em * 1 - 7px);

}
.flow_content {
	margin-top: 1rem;
}
.flow_head {
	padding: 1.3rem 1.5rem;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background-color: var(--bg-sub-color);
}
.flow_head h2 {
	font-size: 1.25rem;
	color: var(--bg-main-color);
}
.flow_body {
    padding: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.flow_body_wrap, .flow_body_wrap table th {
	    width: 100%;
	}
.flow_img {
	margin: 1.5rem 0 0;
	width: 100%;
}

@media (min-width: 768px) {
	.flow_inner .flow_blk {
		padding-top: 5rem;
	}
	.flow_inner {
	    padding-left: 48px;
	}
	.flow_heading {
		font-size: 2.4rem;
	}
	.flow_heading:before {
	    left: -48px;
		top: calc(0.5em * 1 - 8px);
	}
	.flow_content {
		margin-top: 2.5rem;
	}
	.flow_head {
		padding: 2rem 3rem;
	}
	.flow_head h2 {
	    font-size: 1.5rem;
	}
	.flow_body {
		padding: 3rem;
	}	.flow_body_wrap {
		width: 65%;
	}
	.flow_body_wrap table th {
		width: 25%;
	}
	.flow_img {
	position: absolute;
	top: -5rem;
	right: 2rem;
	transform: rotate(5deg);
	width: 350px;
	}
}


/*****************************************
	Elements Page3
*****************************************/

/* スタッフ紹介
   elements---0002
-----------------------------------*/
.box_shadow {
	box-shadow: #ccc 0 0 5px;
	padding: 3%;
	box-sizing: border-box;
}
.staff_blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.staff_photo {
	width: 55%;
	margin: 0!important;
}
.staff_name {
	font-size: 1.6rem;
    font-weight: bold;
}
.staff_name .degree,
.staff_name .en_name{
	font-size: .95rem;
	display: block;
	line-height: 1.3;
}

.staff_blk .staff_name {
	margin: 0!important;
	width: 40%;
}



/*****************************************
	Elements Page4
*****************************************/
/* 比較表 */
.price-box01 {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price-box01>div {
	width: 100%;
	margin-bottom: 20px;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
}
	.price-box01 .box-left {
		border: 2px solid #ccc;
	}
	.price-box01 .box-right {
		border: 2px solid var(--main-color);
	}
.price-box01 .ttl {
    margin: 0 20px 15px;
    padding: 3px 15px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
	font-size: 1.15em;
}
	.price-box01 .box-left .ttl {
		background: #ccc;
		color: #333;
	}
.price-box01 .staff-date {
    padding: 0 40px;
    margin-bottom: 20px;
}
	.price-box01 .box-left .staff-date {
		padding: 0 20px;
	}
.staff-date li {
    display: flex;
}
.price-box01 .staff-date .date {
    font-weight: bold;
    width: 30px;
}
.price-box01 .staff-date .detail {
    width: calc(100% - 30px);
}
.price-box01 .child-box {
    margin: 0 20px 20px;
}
.price-box01 .child-box dt {
    padding: 3px 15px;
    text-align: center;
    background: #cfdee8;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.price-box01 .child-box dd {
    background: var(--bg-sub-color);
    padding: 15px 20px;
}
.price-box01 .child-box .staff-date {
    padding: 0;
    margin-bottom: 0;
}
.price-box01 .price {
    margin: auto 0 0;
    text-align: right;
    padding: 7px 20px;
    border-top: 2px solid var(--main-color);
    font-weight: bold;
    color: var(--main-color);
}
.price-box01 .price .num {
    font-size: 150%;
    position: relative;
    top: 2px;
}
.price-box01 .box-left .price {
	border-top: 2px solid #ccc;
	color: #333;
}

@media (min-width: 768px) {

	.price-box01 {
		margin-bottom: 15px;
	}
	.price-box01 > div {
		    width: 32%;
			margin-bottom: 0;
	}
}


/* 料金表 */
.tbl_price th {
	border: #ccc 1px solid;
	background: #e6eef3;
	text-align: left;
	padding: 2%;
}
.tbl_price td {
	border: #ccc 1px solid;
	background: #fff;
	text-align: right;
	padding: 2%;
}
.tbl_price tr:first-of-type th, .tbl_price tr:first-of-type td {
	border-top: #ccc 1px solid;
}


/* スタッフ紹介
   elements---FAQ
-----------------------------------*/
.faq-blk {
  position: relative;
}

.faq-blk-content-area .faq-content {
  display: none;
}
.faq-blk-content-area .faq-content.show {
  display: block;
}

.faq-blk-box {
  border-bottom: solid 2px #fff;
  margin-bottom: 2px;
  padding: 32px;
  background: var(--bg-sub-color);
}
.faq-blk-q {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  text-shadow: 4px 6px 68px #bacad4;
}
.faq-blk-q:before {
  content: "Q";
  color: var(--acent-color);
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: -6px;
}
.faq-blk-a {
  font-size: 13px;
  position: relative;
  padding-left: 32px;
}
.faq-blk-a:before {
  content: "A";
  color: #c9d0d2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 2px;
  top: -7px;
}

@media (min-width: 768px) {
  .faq-blk-q {
    font-size: 20px;
  }
  .faq-blk-q:before {
    top: -3px;
  }
  .faq-blk-box {
    padding: 44px;
  }
  .faq-blk-a {
    font-size: 14px;
  }
  .faq-blk-a:before {
    top: -5px;
  }
}



/*****************************************
	Elements Page5
*****************************************/

.aces_txt {
	font-size: 1.25em;
}



/*説明文用*/
pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}
code {
    background: rgb(200 205 227 / 45%);
    border-radius: 4px;
    font-size: 1.1em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}