@charset "utf-8";
/*------------------------------------------------------------
	seminar
------------------------------------------------------------*/
#main.seminar .ttlBox {
    background: #19226d url(../img/seminar/fv.jpg) no-repeat right center;
	background-size: contain;
}

#main .lead {
	font-size: 1.6rem;
	padding: 67px 0 0 84px;
	line-height: 2.8;
	color: #fff;

}

/* 一覧 */
#main .itemLists .des .date,
#main .itemLists .des .loc {
	font-size: 1.2rem;
}
#main .itemLists .des .add_mb {
	margin: 0 0 1em;
}
#main .itemLists .img {
	position: relative;
}
#main.detail .intro .status {
	padding: 50px 0 0;
}
#main.seminar li .status {
	margin: 0 0 10px;
	min-height: 18px;
}
#main.seminar .end,
#main.seminar .start {
	font-size: 1.2rem;
	border-radius: 4px;
	padding: 2px 4px;
	color: #fff;
	font-weight: bold;
}


#main.seminar .end {
	background: #006ebe;
}
#main.seminar .start {
	background: #e6001a;
}


/* 詳細 */
#main.detail {
	background: #f8fafb;
}
.detail * {
	font-size: 1.6rem;
	line-height: 1.8;
}
#main.detail .content {
	box-sizing: border-box;
	padding: 0 0 60px;
}
#main.detail .intro {
	background: #fff;
	padding: 0 0 60px;
}
#main.detail .main {
	background: #fff;
	padding: 0 100px 100px;
}
#main.detail .form {
	padding: 60px 100px 100px;
}
#main.detail .recommend {
	background: #fff;
	padding: 100px 0 0;
}

#main.detail .seminar_tit {
	font-size: 3.6rem;
	font-weight: bold;
	color: #002850;
}


#main.detail .intro .tagList {
	margin: 0 -2.5px 50px;
}
#main.detail .intro .tagList .item {
	padding: 5px;
	margin: 2.5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #6a7277;
	font-size: 1rem;
	line-height: 1;
	background-color: #f7f8f8;
	border-radius: 2px;
}
#main.detail .mainimg {
	margin: 0 0 60px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

/* table */
#main.detail table {
	width: 100%;
	border: 1px solid#f0f1f2;
	border-collapse: collapse;
	border-spacing: 0;
}
#main.detail tbody {
	border: none;
}
#main.detail th,
#main.detail td {
	padding: 24px 50px;
	font-weight: normal;
	box-sizing: border-box;
}
#main.detail th {
	width: 20%;
	text-align: right;
	background: #f0f1f2;
	border-bottom:1px solid #fff;
}
#main.detail tr:last-child th {
	border: none;
}
#main.detail td {
	border-bottom: 1px solid#f0f1f2;
}

#main.detail .main h3 {
	font-size: 2.8rem;
  background-image: linear-gradient(to right, #1c2882, #2f6dbd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 50px;
	display: inline-block;
}
#main.detail .main h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background-color: #002850;
}
#main.detail .main h3 em {
	font-size: 1.6rem;
	font-style: normal;
}

#main.detail .main .mainText ul,
#main.detail .main .mainText ol {
	margin: 0 0 2em;
}

#main.detail .main .mainText li {
	list-style-type: disc;
	list-style-position: inside;
}
#main.detail .main .mainText p {
	margin: 0 0 2.5em;
}


/* 登壇者 */
.seminarSpeaker {
	margin: 0 0 70px;
}
.seminarSpeaker .speakerBox {
	display: flex;
	flex-wrap: wrap;
}

.seminarSpeaker .speakerTop {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	align-items: center;
}

.seminarSpeaker .speakerPhoto {
	width: 180px;
	border: 1px solid #002850;
	margin-right: 30px;
	overflow: hidden;
}

.seminarSpeaker .speakerPhoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.seminarSpeaker .speakerInfo {
	width: 70%;
}

.seminarSpeaker .speakerInfo .speakerNameEng {
	font-size: 1.4rem;
	line-height: 1.3;
}
.seminarSpeaker .speakerInfo .speakerName {
	font-size: 2.8rem;
	line-height: 1.3;
	margin: 0 0 0.4em;
}
.seminarSpeaker .speakerInfo .speakerPosition {
	font-size: 1.2rem;
}

.seminarSpeaker .speakerIntro {
	width: 100%;
}


/* フォーム */
#main .form .form_tit {
	font-size: 2.8rem;
	margin: 0 0 2.5em;
	color: #002850;
	text-align: center;
}

/* おすすめ */
#main .recommend .recommend_tit {
	font-size: 2.0rem;
	margin: 0 0 2.5em;
}

#main .recommend_subtit {
	font-size: 2.8rem;
  background-image: linear-gradient(to right, #1c2882, #2f6dbd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
	margin: 0 0 1.5em;
	display: inline-block;
}
#main .singleitemLists {
	margin-bottom: 80px;
}


/* --------------------------------
  Responsive
-------------------------------- */
@media screen and (max-width: 767px) {
	#main .lead {
		padding: 20px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#main.detail .content {
		padding: 0 0 40px;
	}
	#main.detail .intro {
		padding: 0 20px 40px;
	}
	#main.detail .main {
		padding: 0 20px 50px;
	}
	#main.detail .form {
		padding: 40px 20px 50px;
	}
	#main.detail .recommend {
		padding: 50px 20px 0;
	}
	#main.detail .seminar_tit {
		font-size: 2.4rem;
	}
	#main.detail .main h3 {
		font-size: 2.2rem;
		padding-left: 40px;
		margin-bottom: 1em;
	}
	#main.detail .main h3::before {
		width: 25px;
	}
	#main.detail .intro .tagList {
		margin-bottom: 30px;
	}
	#main.detail .mainimg {
		margin-bottom: 40px;
	}

	/* table */
	#main.detail th,
	#main.detail td {
		display: block;
		width: 100%;
		padding: 15px;
	}
	#main.detail th {
		text-align: left;
		border-bottom: none;
		padding-bottom: 5px;
	}

	/* 登壇者 */
	.seminarSpeaker {
		margin: 0 0 50px;
	}
	.seminarSpeaker .speakerTop {
		flex-direction: column;
		align-items: flex-start;
	}
	.seminarSpeaker .speakerPhoto {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.seminarSpeaker .speakerInfo {
		width: 100%;
	}
	.seminarSpeaker .speakerInfo .speakerName {
		font-size: 2.2rem;
	}

	/* フォーム */
	#main .form .form_tit {
		font-size: 2.2rem;
	}

	/* おすすめ */
	#main .recommend .recommend_tit {
		font-size: 1.8rem;
	}
	#main .recommend_subtit {
		font-size: 2.2rem;
	}
	#main .singleitemLists {
		margin-bottom: 40px;
	}
}

/* 画像の縦横比を維持するための追記 */
#main.seminar .itemLists li .img img {
  /* aspect-ratio: 1280 / 850; 正しくは850pxだが、1px削るため調整 */
  aspect-ratio: 1200 / 676;
  object-fit: contain;
}


/* HubSpot フォーム */

.hbspt-form {
    /* padding-left: 38px; */
}
.hbspt-form form fieldset {
    max-width: 100%;
}
.hbspt-form .form-columns-1 .hs-form-field, .hbspt-form .form-columns-2 .hs-form-field {
    display: flex;
    position: relative;
}
.hbspt-form .form-columns-1 .hs-form-field label, .hbspt-form .form-columns-2 .hs-form-field label {
    padding: 16px 0 19px 1px;
    font-size: 1.6rem;
    width: 16.25%;
    border-bottom: 2px solid #E7EFF6;
}
.hbspt-form .form-columns-2 .hs-form-field label {
    width: 32.5%;
    display: flex;
    align-items: center;
}
.hbspt-form .input {
    padding: 19px 0;
    font-weight: 400;
    letter-spacing: 0.15em;
    border-bottom: 2px solid #E7EFF6;
    width: 83.75%;
    margin-right: 0 !important;
}
.hbspt-form .input[name="lastname"] {
	margin: 0 2em 0 0;
}
.hbspt-form .form-columns-2 .input {
    width: 68.12%;
}
.hbspt-form .form-columns-2 .hs-form-field .hs_firstname label {
    width: 10%;
}
.hbspt-form .form-columns-2 .hs-form-field .hs_firstname .input {
    width: 90%;
}
.hbspt-form .input input[type="text"], .hbspt-form .input input[type="email"], .hbspt-form .input input[type="tel"], .hbspt-form .input textarea, .hbspt-form .input select {
    padding: 0 16px 4px;
    width: 100%;
    height: 41px;
    color: #aab4be;
    border: 1px solid #E8F1F4;
    font-size: 1.2rem;
    letter-spacing: 0.18em;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    background-color: #F3F8FC;
    max-width: 100%;
}
.hbspt-form .input input[name="lastname"], .hbspt-form .input input[name="firstname"] {
    max-width: 200px;
    width: auto;
}
.hbspt-form .actions input.hs-button {
    padding: 18px 35px 22px;
    min-width: 310px;
    cursor: pointer;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 41px;
    border: none;
    -webkit-appearance: none;
    letter-spacing: 0.22em;
    transition: all .3s ease-out;
    background-size: 180% auto;
    background-image: -moz-linear-gradient(left, #002681 0%, #006CBE 50%, #00BBB1 100%);
    background-image: -webkit-linear-gradient(left, #002681 0%, #006CBE 100%);
    background-image: linear-gradient(to right, #002681 0%, #006CBE 50%, #00BBB1 100%);
}
.hbspt-form .hs_submit {
    text-align: center;
}
.hbspt-form .actions::before {
    position: absolute;
    top: 18px;
    right: 25px;
    width: 13px;
    height: 7px;
    content: '';
    background: url(../img/contact/arrow.png) no-repeat center / 13px;
    z-index: 5;
}
.hbspt-form .actions {
    margin: 10px 5px 0;
    display: inline;
    position: relative;
}
.hbspt-form .actions input.hs-button:hover {
    background-position: right center;
}
.hbspt-form .form-columns-1 .hs-form-booleancheckbox label {
    border-bottom: none;
    font-size: 12px;
}
.hbspt-form .form-columns-1 .hs_inquary_privacy .input {
    border-bottom: none;
    width: 100%;
}
.hbspt-form .form-columns-1 .hs_inquary_privacy .input .inputs-list {
    text-align: center;
}
.hbspt-form .hs-form-required {
    color: red;
}
.hbspt-form .input textarea {
    min-height: 200px;
}
.hbspt-form .form-columns-0 .hs-richtext {
    padding: 20px 20px 0;
    margin: 20px 0;
    border: 2px solid #E7EFF6;
}


.hbspt-form .hs_webinar_interview {
	text-align: center;
}
.hbspt-form .hs_webinar_interview .input {
	/* border: none; */
	width: 100%;
}
@media all and (max-width: 896px) {
    .hbspt-form {
        padding-left: 0;
    }
    .hbspt-form .form-columns-1 .hs-form-field, .hbspt-form .form-columns-2 .hs-form-field {
        flex-direction: column;
    }
    .hbspt-form .form-columns-1 .hs-form-field label, .hbspt-form .form-columns-2 .hs-form-field label {
        width: 100%;
        border-bottom: none;
        padding: 16px 0 0 1px;
    }
    .hbspt-form .input {
        width: 100%;
    }
    .hbspt-form form fieldset.form-columns-2 {
        display: flex;
    }
    .hbspt-form .form-columns-2 .input {
        width: 100%;
    }
    .hbspt-form .actions::before {
        top: 4px;
    }
		.hbspt-form .input input[name="lastname"], .hbspt-form .input input[name="firstname"] {
				max-width: 100%;
				width: auto;
		}

}
.hbspt-form .form-columns-1 .hs-error-msgs, .hbspt-form .form-columns-2 .hs-error-msgs {
    position: absolute;
    color: red;
    width: 100%;
    height: inherit;
    left: 16.25%;
    bottom: 1px;
}
.hbspt-form .form-columns-2 .hs-error-msgs {
    left: 32.5%;
}
.hbspt-form .hs_inquary_privacy .hs-error-msgs {
    left: 0;
    text-align: center;
}
.hbspt-form .hs-error-msgs .hs-error-msg {
    display: block;
    padding: 0 !important;
    width: 100% !important;
    font-size: 1.5rem !important;
    border-bottom: none !important;
}
.hs_error_rollup {
    margin: 20px 0;
    color: red;
    font-size: 1.5rem;
    text-align: center;
}
@media all and (max-width: 896px) {
    .hbspt-form .hs-error-msgs .hs-error-msg {
        font-size: 1rem !important;
    }
    .hbspt-form .form-columns-1 .hs-error-msgs, .hbspt-form .form-columns-2 .hs-error-msgs {
        left: 0;
    }
    .hbspt-form .form-columns-2 .hs-error-msgs {
        left: 0;
    }
    .hs_error_rollup {
        font-size: 1rem;
    }
}
@media all and (max-width: 374px) {
    .hbspt-form .actions input.hs-button {
        min-width: 250px;
    }
    .hbspt-form .form-columns-2 .hs-form-field label {
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
    }
    .hbspt-form .hs-error-msgs .hs-error-msg {
        display: block;
        font-size: 0.9rem !important;
    }
}
