@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
/* [PAGE-STATION]
/* [SINGLE-STATION]
/* [PAGE-INFO]
/* [PAGE-FAQ]
/* [SINGLE-INFO]
/* [SINGLE-FAQ]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#main-index {
	display: block;
	background: #fff;
	position: relative;	
}
#main-index:before {
	content: "";
	position: absolute;
	top: 0;
	background-color: rgb(000, 000, 000, 0.55);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}
#main-index .bg-wrap {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: url(../images/layouts/main-bg-sp.webp) no-repeat center center;
	background-size: cover;
}
#main-index .bg-wrap:before {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0; 
	border-bottom: 100px solid #fff;
	border-left: 100vw solid transparent;
	z-index: 10;
}
.kv-ttl-wrap {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1280px;
	padding: 22% 30px 140px;
	margin: 0 auto;
	color: #fff;
}
.kv-ttl-wrap h1 {
	font-weight: 900;
	color: #fff;
	font-size: 32px;
	line-height: 180%;
	margin-bottom: 20px;
}
.kv-ttl-wrap h1 .fs-38 {
	font-size: 38px;
}
.kv-ttl-wrap h1 .fs-red {
	font-size: 39px;
	color: #FF2E2F;
}
.kv-ttl-wrap .dsp {
	font-weight: 600;
	line-height: 140%;
	font-size: 15px;
	margin-bottom: 30px;
}
.main-case-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.main-case-li li {
	width: 46%;
	margin-right: 8%;
}
.main-case-li li:nth-child(2n),
.main-case-li li:last-child {
	margin-right: 0;
}
.main-case-li li img {
	width: 100%;
	height: auto;
}
.kv-ttl-wrap .anim {
	display: block;
	animation: fadeInTxtBox 1s ease-out forwards;
}
/* フェードインアニメーション*/
@keyframes fadeInTxtBox {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
} 
@media (min-width:768px) {
	.kv-ttl-wrap {
		padding: 25% 100px; 
	}
	.kv-ttl-wrap h1 {
		font-size: 36px;
		line-height: 200%;
		text-align: center;
	}
	.kv-ttl-wrap h1 .fs-38 {
		font-size: 66px;
	}
	.kv-ttl-wrap h1 .fs-red {
		font-size: 85px;
	}
	.kv-ttl-wrap .dsp {
		text-align: center;
	}
	.main-case-li {
		max-width: 100%;
		margin: 0 auto 40px;
	}
	.kv-ttl-wrap .btn {
		margin: 0 auto;
	}
}
@media (min-width:1024px) {
	#main-index .bg-wrap {
		background: url(../images/layouts/main-bg.webp) no-repeat;
		background-size: cover;
	}
	.kv-ttl-wrap {
		padding: 13% 40px 160px; 
	}
	.kv-ttl-wrap h1 {
		font-size: 26px;
		line-height: 200%;
		text-align: left;
	}
	.kv-ttl-wrap h1 .fs-38 {
		font-size: 36px;
	}
	.kv-ttl-wrap h1 .fs-red {
		font-size: 39px;
	}
	.kv-ttl-wrap .dsp {
		text-align: left;
	}
	.main-case-li {
		max-width: 320px;
		margin: 0 0 40px;
	}
	.kv-ttl-wrap .btn {
		margin: 0;
	}
	.main-case-li {
		justify-content: space-between;
	}
	.main-case-li li {
		width: 31%;
		margin-right: 0;
	}
}
@media (min-width:1180px) {
	#main-index .bg-wrap:before {
		border-bottom: 10vw solid #fff;
	}
	.kv-ttl-wrap {
		padding: 8% 40px 160px;
	}
	.kv-ttl-wrap .anim {
		max-width: 700px;
	}
	.kv-ttl-wrap h1 {
		font-size: 36px;
		line-height: 230%;
	}
	.kv-ttl-wrap h1 .fs-38 {
		font-size: 66px;
	}
	.kv-ttl-wrap h1 .fs-red {
		font-size: 85px;
	}
	.kv-ttl-wrap .dsp {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.main-case-li {
		max-width: 520px;
	}
	.kv-ttl-wrap .btn {
		margin: 0;
	}
}
#for-example .pkg {
	padding: 60px 30px 80px;
}
.brd-ttl {
	position: relative;
	padding: 20px 0;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 40px;
}
.brd-ttl:before {
	content: "";
	position: absolute;
	background: #242424;
	width: 100px;
	height: 1px;
	top: 0;
	left: 0;
}
.brd-ttl:after {
	content: "";
	position: absolute;
	background: #242424;
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 0;
}
.big-ttl {
	font-size: 45px;
	line-height: 140%;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 900;
}
.big-ttl span {
	color: #9B0001;
}
.worries-li li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #242424;
}
.worries-li li:last-child {
	margin-bottom: 0;
}
.worries-li li .eng {
	width: 20%;
	line-height: 180%;
	color: #9B0001;
	text-align: center;
}
.worries-li li .eng .big {
	display: block;
	font-size: 40px;
}
.worries-li li .dsp {
	width: 75%;
	font-weight: 600;
	line-height: 160%;
	font-size: 18px;
}
@media (min-width:768px) {
	#for-example .pkg {
		max-width: 660px;
		margin: 0 auto;
	}
}
@media (min-width:1180px) {
	#for-example .pkg {
		max-width: 1280px;
		margin: 0 auto;
		padding: 100px 40px 120px;
	}
	.big-ttl {
		font-size: 62px;
		margin-bottom: 60px;
	}
	.worries-li {
		display: flex;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.worries-li li {
		width: 31%;
		padding: 40px;
		border: 2px solid #242424;
		display: block;
		margin-bottom: 0;
		margin: 10px;
	}
	.worries-li li .eng {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.worries-li li .eng .big {
		font-size: 60px;
	}
	.worries-li li .dsp {
		width: 100%;
		font-size: 20px;
	}
}
#structure {
	position: relative;
}
/*スタッフ紹介上のとがり
#structure:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0; 
	border-top: 100px solid #fff;
	border-right: 100vw solid transparent;
	z-index: 10;
}*/
#structure .pkg {
	position: relative;
	z-index: 10;
}
.bg-col {
	background: #1a2052;
}
.structure-conts-01 .dsp {
	margin-bottom: 40px;
	color: #FFF;
}
.structure-li {
	width: 100%;
	margin-bottom: 80px;
}
.structure-li li {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background: #fff;
}
.structure-li li:last-child {
	margin-bottom: 0;
}
.structure-li li .img-box img {
	width: 100%;
	height: auto;
}
.structure-li li .txt-box {
	padding: 40px;
}
.structure-li li .txt-box .eng {
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #9B0001;
}
.structure-li li .txt-box .ttl {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.structure-li li .txt-box .txt {
	font-size: 20px;
}
@media (min-width:768px) {
	#structure .pkg {
		max-width: 660px;
		margin: 0 auto;
	}
}
@media (min-width:1180px) {
	#structure:before {
		border-top: 10vw solid #fff;
	}
	#structure .pkg {
		max-width: 1280px;
		margin: 0 auto;
		padding: 120px 40px 120px;
	}
	.structure-conts-01 .dsp {
		margin-bottom: 60px;
	}
	.structure-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.structure-li li {
		width: 31%;
		margin-bottom: 0;
	}
}
.point-wrap {
	background: #fff;
	padding: 30px;
	margin-bottom: 60px;
}
.point-wrap-main {
	width: 100%;
	margin-bottom: 60px;
}
.point-wrap-main .txt-box {
	margin-bottom: 20px;
}
.point-wrap-main .txt-box .icon {
	display: inline-block;
	padding: 10px 20px;
	background: #0E1C3E;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.point-wrap-main .txt-box .ttl {
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 140%;
}
.point-wrap-main .img-box img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.point-wrap {
		padding: 40px;
	}
}
@media (min-width:1180px) {
	.point-wrap {
		padding: 80px;
		margin-bottom: 120px;
	}
	.point-wrap-main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.point-wrap-main .txt-box {
		width: 59.8%;
		margin-bottom: 0;
	}
	.point-wrap-main .img-box {
		width: 36.5%;
	}
	.point-wrap-main .txt-box .ttl {
		font-size: 38px;
	}
}
.point-li li {
	width: 100%;
	padding: 30px;
	background: #1a2052;
	margin-bottom: 20px;
}
.point-li li .icon {
	text-align: center;
}
.point-li li .icon .eng {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: #9B0001;
	border-radius: 30px;
	color: #fff;
	font-size: 10px;
	line-height: 58px;
}
.point-li li .ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.point-li li .txt {
	letter-spacing: 0;
}
@media (min-width:1180px) {
	.point-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.point-li li {
		width: 48%;
		margin-bottom: 4%;
		padding: 40px;
	}
	.point-li li .point-ttl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.point-li li .point-ttl .icon {
		width: 15%;
		max-width: 60px;
	}
	.point-li li .icon .eng {
		margin: 0;
	}
	.point-li li .point-ttl .ttl {
		width: 82%;
		text-align: left;
		margin-bottom: 0;
	}
	.point-li li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
.plan-ttl-box {
	margin-bottom: 45px;
}
.plan-icon {
	width: 100%;
	max-width: 210px;
	margin: 0 auto 20px;
}
.plan-icon img {
	width: 100%;
	height: auto;
}
.plan-ttl-box .ttl {
	font-size: 24px;
	text-align: center;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
}
.price-box {
	margin-bottom: 60px;
}
.price-box .price .time {
	font-size: 44px;
	text-align: center;
	line-height: 140%;
	font-weight: 900;
	color: #FFF;
}
.price-box .price .price-img {
	width: 100%;
	max-width: 258px;
	margin: 0 auto;
}
.price-box .price .price-img img {
	width: 100%;
	height: auto;
}
.price-box .price {
	border-bottom: 1px solid #BABABA;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.price-box .caution {
	line-height: 140%;
}
.campaign-ttl {
	margin-bottom: 60px;
}
.campaign-ttl .ttl {
	font-size: 58px;
	line-height: 120%;
	font-weight: 900;
	text-align: center;
	margin-bottom: 45px;
}
.campaign-ttl .ttl .col {
	color: #9B0001;
}
.campaign-ttl .ttl .hosoku {
	display: block;
	font-size: 22px;
	line-height: 100%;
	margin-top: 10px;
}
.campaign-ttl .btn {
	margin: 0 auto;
}
@media (min-width:1180px) {
	.plan-icon {
		max-width: 316px;
	}
	.plan-ttl-box .ttl {
		font-size: 28px;
	}
	.price-box {
		width: 100%;
		max-width: 840px;
		margin: 0 auto 80px;
	}
	.price-box .price {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.price-box .price .time {
		width: 50%;
		text-align: left;
	}
	.price-box .price .price-img {
		width: 50%;
		margin: 0;
	}
	.price-box .caution {
		text-align: right;
	}
	.campaign-ttl .ttl {
		font-size: 78px;
	}
	.campaign-ttl .ttl .hosoku {
		font-size: 38px;
	}
}
.office-info {
	background: #fff;
	padding: 30px;
	margin-top: 60px;
}
.office-info .img-box {
	margin-bottom: 20px;
}
.office-info img {
	width: 100%;
	height: auto;
}
.office-info .ttl {
	margin-bottom: 10px;
	font-weight: bold;
}
.office-info .sub-ttl {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 10px;
	font-weight: bold;
}
.office-info .address {
	margin-bottom: 10px;
	font-weight: 500;
}
a.txt-link {
	color: #003AA8;
	text-decoration: underline;
}
@media (min-width:1180px) {
	.office-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 50px;
		border-radius: 30px;
		max-width: 1040px;
		margin: 0 auto;
	}
	.office-info .img-box {
		width: 40%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.office-info .txt-box {
		width: 55%;
	}
}
#voice-faq {
	position: relative;
}
#voice-faq .pkg {
	position: relative;
	z-index: 10;
	padding: 0 30px 0;
}
/*スタッフ紹介のとがり
#voice-faq:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0; 
	border-top: 100px solid #1a2052;
	border-right: 100vw solid transparent;
	z-index: 10;
}*/
.achievements-conts {
	margin-bottom: 100px;
}
.achievements-conts .ttl-wrap {
	margin-bottom: 60px;
}
.achievements-li li {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.achievements-li li:last-child {
	margin-bottom: 0;
}
.achievements-li li img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.achievements-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 890px;
		margin: 0 auto;
	}
	.achievements-li li {
		width: 48%;
		margin-bottom: 40px;
	}
}
.voice-conts {
	margin-bottom: 100px;
}
.voice-conts .ttl-wrap {
	margin-bottom: 60px;
	text-align: center;
}
.voice-wrap {
	width: 100%;
	max-width: 890px;
	border: 1px solid #0E1C3E;
	background: #fff;
	margin: 0 auto 20px;
}
.voice-wrap .wrap {
	padding: 30px;
}
.voice-wrap .voice-ttl-box {
	background: #0E1C3E;
	text-align: center;
	color: #fff;
	padding: 20px 20px 25px;
	line-height: 100%;
}
.voice-wrap .voice-ttl-box .com {
	font-size: 12px;
	margin-bottom: 8px;
}
.voice-wrap .voice-ttl-box .job {
	font-size: 11px;
	margin-bottom: 5px;
}
.voice-wrap .voice-ttl-box .name {
	font-size: 18px;
}
.voice-wrap .video {
	margin-bottom: 20px;
}
.voice-wrap .video iframe {
	width: 100%;
	height: 180px;
}
.voice-li {
	width: 100%;
	margin: 0 auto;
}
.voice-li li {
	margin-bottom: 20px;
}
.voice-li li:last-child {
	margin-bottom: 0;
}
.voice-li li .ac_ttl {
	padding: 20px;
	position: relative;
	transition: 0.6s ease-in-out;
	background: #1a2052;
}
.voice-li li .ac_ttl .i_box {
	position: absolute;
	top: 40%;
	right: 20px;
	width: 32px;
	height: 32px;
	margin-top: -10px;
	background: #9B0001;
	border-radius: 16px;
}
.voice-li li .ac_ttl .i_box:before,
.voice-li li .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.voice-li li .ac_ttl .i_box:before {
	border-top: 2px solid #fff;
	width: 16px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 8px;
}
.voice-li li .ac_ttl .i_box:after {
	border-left: 2px solid #fff;
	width: 0;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 15px;
	transition: .3s;
}
.voice-li li .ac_ttl.open .i_box:after {
	height: 0;
}
.voice-li li .ac_inner {
	display: none;
	background: #fff;
	padding-top: 20px;
}
.voice-li li .ac_txt {
	width: 80%;
	position: relative;
}
.voice-li li .ac_txt .ttl {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
	color: #3C3C3C;
}
@media (min-width:768px) {
	#voice-faq .pkg {
		max-width: 660px;
		margin: 0 auto;
	}
	.voice-wrap .wrap {
		padding: 60px;
	}
	.voice-wrap .video iframe {
		height: 260px;
	}
}
@media (min-width:1180px) {
	#voice-faq .pkg {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 40px 100px;
	}
	#voice-faq:before {
		border-top: 10vw solid #1a2052;
	}
	.voice-wrap {
		margin: 0 auto 40px;
	}
	.voice-wrap .video {
		max-width: 640px;
		margin: 0 auto 40px;
	}
	.voice-wrap .video iframe {
		height: 357px;
	}
	.voice-conts {
		margin-bottom: 140px;
	}
}
.faq-conts {
	margin-bottom: 100px;
}
.faq-conts .ttl-wrap {
	text-align: center;
}
.faq-li {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 60px;
}
.faq-li li {
	margin-bottom: 20px;
}
.faq-li li:last-child {
	margin-bottom: 0;
}
.faq-li li .ac_ttl {
	padding: 20px;
	position: relative;
	transition: 0.6s ease-in-out;
	background: #FFF;
}
.faq-li li .ac_ttl .i_box {
	position: absolute;
	top: 40%;
	right: 20px;
	width: 32px;
	height: 32px;
	margin-top: -10px;
	background: #9B0001;
	border-radius: 16px;
}
.faq-li li .ac_ttl .i_box:before,
.faq-li li .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.faq-li li .ac_ttl .i_box:before {
	border-top: 2px solid #fff;
	width: 16px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 8px;
}
.faq-li li .ac_ttl .i_box:after {
	border-left: 2px solid #fff;
	width: 0;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 15px;
	transition: .3s;
}
.faq-li li .ac_ttl.open .i_box:after {
	height: 0;
}
.faq-li li .ac_inner {
	display: none;
	padding: 30px;
	background: #fff;
}
.faq-li li .ac_txt {
	width: 80%;
	position: relative;
	padding-left: 40px;
}
.faq-li li .ac_txt .ttl {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0;
	color: #3C3C3C;
}
.faq-li li .ac_txt:before {
	content: "Q";
	position: absolute;
	display: inline-block;
	font-size: 26px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	color: #9B0001;
	font-weight: bold;
	width: 25px;
	height: 33px;
}
@media (min-width:1180px) {
	.faq-li {
		max-width: 1200px;
	}
	.faq-li li .ac_ttl {
		padding: 30px;
	}
	.faq-li li .ac_ttl .i_box {
		right: 30px;
		top: 43%;
	}
	.faq-li li .ac_txt {
		width: 90%;
	}
	.faq-li li .ac_txt .ttl {
		font-size: 22px;
	}
}
.staff-conts .ttl-wrap {
	text-align: center;
}
.staff-video {
	margin: 0  auto 40px;
}
.staff-video iframe {
	width: 100%;
	height: 190px;
}
.staff-info-ttl {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.staff-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	max-width: 540px;
	margin: 0 auto;
}
.staff-li li {
	width: 48%;
	text-align: center;
	font-weight: 600;
	margin-right: 4%;
	margin-bottom: 4%;
}
.staff-li li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.staff-li li:nth-child(2n),
.staff-li li:last-child {
	margin-right: 0;
}
@media (min-width:768px) {
	.staff-video {
		max-width: 740px;
		margin: 0 auto 50px;
	}
	.staff-video iframe {
		height: 416px;
	}
	.staff-li li {
		width: 30%;
	}
	.staff-li li:nth-child(2n) {
		margin-right: 4%;
	}
}
@media (min-width:1180px) {
	.staff-li {
		max-width: 740px;
	}
	.staff-li li {
		max-width: 200px;
		margin-bottom: 0;
	}
}
#conversion-wrap {
	position: relative;
}
#conversion-wrap:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0; 
	border-top: 100px solid #fff;
	border-right: 100vw solid transparent;
	z-index: 10;
}
#conversion-wrap .pkg {
	position: relative;
	z-index: 10;
}
#company {
	position: relative;
}
#company .pkg {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	z-index: 10;
	padding: 80px 30px 40px;
}
#company .pkg {
	position: relative;
	z-index: 10;
}
/* とがり
#company:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0; 
	border-top: 100px solid #1a2052;
	border-right: 100vw solid transparent;
	z-index: 10;
}
*/
.company-info {
	margin-bottom: 60px;
}
.company-info .ttl,
.access-map .ttl {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.company-date {
	width: 100%;
	max-width: 860px;
	margin: 0 auto 60px;
}
.company-date dl {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCC;
}
.company-date dl dt {
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 140%;
}
.company-date dl dd {
	width: 100%;
	line-height: 140%;
	font-weight: 400;
}
.access-map .caution {
	margin-bottom: 30px;
	font-weight: 400;
}
.access-map .map {
	width: 100%;
	margin-bottom: 40px;
}
.access-map .map iframe {
	width: 100%;
	height: 380px;
}
@media (min-width:768px) {
	#company .pkg {
		padding: 120px 40px 40px;
	}
	.company-main {
		margin: 0 auto 60px;
	}
	.company-date dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.company-date dl dt {
		width: 20%;
		margin-bottom: 0;
	}
	.company-date dl dd {
		width: 78%;
	}
	#company .pkg {
		max-width: 740px;
	}
}
@media (min-width:1180px) {
	#conversion-wrap:before {
		border-top: 10vw solid #fff;
	}
	#company:before {
		border-top: 10vw solid #1a2052;
	}
}
a.drawer__link {
	display: flex;
    justify-content: center;
	font-size: 25px;
}
/* REPSS 追記 */
.campaign-ttl_ {
    padding-top: 150px;
    padding-bottom: 60px;
	text-align: center;
}
.campaign-ttl_ .btn {
    margin: 0 auto;
}
/* REPSS 追記 */
.big-ttl_ {
    font-size: 45px;
    line-height: 140%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 900;
    color: #FFF;
}
.big-ttl_ span {
    color: #9B0001;
}
h2#seminar.brd-ttl_{
	color: #FFF;
}
.brd-ttl_ {
	position: relative;
	padding: 20px 0;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 40px;
}
.brd-ttl_:before {
	content: "";
	position: absolute;
	background: #FFF;
	width: 170px;
	height: 1px;
	top: 0;
	left: 0;
}
.brd-ttl_:after {
	content: "";
	position: absolute;
	background: #FFF;
	width: 170px;
	height: 1px;
	bottom: 0;
	left: 0;
}
/* ハンバーガーメニュー */
.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 5px;
    background-color: #9B0001;
    transition: transform .3s;
}

.hamburger.is-active span {
    background-color: #ffffff;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 60%;
}

.hamburger span:nth-child(3) {
    top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100vh;
    background-color: #333333;
    transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.drawer__list {
    display: flex;
    flex-direction: column;

    gap: 30px;
}

.drawer__link {
    color: #ffffff;
}




/* ===============================================
# 共通
=============================================== */
a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;

    shape-margin: .75rem;
}

/* 実際のプロジェクトではここのコメントを解除して、スマホ時のみ表示させます。 */
/* .sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
  .sp-none {
    display: none;
  }
} */

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}