@charset 'UTF-8';
/*=============================================================
 04_modules
=============================================================*/
/* inner
================================================ */
/*
#styleguide
mod_inner01

SP:両端パディング15px
PC:1200pxでセンタリング＆border-box

```
<section id="hoge">
	<div class="inner mod_inner01">
		<h2 class="tit">タイトル</h3>
		<p class="txt">テキストが入ります。テキストが入ります。テキストが入ります。</p>
	</div>
</section>
```
*/
.mod_inner01
{ padding-right: 15px; 
    padding-left: 15px;
}
@media all and (min-width: 769px)
{
    .mod_inner01
    { box-sizing: border-box; 
        width: 1200px; margin: 0 auto; padding-right: 0; padding-left: 0;
    }
}
/* lead
================================================ */
/*
#styleguide
mod_lead01

見出し①
主にページ名（h1）部分にて使用。
```
<div id="lead" class="mod_lead01">
	<div class="inner mod_inner01">
		<h1 class="tit">各職種のつながり</h1>
		<p class="txt">お互いに連携し、協力し合うことで、さらに大きな力を生み出す各職種の相関図をご覧ください。<br>職種をタップすると、各職種の社員をご紹介します。</p>
	</div>
</div>
<!-- /#lead -->
```
*/
.mod_lead01 .inner
{
    padding-top: 27px; padding-bottom: 29px;
}
.mod_lead01 .tit
{ font-size: 3.2rem; line-height: 1.1875; 

    margin-bottom: 16px; color: #005bab;
}
.mod_lead01 .txt
{
    font-size: 1rem; line-height: 2;
}
@media all and (min-width: 769px)
{
    .mod_lead01 .inner
    {
        padding-top: 64px; padding-bottom: 30px;
    }  .mod_lead01 .tit
    { font-size: 6rem; line-height: 1.2; 

        margin-bottom: 39px;
    }  .mod_lead01 .txt
    {
        font-size: 2.4rem; line-height: 1.66667;
    }
}
/*
#styleguide
mod_lead02

見出し②
英語+日本語
```
<header class="mod_lead02">
	<p class="en opensans">PROJECT STORY</p>
	<h2 class="tit">プロジェクトストーリー</h2>
</header>
```
*/
.mod_lead02
{
    padding: 63px 0 22px 20px; color: #005bab;
}
.mod_lead02 .en
{ font-size: 2.3rem; font-weight: 700; line-height: 1.21739; 

    margin-bottom: 5px;
}
.mod_lead02 .tit
{
    font-size: 1.2rem; line-height: 1.5;
}
@media all and (min-width: 769px)
{
    .mod_lead02
    {
        padding: 117px 0 45px;
    }  .mod_lead02 .en
    { font-size: 4.5rem; line-height: 1.2; 

        margin-bottom: 12px;
    }  .mod_lead02 .tit
    {
        font-size: 2.4rem;
    }
}
/* button
================================================ */
/*
#styleguide
mod_btn01

斜めのグレー背景ボタン。
PCでhover時にアニメーション。
外部リンクアイコンバージョン有り。
```
<p class="btn mod_btn01"><a href="#"><span>ボタンテキスト</span></a></p>
<br>
<p class="btn mod_btn01"><a href="#" target="_blank" rel="noopener noreferrer"><span>外部リンクテキスト</span></a></p>
```
*/
.mod_btn01
{
    border-radius: 1px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.mod_btn01 a
{ font-size: 1.3rem; font-weight: 500; line-height: 1.46154; 

    position: relative; display: block; overflow: hidden; padding: 18px 10px; text-align: center; text-decoration: none; color: #005bab; border-radius: 1px; will-change: contents;
}
.mod_btn01 a:after
{
    position: absolute; top: 0; right: -263%; width: 300%; height: 100%; content: ''; transform: skewX(-60deg); background: #eee; will-change: contents;
}
.mod_btn01 a span
{
    position: relative; z-index: 2;
}
.mod_btn01 a[target='_blank'] span
{
    padding-right: 20px; background: url(../img/common/ico_blank01.png) no-repeat 100% 50%; background-size: 9px;
}
@media all and (min-width: 769px)
{
    .mod_btn01
    {
        width: 381px; margin: 0; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    }  .mod_btn01 a
    { font-size: 2.4rem; line-height: 1.125; 

        padding-top: 35px; padding-bottom: 35px; border-radius: 3px;
    }  .mod_btn01 a:after
    {
        right: -270%; transition: all .3s ease;
    }  .mod_btn01 a[target='_blank'] span
    {
        padding-right: 36px; background-size: 18px;
    }  .mod_btn01 a:hover:after
    {
        right: -100%;
    }
}
/* include parts
================================================ */
/*
#styleguide
mod_bnrs01

```
<div class="incBnrs mod_bnrs01">
	<div class="inner mod_inner01">
		<ul class="list cf">
			<li class="item"><a href="/company/number/">
				<div class="pic"><img src="/recruit/img/common/pic_bnrs01.png" alt=""></div>
				<p class="txt"><span>数字で見るタカラ</span></p>
			</a></li>
			<li class="item"><a href="/company/keywords/">
				<div class="pic"><img src="/recruit/img/common/pic_bnrs02.png" alt=""></div>
				<p class="txt"><span>キーワードで知るタカラ</span></p>
			</a></li>
			<li class="item"><a href="/company/cross-talk/">
				<div class="pic"><img src="/recruit/img/common/pic_bnrs03.png" alt=""></div>
				<p class="txt"><span>社員座談会</span></p>
			</a></li>
			<li class="item"><a href="/work/project-story/">
				<div class="pic"><img src="/recruit/img/common/pic_bnrs04.png" alt=""></div>
				<p class="txt"><span>プロジェクト<br>ストーリー</span></p>
			</a></li>
			<li class="item"><a href="/staff/">
				<div class="pic"><img src="/recruit/img/common/pic_bnrs05.png" alt=""></div>
				<p class="txt"><span>先輩社員紹介</span></p>
			</a></li>
		</ul>
	</div>
</div>
<!-- /.incBnrs -->
```
*/
.mod_bnrs01
{
    background: #005bab;
}
.mod_bnrs01 .inner
{
    padding: 20px 5px 2px;
}
.mod_bnrs01 .list .item
{
    float: left; width: 50%; margin-bottom: 16px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.mod_bnrs01 .list .item a
{ font-size: 1.1rem; line-height: 1.2; 

    position: relative; display: block; overflow: hidden; text-align: center; text-decoration: none; color: #005bab;
}
.mod_bnrs01 .list .item a:after
{
    position: absolute; top: 0; right: -318%; width: 300%; height: 100%; content: ''; transform: skewX(-60deg); background: #eee;
}
.mod_bnrs01 .list .item a .pic
{
    position: relative; z-index: 2;
}
.mod_bnrs01 .list .item a .txt
{
    position: relative; z-index: 2; display: table; width: 100%;
}
.mod_bnrs01 .list .item a .txt span
{
    display: table-cell; height: 26px; padding: 10px; vertical-align: middle;
}
.mod_bnrs01 .list .item:nth-child(n+3)
{
    width: 33.3333%;
}
.mod_bnrs01 .list .item:nth-child(n+3) a:after
{
    right: -340%;
}
@media all and (max-width: 768.999px)
{
    .mod_bnrs01 .list .item:nth-child(-n+2) a .pic
    {
        position: relative; width: 100%; height: 137px;
    }  .mod_bnrs01 .list .item:nth-child(-n+2) a .pic img
    {
        position: absolute; top: 50%; left: 50%; width: auto; height: 100%; transform: translate(-50%, -50%);
    }
}
@media all and (min-width: 769px)
{
    .mod_bnrs01 .inner
    {
        padding: 65px 0 23px;
    }  .mod_bnrs01 .list .item
    {
        margin-bottom: 37px;
    }  .mod_bnrs01 .list .item a
    {
        font-size: 2rem;
    }  .mod_bnrs01 .list .item a:after
    {
        right: -304%; transition: all .3s ease;
    }  .mod_bnrs01 .list .item a .pic
    {
        position: relative; z-index: 2;
    }  .mod_bnrs01 .list .item a .txt span
    {
        height: 60px;
    }  .mod_bnrs01 .list .item a:hover:after
    {
        right: -100%;
    }  .mod_bnrs01 .list .item:nth-child(n+3)
    {
        width: 400px;
    }  .mod_bnrs01 .list .item:nth-child(n+3) a:after
    {
        right: -323%;
    }  .mod_bnrs01 .list .item:nth-child(n+3) a:hover:after
    {
        right: -100%;
    }
}
/*# sourceMappingURL=maps/modules.css.map */
