﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0 15px 0;
}
footer {
    background: #0f285b;
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
.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: 980px !important;}
}

.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:100%;}
}
@media (min-width:992px){
    .wide-container{width:100%;}
}
@media (min-width:1200px){
    .wide-container{width:1180px;}
}

/* 
===========================================================
   # Heading
===========================================================
*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h2,h3,h4,h5,h6{
    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: 18px;
    color: #fff;
    padding: 30px 0;
    text-shadow: 0 0 6px rgba(0,0,0, .15);
}
.header-title{
    font-size: 18px;
    padding: 30px 0;
    line-height: 1.4;
}
.header-title > span{
    display: block;
    font-size: 12px;
    font-family: ;
    text-transform: uppercase;
    color: #999;
}

@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 200%;}
    h3 {font-size: 1.2rem;font-weight: normal;line-height: 1.8;letter-spacing: 0.04em;}
    .tag-line{
        font-size: 30px;
        padding: 100px 0px;
    }
    .header-title{
        font-size: 28px;
        padding: 60px 50px;
    }
    .header-title > span{
        font-size: 15px;
        letter-spacing: 0.12em;
    }
}

body{           
    font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    padding-top: 0;
    margin-top: 0;
    background: ; /* #f3f6fb */
    color: #222;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 0.875em;
    font-weight: 400;
    word-wrap : break-word;
    overflow-wrap : break-word;
    opacity: 1;
}
p{
    line-height: 1.8;
    margin-bottom: 0;
}
p.article{
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 0.9375rem;
    }
}

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

/* 
===========================================================
   # Style
===========================================================
*/
.font-alt{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}
.font-alt.bold{
    font-weight: 600 !important;
}
.small-title{
    font-size: 0.9375rem;
    color: #555;
    letter-spacing: 0.25em;
}
.divider{
    width: 80px;
    height: 1px;
    background: #cbb774;
    margin: 7px 7px 30px 7px;
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.first-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}
section.page-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

@media (min-width: 992px) {
    section.first-section {
        padding-top: 10px !important;
        padding-bottom: 60px !important;
        overflow: hidden;
    }
    section.page-section {
        padding-top: 40px !important;
        padding-bottom: 40px  !important;
    }
}


/* 
===========================================================
   # logo
===========================================================
*/
.logo{
    height: 60px;
    width: auto;
}

/* 
===========================================================
   # 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: 5px 0.5rem;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #08152f;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 5px;
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #0b1e45;
    transition: all .17s linear;
}

/* ============================================= PC =================*/
@media (min-width: 992px) {
    nav{
        height: 70px;
        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.25rem 2rem 0.25rem 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;
    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;
}
.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;}

.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: 500;
  box-shadow: none;
}

/* ============================================= PC =================*/
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: #0f285b;
        font-weight: 500;
        font-size: 0.9375rem;
        padding: 3px 2px 4px; /* メニューバーの余白 */
        margin: 0 12px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: #0f285b;
        box-shadow: 0 -1px 0 0 #cbb774 inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #0f285b;
    }
    .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: #0f285b;
     font-weight: 500;
     box-shadow: 0 -1px 0 0 #cbb774 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;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

/* 
===========================================================
   # Top bar
===========================================================
*/
.top-bar{
    height: 6px;
    background: #0f285b;
}
/* 
===========================================================
   # Heading images
===========================================================
*/
.bg-1{
    background:url(../img/header.jpg) left 0% top 50% / cover no-repeat;
    background-position: ;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.bg-alfa-dark{
    background-size: cover;
	position: relative;
}
.bg-alfa-dark:before{
	content: ' ';
	background-color: rgba(0,0,0, .25);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .5;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .7;
    transition: .17s;
}
@media (min-width: 992px){
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        height: 48px;
        width: 48px;
    }
}

/* 
===========================================================
   # 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: navy;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}
/* 
===========================================================
   # 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: bold !important;}
.white{color: #fafafa !important;}
.navy{color: #0f285b !important;}
.color{color: #dabb7a !important;}
.bg-white{background: #fff !important;}
.bg-blue{background: #f3f6fb !important;}
.bg-light{background: #f5f1e4 !important;}
.bg-navy{background: #0e3462 !important;}

.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%;
}
/* 
===========================================================
   # Mutual
===========================================================
*/
/*----- Contact Mail -----*/
a.contact-link:link, a.contact-link:visited, a.contact-link:focus{
    color: #0f285b;
    transition: .3s ease;
}
a.contact-link:active{
    color: #0f285b;
}
a.contact-link:hover{
    color: #bda44f;
    transition: .17s ease;
}
.mailform{
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.mailform:before, .mailform:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 100%;
}
.mailform:before {
    margin-right: 1rem;
}
.mailform:after {
    margin-left: 1rem;
}
.contact-mail p{
    font-size: 1.6rem;
}

.contact-mail h3{
    font-size: 1rem;
    font-weight: bold;
}

@media (min-width: 992px){
    .contact-mail h3{
        font-size: 1rem;
    }
    .contact-mail p{
        font-size: 1.8rem;
    }
}

/* 
===========================================================
   # Services
===========================================================
*/
.service-box-title{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f285b;
    color: #fafafa;
    font-size: 100%;
    font-weight: 600;
    padding: 8px 2px 8px;
    line-height: 1.3;
    height: 70px;
}
.service-box-title span{
    padding-bottom: 5px;
    border-bottom: 1px solid #fafafa;
    width: 75%;
}
.service-box{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0f285b;
    background: #fff;
    font-size: 90%;
    padding: 8px 2px 8px;
    margin-bottom: 8px;
    line-height: 1.4;
    height: 60px;
}

h4.services{
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 8px;
    position: relative;
    border-bottom: solid 1px #0f285b;
}
h4.services:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 0;
    border-bottom: solid 1px #cbb774;
    bottom: -1px;
    width: 25%;
}
@media (min-width: 992px){
    h4.services{
        font-size: 1rem;
        padding-bottom: 5px;
    }
}
/* 
===========================================================
   # Company
===========================================================
*/
.responsive_table{
	width:100%;
	padding: 13px;
	border-top: 1px solid #ddd;
}
.responsive_table th,
.responsive_table td{
	display: block;
	border: 1px solid #ddd;
	padding: 13px;
	line-height: 1.6;
}
.responsive_table th{
	background: #0f285b;
	color: #fff;
	border-top: none;
	border-bottom: none;
	width: auto;
	text-align: left;
	font-weight: 500;
}
.responsive_table td{
	background: #fff;
	color: #0f285b;
}

@media screen and (min-width: 992px){
	.responsive_table th,
	.responsive_table td{
		display: table-cell;
		text-align: left;
		padding: 20px 15px;
	}
	.responsive_table th{
		width: 140px;
		text-align: center;
		vertical-align: top;
		font-weight: ;
		border: 1px solid #ddd;
	}
}
/* 
===========================================================
   # Message
===========================================================
*/
.message{
    background: #fff;
}

#history dl{
    border-bottom: ;
}
#history dl dt{
    width: 100%;
    display: inline-block;
    background: #0f285b;
    color: #fff;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 3px 0 1px;
}
#history dl dd{
    margin-bottom: 15px;
    padding: 3px 0;
    border-top: none;
    text-align: left;
    font-weight: normal;
}
@media (min-width: 992px){
    #history dl dt{
        width: 80px;
        margin: 0;
        float: left;
        clear: left;
        font-weight: ;
        padding: 1px 3px 2px;
    }
    #history dl dd{
        margin: 0 0 10px 100px;
        padding-top: 1px;
        text-align: left;
    }
}

/* 
===========================================================
   # Contact
===========================================================
*/
.form-group{
    font-size: ;
}
.form-control{
    font-size: 98%;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.help-block{
    background: ;
    font-weight: 500;
    color: #ff0000;
    margin-bottom: 0;
}
#contactForm ul{
    list-style: none;
    margin-left: -2.5em;
    margin-right: 0.5em;
    margin-bottom: 0;
}
#contactForm label{
    font-weight: 500;
}

.form-required:after{
	content: "必須";
	font-size: 10px;
	font-weight: 500; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	background: #f32929;
	color: #fff;
	padding: 1px 4px 2px;
	margin-left: 5px;
	border-radius: 1px;
	vertical-align: text-top;
}
.btn-send{
    background: #1a459d;
    padding: 7px 13px 9px;
    color: #fff;
    letter-spacing: 0.25rem;
    border-radius: 1px;
    transition: .3s ease;
    border: 1px solid #fff;
    letter-spacing: .75rem;
}
.btn-send > span{
    margin-left: 0.75rem;
}
.btn-send:hover{
    background: #0f285b;
    color: #fff;
    transition: .2s ease;
}
#policy h3{
    font-size: 1rem;
    font-weight: 500;
}
@media (min-width: 992px) {
    #policy h3{
        font-size: 1.2rem;
    }
}
