
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
  min-width: 1120px;
  background: #fff;
	background: url("../../images/top/main01.jpg");
	background-size: cover;
	
}
.vegas-timer {
  display: none;
}
.top_main_title {
  color: #222;
  text-align: left;
  font-weight: bold;
  position: absolute;
  z-index: 3;
   top: 55%;
    left: 0%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
	background: #0f212c;
	background:rgba(15,33,44,0.8);
	padding: 40px;
	color:#fff;
	max-width: 1000px;
	clip-path: polygon(0 0, 100% 1%, 90% 100%, 0% 100%);
}
.top_main_title img {
	width: 500px;
}

h2.main_t01 {
	font-size: 5rem;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding:  0;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
	
}
.main_t02 {
	font-size: 1.8rem;
	margin: 0;
	padding:  0;
	letter-spacing: 0.2rem;
	width: 90%;
}

.scloll {
	position: absolute;
	bottom:20px;
	z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



@media screen and (max-width: 1200px) {
  .top_main {
    min-width: 100%;
	 height: 50vh;
	  background: url("../../images/top/main01sp.jpg") no-repeat;
	  background-size: cover;
  }
.top_main_title {
  color: #222;
  text-align: left;
  font-weight: bold;
  position: absolute;
  z-index: 3;
   top: 55%;
    left: 0%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);

	padding: 20px;
	color:#fff;
	max-width: auto;
	clip-path: polygon(0 0, 100% 1%, 90% 100%, 0% 100%);
}
	
.top_main_title img {
 width: 80%;
	margin-bottom: 10px;
}


h2.main_t01 {
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding:  0;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
	
}
.main_t02 {
	font-size: 1.3rem;
	margin: 0;
	padding:  0;
	letter-spacing: 0.2rem;
	width: 90%;
	line-height: 1.7;
}
	
	
}


/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	max-width: 1000px;
	margin: auto;
}

.subpage .content_wrap {
	max-width: 1000px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
.content_wrap  {
	max-width: auto;
	margin: auto 15px;
}
.subpage .content_wrap {
	max-width: auto;
	margin: auto 15px;
}

}



.spph {
	display: none;
}



/* --------------------------　TOP01　-------------------------- */


.bg01 {
	background: url("../../images/common/bg01.png") no-repeat;
	background-position: center top;
    padding: 60px 0;
	background-size: cover;
}

.bg01 h2 {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 40px;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
}
.bg01 p {
	color:#fff;
}


.bg02,
.bg03 {
	padding: 80px 0;
}
.bg02.line,
.bg03.line{
	border-bottom: 1px solid #dedede;
}



.top-service {
	display: flex;
	justify-content: space-between;
}

.top-service.reverse {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.top-serviceL {
	width: 50%;
	padding: 70px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-serviceL h3 {
	font-family: 'Noto Serif JP', serif;
	 font-size: 3rem !important;
padding: 0;
	margin: 0;
	margin-bottom: 20px !important;
	line-height: 1.5;
	color:#0d2f45;
}

.top-serviceR {
	width: 50%;
}

.top-serviceR img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}


/* 019 */
.morebutton  {
	margin: 40px 0 0px 0;
	width: 100%;
}
.morebutton a {
    background: #947c46;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.morebutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.morebutton a:hover {
  background: #0d2f45;
  color: #FFF;
}
.morebutton a:hover:after {
  right: 1.4rem;
}


/* --------------------------　TOP02　-------------------------- */

.bg03 h2 {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 20px !important;
	font-family: 'Noto Serif JP', serif;
	color:#0d2f45;
}
.bg03 h3 {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 50px !important;
	font-family: 'Noto Serif JP', serif;
}


.seminar-block {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.top-seminar {
	
}
.top-seminar a {
	display: flex;
	justify-content: space-between;
}
.top-seminar figure {
	width: 30%;
	padding: 0;
	margin: 0;
}

.top-seminar figure img {
	width: 100%;
	height: auto;
}

.top-seminar .text {
	width: 67%;
}

.top-seminar .text h4 {
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
	line-height: 1.5;
	padding-bottom: 5px;
	color:#0d2f45;
}

table.listtable {
    border-spacing: 0;
	font-size: 1.5rem;
}

table.listtable th {
    padding: 5px;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
	font-size: 1.4rem;
}
table.listtable th span {
   background: #0a3d5d;
	color:#fff;
	padding: 2px 10px 4px 10px;
}
table.listtable td {
    padding: 5px;
    text-align: left;
	font-size: 1.5rem;
}



/* --------------------------　CTA　-------------------------- */



.receponce {
	background: url("../../images/top/receponce.jpg");
	background-size: cover;
	padding: 60px 0;
	color:#fff;
}
.receponce h2 {
	font-size: 3.6rem;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align-last: left;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
}

.receponce .button01 a {
    background: #947c46;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: right;
    max-width: 300px;
	margin: 10px auto 0 0;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-sizing: border-box;
}
.receponce .button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.receponce .button01 a:hover {
  background: #0e507a;
  color: #FFF;
}
.receponce .button01 a:hover:after {
  right: 1.4rem;
}




@media screen and (max-width: 1200px) {
	
.bg01 {
	background: url("../../images/common/bg01.png") no-repeat;
	background-position: center top;
    padding: 30px 0;
	background-size: cover;
}

.bg01 h2 {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	margin-bottom: 20px;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
}
.bg01 p {
	color:#fff;
	font-size: 1.4rem;
}


.bg02,
.bg03 {
	padding: 40px 0;
}
.bg02.line,
.bg03.line	{
	border-bottom: 1px solid #dedede;
}


.top-service {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.top-service.reverse {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.top-serviceL {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	margin-bottom: 20px;
}
.top-serviceL.btmcut {
	margin-bottom: 0px !important;
}
.top-serviceL h3 {
	font-family: 'Noto Serif JP', serif;
	 font-size: 2rem !important;
    padding: 0;
	margin: 0;
	margin-bottom: 10px !important;
	line-height: 1.5;
	text-align: center;
}

.top-serviceR {
	width: 100%;
}

.top-serviceR img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}


/* 019 */
.morebutton  {
	margin: 20px 0 0px 0;
	width: 100%;
}
.morebutton a {
    background: #947c46;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.4rem;
}
.morebutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.morebutton a:hover {
  background: #0d2f45;
  color: #FFF;
}
.morebutton a:hover:after {
  right: 1.4rem;
}

	
	
	
/* --------------------------　TOP02　-------------------------- */

.bg03 h2 {
  position: relative;
  text-align: center;
  font-size: 2.1rem;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 20px !important;
	font-family: 'Noto Serif JP', serif;
	color:#0d2f45;
}
.bg03 h3 {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 25px !important;
	font-family: 'Noto Serif JP', serif;
}

.seminar-block {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.top-seminar {
	
}
.top-seminar a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top-seminar figure {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.top-seminar figure img {
	width: 100%;
	height: auto;
}

.top-seminar .text {
	width: 100%;
}
	.top-seminar p {
	margin: 0;
		padding: 0;
}

.top-seminar .text h4 {
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
	padding-bottom: 8px;
	line-height: 1.5;
}

table.listtable {
    border-spacing: 0;
	font-size: 1.3rem;
}

table.listtable th {
    padding: 5px;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
	font-size: 1.3rem;
}
table.listtable th span {
   background: #0a3d5d;
	color:#fff;
	padding: 2px 10px 4px 10px;
}
table.listtable td {
    padding: 5px;
    text-align: left;
	font-size: 1.3rem;
}



/* --------------------------　CTA　-------------------------- */



.receponce {
	background: url("../../images/top/receponce.jpg");
	background-size: cover;
	padding: 30px 0;
	color:#fff;
}
.receponce h2 {
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align-last: center;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center !important;
}

.receponce .button01 a {
    background: #947c46;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: right;
    max-width: 300px;
	margin: 10px auto 10px auto;
    padding: 5px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	box-sizing: border-box;
}
.receponce .button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.receponce .button01 a:hover {
  background: #0e507a;
  color: #FFF;
}
.receponce .button01 a:hover:after {
  right: 1.4rem;
}


}






























@media screen and (max-width: 1200px) {
	
/* --------------------------　コンテンツ　-------------------------- */



.bg_top00 {
	background:#fff;
    background-size: cover;
	padding: 30px 0;
}

.flexbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
}
.flexitem {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
	margin-bottom: 20px;

}
.flexitem h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.flexitem span {
	font-size: 1.6rem;
	margin-right: 10px;
}
.flexitem p {
	font-size: 1.4rem;
	line-height:1.8;
}
.flexitem img {
	width: 100%;
	height: auto;
}

.rev {
	flex-direction: column-reverse;
}

.button18 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 10px auto;
  padding: 1em 2em;
  width: 80%;
  color: #fff;
  font-size: 1.5rem;
  background-color: #222;
  transition: 0.3s;
  justify-content: center;
	box-sizing: border-box;
}

.button18 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.button18 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.button18 a:hover {
  text-decoration: none;
  background-color: #444444;
}

.button18 a:hover::before,
.button18 a:hover::after {
  right: 0.5em;
}

.flexitem .title_read {
	font-size: 1.5rem;
	color:#727171;
	font-weight: 600;
	line-height: 1.7;
}
.flexitem .read {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.7;
}


	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



