﻿@charset "UTF-8";

/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0px 15px 0; /* nav 合わせる */
}
footer {
    background: #222;
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
/* 全体の画面幅(container)を指定 */
.w-80{width: 100% !important;}

@media (min-width: 768px){
    .w-80{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-80{width: 860px !important;}
}
@media (min-width: 1200px){
    .w-80{width: 860px !important;}
}

.w-90{width: 100% !important;}

@media (min-width: 768px){
    .w-90{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-90{width: 900px !important;}
}
@media (min-width: 1200px){
    .w-90{width: 900px !important;}
}

/* Head .green{
  color: #31c831 !important;
}の画面幅(container)の幅をワイドにする場合は.wide-containerを追加 */
.wide-container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
@media (min-width: 576px){
    .wide-container{width: 100%;}
}
@media (min-width:768px){
    .wide-container{width:750px;}
}
@media (min-width:992px){
    .wide-container{width:992px;}
}
@media (min-width:1200px){
    .wide-container{width:1200px;}
}
.full-width.container{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

/* 
===========================================================
   # Heading
===========================================================
*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h3,h4,h5,h6,strong{
    line-height: 1.6;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4 {font-size: 1rem;}
.tag-line{
    font-size: 22px;
    color: #fff;
    padding: 80px 0px;
    text-shadow: 0 0 3px rgba(0,0,0, .85);
}
@media (min-width: 576px){
  h1 {font-size: 1rem; line-height: 1rem;}
  .tag-line{
        font-size: 32px;
        padding: 100px 50px;
    }
}

@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 200%;}
    h3 {font-size: 1.4rem;font-weight: normal;line-height: 1.8;letter-spacing: 0.04em;}
}
/* -------------- Custom Header -------------- */
h3.business{
    font-weight: bold;
    padding-bottom: 2px;
    margin-top: 0.5rem;
    margin-bottom: 12px;
    position: relative;
    border-bottom: solid 1px #ccc;
}
h3.business:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 0;
    border-bottom: solid 1px #10a4fe;
    bottom: -1px;
    width: 30%;
}

body{           
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', 'Noto Sans JP', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

p{
    line-height: 1.8;
}
p.article{
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: 0.04em;
    }
    p{
        line-height: ;
    }
    p.article{
        line-height: ;
    }
}

/*-------- Sub Title --------*/
.small-title{
    font-size: 14px;
    color: #666;
    letter-spacing: 0.25em;
}

.divider{
    width: 80px;
    height: 1px;
    background: #5ccffe;
}

/* 
===========================================================
   # Style
===========================================================
*/
.font-alt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.font-alt.bold{
    font-weight: 600 !important;
}
.font-alt.xbold{
    font-weight: 700 !important;
}
.font-en{
    font-family: 'Dosis', serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.bg-gray{
    background: #f7f8f9;
}

/* 
===========================================================
	 # 会社概要｜Recruit Table DL DT DD
===========================================================
*/
#summary-table dl dt{
	width: 100%;
	border-top: 1px solid #e0e0e0;
	margin: 0;
	padding: 15px 0 0 3px;
}
#summary-table dl dd{
	margin: 0 ;
	padding: 5px 0 15px;
	padding-left: 3px;
	border-top: none;
}
#summary-table dl:last-child{
	border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 992px){
	#summary-table dl{
		background: #f8f8f8;
	}
	#summary-table dl dt{
		width: 235px;
		margin: 0;
		padding: 20px 3px;
		text-align: center;
		float: left;
		clear: left;
	}
	#summary-table dl dd{
		margin: 0 0 0 235px;
		padding: 20px 3px;
		padding-left: 20px;
		border-top: 1px solid #e0e0e0;
		background: #fff;
	}
}

/* 
===========================================================
   # タイムライン｜
===========================================================
*/
.wrapper{

}
.c-timeline{
    padding-left: 0;
}
.c-timeline__item {
    position: relative;
    display: flex;
    gap: 1.5rem;
}
.c-timeline__item:last-child .c-timeline__content:before {
    display: none;
}
.c-timeline__content {
    flex: 1;
    position: relative;
    order: 1;
    padding-left: 1.5rem;
    padding-bottom: 1.75rem;
}
.c-timeline__content:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: lightgrey;
}
.c-timeline__content:after {
    content: "";
    position: absolute;
    left: calc(0px - 10px);
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid lightgrey;
    border-radius: 50%;
}
.c-timeline__title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.c-timeline__desc {
    color: grey;
}
time {
    text-align: end;
    flex: 0 0 40px;
    min-width: 0;
    overflow-wrap: break-word;
    padding-bottom: 1rem;
    line-height: 1.3;
}

@media (min-width: 992px){
    .wrapper{
        border: 2px solid #ccc;
        padding: 40px 50px 10px;
    }
}

/* 
===========================================================
   # Page
===========================================================
*/
hr.section-divider{
    background: transparent !important;
    padding: 0;
    margin: 0;
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.page-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}
section.page-section.top-page{
    padding-top:  !important;
    padding-bottom:  !important;
}
@media (min-width: 992px) {
  section.page-section {
    padding-top:  !important;
    padding-bottom:  !important;
  }
}

/* 
===========================================================
   # Link
===========================================================
*/
a:link, a:visited, a:focus {
  color: #5c8be2;
  transition: .17s;
}
a:hover {
  color: #666;
  transition: .12s;
  text-decoration: none;
}
a:active {
  color: #5c8be2;
}

a.dark-link{
    color: #333;
    transition: .17s;
}
a.dark-link:hover{
    color: #316cda;
    transition: .12s;
    text-decoration: underline;
}

/* 
===========================================================
   # Footer
===========================================================
*/
.footer-section{
    background: ;
}

.footer-copy{
    font-size: 0.8125rem;
    color: rgba(0,0,0, .7);
    text-align: center;
    margin: 0 auto;
}

/* 
===========================================================
   # Top bar
===========================================================
*/
.top-bar{
    min-height: 28px;
    background: #354160;
    font-size: 14px;
    color: #fff;
    line-height: ;
    letter-spacing: 0.03em;
    padding: 6px 20px 6px;
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.header-1{
    background:url(../img/header-1.jpg) left 50% top 50% / cover no-repeat;
}

.cta-1{
    background:url(../img/cta-1.jpg) left 50% top 50% / cover no-repeat;
}
.bg-alfa-dark{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa-dark:before{
	content: ' ';
	background-color: rgba(0,0,0, .25);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* 
===========================================================
   # Call to Action｜Teaser
===========================================================
*/
.teaser{
	color: #fff;
    background-attachment: scroll;
}
@media screen and (min-width: 992px){
    .teaser{
        background-attachment: fixed;
    }
    .teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6{
        color: #3e4555;
    }
    .teaser .btn-border{
        color: #fff;
        letter-spacing: 0.25em;
        background: #222;
        border: 2px solid #222;
        border-radius: 2px;
        text-shadow: none;
        transition: .3s ease;
    }
    .teaser .btn-border:hover{
        background: #f0f0f0;
        color: #222;
        transition: .17s ease;
        text-shadow: 0 0 2px rgba(255,255,255, .6);
    }
    .teaser .btn-md{
        font-size: 15px;
        padding: 8px 35px;
    }
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 110% !important;}
.large{font-size: 120% !important;}
.largest{font-size: 150% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: 600 !important;}
.normal{font-weight: normal !important;}
.capitalize{text-transform: capitalize !important;}
.lowercase{text-transform: lowercase !important;}
.ts-none{text-transform: none !important;}

/*-------- Text Color --------*/
.white{color: #fff !important;}
.light{color: #fafafa !important;}
.dark{color: #333 !important;}
.black{color: #000 !important;}
.lightgray{color: #999 !important;}
.color{ color: #e41919 !important;}
.glass{ opacity: .5;}

/*-------- Bg-color --------*/
.bg-white{background: #fff !important;}
.bg-light{background: #f9f9f9 !important;}
.bg-gray-lighter{background: #f7ffff !important;}
.bg-gray{background: #fafafa !important;}
.bg-dark{background: #333 !important;}
.bg-black{background: #000 !important;}
.bg-lightblue{background: #eafefe !important;}
.bg-blue-lighter{background: #f1fffd !important;}
.transp{background: transparent !important;}

/*-------- Shadow --------*/
.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}
.shadow{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

/*-------- etc. --------*/
.align-center{ text-align:center !important;}
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}
.left{float:left !important;}
.right{float:right !important;}
.align-center-left{text-align: left !important;}
.align-left-center{text-align: center !important;}
.align-left-right{text-align: right !important;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center !important;}
}
@media screen and (min-width: 992px){
	.align-left-center{text-align: left !important;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}
hr.hr-dark{border-top: 1px solid #bbb;}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}

/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .6;
    transition: .17s;
}
@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        height: 64px;
        width: 64px;
    }
}

/* 
===========================================================
   # プレローダー｜Loader
===========================================================
*/
.loader-wrap{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: #98abf2;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* 
===========================================================
   # MainNavi |  Navi > Color > Style
===========================================================
*/
/* ============================================= スマホ・タブレット縦 ===*/
nav{
    height: 70px;
}
.nav-bg {
    background: rgba(255,255,255, .99);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 8px; /* nav 合わせる(調整) */
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #222;
    transition: all .17s linear;
}

.navbar-brand{
    display: inline-block;
    padding: auto;
padding-top: 3px;
padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px) { /* ============= 追加 =========*/
    .navbar-brand{
        margin-left: 0.5rem;
        margin-right: 1rem;
    }
}

/* ============================================= PC ================= */
@media (min-width: 992px) {
    nav{
        height: 70px; /* nav 合わせる */
        padding-left: 60px;
    }
  .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
  }
    #mainNav .navbar-brand .img-logo{
        max-width: 5rem;
        max-height: 5rem;
  }
  .navbar{
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
  .navbar li{
        border-top: 0;
        background: none;
        transition: none;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 0rem;
    }
    .navbar li:hover{
        background: none;
        transition: none;
    }
}

/* ===== ハンバーガーメニュー =====*/
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;  /* nav 合わせる(調整) */
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:18px;}
.navbar-toggler-icon:nth-of-type(3) {top:26px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:18px;
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top:18px;
    transform: rotate(-45deg);
}

/* 
===========================================================
   # Main Navi Color
===========================================================
*/
.navbar-light .navbar-brand {
  color: #fff;
}
/* ============================================= スマホ・タブレット縦 ===*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #fff;
}
/* リンクの色*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255, .75);
  padding: ;
  margin: 0 ;
}
/* ホバーの色*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255,255,255, .85);
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255, .75);
}
/* アクティブの色 */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255,255,255, 85);
  font-weight: 600;
  box-shadow: none;
}

/* ============================================= PC ================= */
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .9);
        font-weight: 600;
        font-size: 0.9375rem;
        padding: 4px 0; /* メニューバーの余白 */
        margin: 0 13px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -1px 0 0 #5ccffe inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .9);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, 0.25);
    }
    /* アクティブの色 */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0,0,0, .9);
     font-weight: ;
     box-shadow: 0 -1px 0 0 #5ccffe inset;
     }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0, .5);
  border-color: (0,0,0, .5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0, 0.5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

/* 
===========================================================
   # bs4
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}