@charset "utf-8";

.mainvisualWrapTop.yoshitani {
	background-image: url("/img/top/top_mainvisual02.webp?240717");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-size: 2000px;
	color: #ffffff;
}
.mainvisualWrapTop.yoshitani .headText {
	margin: 50px 0 20px 0;
	display: flex;
}
.mainvisualWrapTop.yoshitani h1 {
	font-size: 55px;
	line-height: 120%;
}
.mainvisualWrapTop.yoshitani .text01 {
	color: #ffffff;
	line-height: 180%;
}
.detailText01 {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
.detailUl01 li {
	padding: 5px 0px 5px 1em;
	font-size: 16px;
	line-height: 1.25em;
	text-indent: -1em;
}
.detailFlexBox04 {
	width: 478px;
}

/* 右下バナー広告 */
.floating-banner button {
	border: none;
	outline: none;
}
.floating-banner {
	position: fixed;
	right: 20px;
    bottom: 95px;
	z-index: 9998;
	background: rgba(255,255,255,1.00);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 20px 0px;
}
.target.is-hidden {
	display: none;
}
.floating-banner p {
	margin: 0;
}
/* ボタンの設定 */
.floating-banner_button {
	display: block;
    width: 20px;
    height: 20px;
    background-color: #3e3e3e;
    position: absolute;
    right: -10px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    padding: 16px;
    top: -15px;
}
.floating-banner_button a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90s )";
}
/* アイコンの設定(開) */
.floating-banner_button::before, .floating-banner_button::after {
	display: block;
	content: '';
    width: 1px;
    height: 11px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.floating-banner_button::before {
	transform: rotateZ(90deg);
}
.floating-banner_button::after {
	transform: rotateZ(90deg);
}
/* アイコンの設定(閉) */
.floating-banner_buttonClose {
	display: block;
	width: 20px;
	height: 20px;
	margin-left: auto;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: -30px;
	bottom: 100%;
	cursor: pointer;
	padding: 16px;
}
.floating-banner_buttonClose::before, .floating-banner_buttonClose::after {
	display: block;
	content: '';
	width: 1px;
    height: 12px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.floating-banner_buttonClose::before {
	transform: rotateZ(0deg);
}
.floating-banner_buttonClose::after {
	transform: rotateZ(90deg);
}
#eventBnr img {
	width: 300px;
	display: block;
}
.mainvisualWrapTop.yoshitani .text01 span {
    padding: 0 5px;
    background: linear-gradient(transparent 5%, #034276 5%);
}
.mainvisualWrapTop.yoshitani .headText span {
	margin-right: 20px;
	padding: 3px 20px 3px 35px;
	color: #0461AE;
	font-size: 18px;
	font-weight: bold;
	background: #D5EBFF;
	border-radius: 20px;
	background-image: url("/img/top/icon-check.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 10px center;
}
.slider {
	width: 100%;
}
.slider-wrap {
	animation: scroll 36s linear infinite;
	display: flex;
	width: calc(2390px * 2);
	height:100%;
}
.slider-wrap .slide {
	width: 2390px;
}
.slider-wrap .slide img {
	width: 2390px;
}
.toptext {
    margin-top: 50px;
}
.funcIconHyoujyun {
	background-color: #1C81CF;
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em;
	width: 88px;
	text-align: center;
	padding: 3px 2px 4px 2px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.funcFlexBox02 .funcH401 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.funcH401 {
	font-size: 21px;
	line-height: 1.36em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.funcH402 {
	font-size: 18px;
	line-height: 1.36em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.toptext02 {
    font-size: 24px;
    font-weight: bold;
}
.price-container {
	width: 100%;
	margin: 0 auto;
}
.priceBox {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.price {
	background-color: #f0f0f0;
	text-align: center;
	padding: 20px 65px;
	margin-bottom: 30px;
}
#price .price {
	padding: 50px 10%;
	display: flex;
	justify-content: space-around;
}
#price .price dt {
	margin: 0 0 10px 0;
	font-size: 24px;
	white-space: nowrap;
}
#price.reasonPic {
	margin-right: 30px;
	background: #ffffff;
}
#price.reasonPic .price {
	padding: 30px 5%;
	justify-content: space-around;
	background: #f0f0f0;
}
#price.reasonPic .price dt {
	margin: 0 0 10px 0;
	font-size: 24px;
}
#price.reasonPic .price dl {
	margin: 0 20px;
}
.price dl {
	display: block;
}
.price dl:first-of-type {
	margin-bottom: 10px;
}
.price dt,
.price dd {
	display: block;
	vertical-align: middle;
}
.price dt {
	font-size: 32px;
	font-weight: bold;
	margin-right: 20px;
}
.price dd img {
	height: 49px;
	width: auto;
}
#price .price dd img {
	height: auto;
	width: auto;
}
.priceText01 {
	color: #125990;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}
#price.reasonPic .price .shoki {
	width: 100px;
}
#price.reasonPic .price .getsugaku {
	width: 180px;
}
.contFlex01 .contFlexBox06 {
	padding: 10px;
}
.contFlex01 .contFlexBox06 .contText0401 {
	margin-top: 0.5rem;
	font-size: 14px;
	height: 2.5rem;
}
.contFlex01 .contFlexBox06 .contText0402 {
	margin: 0 0 0.5rem 0;
	font-size: 16px;
	font-weight: bold;
	color: #125990;
}
.jirei_text01 {
	margin: 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
.contFlex01 .contFlexBox06 .contText0403 {
	font-size: 14px;
}
.contHeight {
	height: 76px;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75)
}
.mm-page {
    box-sizing: border-box;
    position: relative
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1
}
#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}
.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}
.mm-menu.mm-offcanvas.mm-right {
    left: auto
}
.boxil_batch_img{
	margin: -30px 0 -50px 0px;
}
.boxil_batch_img{
	display: flex;
	gap:10px;
}
.boxil_batch_img img{
	width: 155px;
}
.boxil_batch_remark{
	font-size: 11px;
    color: #000;
    margin: 50px 0 -20px 0;
}
.mac .boxil_batch_remark {
    margin: 50px 0 0px 0;
}
.mac .dropdown{
	height: 27px;
}
.mac .navMenu ul li > a{
	display: block;
}
@keyframes scroll{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-2390px * 1));
	}
}
@media screen and (max-width:768px){
	.mainvisualWrapTop.yoshitani {
		background-image: none;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.mainvisualWrapTop.yoshitani .headText {
		display: none;
	}
	#eventBnr img {
		width: 200px;
		height: 80px;
	}
	.floating-banner {
		bottom: 49px;
	}
	.boxil_batch_img {
		margin: 10px 20px 0px 20px;
		gap: 5px;
		justify-content: center;
	}
	.boxil_batch_img img {
		width: calc(33% - 5px) !important;
	}
	.boxil_batch_remark {
		font-size: 11px;
		color: #000;
		margin: 10px 0 -15px 0;
		padding: 0 10px;
		text-align: center;
	}
}
@media screen and (max-width:768px) {
	.detailText01 {
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
	}
	.detailUl01 li {
		padding: 5px 0px 5px 1em;
		font-size: 15px;
		line-height: 1.25em;
		text-indent: -1em;
	}
	.detailFlexBox02, .detailFlexBox04 {
		width: auto;
		margin-bottom: 20px;
	}
	.funcFlexBox02 .funcH401 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 0px;
	}
	.funcH401 {
		font-size: 22px;
		line-height: 1.36em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}

	.price-container {
		width: auto;
		margin: 0 auto;
	}
	.priceText01 {
		font-size: 18px;
	}
	.price {
		padding: 20px 30px;
	}
	.price dd img {
		height: 30px;
	}
	#price .price dt {
		font-size: 18px;
	}
	#price .price dd img {
		width: 80%;
	}
	#price .price dd p {
		font-size: 10px;
	}
	.priceRequest button {
		width: 100%;
	}
	#price.reasonPic .price dt {
		font-size: 18px;
	}
	#price.reasonPic .price .shoki {
		width: 100px;
	}
	#price.reasonPic .price .getsugaku {
		width: 200px;
	}
	.contFlex05 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contFlex05 {
		/*display: flex;*/
		display: block;
		justify-content: space-between;
		align-items: flex-end;
	}
	.max {
		width: 100%;
	}

	.toptext02 {
		font-size: 24px;
		font-weight: bold;
	}

	.contFlexBox06 .linkWrap02 {
		display: flex;
	}
	.contFlexBox06 .linkWrap0201 {
		width: 30%;
	}
	.contFlexBox06 .linkWrap0202 {
		padding-left: 20px;
		width: 70%;
	}
}
.pcfixdFootlink{
	display: none;
}
.contText01.mb10 {
    font-size: 26px;
    margin-bottom: 30px !important;
}
.topBlock06 {
    padding: 60px 0px 30px 0px;
}

@media screen and (min-width:768px) {
	.topBlock03-title{
		display: flex;
		gap: 20px;
		width: 1020px;
		margin: 40px auto;
	}
	.topBlock03-title li{
		background: #eee;
		color: #000;
		font-size: 16px;
		padding: 15px 15px;
		font-size: 16px;
		border-radius: 5px;
		position: relative;
		width: 23%;
		height: auto;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.topBlock03-title li::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-top: 15px solid #eee;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}
	.topBlock03-answer{
		display: flex;
		gap: 20px;
		width: 1020px;
		margin: 40px auto 10px;
	}
	.topBlock03-answer li{
		background: #fff;
		color: #000;
		font-size: 16px;
		padding: 20px 10px 5px;
		font-size: 16px;
		border: 1px solid #5692C7;
		border-radius: 5px;
		position: relative;
		width: 23%;
		height: auto;
	}
	.topBlock03-answer li h3{
		font-size: 20px;
		color: #12598F;
		font-weight: bold;
		margin-bottom: 140px;
	}
	.topBlock03-answer li p{
		font-size: 14px;
        margin-bottom: 20px;
        text-align: left;
        padding: 0px 0px 0px 30px;
        background-image: url(/img/top/icon-check.svg);
        background-repeat: no-repeat;
        background-size: 13px 13px;
        background-position: 10px 6px;
	}
	.topBlock03-answer .table01-cell2.p3 h3{
		margin-bottom: 111px;
	}
	.topBlock03-answer .table01-cell2.p1 {
		background-size: 140px auto;
        background-position: right 47px top 109px;
		background-repeat: no-repeat;
		background-image: url(/img/top/onayami1.webp);
	}
	.topBlock03-answer .table01-cell2.p2 {
		background-size: 140px auto;
        background-position: right 57px top 107px;
		background-repeat: no-repeat;
		background-image: url(/img/top/onayami2.webp);
	}
	.topBlock03-answer .table01-cell2.p3 {
		background-size: 135px auto;
        background-position: right 57px top 118px;
		background-repeat: no-repeat;
		background-image: url(/img/top/onayami3.webp);
	}
	.topBlock03-answer .table01-cell2.p4 {
		background-size: 130px auto;
        background-position: right 60px top 123px;
		background-repeat: no-repeat;
		background-image: url(/img/top/onayami4r.webp);
	}
}
.topNewsCont li {
    padding: 15px 0px 2px 7em;
}
.newslistlink {
    padding: 8px 30px;
    text-align: right;
    border: 1px solid #12598F;
    width: max-content;
    margin: 30px auto;
    border-radius: 2px;
}
.detailFlexBox04 {
    width: 100%;
}
.topNewsCont.event{
	display: flex;
    gap: 30px;
	margin-top: 25px;
}
.topNewsCont.event li{
	padding: 0;
	text-indent: 0;
	width: 33%;
}
.topNewsCont .seminer_date{
	margin: 10px 0;
}
.topNewsBox .topNewsTit{
	width: auto;
}
.mktoForm .mktoButtonWrap.mktoSkip button.mktoButton{
	width: 80%;
}

@media screen and (max-width:768px) {
	.topBlock06 {
		padding: 20px 0px 30px 0px;
	}
	.topNewsCont {
        margin-left: 0;
		padding: 0 20px;
    }
	.topNewsCont.event {
		display: block;
		margin-top: 10px;
	}
	.topNewsCont.event li {
		margin-bottom: 40px;
		width: 100%;
	}
	.topNewsTit{
		margin: 50px 0 30px;
	}
	.topBlock06 .contIn1020{
		padding: 0 15px;
	}
	.secondBlock01 .contLink02 a {
		padding: 15px;
	}
	.topBlock03 {
		padding: 30px 10px;
	}
    .table01 .table01-cell1 {
        padding: 15px 5px;
    }
	.table01 {
        margin-bottom: 30px;
	}
	.detailText01 {
        padding: 0 0px;
    }
	.topBlock01 .contFlex01 .contFlexBox01 img{
		max-width: 270px;
	}
	.contFlexBox01 {
        padding: 30px 20px;
    }
	.topBlock01 {
		padding: 20px 15px;
	}
	.contIn960 .contLink01 {
		max-width: 300px;
	}
	.bridge .top2btn {
		margin-top: 50px;
	}
	.contIn1020 {
        padding: 0px 0px;
    }
	.requestShiryo .program .flexbox{
		display: block;
		margin-top: 15px;
	}
	.requestShiryo .program .flexbox ul {
		width: 100%;
	}
	.requestShiryo .program li {
		margin-top: 5px;
		font-size: 15px;
		padding: 5px 0 10px;
		border-bottom: 1px solid #ddd;
	}
	.requestShiryo .program .flexbox ul:last-child {
		width: 100%;
	}
    .topNewsTit {
        margin: 0px 0 20px;
    }
	.topBlock07 {
        padding: 40px 15px 10px 15px;
    }
	.topNewsCont {
        padding: 0 0px;
    }
	.footerNaviBox01 {
        width: 100%;
    }
	.footerNaviWrap .link01 {
        margin-bottom: 10px;
        padding-left: 18px;
        position: relative;
    }
	.footerNaviWrap .link01::before {
        top: 9px;
    }
    .footerLinkR {
        justify-content: center;
    }
	.footerLinkR a {
		margin: 0px 10px 20px 0px;
	}
	.footerLinkR .logo-jiima {
		margin-left: 20px;
	}
	.seminer_img img{
		width: 100%;
		display: none;
	}
}