@charset "utf-8";
/*************************
共通
*************************/
html {
  -webkit-overflow-scrolling: touch;
}
/* --------▼　MT調整　▼-------- */
*, :after, :before, html , a {box-sizing:border-box;} 
figure {margin:0 0 1rem;}
h1, h2, h3, h4, h5, h6 {margin-top:0; margin-bottom:0.5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color:inherit; font-family:inherit; font-weight:500; line-height:1.1; margin-bottom:0.5rem;}
/* 商品モジュール調整 (使用しない場合は削除) */
.orihica_main .topicModuleCol2 {max-width: 1000px;margin-top: 30px;margin-bottom: 0px;}
.orihica_main .topicModuleCol2__text {padding-left: 0px;padding-right: 0px;}
.orihica_main .topicModuleCol2 .topicModuleCol2__image {display: none;}
.orihica_main .topicModuleCol2__price + .topicModuleCol2__price {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleItem, .orihica_main .topicModuleItem__button {color: #333 !important;}
.orihica_main .topicModuleItem__titleCol {width: 40%;}
.orihica_main .topicModuleItemBtn {color: #fff;background-color: #231815;border: 1px solid #fff;}
.orihica_main .topicModuleItemBtn::after {border-top: 1px solid #fff;border-right: 1px solid #fff;}
.orihica_main .topicModuleCol1 {margin-bottom: 45px;}
.orihica_main .topicModuleCol1__item {margin-top: 13px;}
.orihica_main .topicModuleCol1__image {display: none;}
.orihica_main .topicModuleCol1__priceItem {display: block;width: auto;padding-right: 20px;padding-left: 20px;}
.orihica_main .topicModuleCol1__priceItem + .topicModuleCol1__priceItem {border-top: 1px solid rgba(35, 48, 82, 0.25);}
.orihica_main .topicModuleCol1__text, .orihica_main .topicModuleCol1__priceList {padding: 0;}
@media screen and (min-width:862px) {.orihica_main .topicModuleCol1__item{width: auto;max-width: 475px;}}
@media screen and (max-width: 861px) {.orihica_main .topicModuleCol2, .orihica_main .topicModuleCol2__item {margin-top: 6vw;}
.orihica_main .topicModuleCol1 {margin-top: 6vw;}.orihica_main .topicModuleCol1__priceItem {padding: 0;}.orihica_main .topicModuleItem__titleCol {min-width: 0px;}}
/* --------▲　MT調整　▲-------- */

main .container {
  width: auto;
  max-width: inherit;
  height: auto;
  padding: 0;
}
body .orihica_main img {
  max-width: 100%;
  height: auto;
}
.container .breadcrumbs {
	padding: 12px;
}
.orihica_main p, .orihica_main ul, .orihica_main a {
	line-height: 2;
	font-size: 14px;
	color: #333;
}
.orihica_main .topicModuleCol2__text {
	color: #333 !important;
}
.orihica_main a:hover,.img-link a:hover,.orihica_main .topicModuleBanner a:hover {
	opacity: .7;
	transition: .2s;
}

/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白
　　※とび先の「id」が入っている箇所に下記classを追加してください*/
.orihica_main .anchorLink-margin {
	margin-top: -35px !important;
	padding-top: 35px !important;
}

/* メインビジュアル */
.orihica_main .mv .mv_img img {
	width: 100%;
	margin: 0 auto;
}

/* ボタン */
.button_01,.button_02 {
	width: 300px;
	margin: 0 auto 25px;
}
.button_02 {
	width: 35%;
	margin: 0;
}
.w640 .button_02 {
	width: 43%;
}
.button_01 a,.button_02 a {
	display: block;
	position: relative;
	padding: 15px 30px 15px 15px;
	background-color: #2591d1;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.button_02 a {
	background-color: #df6b9a;
}
.button_01 a::after,.button_02 a::after {
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
.button_02.main_btn {
	width: 400px;
	margin: auto;
}
.button_02.main_btn a{
	
	padding: 25px 20px;
}
/* 画像リンク */
.img-link a {
	display: block;
	position: relative;
}
.img-link a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #df6b9a;
	width: 50px;
	height: 50px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.img-link a::before {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 8px;
	height: 8px;
	z-index: 2;
	transform: rotate(45deg);
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
}


/* リード */
.orihica_main .about {
	margin: 0 0 80px;
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 2.3;
}
.orihica_main .lead_text {
	font-size: 14px;
	text-align: center;
}
.text-link {
	margin-top: 4px;
}
.text-link a{
	position: relative;
	padding: 0px 30px 5px 5px;
	color: #df6b9a;
	border-bottom: solid 1px #df6b9a;
	font-weight: bold;
}
.text-link a::after {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 22%;
	transform: rotate(135deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #df6b9a;
	border-right: 2px solid #df6b9a;
	content: "";
}

/* アンカーリンク*/
.orihica_main .anchorLink {
	margin-top: 40px!important;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}
.orihica_main .anchorLink ul {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
}
.orihica_main .anchorLink ul li {
	position: relative;
	width: calc(100% /4 - 23px);
	border: 1px solid #333;
	box-shadow: 4px 4px 0px 0px #df6b9a;
	transition-duration: 0.3s;	
}
.orihica_main .anchorLink ul li:hover {
	box-shadow: 2px 2px 0px 0px #df6b9a;
	background-color: #fbf0f4;
}
.orihica_main .anchorLink ul li a:hover {
	opacity: 1;
}
.orihica_main .anchorLink ul li + li {
	margin-left: 30px;
}
.orihica_main .anchorLink ul li:nth-child(n+5) {
	margin-top: 25px;
}
.orihica_main .anchorLink ul li a {
	display: flex;
	height: 100%;
	padding: 12px 10px 12px 0px;
	justify-content: center;
	text-align: center;
	align-items: center;
	line-height: 1.7;
}
.anchorLink ul li::after {
	position: absolute;
	right: 15px;
	bottom: 46%;
	transform: rotate(135deg);
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	content: "";
	transition: all .25s;
}

/* 見出し */
.orihica_main h1 {
	margin-bottom: 0;
}
.orihica_main h2 {
	margin: 20px auto 55px;
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
.orihica_main h2 span {
	padding: 25px 15px;
	border-top: double 5px #333;
	border-bottom: double 5px #333;
}
.orihica_main .commentary {
	margin-bottom: 30px;
	text-align: center;
}
.orihica_main h3 {
	margin: 25px 0px 8px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}
.orihica_main .bold {
	font-weight: bold;
}
.orihica_main small {
	font-weight: bold;
}
.orihica_main .note {
	margin-top: 10px;
	font-size: 12px;
}
.orihica_main .note+.note {
	margin-top: 0;
}

/* ----------------- コンテンツ ----------------- */
.orihica_main {
	margin-bottom: 90px;
}
.orihica_main .contents_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.orihica_main .anchorLink,#sec03 .flex-container {
	max-width: 900px;
	margin: auto;
}
.orihica_main .w640 {
	max-width: 640px;
	margin: auto;
}
.orihica_main section {
	margin-bottom: 100px;
}
.orihica_main #sec02,.orihica_main #sec03{
	margin-bottom: 70px;
}
/* ----------------- 就活スーツスタイル＆チェックポイント ----------------- */
/*CheckPoint*/
.CheckPoint-area,.note-img_container {
	position: relative;
}
.CheckPoint-img {
	text-align: center;
}
.CheckPoint-area .Checkpoint-inner{
	max-width: 200px;
	position: absolute;
	top: 7%;
	right: 1%;
	background: #fff;
}
.CheckPoint-area .Checkpoint-inner:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
	max-width: 260px;
	background: none;
	align-items: center;
}
.CheckPoint-area .Checkpoint-inner:nth-of-type(1) p {
	width: 56%;
	padding: 0;
	color: #fff;
}
.CheckPoint-area .Checkpoint-inner:nth-of-type(1) img {
	width: 40%;
	height: 100%;
}
.CheckPoint-area .Checkpoint-inner:nth-of-type(2) {
	top: 40%;
	right: 4%;
}
.CheckPoint-area .Checkpoint-inner:nth-of-type(3) {
	top: auto;
	bottom: 27%;
	left: 3%;
}
.CheckPoint-area .Checkpoint-inner:nth-of-type(4) {
	top: auto;
	bottom: 5%;
	right: 4%;
}
.CheckPoint-area .Checkpoint {
	padding: 5px;
	background-image: repeating-linear-gradient(315deg, #de5e94, #de5e94 7px, #e16e9f 7px, #e16e9f 14px);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.CheckPoint-area .num {
	display: inline-flex;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #fff;
	margin-left: 4px;
	padding: 0px 5px;
	border-radius: 50%;
	color: #df6b9a;
	align-items: center;
}
.orihica_main .Checkpoint-text {
	padding: 7px 22px 13px;
	font-size: 13px;
	line-height: 1.7
}
.orihica_main .note-img {
	position: absolute;
	bottom: 5px;
	left: 12px;
	color: #fff;
	font-size: 11px;
}
/*price*/
.price {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 4px;
}
.orihica_main .Target-products {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
}
.orihica_main .item_credit .item_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #df6b9a;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.7;
}
.orihica_main .offIcon {
	display: flex;
	width: 55px;
	height: 55px;
	margin-right: 10px;
	padding-top: 4px;
	background-color: #df6b9a;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.orihica_main .item_credit {
	width: 65%;
}
.orihica_main .offIcon {
	width: auto!important;
	height: auto!important;
	padding: 5px!important;
}
.item_price .small-tx {
	font-size: 20px;
}

/*flex-container*/
.flex-container {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.flex-inner {
	width: 47.6%;
}
.bnrArea {
	margin-top: 70px;
	text-align: center;
}

/* ----------------- 就活必須アイテム ----------------- */
/* 4カラムレイアウト01(col04) */
.col04 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 35px;
}
.col04 li {
	width: calc(100% / 4 - 33px);
}
.col04 li img{
	border: solid 1px #ccc;
}
.col04 li + li{
	margin-left: 44px;
}
.col04 li p {
	margin-top: 10px;
	line-height: 1.9;
}
.orihica_main #sec02 .item_credit .item_price {
	font-size: 24px;
	line-height: 1;
}
.orihica_main #sec02 .item_price .small-tx {
	font-size: 15px;
}
.orihica_main .must_tit {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.must_tit::before {
	position: absolute;
	top: 20%;
	left: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 13px solid #df6b9a;
	border-bottom: 0;
	content: "";
}
.orihica_main #sec02 .item_credit {
	width: auto;
}

/* ----------------- 就活におすすめなネクタイ ----------------- */
.bg {
	padding: 60px 0;
	background: #fbf0f4;
}
#sec03 h3 {
	margin: 30px 0px;
	text-align: center;
}
/* 3カラムレイアウト01(col03) */
.col03 {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 40px;
	padding: 60px 110px 50px;
	background: #fff;
}
.col03 li {
	width: calc(100% / 3 - 30px);
}
.col03 li + li{
	margin-left: 44px;
}
.col03 .bold {
	display: block;
	padding: 8px 0 0px;
	font-size: 16px;
}

#sec03 .flex-container .flex-inner p {
	margin-top: 15px;
}
#sec03 .flex-inner:last-child img {
	padding-right: 20px;
}
#sec03 .flex-inner:last-child {
	text-align: center;
}

/* ----------------- 就活特別クーポン ----------------- */
.coupon {
	box-shadow: 5px 5px 10px #838a8e;
}
.coupon:hover {
	box-shadow: 1px 1px 10px #838a8e;
	transition: .2s;
}
.coupon,.cp_note,#useful_contents {
	max-width: 960px;
	margin: auto;
}
.cp_note {
	column-count: 2;
	column-gap: 10px;
	margin-top: 20px;
	text-align: left;
	letter-spacing: -0.009em;
}
.cp_note li {
	display: inline-block;
	font-size: 12px;
	margin-left: 1rem!important;
}
.cp_note li::before {
	content: '●';
	margin-left: -1rem;
}
.toWm_btn {
	text-align: center;
}

/* ----------------- 役立ちコンテンツはこちら ----------------- */
#useful_contents .sc_ttl {
	margin-top: 60px;
	margin-bottom: 30px;
}

#useful_contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 80px;
}

#useful_contents ul li {
	width: 48%;
}

#useful_contents ul li a:hover {
	opacity: 0.7;
	transition: all 500ms;
}


/*************************
PC only
*************************/
@media screen and (min-width: 862px) {
	.orihica_main .sp {
		display: none;
	}
	/* 4カラムレイアウト01(col04) */
	.col04 li:nth-child(n+5) {
		margin-top: 25px;
	}
	.col04 li:nth-child(5n) {
		margin-left: 0px;
	}
	/* 3カラムレイアウト01(col03) */
	.col03 li:nth-child(n+4) {
		margin-top: 25px;
	}
	.col03 li:nth-child(4n) {
		margin-left: 0px;
	}
	#sec03 .flex-inner:first-child {
		width: 57%;
	}
	#sec03 .flex-inner:last-child {
		width: 35%;
	}
	#sec03 .flex-inner:last-child img {
	max-width: 210px;
}
}

/*************************
tablet only
*************************/
@media screen and (min-width: 862px) and (max-width: 1232px) {
	body .container{
		padding: 0;
	}
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 450px) and (max-width: 858px) {
	.orihica_main .CheckPoint-area .Checkpoint-inner {
		max-width: 310px;
		width: 40%;
	}
	.orihica_main .CheckPoint-area .Checkpoint {
		font-size: 3vw;
	}
}



/*************************
SP only
*************************/
@media screen and (max-width: 861px) {
	.orihica_main .pc {
		display: none;
	}
	
	/* アンカーリンクとび先においてヘッダーが入る高さを考慮した上部の空白 */
	.orihica_main .anchorLink-margin {
		margin-top: -50px !important;
		padding-top: 50px !important;
	}
	
	/* ボタン */
.button_01 {
	width: 75%;
	margin: 0 auto 25px;
}
.button_01 a,.button_02 a {
	padding: 13px 25px;
	font-size: 12px;
}
	.button_01 a::after, .button_02 a::after {
		right: 12px;
	}
	.button_02 a {
		width: 40%;
		margin: 0;
		padding: 15px 16px 15px 5px;
	}
	.w640 .button_02,.button_02 a {
		width: 32vw;
	}
	.button_02.main_btn,.button_02.main_btn a {
		width: auto;
	}
	/* 画像リンク */
		.img-link a::after {
		width: 40px;
		height: 40px;
	}
	.img-link a::before {
		right: 10px;
		bottom: 8px;
		width: 7px;
		height: 7px;
	}
	
	
	/* リード */
	.orihica_main .about {
		margin-bottom: 22vw;
		padding-top: 30px;
	}
	.orihica_main .about .lead_text,.orihica_main .text-link a,.orihica_main .commentary,.orihica_main p, .orihica_main ul, .orihica_main a {
		font-size: 3.25vw;
	}
	
	/* アンカーリンク */
	.orihica_main .anchorLink {
		font-size: 3vw;
	}
	.orihica_main .anchorLink ul {
		margin-top: 25px!important;
	}
	.orihica_main .anchorLink ul li {
		width: calc(100% / 2 - 10px);
	}
	.anchorLink ul li::after {
		right: 50%;
		bottom: 10px;
	}
	.orihica_main .anchorLink ul li + li {
    margin-left: 20px;
	}
	.orihica_main .anchorLink ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.orihica_main .anchorLink ul li:nth-child(n+3) {
		margin-top: 20px;
	}
	.orihica_main .anchorLink ul li a {
		padding: 8px 0px 22px 0px	;
		font-size: 3vw
	}
	
	/* 見出し */
	.orihica_main h2 {
		margin: 15px auto 45px;
		font-size: 4.3vw;
		letter-spacing: 0.1em;
	}
	.orihica_main h2 span {
	padding: 25px 8px;
}
	.orihica_main h3 {
		font-size: 4.1vw;
	}
	.orihica_main .commentary {
		margin-bottom: 13px;
	}
	.orihica_main .note {
		font-size: 2.5vw;
	}

/* ----------------- コンテンツ ----------------- */
	.orihica_main .contents_inner, main .topicModuleBanner {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.orihica_main .contents_inner {
		width: 100%;
	}
	.orihica_main section {
		margin-bottom: 70px;
	}
	/*CheckPoint*/
	.CheckPoint-area .Checkpoint-inner {
		max-width: none;
		width: 42vw;
		top: 5%;
		right: 6%;
	}
	.CheckPoint-area .Checkpoint {
		padding: 3px;
	}
	.CheckPoint-area .Checkpoint-inner:nth-of-type(1) {
		width: auto;
		max-width: 56vw;
	}
	.CheckPoint-area .Checkpoint-inner:nth-of-type(1) img {
		width: 37%;
	}
	.CheckPoint-area .Checkpoint-inner:nth-of-type(1) p {
		width: 57%;
	}
	.CheckPoint-area .Checkpoint-inner:nth-of-type(2) {
		top: 20%;
		right: 6%;
	}
	.CheckPoint-area .Checkpoint-inner:nth-of-type(3) {
		bottom: 36%;
		right: 6%;
		left: auto;
	}
	.CheckPoint-area .Checkpoint-inner:nth-of-type(4) {
		bottom: 13%;
		right: 6%;
	}
	.CheckPoint-area .Checkpoint {
		font-size: 11px;
	}
	.orihica_main .Checkpoint-text {
		padding: 2vw 3vw 2vw;
		font-size: 2.7vw;
	}
	.CheckPoint-area .num {
		width: 4.5vw;
		height: 4.5vw;
		padding: 2px 5px 0px;
	}
	.note-img_container {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
	.orihica_main .note-img {
		font-size: 2.5vw;
	}

	/*price*/
	.orihica_main .price {
		align-items: center;
	}
	.orihica_main .item_credit .item_price {
		font-size: 6vw;
	}
	.item_price .small-tx {
		font-size: 3.8vw;
	}
	.orihica_main .item_credit p,.orihica_main .Target-products {
		font-size: 3.2vw;
		line-height: 1.7;
	}
	.orihica_main .offIcon {
		width: 10vw;
		height: 10vw;
		margin-right: 3px;
		padding-top: 2px;
		font-size: 3.2vw;
	}
	
	/*flex-container*/
	.flex-container {
		display: block;
	}
	.flex-inner {
		width: auto;
	}
	.flex-container,.flex-container .flex-inner+.flex-inner {
		margin-top: 40px;
	}
	.bnrArea {
		margin-top: 10vw;
	}
	
	/* ----------------- 就活必須アイテム ----------------- */
	/* 4カラムレイアウト01(col04) */
	.col04 li {
		width: calc(100% / 2 - 17px);
	}
	.col04 li + li {
		margin-left: 33px;
	}
	.col04 li p {
		margin-top: 10px;
		font-size: 12px;
	}
	.col04 li:nth-child(n+3) {
		margin-top: 25px;
	}
	.col04 li:nth-child(2n+1) {
		margin-left: 0px;
	}
	.orihica_main #sec02 .item_credit .item_price {
		font-size: 5.2vw;
}
	.orihica_main #sec02 .item_price .small-tx {
		font-size: 3.3vw;
	}
	.orihica_main .must_tit {
		padding-left: 14px;
		font-size: 3.5vw;
	}
	.must_tit::before {
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 10px solid #df6b9a;
	}
	/* ----------------- 就活におすすめ ----------------- */
/* 3カラムレイアウト01(col03) */
	.col03 {
		display: block;
		margin: 20px auto 20px;
		padding: 40px 16px;
	}
	.col03 li {
		display: flex;
		justify-content: space-between;
		width: auto;
		align-items: center;
	}
	.col03 li + li{
		margin-left: 0;
	}
	.col03 li:nth-child(n+2) {
		margin-top: 20px;
	}
	.col03 p {
		width: 50%;
		line-height: 1.7;
	}
	.col03 li .img-link {
		width: 45%;
		order: 2;
	}
	.col03 .bold {
		display: block;
		margin-bottom: 10px;
		padding: 0px 0 10px;
		border-bottom: solid 1px #333;
		font-size: 3.5vw
	}
	#sec03 .flex-inner:last-child img {
		width: 70%
	}
	
	/* ----------------- 就活特別クーポン ----------------- */
	.cp_note {
		column-count: auto;
	}
	h2, .section2 .sc_ttl, .section4 .sc_ttl {
		margin-left: -16px !important;
		margin-right: -16px !important;
	}
	
	/* ----------------- 役立ちコンテンツはこちら ----------------- */
	#useful_contents ul {
		margin-right: 0;
		margin-left: 0;
	}
	#useful_contents ul li {
		width: 100%;
	}

	#useful_contents ul li + li {
		margin-top: 5vw;
	}
}