@charset "UTF-8";

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	margin-bottom: 0;
}
/** THEME
===================================*/
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -70px;
	background: url('../common/img/controls_origin.png?d=210906') no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0 -30px;
}
.bx-wrapper .bx-next {
	right: -70px;
	background: url('../common/img/controls_origin.png?d=210906') no-repeat -30px 0;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: -30px -30px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}


#mainvisual {
	width: 100%;
	background: url("../img/index_bg_main01.png?d=210906") center bottom no-repeat;
}
#mainvisual_in {
  margin: 30px auto;
}
#mainvisual_in img.mainvisual__title {
	margin-bottom: 20px;
}
#mainvisual_in h1 {
  color: #007fcd;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: absolute;
	top: 255px;
	left: 5px;
}
#mainvisual_in h1 span {
  color: #333;
	font-size: 20px;
	font-weight: normal;
  margin-left: -5px;
  padding: 0 5px 10px;
}
#mainvisual_in h1 strong {
	font-weight: bold;
}
#mainvisual_in h1 img {
	display: none;
}
#container .container_in {
	margin: 0;
	padding: 30px 0 0;
}

.color_blue { color: #007fcd!important; }
.color_lightblue { color: #6b99dd!important; }
.color_purple { color: #ae84ba!important; }
.color_green { color: #328e66!important; }
.color_orange { color: #ec8e24!important; }
.color_lightgreen { color: #4eafa3!important; }
.color_pink { color: #fc477f!important; }

.accent_marker {
  /*font-feature-settings: "palt";*/
  line-height: initial;
  padding-bottom: 8px;
  background: linear-gradient(transparent 50%, #fffc92 0%);
}
.icon_arrow01 {
  font-feature-settings: "palt";
  text-decoration: underline!important;
  line-height: initial;
  margin-left: 1.25em;
  position: relative;
}
.icon_arrow01::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/img/lpv2/lp_icon_arrow01.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 4px;
  left: -20px;
}
.icon_arrow01-sizeUp {
  font-size: 1.25em;
}

.section {
	background: #fff;
	padding: 30px 0;
}
.section_wrap {
	width: 870px;
	margin: auto;
}
.section_tit01 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 130px;
	padding: 0 0 15px;
	position: relative;
}
.section_tit01:before, .section_tit01:after, .section_tit01 span:after {
	content: "";
	width: 6px;
	height: 6px;
	margin: auto;
	background: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
.section_tit01:before {
	top: 100%;
}
.section_tit01:after {
	top: 115%;
}
.section_tit01 h3 {
	font-weight: normal;
}
.section_tit01 span {
	display: block;
}
.section_tit01 h3:after .section_tit01 span:after {
	top: 130%;
}
.section_tit01 img {
	margin: 0 0 10px;
}
.section_comment {
	margin: 30px 0 80px;
}
.section_comment p {
	font-size: 20px;
  font-weight: bold;
  line-height: 2;
	margin: 0 -35px;
}
.section_comment p b {
	color: #e60012;
  font-size: 22px;
}

.btn_box {
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
	background: url(/common/img/bg_btn_red.png?d=210906) left top repeat;
	width: 660px;
  margin: 30px auto 0;
}
.btn_box .btn {
	display: table-cell;
	background: url(/common/img/icon_right.png?d=210906) 20px center no-repeat #e60012;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none !important;
	height: 100px;
	line-height: 1.3;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	text-indent: 10px;
}
.btn_box .btn-sizeDown {
	font-size: 20px;
}
.btn_box.bg_color_blue01 {
	background: url(/common/img/bg_btn_v2_blue.png) left top repeat;
}
.btn_box.bg_color_blue01 .btn {
	background-color: #007fcd;
}
.btn_box.bg_color_green01 {
	background: url(/common/img/bg_btn_v2_green.png) left top repeat;
}
.btn_box.bg_color_green01 .btn {
	background-color: #328e66;
}
.btn_box.bg_color_lightgreen01 {
	background: url(/common/img/bg_btn_v2_lightgreen.png) left top repeat;
}
.btn_box.bg_color_lightgreen01 .btn {
	background-color: #4eafa3;
}
.btn_box.bg_color_lightblue01 {
	background: url(/common/img/bg_btn_v2_lightblue.png) left top repeat;
}
.btn_box.bg_color_lightblue01 .btn {
	background-color: #6b99dd;
}
.btn_box.bg_color_orange01 {
	background: url(/common/img/bg_btn_v2_orange.png) left top repeat;
}
.btn_box.bg_color_orange01 .btn {
	background-color: #ec8e24;
}
.btn_box.bg_color_pink01 {
	background: url(/common/img/bg_btn_v2_pink.png) left top repeat;
}
.btn_box.bg_color_pink01 .btn {
	background-color: #fc477f;
}
.btn_box.bg_color_black01 {
	background: url(/common/img/bg_btn_v2_black.png) left top repeat;
}
.btn_box.bg_color_black01 .btn {
	background-color: #333;
}

.section_h2 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  position: relative;
}
.section_h2::before {
  content:"";
  width: 30px;
  height: 30px;
  background: url("/img/lpv2/lp_icon_foam01.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: -20px;
  left: -30px;
}
.section_h2 img {
  position: absolute;
  top: -180px;
  right: 0;
}
.section_introduction {
  margin-top: 120px;
}
.section_introduction h3 {
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
  position: relative;
}
.section_introduction__img01 {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
  position: absolute;
  top: -175px;
  right: 0;
}
.section_introduction__img02 {
  position: absolute;
  top: 0px;
  right: 0;
}
.section_introduction p {
  font-size: 16px;
  line-height: 2.25;
}
.section_introduction p strong {
  color: #007fcd;
  font-size: 24px;
  font-weight: bold;
}

.section_cv {
  text-align: center;
  width: 1000px;
  margin-top: 120px;
  margin-left: -65px;
  padding: 40px;
  background: rgba(255,255,255,0.5);
  border: solid 10px #fff;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}
.section_cv__tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section_cv__tit span {
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.section_cv__comment {
  margin: 0;
}
.section_cv__comment strong {
  font-size: 22px;
  font-weight: bold;
}
.section_cv__pic01 {
  position: absolute;
  top: -100px;
  left: -100px;
}
.section_cv__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.section_cv__flex > div {
  width: 380px!important;
  margin: 30px 0;
}

.section_list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.section_list__item {
  width: 420px;
  padding: 50px 40px 160px;
  background: #fff;
  border: solid 3px #007fcd;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  box-sizing: border-box;
  position: relative;
}
.section_list__tit {
  font-size: 24px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
.section_list__tit span {
  font-size: 16px;
  display: block;
}
.section_list__desc {
  font-size: 16px;
  line-height: 2;
}
.section_list__desc strong {
  font-size: 18px;
  line-height: initial;
}
.section_list__pic {
  margin-bottom: 30px;
}
.section_list__pic-mb00 {
  margin-bottom: -20px;
}
.section_list .btn_box {
	width: 340px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.section_list .btn_box .btn {
	font-size: 16px;
  text-indent: initial;
	line-height: 1.5;
	height: 80px;
}

/* about
--------------------------------------*/
.about .section_tit01 {
	margin: 60px auto 0;
}
.about .section_in {
	margin: 250px 0 0;
}
.about .section_tit01 img {
	width: 67px;
}
.about .section_tit01:before, .about .section_tit01:after, .about .section_tit01 span:after {
	content: none;
}
.about .section_wrap {
	margin: -220px auto 0;
}
.about .about__content__nav {
	position: relative;
	top: 8px;
	z-index: 9;
}
.about .about__content__nav li {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	width: 270px;
	float: left;
	margin: 0 30px 0 0;
	padding: 25px 0 20px;
	background: #1dade5;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	top: 10px;
}
.about .about__content__nav li:last-child {
	margin: 0;
}
.about .about__content__nav li.active, .about .about__content__nav li:hover {
	color: #007fcd;
	font-weight: 700;
	padding: 30px 0 25px;
	background: #fff;
	border: solid 4px #fff;
	top: 1px;
	cursor: pointer;
}
.about .about__content__nav li.active:first-child, .about .about__content__nav li:first-child:hover {
	left: 4px;
}
.about .about__content__nav li.active:last-child, .about .about__content__nav li:last-child:hover {
	right: 4px;
}
.about .about__content__nav li.active:before, .about .about__content__nav li:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0 4px 4px;
	border-top: solid 4px #f2f2f2;
	border-left: solid 4px #f2f2f2;
	border-right: solid 4px #f2f2f2;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	position: absolute;
	top: -8px;
	bottom: 0;
	left: -8px;
	right: 0;
}
.about .about__content__positiion {
	position: relative;
}
.about .about__content__detail {
	text-align: left;
	width: 100%;
	padding: 30px 30px 45px;
	background: #fff;
	border: solid 5px #f2f2f2;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.about .about__content__detail.active {
	visibility: visible;
	opacity: 1;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.about .about__content__detail h3 {
	font-size: 20px;
	margin: 0 0 45px;
	padding: 0 0 0 15px;
	border-left: solid 5px #007fcd;
}
.about .about__content__detail h4 {
	color: #007fcd;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}
.about .about__content__detail b {
	color: #007fcd;
}
.about .about__content__detail .about_imgbox {
	float: right;
	width: 360px;
	text-align: center;
}
.about .about__content__detail .about_txtbox01 {
	float: left;
	width: 410px;
}
.about .about__content__detail .about_txtbox01 p {
	margin: 0 0 60px;
}
.about .about__content__detail .about_txtbox01 img {
	margin: 0 0 15px;
}
.about .about__content__detail .about_txtbox02 {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: dotted 2px #007fcd;
	clear: both;
}
.about .about__content__detail .about_txtbox02 ul li {
	float: left;
	margin: 0 30px 0 0;
}
.about .about__content__detail .about_txtbox02 ul li:before {
	content: "●";
	color: #007fcd;
	font-size: 10px;
	margin: 0 0.5em 0 0;
}

/* flow
--------------------------------------*/
.section.flow {
  text-align: left;
  padding: 180px 0 100px;
  background: #f1faff url("/img/lpv2/lp_section_bg01.png") repeat-x center top / 1200px auto;
}
.flow_list01 {
  margin: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
.flow_list01::after {
  content:"";
  width: 100%;
  height: 10px;
  margin: auto;
  background: #007fcd;
  position: absolute;
  top: 0;
  bottom: 0;
}
.flow_list01__item {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 270px;
  padding: 60px 10px 30px;
  background: #fff;
  border: solid 3px #007fcd;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.flow_list01__pic {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.flow_list02 {
  margin: 100px 0 0;
  display: flex;
  flex-flow: wrap column;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.flow_list02__item {
  margin: 0;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
  list-style: none;
  position: relative;
}
.flow_list02__item:not(:first-child)::before {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 30px 0 30px;
  border-color: #007FCD transparent transparent transparent;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
}
.flow_list02__head {
  color: #fff;
  font-weight: bold;
  padding: 15px 40px;
  background: #007fcd;
  border: solid 3px #007fcd;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.flow_list02__head span:nth-child(1) {
  font-size: 14px;
  margin-right: 1em;
}
.flow_list02__head span:nth-child(1) i {
  font-size: 24px;
  margin-right: .125em;
}
.flow_list02__head span:nth-child(2) {
  font-size: 28px;
  margin-right: .5em;
}
.flow_list02__head span:nth-child(3) {
  font-size: 12px;
  text-align: center;
  width: 120px;
  padding: 2px 5px;
  border: solid 1px #fff;
  border-radius: 5px;
  display: inline-block;
  transform: translateY(-3px);
}
.flow_list02__body {
  color: #007fcd;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 40px 25px;
  background: #fff;
  border: solid 3px #007fcd;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}
.flow_list02__pic {
  position: absolute;
  top: -45px;
  right: 45px;
}

/* funds
--------------------------------------*/
.section.funds {
  text-align: left;
  padding: 180px 0 100px;
  background: #fefaff url("/img/lpv2/lp_section_bg02.png") repeat-x center top / 1200px auto;
}
.funds .section_list__item {
  border: solid 3px #ae84ba;
}
.funds .section_list__tit {
  color: #ae84ba;
}

/* dentaloffice
--------------------------------------*/
.section.dentaloffice {
  text-align: left;
  padding: 180px 0 100px;
  background: #f0f7f4 url("/img/lpv2/lp_section_bg03.png") repeat-x center top / 1200px auto;
}
.dentaloffice .section_list__item {
  border: solid 3px #328e66;
}
.dentaloffice .section_list__tit {
  color: #328e66;
}

/* cases
--------------------------------------*/
.section.cases {
  text-align: left;
  padding: 180px 0 100px;
  background: #f3f8ff url("/img/lpv2/lp_section_bg04.png") repeat-x center top / 1200px auto;
}
.cases .section_list__item {
  border: solid 3px #6b99dd;
}
.cases .section_list__tit {
  color: #6b99dd;
}
.cases_movie {
  margin-top: 100px;
  background: url("/img/lpv2/lp_cases_img03.png") no-repeat center 100px / 640px auto;
}
.cases_movie__tit {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
}
.cases_movie__tit::before {
  content:"";
  width: 66px;
  height: 49px;
  margin: auto;
  background: url("/img/lpv2/lp_icon_mv03.svg") no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;


}
.cases_movie__tit strong {
  font-size: 24px;
  font-weight: bold;
}
.cases_movie__desc {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
.cases_movie__desc strong {
  font-size: 18px;
  font-weight: bold;
}
.cases_movie .btn_box {
  width: 100%;
  margin: 0;
}
.cases_movie .btn_box .btn {
  font-size: 14px;
  height: 36px;
}
.cases_cv {
  margin-top: 80px;
  position: relative;
}
.cases_cv::before {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 30px 45px 0 45px;
  border-color: #007FCD transparent transparent transparent;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
}
.cases_cv__tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.cases_cv__tit strong {
  font-size: 24px;
  line-height: initial;
}

.title_box p {
  float: left;
  display: block;
  font-size: 16px;
  color: #6b99dd;
  letter-spacing: -0.5px;
  margin: 10px 0;
  line-height: 16px;
}
.right .title_box p {
  display: block;
  width: 33.3%;
  text-indent: -41px;
  padding-left: 41px;
  box-sizing: border-box;
  line-height: 1.3;
}

.interviewTitle {
	display: inline-block;
	font-size: 20px;
	color: #6b99dd;
	margin-bottom: 3px;
	padding-right: 15px;
	font-weight: 700;
}
.interviewTitle::before {
	content: '[ ';
}
.interviewTitle::after {
	content: ' ]';
}
.time_box {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 5px;
	width: 100%;
}
.time_box .time {
	display: table-cell;
	background: #f1f1f1;
	font-size: 81%;
	color: #999999;
	line-height: 1.3;
	padding: 2px 4px;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.erea {
  color: #6b99dd;
  margin-bottom: 3px;
  padding-right: 15px;
  font-weight: normal;
}
/*** スペシャルインタビュー3 201609追加 ***/
.special5 {
	padding: 20px;
	margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;

}
.special5 .thumb {
	width: 420px;
	float: left;
}
.special5 .right {
	width: 386px;
	float: right;
}
.special5 img {
  max-width: 100%;
}
.special5 .title {
	color: #333333;
	font-size: 114%;
	font-weight: 700;
	border-bottom: 2px solid #8acaea;
	padding-bottom: 5px;
	margin-bottom: 25px;
	text-align: left;
}
.special5 .name {
	color: #333333;
	font-size: 114%;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 8px;
}
.special5 .btn,
.special5 .time {
	width: 50%;
}
.special5 .right {
	overflow: hidden;
}
.special5 .right .title_box p {
	width: 50% !important;
}
.special5 .title_box img {
	padding-right: 10px !important;
}
.special5 .btn_box.half,
.special5 .time_box.half {
	width: 50%;
	float: left;
}
/*** スペシャルインタビュー4 ***/
.special4 {
	padding: 20px;
	margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
}
.special4 .title_box {
	width: 100%;
}
.special4 .title_box p {
	display: block;
}
.special4 .specialYumi .title_box p {
	width: 50%;
}
.special4 .title_box.txtHalf p {
	width: 100%;
}
.special4 .title_box.txtHalf p span {
	font-size: 83%;
	display: inline-block;
	margin: 5px 0 0 32px;
}
.special4 .thumb {
	width: 210px;
	float: left;
}
.special4 .thumb img {
	width: 210px;
	height: auto;
}
.special4 .right {
	width: 591px;
	float: right;
}
.special4 .title {
	color: #333333;
	font-size: 114%;
	font-weight: 700;
	border-bottom: 2px solid #8acaea;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.special4 .name {
	color: #333333;
	font-size: 114%;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 5px;
}
.special4 .btn_box.half,
.special4 .btn_box.half02,
.special4 .time_box.half,
.special4 .time_box.half02 {
	width: 50%;
	float: left;
}
.special4 .time_box.half02 {
	clear: both;
}
.special4 .title_box img {
	padding-right: 10px;
}
.top_list .box .thumb {
	width: 182px;
	height: 182px;
	margin: 0px auto 10px;
}
.top_list .box .thumb img {
	width: 100%;
	height: auto;
}
.top_list .box .erea {
	color: #6b99dd;
	font-size: 86%;
	border-bottom: 2px solid #6b99dd;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.top_list .name_wrap {
	overflow: hidden;
}
.top_list .box .clinic {
	color: #333333;
	margin-bottom: 2px;
}
.top_list .box .name {
	color: #333333;
	font-weight: 700;
	margin-bottom: 15px;
}
.top_list .box .title {
	line-height: 22px;
	padding-left: 30px;
	padding-bottom: 4px;
}
.top_list .box .title a {
	text-decoration: none;
}
.top_list .box .title a:hover {
	filter: alpha(opacity=70); /* IE7以下用 */
	-ms-filter: 'alpha(opacity=70)'; /* IE8用 */
	-moz-opacity: 0.7; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.7; /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
	zoom: 1;
}
.col3 {
	width: 870px;
	margin: 40px auto 0;
}
.col3 .box {
	width: 250px;
	float: left;
	margin-left: 60px;
	margin-bottom: 30px;
}
.col3 .title_box {
	width: 100%;
}
.col3 .title_box p {
	display: block;
	width: 50%;
	height: 27px;
}
.col3 .title_box p:last-child {
	width: 50%;
}
.col3 .box:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.col3 a.btn.mvlink span {
	font-size: 14px;
}
.col3 a.btn.mvlink img {
	left: 5px;
	padding: 3px;
}
div.thumb.spaceClear img,
div.title_box.spaceClear img {
	left: 0;
	padding: 0;
	position: static;
}

/* seminar
--------------------------------------*/
.section.seminar {
  text-align: left;
  padding: 130px 0 100px;
  background: #fff9f3 url("/img/lpv2/lp_section_bg05.png") repeat-x center top / 1200px auto;
}
.seminar .section_list__item {
  border: solid 3px #ec8e24;
}
.seminar .section_list__tit {
  color: #ec8e24;
}

/* succession
--------------------------------------*/
.section.succession {
  text-align: left;
  padding: 180px 0 100px;
  background: #efefef url("/img/lpv2/lp_section_bg06.png") repeat-x center top / 1200px auto;
}
.succession .section_list__item {
  border: solid 3px #4eafa3;
}
.succession .section_list__tit {
  color: #4eafa3;
}
.succession_merit {
  margin-top: 100px;
  background: url("/img/lpv2/lp_succession_img01.png") no-repeat center center / 870px auto;
  position: relative;
}
.succession_merit__tit {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  width: 340px;
  height: fit-content;
  margin: auto;
  padding: 20px 0;
  background: rgba(78,175,163,0.5);
  border: solid 3px #fff;
  border-radius: 10em;
  position: absolute;
  inset: 0;
  box-sizing: border-box;
}
.succession_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 190px 80px;
}
.succession_list__item {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 340px;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.5);
  list-style: none;
  box-sizing: border-box;
}
.succession_list__inner {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.succession_list__item:nth-child(1) .succession_list__inner,
.succession_list__item:nth-child(4) .succession_list__inner {
  background: #fff;
}
.succession_list__item:nth-child(2) .succession_list__inner,
.succession_list__item:nth-child(3) .succession_list__inner {
  background: #f8f8f8;
}

/* education
--------------------------------------*/
.section.education {
  text-align: left;
  padding: 130px 0 100px;
  background: #fff5fa url("/img/lpv2/lp_section_bg07.png") repeat-x center top / 1200px auto;
}
.education .section_list__item {
  border: solid 3px #fc477f;
}
.education .section_list__tit {
  color: #fc477f;
}

/* induction
--------------------------------------*/
.section.induction {
  padding: 180px 0 100px;
  background-image: url("/img/lpv2/lp_section_bg08.png"), url("/img/lpv2/lp_section_bg09.png");
  background-position: center top, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: 3600px auto, cover;
}
.induction .induction_txt01 {
	font-size: 20px;
}
.induction .induction_txt01 b {
	color: #e60012;
	font-size: 24px;
}
.induction .induction_txt02 {
	margin: 0 0 30px;
}
.induction .induction_txt03 {
	font-size: 20px;
	margin: 0 0 30px;
}
.induction .induction_txt03 b {
	color: #e60012;
}
.induction .induction_txt03 span {
	position: relative;
}
.induction .induction_txt03 span:before, .induction .induction_txt03 span:after {
	content: "";
	width: 20px;
	height: 1px;
	background: #333;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.induction .induction_txt03 span:before {
	left: -30px;
}
.induction .induction_txt03 span:after {
	right: -30px;
}
.induction .induction_list01 ul {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.induction .induction_list01 ul li {
	font-size: 12px;
	width: 150px;
}
.induction .induction_list01 ul li img {
	margin: 0 0 10px;
}
.induction .section_comment {
	margin: 30px 0 0;
}

/* footer
--------------------------------------*/
#footer {
	margin-top: 0;
	padding-top: 50px;
}
#footer::before {
	background: none !important;
	height: 0 !important;
}
#footer .btnBox01 {
	margin: 0 !important;
}
#footer ul.linkBox01 {
	display: none;
	border-top: none !important;
}
/* sp or pc
------------------------------------------ */
.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}
br.pc {
	display: inline-block;
}
br.sp {
	display: none;
}