@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Oswald','Hiragino Kaku Gothic ProN','Noto Sans JP','游ゴシック', 'Yu Gothic','メイリオ',sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #222222;
    min-height: 100vh;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
}
main{
    margin-top: 60px;
}
h1{
    text-align: center;
    width: 100%;
    color: #FFF;
    background-color: #222;
    padding: 40px 0;
    margin: 0 0 30px;
}
h1 div{
    font-size: 40px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    bottom: inherit;
}
h1 span:nth-child(2){
    font-size: 14px;
}
h2{
    height: 1em;
    display: flex;
    border-bottom: 4px solid #222;
    margin: 0 0 40px;
    padding: 0;
}
h2 div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    bottom: -0.1em;
}
h2 span:first-child{
    font-size: 60px;
    font-weight: 600;
    margin-right: 20px;
}
.iPhone h2 span:first-child,
.iPad h2 span:first-child{
    letter-spacing: -0.02em;
}
h2 span:nth-child(2){
    font-size: 14px;
    font-weight: 600;
}
section{
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
}
section:nth-child(even) h2 div{
    flex-direction: row-reverse;
}
section:nth-child(even) h2 span:first-child{
    margin-left: 20px;
    margin-right: 0;
}
h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
section .wrap{
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
ul,li{
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	color: #222;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.5em;
	text-decoration: underline;
}
button, input, select, textarea {
	font-family : inherit;
	font-size   : 100%;
}
p{
	font-size: 18px;
	line-height: 1.5em;
}

/* 汎用クラス */
.top-checkbox.mdl-checkbox{
	display: flex;
}
.top-checkbox .mdl-checkbox__label{
	font-size: inherit;
}
.top-checkbox .mdl-checkbox__box-outline{
	width: 18px;
	height: 18px;
}
.pc{
	display: inline !important;
}
.tab-disp{
	display: none;
}
.sp{
	display: none;
}
.important{
	width: 100%;
	max-width: 100%;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #4060a9;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}

/* ボタン */
.btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.btn a,
.btn button{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 350px;
    max-width: 100%;
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 3px solid #222;
    margin-left: 40px;
    background-color: #FFF;
    cursor: pointer;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(34, 34, 34, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(34, 34, 34, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn a:hover,
.btn button:hover{
    opacity: 5.0;
    color: #FFF;
    background-color: #222;
    background-position: -100% 100%;
}
.btn a:first-child{
    margin-left: 0;
}

/* ターゲット位置調整 */
#function::before{
	content: " ";
    display: inline-block;
    height: 80px;
    margin-top: -80px;
    vertical-align: top;
}

/* ヘッダー */
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    background-color: #FFF;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #222;
    text-decoration: none;
}
#top-head .inner {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#top-head .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
}
#top-head .logo img{
	height: 36px;
}
#top-head .logo .head{
	display: none;
}
#global-nav ul {
    max-width: calc(100% - 210px);
    height: 60px;
    list-style: none;
    position: absolute;
    right: 0;
    font-size: 16px;
    display: flex;
}
#global-nav ul li {
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
}
#global-nav ul li a {
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#global-nav ul li .nav-disp{
    display: none;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 60px;
	box-sizing: border-box;
    background: #fff;
    background: rgba(255,255,255,0.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
#top-head.fixed .inner{
    height: 100%;
}
#top-head.fixed .logo{
    height: 100%;
	margin-top: 0;
    display: flex;
    align-items: center;
}
#top-head.fixed .logo .kv{
	display: none;
}
#top-head.fixed .logo .head{
	display: block;
}
#top-head.fixed #global-nav ul{
	bottom: 0;
    height: 100%;
}
#top-head.fixed #global-nav ul li a {
    color: #222;
}
#top-head.fixed #global-nav ul li a:hover{
    /*color: #00b0ff;*/
}

#top-head #global-nav ul li a:hover{
        color: #FFFFFFF;
    }

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #222;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#top-head.open #nav-toggle span{
	background: #666;
}
#top-head.fixed #nav-toggle span{
	background: #666;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* トップ */
.corp-top {
	font-size: 20px;
}
.corp-top main{
    margin-top: -60px;
    overflow: hidden;
}
#main{
    width: 100%;
    max-width: 920px;
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#main div{
    width: fit-content;
    border-bottom: 4px solid #222;
    margin-left: -9999px;
    padding-left: 9999px;
    text-align: right;
    position: absolute;
    top: calc(40% - 2em);
}
#main div:last-child{
    margin-left: 0;
    padding-left: 0;
    margin-right: -9999px;
    padding-right: 9999px;
    text-align: left;
    right: 0;
    top: calc(40% + 2em);
}
#main h1{
    width: fit-content;
    color: #0e0e0e;
    font-size: 70px;
    font-weight: 600;
    background-color: transparent;
    margin: 0;
    padding: 0;
    position: relative;
}
#main h1 span{
    position: relative;
    bottom: -0.2em;
}
.iPhone #main h1 span,
.iPad #main h1 span{
    letter-spacing: -0.02em;
}

#read{
    color: #FFF;
    text-align: center;
    line-height: 1.8em;
    background-color: #222;
    padding: 80px 0;
}
#news{
    font-size: 16px;
    background-color: #dedede;
}
#news h2{
    text-align: center;
    border-bottom: none;
    margin: 0 0 30px;
}
#news h2 div{
    flex-direction: column;
    bottom: inherit;
}
#news h2 span:first-child{
    font-size: 40px;
    font-weight: 600;
    margin-right: 0;
}
#news ul{
    width: 100%;
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
#news ul li{
    /* 2件以上になった時に使用
    display: flex;
    text-align: left;
    */
}
#news ul li span{
    display: inline-block;
    width: 5em;
}
#news ul li a{
    width: calc(100% - 5em);
}

#service{
    padding-bottom: 0;
}
#service h2{
    margin-bottom: 0;
}
#service .cover{
    max-width: 100%;
    height: 100%;
    position: relative;
    background-color: #fafafa;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}
#service .cover .logo{
    max-width: inherit;
    width: 100%;
    text-align: center;
}
#service .cover .logo img{
    width: 360px;
    max-width: 70%;
}
#service .cover .cap{
    width: 55%;
    max-width: inherit;
    margin: 30px 0 0;
    text-align: right;
}
#service .cover .cap img{
    width: 650px;
    max-width: 100%;
}
#service .cover .text{
    text-align: center;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 0 0;
}
#service h3{
    font-size: 28px;
    margin-bottom: 40px;
}
#service .btn{
    width: 100%;
}

#company ul{
    width: 100%;
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
#company ul li{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #dbe2e6;
    box-sizing: border-box;
}
#company ul li:last-child{
    border-bottom: none;
}
#company ul li h3{
    width: 220px;
    min-width: 5em;
    text-align: right;
    margin-right: 1em;
    box-sizing: border-box;
}
#company ul li .list-div{
    text-align: left;
    max-width: inherit;
    margin: 0 30px 0 0;
}
#company ul li .list-div:only-of-type{
    margin: 0;
}

#recruit .wrap,
#contact .wrap{
    text-align: center;
}

/* フッター */
footer{
	color: #FFFFFF;
	background-color: #222;
	font-size: 14px;
	text-align: center;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
    margin-top: auto;
}
footer .logo{
	height: 54px;
}
footer .logo img{
	height: 36px;
	margin: 9px 0;
}
footer .footer-right{
	display: flex;
	justify-content: right;
	flex-direction: column;
}
footer .footer-right ul{
	display: flex;
	justify-content: flex-end;
}
footer .footer-right ul li{
	font-size: 12px;
	display: block;
}
footer .footer-right ul li::before{
	content: "";
	height: 30px;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	margin-left: 5px;
}
footer .footer-right ul li:first-child::before{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
footer .footer-right ul li a,
footer .footer-right ul li .label-link{
	color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
footer .footer-right ul li i{
	font-size: 18px;
}
footer .copy{
	width: 100%;
	text-align: right;
}

/* NEWSページ */
.contents-area{
    width: 100%;
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
#news-area h2{
    height: auto;
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid #222;
}
#news-area h2 span:first-child{
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 0;
}
#news-area h2 span:nth-child(2){
    font-size: 20px;
    display: block;
    width: 100%;
}

/* お問い合わせ */
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"],
input[type="url"],
textarea{
    font-family: 'Hiragino Kaku Gothic ProN','Noto Sans JP','游ゴシック', 'Yu Gothic','メイリオ',sans-serif;
}
.contact-radio{
    position: relative;
}
.contact-radio .radio-input{
    display: inherit;
}
.contact-radio i::before{
    content: "radio_button_unchecked";
    color: #CCC;
    font-size: 1em;
    background-color: #FFF;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-radio .radio-input:checked + i::before{
    content: "radio_button_checked";
    color: #222;
}

/* タブレット表示 */
@media (max-width: 1024px) {
    .tab-non{
		display: none;
	}
    #service .cover .cap,
    #service .cover .text{
        max-width: 50%;
    }
}
/* 880px以下 */
@media (max-width: 880px) {
    #main div:last-child{
        right: 20px;
    }
    #main h1{
        font-size: 8vw;
    }
    #main h1 span{
        bottom: -0.3em;
    }
    .btn{
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: space-around;
    }
    .btn a,
    .btn button{
        margin-left: 0;
    }
    #news{
        padding: 50px 20px;
    }
    #service .cover .cap,
    #service .cover .text{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #service .cover .cap img{
        max-width: 70%;
    }
    #service h3{
        margin-bottom: 20px;
    }
}
/* iPad表示 */
@media (max-width: 800px) {
	/* ヘッダー */
	#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    #top-head .inner{
        display: block;
    }
	#top-head .logo{
		bottom: inherit;
        margin-top: 0;
        display: flex;
        align-items: center;
	}
	/* メニューが開いているとき */
	#top-head.open #mobile-head{
		background-color: rgba(255,255,255,0.9);
	}
	#top-head.open.fixed #mobile-head{
		background-color: rgba(255,255,255,0.9);
	}
	#top-head.open .logo .head{
		display: block;
	}
	#top-head.open .logo .kv{
		display: none;
	}
    /* Fixed reset */
    #top-head.fixed {
		padding-top: 0;
		background-color: rgba(255,255,255,0.9);
	}#top-head.fixed.open{
		background-color: transparent;
	}
    #mobile-head {
        background-color: rgba(255,255,255,0);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
        display: flex;
        align-items: center;
    }
	#top-head.fixed #mobile-head{
		background-color: rgba(255,255,255,0.9);
	}
    #top-head.fixed .logo {
        position: relative;
        top: 0;
    }
	#top-head.fixed .logo img{
		height: 36px;
		margin-left: 0;
	}
	#top-head.fixed .logo .head{
		display: block;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        max-width: inherit;
        height: auto;
        display: grid;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    }
    #global-nav ul li,
    #top-head.fixed #global-nav ul li{
        width: 100%;
        max-width: inherit;
        float: none;
        position: static;
        font-size: 16px;
    }
    #global-nav ul li .nav-disp{
        display: none;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
		background: rgba(0,0,0,0.9);
        border-top: 1px solid #FFFFFF;
		min-height: inherit;
    }
    #top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover{
        color: #fff;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
		transition-duration: 0.25s;
    }
    /* ヘッダーここまで */
}
/* SP表示 */
@media (max-width: 479px) {
    .corp-top{
        font-size: 16px;
    }
	.tab-non{
		display: inline;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display:inherit;
	}
	/* ヘッダー */
	#top-head .logo img{
		height: 36px;
		margin-left: 0;
	}
	/* メイン */
    
    .btn{
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }
    .btn a,
    .btn button{
        font-size: 18px;
        margin-top: 10px;
    }
    
    #main h1{
        font-size: 10vw;
    }
    
    h2 div{
        bottom: -0.3em;
    }
    h2 span:first-child{
        font-size: 12vw;
        margin-right: 10px;
    }
    section{
        padding: 40px 0;
    }
    section:nth-child(even) h2 span:first-child{
        margin-left: 10px;
    }
    h2 span:nth-child(2){
        font-size: 3.5vw;
    }
    .corp-top main{
        margin-top: 0;
    }
    #main{
        height: 100vh;
    }
    #read{
        padding: 40px 0;
    }
    
    #news{
        padding: 40px 0;
    }
    #news h2 span:first-child{
        margin-bottom: 8px;
    }
    #news ul li{
        text-align: left;
    }
    #news ul li span,
    #news ul li a{
        width: 100%;
    }
    
    #service h3{
        font-size: 5.6vw;
    }
    #service .text div{
        font-size: 5vw;
    }
    
    #company ul{
        padding: 0;
    }
    #company ul li{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #company ul li h3{
        width: 4.5em;
        min-width: inherit;
        margin-right: 0;
    }
    #company ul li .list-div{
        width: calc(100% - 5em);
        padding: 0 10px;
        margin: 0;
        box-sizing: border-box;
    }
    
    /* お問い合わせ */
    .input_area label{
        width: 100%;
    }
	/* フッター */
	footer{
		padding: 10px;
		text-align: center;
		flex-direction: column;
	}
	footer .footer-right{
		width: 100%;
        margin-top: 10px;
	}
	footer .footer-right ul{
		justify-content: center;
	}
	footer .copy{
		clear: left;
		text-align: center;
	}
}

/* JS */
.sa {
	opacity: 0;
	transition: all .5s ease;
}

.sa.show {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
