@charset "UTF-8";

/*
---------------------------------------
一覧
---------------------------------------
*/

.seminar .page-header::before {
	content: '';
	position: absolute;
  	right: max(calc((100vw - 1200px) / 2) -  -62px,20px);
  	top: 370px;
	display: block;
	width: min(24.51vw,304px);
	height: auto;
	aspect-ratio: 1;
	background: url(../img/seminar/main_img.png) center / contain no-repeat;
  	transform: translateY(-50%);
}

.seminar-list-container {
    margin-top: 8rem;
	padding: 0 20px;
}

.seminar-list-container .inner {
	background: #fff;
	border-radius: 15px;
	padding: 1.2rem 5rem 5rem;
}

.seminar-box-ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 5.5rem 4rem;
	margin-top: 6.6rem;
}

.seminar-box-li a {
    position: relative;
	display: block;
	height: 100%;
	background: #f7f7f7;
}

.seminar-box-li .status {
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: max-content;
    height: 3.6rem;
    background: #808080;
    border-radius: 36px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 0 1.4rem;
    margin: auto;
    text-align: center;
    z-index: 1;
}

.seminar-box-li .status.open {
    background: #e74921;
}

.seminar-box-li .img {
	position: relative;
	width: 100%;
	aspect-ratio: 750 / 500;
	overflow: hidden;
}

.seminar-box-li .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.seminar-box-li a:hover img {
	transform: scale(1.05);
}

.seminar-box-li .seminar-content {
	padding: 1.6rem 3rem 1.7rem;
}

.seminar-box-li .seminar-content .time {
    color: #e74921;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
}

.seminar-box-li .seminar-content .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: .2rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.seminar-box-li .seminar-content .info {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 1rem;
    margin-top: .8rem;
}

.seminar-box-li .seminar-content .info .format-list {
    display: flex;
    align-items: center;
    min-height: 4.6rem;
    gap: 1rem;
}

.seminar-box-li .seminar-content .info .format {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.6rem;
    height: 2.5rem;
    background: #29a150;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
}

.seminar-box-li .seminar-content .info .format.online {
    background: #0f91ce;
}

.seminar-box-li .seminar-content .info .instructor {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.seminar-box-li .seminar-content .info .instructor .name {
    font-size: 1.4rem;
    font-weight: 500;
}

.seminar-box-li .seminar-content .info .instructor .img {
    display: block;
    width: 4.6rem;
    height: auto;
    aspect-ratio: 1;
    border: solid 2px #fff;
    border-radius: 50%;
    object-fit: cover;
}

.seminar-box-li .seminar-content .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 27rem;
    height: 5rem;
    border: solid 2px #e5472d;
    border-radius: 5rem;
    color: #e5472d;
	font-family: "Outfit", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.5rem auto 0;
    transition: .2s;
}

.seminar-box-li .seminar-content .more::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: currentColor;
    mask: url(../img/common/arrow-right2.svg) center / contain no-repeat;
    margin: auto;
}

.seminar-box-li a:hover .seminar-content .more {
    background-color: #e5472d;
    color: #fff;
}

.seminar-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 3rem;
}

.seminar-tag-list .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 9rem;
    height: 3rem;
    background: #fff;
    border: solid 2px #f0f0f0;
    color: #666;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 .5rem;
    text-align: center;
}

.seminar.list .wp-pagenavi a:hover {
    background-color: #e74921;
    border-color: #e74921;
}


section.service_seminar_banner {
    margin-top: 10rem;
}

@media screen and (max-width: 1100px) {
	.seminar .key .ttl::after {
		right: 2rem;
		left: unset;
		width: 27vw;
	}
}

@media screen and (max-width: 750px) {
    .seminar .page-header::before {
        top: 67.8vw;
		right: 1.25vw;
		width: 27vw;
    }

    .seminar-list-container {
        position: relative;
        margin-top: 30px;
        padding: 0;
    }

    .seminar-list-container .inner {
        border-radius: 0;
        padding: 10px 0 20px;
    }

    .seminar-box-ul {
        grid-template-columns: 1fr;
        gap: 46px;
        margin-top: 40px;
        padding: 0 20px;
    }

    .seminar-box-li .status {
        top: -16px;
        height: 36px;
        font-size: 15px;
        padding: 0 14px;
    }

    .seminar-box-li .seminar-content {
        padding: 17px 20px 17px;
    }

    .seminar-box-li .seminar-content .time {
        font-size: 16px;
    }

    .seminar-box-li .seminar-content .ttl {
        font-size: 18px;
        margin-top: 1px;
    }

    .seminar-box-li .seminar-content .info {
        gap: 0 10px;
        margin-top: 8px;
    }

    
    .seminar-box-li .seminar-content .info .format-list {
        gap: 10px;
        min-height: 46px;
    }

    .seminar-box-li .seminar-content .info .format {
        width: 85px;
        height: 25px;
        font-size: 13px;
    }

    .seminar-box-li .seminar-content .info .instructor {
        gap: 10px;
    }

    .seminar-box-li .seminar-content .info .instructor .name {
        font-size: 14px;
    }

    .seminar-box-li .seminar-content .info .instructor .img {
        width: 46px;
    }

    .seminar-box-li .seminar-content .more {
        max-width: 266px;
        height: 49px;
        font-size: 14px;
        margin-top: 15px;
    }

    .seminar-box-li .seminar-content .more::after {
        right: 20px;
        width: 15px;
        height: 15px;
    }

    .seminar-tag-list {
        gap: 5px;
        margin-top: 30px;
    }

    .seminar-tag-list .tag {
        min-width: 89px;
        height: 30px;
        font-size: 12px;
        padding: 0 5px;
    }

    section.service_seminar_banner {
        margin-top: 50px;
    }

}

/*
---------------------------------------
詳細
---------------------------------------
*/

.seminar-detail-container {
    position: relative;
    margin-top: 8rem;
    padding: 0 20px;
}

.seminar-detail-container::after {
	content: '';
	position: absolute;
	bottom: -164px;
    right: min(72vw, calc(50vw + 374px));
    display: block;
    width: min(405px, 23.9vw);
    aspect-ratio: 416 / 391;
    background: #fbe851;
    mask: url(../img/common/deco1.svg) center / contain no-repeat;
    transform: rotate(-12.35deg);
    z-index: -1;
}

.seminar-detail-container .inner {
    background: #fff;
    border-radius: 15px;
    padding: 4rem 5rem 6.8rem;
}
.seminar-meta .info-wrap {
    display: flex;
    align-items: center;
}

.seminar-meta .status {
    background: #808080;
    border-radius: 5px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 2rem;
    padding: .7rem 1.8rem;
}

.seminar-meta .status.open {
    background-color: #e74921;
}

.seminar-meta .time {
    font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    letter-spacing: .08em;
    line-height: 1.5;
}

.seminar-meta .format-list {
    align-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.seminar-meta .format {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 3rem;
    background: #29a150;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.seminar-meta .format.online {
    background: #0f91ce;
}

.seminar-meta .ttl {
    position: relative;
    border: solid 3px #222;
    border-width: 3px 0;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 2.5rem;
    padding: 3.55rem 0;
    text-align: center;
}

.seminar-meta .ttl::after {
    content: '';
	position: absolute;
	bottom: -3.5px;
	right: 5rem;
	display: block;
	width: 24px;
	height: 4px;
	background: #fff radial-gradient(circle at center, #222 1.5px, transparent 1.5px) center / 8px 3px repeat-x;
	border: solid #fff;
	border-width: 0 8px;
	text-align: center;
}

.seminar-meta .seminar-tag-list {
    margin-top: 2rem;
}

.seminar-content-wrap {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
    margin-top: 4rem;
}

.seminar-content-main {
    flex: 1;
    min-width: 0;
}

.seminar-content-main .sec-ttl {
    position: relative;
    border-bottom: solid 3px #e5e5e5;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3rem;
    padding-bottom: 2.2rem;
}

.seminar-content-main .sec-ttl::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 5rem;
    height: 3px;
    background: #ed4628;
}

.seminar-content-main .list-01 li {
    position: relative;
    background: linear-gradient(to right, #aaa 1px, transparent 1px) center bottom / 4px 1px repeat-x;
    font-size: 1.7rem;
    line-height: calc(27/17);
    padding: 0 0 1.7rem 7rem;
}

.seminar-content-main .list-01 li:not(:first-child) {
    margin-top: 1.6rem;
}

.seminar-content-main .list-01 li::before {
    content: '';
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 1.6rem;
    display: block;
    width: 3.1rem;
    height: 2.8rem;
    background: url(../img/common/list-check.png) center / contain no-repeat;
    margin: auto;
}

.seminar-content-main .marker {
    font-weight: bold;
    padding: 2px;
    background: linear-gradient(transparent 60%, #ffff8d 60%);
}

.seminar-form {
    flex: 0 0 350px;
}

.seminar-content-main .main-img img {
    display: block;
    width: 100%;
    height: auto;
}

.goto-form {
    display: none;
}

.seminar-desc {
    margin-top: 2.5rem;
}

.seminar-desc p {
    font-size: 1.7rem;
    font-weight: 500;
}

.sec-worry {
    margin-top: 4.9rem;
}

.sec-instructor {
    margin-top: 5.6rem;
}

.instructor-box {
    position: relative;
    background: #faf7f5;
    border-radius: 10px;
    margin-top: 4rem;
    padding: 3rem 5rem 4rem;
}

.instructor-box::before {
    content: '';
    position: absolute;
    left: -2.2rem;
    top: 1rem;
    display: block;
    width: 5.1rem;
    height: auto;
    aspect-ratio: 51 / 19;
    background: url(../img/common/string.png) center / contain no-repeat;
}

.instructor-box .instructor-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.8rem;
}

.instructor-box .instructor-head .img {
    flex: 0 0 17rem;
    align-self: start;
}

.instructor-box .instructor-head .img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border: solid 5px #fff;
    border-radius: 50%;
    object-fit: cover;
}

.instructor-box .instructor-head .name-wrap {
    flex: 1;
    min-width: 0;
    padding-bottom: .5rem;
}

.instructor-box .instructor-head .ttl {
    color: #e74921;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.1rem;
}

.instructor-box .instructor-head .position {
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: .3rem;
}

.instructor-box .instructor-head .name {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.5;
}

.instructor-box .detail {
    font-size: 1.6rem;
    line-height: calc(30/16);
    margin-top: 1.8rem;
}

.sec-detail {
    margin-top: 6.2rem;
}

.detail-table {
    display: grid;
    grid-template-columns: 14.4rem 1fr;
    border: solid 4px #1da24a;
    border-radius: 10px;

}

.detail-table > dt,
.detail-table > dd {
    font-size: 1.7rem;
    line-height: calc(36/17);
}

.detail-table > dt:not(:first-of-type),
.detail-table > dd:not(:first-of-type) {
    border-top: solid 2px #dbdbdb;
}

.detail-table > dt {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1da24a;
    color: #fff;
    font-weight: 700;
    padding: 3rem 3px 3rem 0;
    text-align: center;
}

.detail-table > dd {
    padding: 3rem 4rem;
}

.detail-table dd .heading01 {
    color: #1da24a;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .8em;
}

.detail-table dd .heading02 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: .8em;
}


.detail-table dd dl {
    display: grid;
    grid-template-columns: 12rem 1fr;
    border-top: solid 1px #e5e5e5;
    margin-bottom: 3rem;
}

.detail-table dd dl dt,
.detail-table dd dl dd {
    border-bottom: solid 1px #e5e5e5;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 2rem 0;
}

.detail-table dd dl > br,
.detail-table dd p + br,
.detail-table dd dl + br {
    display: none !important;
}

.detail-table dd dl dt {
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

.detail-table dd a {
    color: #e74921;
    text-decoration: underline 1px;
    text-underline-offset: 2px;
}

.detail-table dd a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: .9em;
    height: 1em;
    background-color: currentColor;
    mask: url(../img/common/external-link.svg) center / contain no-repeat;
    margin-left: .3em;
    vertical-align: baseline;
}

.detail-table dd .note01,
.detail-table dd .note02 {
    font-size: 1.4rem;
    line-height: calc(22/14);
    padding-left: 1em;
    text-indent: -1em;
}

.detail-table dd .note01::before,
.detail-table dd .note02::before {
    content: '※';
}

.detail-table dd .note02 {
    color: #666;
}

.sec-learn {
    margin-top: 5.6rem;
}

.seminar-related {
    margin-top: 7rem;
    padding: 0 20px;
}

.seminar-related .inner {
    max-width: 1100px;
}

.seminar-related .related-ttl {
    position: relative;
    padding-top: 8rem;
    text-align: center;
    z-index: 0;
}

.seminar-related .related-ttl::before {
    content: 'SEMINAR';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 16rem;
    font-weight: 500;
    line-height: 1;
    z-index: -1;
}

.seminar-related .related-ttl .en {
    color: #e74921;
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .6rem;
}

.seminar-related .related-ttl .ja {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.seminar-related .seminar-box-ul {
    grid-template-columns: repeat(auto-fit, calc((100% - 8rem) / 3));
    justify-content: center;
    margin-top: 6.4rem;
}


.seminar-related .seminar-box-li a {
    background: #fff;
}

.seminar.detail .contact-bnr {
    margin-top: 12rem;
}

.form-closed {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 700 / 560;
    background: url(../img/seminar/thanks.png) center / cover no-repeat;
    margin: auto;
}

.form-closed .ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33rem;
    height: 5rem;
    background: #303030;
    border-radius: 100px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .01em;
    margin: auto;
    padding-left: .8em;
    transform: translateY(-50%);
}

.form-closed .ttl::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    width: 0;
    height: 0;
    border-top: solid 10px #303030;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.form-closed .txt {
    position: absolute;
    left: 0;
    bottom: 2.7rem;
    width: 100%;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: calc(31/21);
    letter-spacing: 0;
    padding-left: .2em;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .seminar-detail-container {
        margin-top: 14rem;
    }

    .seminar-detail-container::after {
        bottom: -82px;
        right: (50vw + 187px);
        width: 202px;
    }

    .seminar-content-wrap {
        flex-direction: column;
        gap: 6rem;
    }

    .seminar-content-main {
        flex: auto;
        width: 100%;
    }

    .seminar-form {
        flex: auto;
        width: 100%;
    }

    .goto-form {
        display: block;
        margin-top: 20px;
    }

    .goto-form a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 266px;
        height: 49px;
        background: #e5472d;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin: auto;
        transition: .2s;
    }

    .goto-form a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        display: block;
        width: 15px;
        height: 15px;
        background: currentColor;
        mask: url(../img/common/arrow-right2.svg) center / contain no-repeat;
        margin: auto;
        transform: rotate(90deg);
    }

}

@media screen and (max-width: 750px) {
    .seminar-detail-container {
        margin-top: 30px;
        padding: 0;
    }

    .seminar-detail-container .inner {
        border-radius: 0;
        padding: 33px 20px 32px;
    }

    .seminar-meta .info-wrap {
        position: relative;
        display: block;
        flex-wrap: wrap;
    }

    .seminar-meta .status {
        width: max-content;
        border-radius: 2.5px;
        font-size: 16px;
        margin-right: 10px;
        padding: 5px 10px;
    }

    .seminar-meta .time {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .seminar-meta .format-list {
        position: absolute;
        top: 2px;
        right: 0;
    }

    .seminar-meta .format {
        width: 90px;
        height: 30px;
        font-size: 14px;
    }

    .seminar-meta .ttl {
        border-width: 1.5px 0;
        font-size: 22px;
        margin-top: 20px;
        padding: 15px 0;
    }

	.seminar-meta .ttl::after {
		bottom: -1.75px;
		right: 23px;
		width: 12px;
		height: 2px;
		background: #fff radial-gradient(circle at center, #222 0.75px, transparent 0.75px) center / 4px 1.5px repeat-x;
		border-width: 0 4px;
	}

    .seminar-meta .seminar-tag-list {
        margin-top: 15px;
    }

    .seminar-content-wrap {
        margin-top: 20px;
    }

    .seminar-content-main .sec-ttl {
        border-width: 1.5px;
        font-size: 20px;
        margin-bottom: 24px;
        padding-bottom: 18px;
    }

    .seminar-content-main .sec-ttl::before {
        bottom: -1.5px;
        width: 25px;
        height: 1.5px;
    }

    .seminar-content-main .list-01 li {
        font-size: 15px;
        padding: 0 0 15px 40px;
    }

    .seminar-content-main .list-01 li:not(:first-child) {
        margin-top: 15px;
    }

    .seminar-content-main .list-01 li::before {
        left: 0;
        bottom: 15px;
        width: 25px;
        height: 23px;
    }

    .seminar-desc {
        margin-top: 20px;
    }

    .seminar-desc p {
        font-size: 15px;
    }

    .sec-worry {
        margin-top: 35px;
    }

    .sec-instructor {
        margin-top: 40px;
    }

    .instructor-box {
        margin-top: 30px;
        padding: 20px 20px 30px;
    }

    .instructor-box::before {
        left: -11px;
        top: 5px;
        width: 34px;
    }

    .instructor-box .instructor-head {
        display: block;
    }

    .instructor-box .instructor-head .img {
        width: 150px;
        margin: 0 auto 10px;
    }

    .instructor-box .instructor-head .img img {
        border-width: 2.5px;
    }

    .instructor-box .instructor-head .name-wrap {
        padding-bottom: 0;
        text-align: center;
    }

    .instructor-box .instructor-head .ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .instructor-box .instructor-head .position {
        font-size: 15px;
        margin-bottom: 3px;
    }

    .instructor-box .instructor-head .name {
        font-size: 22px;
    }

    .instructor-box .detail {
        font-size: 14px;
        line-height: calc(26 / 14);
        margin-top: 15px;
    }

    .sec-detail {
        margin-top: 40px;
    }

    .detail-table {
        grid-template-columns: 62px 1fr;
        border-width: 2px;
        border-radius: 5px;
    }

    .detail-table > dt,
    .detail-table > dd {
        font-size: 15px;
    }

    .detail-table > dt:not(:first-child),
    .detail-table > dd:not(:first-child) {
        border-width: 1px;
    }

    .detail-table > dt {
        padding: 15px 2px 15px 0;
        text-align: center;
    }

    .detail-table > dd {
        padding: 15px;
    }

    .detail-table dd .heading01 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .detail-table dd .heading02 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .detail-table dd dl {
        grid-template-columns: 80px 1fr;
        margin-bottom: 20px;
    }

    .detail-table dd dl dt,
    .detail-table dd dl dd {
        font-size: 13px;
        padding: 10px 0;
    }

    .detail-table dd dl dt {
        padding-left: 10px;
    }

    .detail-table dd .note01,
    .detail-table dd .note02 {
        font-size: 12px;
    }

    .sec-learn {
        margin-top: 40px;
    }

    .seminar-related {
        margin-top: 70px;
        padding: 0;
    }

    .seminar-related .related-ttl {
        padding-top: 22px;
    }

    .seminar-related .related-ttl::before {
        font-size: 70px;
    }

    .seminar-related .related-ttl .en {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .seminar-related .related-ttl .ja {
        font-size: 24px;
    }

    .seminar-related .seminar-box-ul {
        grid-template-columns: 100%;
        margin-top: 6.4rem;
    }


    .seminar-related .seminar-box-li a {
        background: #fff;
    }

    .seminar.detail .contact-bnr {
        margin-top: 60px;
    }

    .seminar-form:has(.form-closed) {
        padding-top: 22.5px;
    }

    .form-closed .ttl {
        width: 320px;
        height: 45px;
        font-size: 16px;
    }

    .form-closed .txt {
        font-size: 21px;
    }

}