
/* 共通設定
-------------------------------------*/
html, body {
	color: #141414;
	font-size: 15px;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	overflow-x: hidden;
}

@font-face {
  /*フォントの名前*/
  font-family: "Candara";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../fonts/Candara.woff2") format("woff2"),
       url("../fonts/Candara.woff") format("woff");
}

@font-face {
  /*フォントの名前*/
  font-family: "Rodin";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../fonts/Rodin-L.woff2") format("woff2"),
       url("../fonts/Rodin-L.woff") format("woff");
}

*:focus { outline: none !important; box-shadow: none !important; }

a {
  color: #2c5db6;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

a:hover {
  color: #136786;
  text-decoration: underline;
}

a span { color: #141414; /* Tel Link */ }
a span:hover { text-decoration: none; }
a[onclick]{	color: #141414; }

h1 {
	font-size: 90%;
	font-weight: 100;
	margin-bottom: 0;
}

h2 {
	font-size: 44px;
	font-family: "Candara";
	font-weight: bold;
	line-height: 0.8;
	letter-spacing: 5px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
h2 span { 
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-size: 50px;
	color: #2c5db6;
	line-height: 1;
	font-family: "Candara";
	font-feature-settings: "palt";
	text-align: center;
}
h3.common {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
}
.h3-p {
	text-align: center;
	margin-bottom: 0;
}

h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	color: #2c5db6;
	margin-top: -5px;
}
h4.common {
	font-size: 22px;
	margin-bottom: 0;
}

h5 {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #2c5db6;
	padding-left: 0.5rem;
	margin: 2em 0 1.2em;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin: 1em 0;
}

b, strong {	font-weight: 900; }

section { padding: 96px 0; }
section[class="blue"]{ background: rgba(30,144,255,0.08); }

.container-fluid { padding: 0; }
.container-fluid.page-wrap { position: relative; min-height: 100%; }

.small { font-size: 70%; }
.medium { font-size: 90%; }
.x-small { font-size: 60%; }

.lead {	font-size: 110%; }
.lead2 { font-size: 130%; }

.txt-blue { color: #2c5db6; }
.txt-red { color: #DD0F12; }

.mt-6 {	margin-top: 6rem; }
.pt-6 {	padding-top: 6rem; }

.br-xs { display: none; }

.img-round { border-radius: 5px; }

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.overflow-x-none { overflow-x: hidden; }

.colorbox {
    border-radius: 5px;
    padding: 1.5rem;
	height: 100%;
}

.colorbox.gray { background-color: #EEEEEE; }
.colorbox.yellow { background-color: #f6f1e3; }
.colorbox.beige { background-color: #f6eed5; }
.colorbox.red {background-color: #fbe3e3; }
.colorbox.pink { background-color: #fcd9e6; }
.colorbox.green { background-color: #e9f7e0; }
.colorbox.blue { background: rgba(44,93,182,0.10); }
.colorbox.blue2 { background: #2c5db6; color: #fff; }
.colorbox.white { background-color: rgba(255,255,255,0.10); }


/* メニュー
-------------------------------------*/
.nav-inner {
	position: fixed;
	background: rgba(255,255,255,1.00);
	width: 100%;
	height: 90px;
	top: 0;	left: 0;
	text-align: center;
	z-index: 2;
}

.logo {
	position: absolute;
	top: 50%; left: 20px;
	transform: translate(0, -50%);
}

.logo img {	width: 250px; height: 50px; }


/* スクロールでヘッダー縮小
-------------------------------------*/
.is-animation .nav-inner { background: rgba(255,255,255,1.00); transition: 0.5s; }


/* Slick スライダー
-------------------------------------*/
.slider-wrap { 
	position: relative;
	height: 100vw;
	max-height: calc(100vh - 90px);
	top: 90px;
	z-index: 1;
}

.slider-img1 img, .slider-img2 img, .slider-img3 img, .slider-img4 img {
	width: 100%;
	height: auto;
	max-height: 100vh;
	object-fit: cover;
}

.top-main {
	position: absolute;
	width: 85%;
	height: calc(100vh - 90px);
	object-fit: cover;	
	right: 0;
}

.copy-wrap {
	position: absolute;
	background: rgba(44,93,182,0.95);
	width: 40%; height: 300px;
	top: 50%; left: 0;
	transform: translate(0, -50%);
}

.copy-1 {
	position: absolute;
	font-family: "Candara";
	font-size: 4.6vw;
	color: #fff;
	top: 35%; left: 10%;
	transform: translate(0, -50%);
}

.copy-2 {
	position: absolute;
	font-size: 30px;
	font-family: "Rodin";
	color: #fff;
	top: 65%; left: 10%;
	transform: translate(0, -50%);
}

.scroll-wrap {
	position: absolute; 
	bottom: 0; right: 0;
}
.scroll { 
	position: relative;
	width: 40px;
	height: 120px;
}
.scroll-img { 
	width: 40px;
	height: 120px;
}

.scroll-line {
	position: absolute;
	bottom: 0%; left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 1px;
	height: 50px;
	background: #fff;
	animation: 2s ease-in 1s infinite alternate both running expansion;
}
@keyframes expansion{
  0% {
    height: 0px;
	background: transparent;
  }
  30% {
	background: #fff;
  }
  100% {
    height: 50px;
  }
}


/* ヘッダー画像
-------------------------------------*/
.header-img {
	width: 100%;
	height: 360px;
	position: relative;
	top: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-img.company { background-image: url("../images/header-company.jpg"); }
.header-img.business { background-image: url("../images/header-business.jpg"); }
.header-img.recruit { background-image: url("../images/header-recruit.jpg"); }
.header-img.contact { background-image: url("../images/header-contact.jpg"); }


/* トップページ
-------------------------------------*/
.container.top {
	margin-top: 90px;
}

.full-width.blue {
	background: rgba(44,93,182,0.10);
	padding: 96px 15px;
}

.full-width.blue2 {
	background: rgba(44,93,182,0.03);
	padding: 96px 0;
}

p.concept {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 0;
}

.top-left img {
	margin-left: 0;
	width: 50vw;
	height: 400px;
	object-fit: cover;
}

.top-right {
	width: 550px;
	height: 400px;
}

.top-right img {
	width: 50vw;
	height: 400px;
	object-fit: cover;
}

.top-right.col-md-6 {
	flex: none;
}

.top-content {
	position: relative;
}

.top-content-copy {
	position: absolute;
	bottom: 5%;
	width: 100%;
	pointer-events: none;
}

.contact.full-width {
	background: rgba(44,93,182,0.10);
	padding: 48px 15px;
}

.contact-tel {
	font-size: 40px;
	font-weight: bold;
	color: #2c5db6;
	line-height: 1;
	margin-bottom: 0;
}

p.contact-tel a span {
	color: #2c5db6;
}

p.contact-tel a {
	pointer-events: none;
}


/* フッター
-------------------------------------*/
footer {
	background: #2c5db6;
	color: #fff;
	padding: 48px 0;
}

.footer-logo { width: 56px; height: 40px; }
.footer-p { font-size: 16px; }

footer .navbar {
	font-size: 13px;
	width: 85%;
	line-height: 1.75;
	margin: 0 auto;
}

footer .nav-link {
	padding: 0;
}
@media (min-width: 1200px) {
 footer .nav-link {	margin: 0 20px; }
}

footer .navbar a {
    color: #fff;
	transition: 0.3s;
}

footer .navbar a span {
	font-size: 11px;
    color: #6e99e9;
}

footer .navbar a:hover {
    color: #6e99e9;
	text-decoration: none;
}


/* 会社概要
-------------------------------------*/
.container.common {
	margin-top: 180px;
}

.table-1.composition {
	width: 100%;
}

.table-1.composition th {
	width: 40%;
}


/* 事業内容
-------------------------------------*/
.container.common2 {
	margin-top: 90px;
}


/* お問い合わせ
-------------------------------------*/
.p-contact {
	font-size: 220%;
	font-weight: bold;
}

.container.contact {
	width: 80%;
}

p[class="error"] {
	color: #ED2375;
}

.privacy {
	background: rgba(44,93,182,0.03);
	width: 100%;
	height: 12rem;
	padding: 1rem;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	font-size: 90%;
}

.form-group {
	margin-bottom: 2em;
}

form label:not(.form-check-label) { 
	border-left: solid 6px #2c5db6;
	padding-left: 0.5rem;
	margin: 0 0 1em;
}
form .pink label:not(.form-check-label) { 
	border-left: solid 6px #ED2375;
}

input[type="checkbox"]{
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.form-check-inline {
    padding-left: 0.5rem;

}


/* ハンバーガーメニュー
-------------------------------------*/
.toggle {  
    position: absolute; /* ボタンの配置位置  */
    top: 50%;
    right: 8px;
    transform: translate(-50%, -50%);
    width: 24px; /* ボタンの大きさ */
    height: 24px;
    display: flex; /* バーガーの線をボタン範囲の中心に配置 */
    justify-content: center;
    align-items: center;
    z-index: 10; /* 最前面に */
}

/***** 真ん中のバーガー線 *****/
.toggle-line {  
    width: 100%; /* 線の長さと高さ */
    height: 2px;  
    background-color: #2c5db6; /* バーガー線の色 */  
    position: relative; /* バーガー線の位置基準として設定 */
    transition: 0.5s;
}

/***** 上下のバーガー線 *****/
.toggle-line::before,
.toggle-line::after {
    content: "";  
    position: absolute; /* 基準線と同じ大きさと色 */
    width: 100%;
    height: 100%;
    background-color: #2c5db6;
    transition: 0.5s;
    left: 0;
}

.toggle-line::before {  
    transform: translateY(-8px); /* 上の線の位置 */
}

.toggle-line::after {  
    transform: translateY(8px); /* 下の線の位置 */
}


/***** メニューオープン時 *****/
.toggle-line.open {  
    background-color: transparent; /* 真ん中の線を透明に */
}

.toggle-line.open::before,
.toggle-line.open::after {
    content: "";  
    background-color: #2c5db6; /* 上下の線の色を変える */
    transition: 0.5s;
}

.toggle-line.open::before {  
    transform: rotate(135deg); /* 上の線を傾ける */
}

.toggle-line.open::after {  
    transform: rotate(-135deg); /* 上の線を傾ける */
}

/**************** 以下、メニューのスタイリング ****************/
.ham-menu {
    position: fixed;
    right: -70%; /* メニューの位置マイナス指定で画面外に */
    width: 70%;
    padding: 0;
    display: flex; /* メニューを縦に */
    flex-direction: column;
    background-color: rgba(255,255,255,0.8);
    transition: 0.5s;
    z-index: 20;
}

.ham-menu ul { padding-left: 0; }

.ham-menu-list {
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px;  
    display: flex; /* メニューテキスト位置をリスト内中心に */
    justify-content: center;
    align-items: center;
}
.ham-menu-list span {	
	font-size: 11px;
	font-weight: normal;
	color: #2c5db6;
}
.ham-menu-list.act a {
	color: #141414;
}
.ham-menu-list span[class="tel"] {	
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}
.ham-menu-list.act:before {
	content: "";
	width: 68px;
	border-top: solid 3px #2c5db6;
	position: absolute;
	top: -20px;
}
.ham-menu-list:last-child {
    padding: 0 0 0 24px;
}

@media (max-width: 1200px) {
  .ham-menu-list { padding: 0 1.3vw; }
}

@media (max-width: 991px) {
  .ham-menu { top: 80px; width: 40%; height: calc(100vh - 80px); right: -70%; background: rgba(255,255,255,0.95); }
  .ham-menu-list.act { position: relative; }
}

@media (max-width: 768px) {
  .ham-menu-list { font-size: 12px; line-height: 1.3; }
  .ham-menu-list span { font-size: 10px; }
  .ham-menu-list.act::before { top: -5px; }
}

@media (max-width: 735px) {
  .ham-menu { top: 50px; width: 70%; height: calc(100vh - 50px); padding-top: 10vw; }
  .ham-menu-list { font-size: 4vw; height: 17vw; }
  .ham-menu-list:last-child { padding: 10vw 0 0 0; }
  .ham-menu-list.act::before { top: 15vw; }
  .toggle { width: 24px; height: 24px; }
  .toggle-line::before { transform: translateY(-8px); }
  .toggle-line::after { transform: translateY(8px); }
}

@media (max-width: 360px) {
  .ham-menu {
	padding-bottom: 60px;
  }
}

.ham-menu-list a {
  color: #141414 !important;
}

.ham-menu-list a:hover {
  color: #2c5db6 !important;
  transition: 0.3s;
  text-decoration: none;
}

.ham-menu-list p { margin-bottom: 0; }


/***** メニューオープン時位置0にして画面内に *****/
.ham-menu.open {
  position: absolute;
  right: 0;
}

/* 735px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 736px) {
  .toggle {
    display: none;
  }

  .ham-menu {
    position: absolute;
    top: 50%; right: 0;
	transform: translate(0, -50%);
    width: auto;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0);    
    display: flex; /* メニューを横に */
    flex-direction: row;
	align-items: center;
  }
}


/* タイトル
-------------------------------------*/
.title1 {
    font-size: 22px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1;
	color: #5fbce7;
	text-align: center;
	margin-bottom: 48px;
}


/* リスト
-------------------------------------*/

ul, ol {
	padding-left: 1.2em;
}

ol li {
	margin-bottom: 0;
}

.note dt {
  position: relative;
}
.note dt span {
  position: absolute;
}
.note dd {
  padding-left: 1em;
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -1.2em;
}

ul.asterisk li:before {
  display: inline;
  content: '※';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
}

ol.asterisk {
  counter-reset: number;
  list-style: none;
}

ol.asterisk li:before {
  counter-increment: number;
  content: "\f069"counter(number)" ";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
}

ul.gear li {
  list-style-type: none;
  text-indent: -1.2em;
  font-size: 110%;
}

ul.gear li:before {
  display: inline;
  content: '\f013';
  font-family: 'FontAwesome';
  margin-right: 0.4em;
}


/* ボタン
-------------------------------------*/
.btn {
	border: none;
	border-radius: 0;
	transition: 0.4s;
	position: relative;
	z-index: 1;
}

.btn.normal, .btn.form, .btn.recruit, .btn.return, .btn.contact-lg { 
	min-width: 240px !important;
	padding: 0.7em 1em;
	background: #2c5db6;
	color: #fff;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}
.btn.normal {
	font-family: "Candara";
}
.btn.contact-lg {
	min-width: 80% !important;
	font-size: 18px;
	padding: 1em;
}
.btn.recruit {
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 300px !important;
}
.btn.form {
	background: #be004c;
	font-size: 16px;
}
.btn.return {
	font-size: 16px;
}

.btn.normal::after, .btn.recruit::after, .btn.form::after, .btn.return::after, .btn.contact::after, .btn.contact-lg::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #0d8bdb;
	transition: all 0.3s ease;
}
.btn.form::after {
	background: #df367a;
}
.btn.normal:hover::after, .btn.recruit:hover::after, .btn.form:hover::after, .btn.return:hover::after, .btn.contact:hover::after, .btn.contact-lg:hover::after {
  left: 0;
  width: 100%;
}

.btn.normal:hover, .btn.recruit:hover, .btn.return:hover, .btn.btn.contact-lg:hover { background: #0d8bdb; }
.btn.form:hover { background: #df367a; }

.btn.contact {
	background: #2c5db6;
	color: #fff !important;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2em;
}
.btn.contact:hover { 
	background-color: #0d8bdb;
	color: #fff !important;
}

.btn::after {
	display: inline;
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 120%;
	margin-left: 0;	
}


/* バッジ
-------------------------------------*/
.badge {
	font-weight: normal;
	vertical-align: baseline;
	border-radius: 3px;
}

.badge-primary {
	font-size: 80%;
	padding: 0 0.5rem 0 0.5rem;
	background-color: #194475;
}

.badge-danger {
	font-size: 80%;
	padding: 0 0.5rem 0 0.5rem;
	background-color: #fa2274;
	border-radius: 3px;
}

.badge-dark {
	font-size: 80%;
	background-color: #194475;
}

a.badge .badge-dark {
	padding: 0 0.5rem 0 0.5rem;
}

a.badge-dark:hover, a.badge-dark:focus {
  background-color: #88b8dc;
}


/* テーブル
-------------------------------------*/
.table-1 { width: 80%; }
.table-1 tr { 
	background-size: 4px 1px;
	background-repeat: repeat-x;
    background-image: linear-gradient(to right, #000 , #000  1px, transparent 1px, transparent 4px);
	background-position: bottom;
}

.table-1 th {
	width: 25%;
	padding: 1em;
	font-weight: normal;
	vertical-align: top;
}
.table-1 td {
	padding: 1em;
}

.table-2 { width: 100%; }
.table-2 tr {
	border-bottom: 1px solid #2c5db6;
	margin-bottom: 5px;
}
.table-2 tr:nth-child(odd) td {
	background: rgba(44,93,182,0.10);
}
.table-2 th {
	padding: 10px;
	border-top: 1px solid #2c5db6;
	border-left: 1px solid #2c5db6;
	border-right: 1px solid #2c5db6;
	font-weight: bold;
	text-align: center;
	background: rgba(44,93,182,0.50);
}
.table-2 th.cell-1 {
	width: 15%;
}
.table-2 td {
	padding: 10px;
	border-top: 1px solid #2c5db6;
	border-left: 1px solid #2c5db6;
	border-right: 1px solid #2c5db6;
	background-color: #fff;
	vertical-align: top;
}
.table-2 td:before {
	padding: 10px;
	border-right: 1px solid #2c5db6;
	background-color: #f2faff;
}

.table-res { width: 100%; }
.table-res tr {
	border-bottom: 1px solid #aad5f1;
	margin-bottom: 5px;
}
.table-res th {
	padding: 10px 10px 5px;
	border-top: 1px solid #aad5f1;
	border-left: 1px solid #aad5f1;
	border-right: 1px solid #aad5f1;
	font-weight: bold;
	background-color: rgba(242,250,255,1);
}
.table-res td {
	padding: 10px;
	border-top: 1px solid #aad5f1;
	border-left: 1px solid #aad5f1;
	border-right: 1px solid #aad5f1;
	background-color: #fff;
}
.table-res td:before {
	padding: 10px;
	border-right: 1px solid #aad5f1;
	background-color: #f2faff;
}
.table-res span { color: #e41a89; }
  
@media (max-width: 735px) {
  .table-1 { width: 100%; }
  .table-1 th { font-weight: bold; }
  .table-1 th {
    width: 100%;
	display: block;
	padding: 1em 1em 0;
	border-top: none;
  }
  .table-1 td {
    width: 100%;
	display: block;
	border-bottom: none;
	padding: 1em;
  }
  
  .scroll-table { 
	overflow-x: scroll;
	white-space: nowrap;
  }
  .table-2 th, .table-2 td { padding: 0.5em 1em; width: auto; } 

  .table-res {
    display: block;
  }
  .table-res thead {
    display: none;
  }
  .table-res tbody, .table-res tr, .table-res th, .table-res td {
    display: block;
    width: 100%;
  }
  .table-res th {
    border: none;
    background-color: rgba(242,250,255,0);
  }
  .table-res td {
    position: relative;
    padding: 10px 10px 10px calc(40% + 10px);
    border-top: 1px solid #aad5f1;
    border-left: 1px solid #aad5f1;
    border-right: 1px solid #aad5f1;
    background-color: #fff;
  }
  .table-res td:before {
    content: attr(aria-label);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #aad5f1;
    background-color: #f2faff;
  }
}


/* ポジション
-------------------------------------*/
.br-0 {
	position: absolute;
	bottom: 0;
	right: 0;
}
  
@media (min-width: 769px) {
  .br-lg-0 {
	position: absolute;
	bottom: 0;
	right: 0;
  }
}

@media (min-width: 577px) {
  .br-md-0 {
	position: absolute;
	bottom: 0;
	right: 0;
  }
}

.br-30 {
	position: absolute;
	bottom: 30px;
	right: 30px;
}


/* フォーム
-------------------------------------*/
.form-control {
	font-size: 90%;
}

.form-control::-webkit-input-placeholder { color: #b4b4b4; }
.form-control::-moz-placeholder { color: #b4b4b4; }
.form-control:-ms-input-placeholder { color: #b4b4b4; }
.form-control::-ms-input-placeholder { color: #b4b4b4; }
.form-control::placeholder { color: #b4b4b4; }


/* トップに戻る
-------------------------------------*/
#page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #2c5db6;
	border: solid 1px #fff;
	transition: 0.3s;
	z-index: 10;
}

#page_top a {
    width: 50px;
    height: 50px;
	position: relative;
    display: block;
    text-decoration: none;
}

#page_top:hover {
	background-color: #0d8bdb;
	border: solid 1px #fff;
}

#page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f062';
	font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}


/* アンカーリンクの位置調整
-------------------------------------*/
a.anchor {
    display: block;
    padding-top: 68px;
    margin-top: -68px;
}

a.anchor2 {
    display: block;
    padding-top: 30px;
    margin-top: -30px;
}


/* モーダルウィンドウ
-------------------------------------*/
#modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 20;
}

#modal-window img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 92%;
  max-height: 92%;
}

.img-pointer {
 cursor: pointer;
}


/* フェードインアニメーション
-------------------------------------*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-50px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*右から←にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(50px);
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(50px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/* Google map
-------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/* フェードインアニメーション
-------------------------------------*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-50px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*右から←にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(50px);
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(50px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/* DatetimePicker
-------------------------------------*/
    .datepicker-days th.dow:first-child,
    .datepicker-days td:first-child {
        color: #f00;
    }
    .datepicker-days th.dow:last-child,
    .datepicker-days td:last-child {
        color: #00f;
    }


/* メディアクエリ
-------------------------------------*/
@media (max-width: 1199px) {
  body { font-size: 90%; }
  h3 { font-size: 44px; }
  h4 { font-size: 20px; }
  .logo img { width: auto; height: 6vw; max-height: 36px; }
  .copy-2 { font-size: 2.4vw; }
  .top-right { width: 465px; }
  
  footer .navbar { width: 100%; }
}

@media (max-width: 991px) {
  body { font-size: 84%; }
  .slider-wrap { height: 51vw; max-height: calc(100vh - 90px); }
  .top-main { height: auto; max-height: calc(100vh - 90px); }
  .copy-wrap { height: 24vw; }
  footer .navbar { font-size: 1.2vw; }
    
  .btn.normal, .btn.return { font-size: 1.8vw; } 
  .btn.contact-lg { font-size: 16px; }
}

@media (max-width: 768px) {
  body { font-size: 1.5vw; }
  h2 { font-size: 4.5vw; }
  h2 span { font-size: 2vw; }
  h3 { font-size: 4.5vw; letter-spacing: 0; }
  h4 { font-size: 2.5vw; }
  h5 { font-size: 2.5vw; }
  h6 { font-size: 1.2vw; }
  
  .nav-inner { height: 60px; }
  .navbar {	font-size: 12px; }
  
  .slider-wrap { top: 60px; }
  .copy-2 { font-size: 20px; }
  .container.top { margin-top: 60px; }
  .full-width.blue { padding: 48px 15px; }
  .full-width.blue2 { padding: 48px 0; }
  p.concept { font-size: 1.7vw; }
  .top-right { width: 345px; }

  .br-30 { bottom: 20px; right: 20px; } 
  .lead { font-size: 1.8vw; } 
  .lead2 { font-size: 2.4vw; }
  
  .table-1.composition th {	width: 46%; }
  
  .btn.normal, .btn.form, .btn.return, .btn.pdf { font-size: 2vw; } 
  .btn.contact { height: 60px; font-size: 13px; padding: 0 1em; }
  
  footer .navbar { font-size: 1vw; }
}

@media (max-width: 735px) {
  body { font-size: 3.5vw; }

  a:link, a:visited, a:hover, a:active {
	color: #2c5db6;
	text-decoration: none;
  }

  a {
    -webkit-tap-highlight-color: rgba(10, 10, 10, 1);
    tap-highlight-color: rgba(10, 10, 10, 1);
  }

  a[class] { color: #fff; }
  
  h2 { font-size: 8vw; margin: 0; }
  h2 span { font-size: 3.5vw; }
  h3 { font-size: 8vw; }
  h3.common { font-size: 6vw; }
  .h3-p { margin-bottom: 2em; }
  h4 { font-size: 5vw; }
  h4[class="series"] { font-size: 5vw; }
  h5 { font-size: 4vw; }
  h6 { font-size: 3.2vw; }
  
  .lead { font-size: 4.1vw; } 
  .lead2 { font-size: 5.2vw; }
 
  .nav-inner { height: 50px; position: fixed; }
  .nav-inner.common { background: rgba(42,25,7,0.95); }
  .logo img { width: auto; height: 10vw; max-height: 35px; }
  .header-img { top: 50px; }
  
  .slider-wrap { top: 50px; height: calc(100vw - 50px); }
  .top-main { height: calc(100vw - 50px); }
  .copy-wrap { width: 65%; height: 45vw; }
  .copy-1 { font-size: 7.5vw; }
  .copy-2 { font-size: 4vw; }
  .scroll-wrap { display: none; }
  .container.top { margin-top: 50px; }
  p.concept { font-size: 3.6vw; }
  .top-right { width: 100%; height: 100%; }
  .top-right.col-md-6 { padding: 0 15px; }
  .top-right img { width: 100vw; height: 70vw; margin-left: -30px; }
  .top-left { margin-left: 0px; }
  .top-left img { width: 100%; height: 70vw; }
  .top-content-copy { bottom: 50%; }
  
  .header-img { height: 200px; } 
  .container.common { margin-top: 95px; }
  .container.common2 { margin-top: 50px; }
  .gmap { padding-bottom: 75%; }
  .contact-tel { font-size: 10vw; }
  p.contact-tel a {	pointer-events: auto; }
  
  .table-1.composition th {	width: 100%; }

  a.anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
  
  .btn.normal, .btn.form, .btn.return, .btn.pdf {
	min-width: 242px !important;
	width: auto;
	font-size: 100%;
	padding: 0.8em 1em;
  }
  .btn.top {
	font-size: 15px;
	width: 100px;
	position: static;
	padding: 0.3em 1em;
	margin-top: 10px;
  }
  .btn.contact {
  	font-size: 3.6vw;
    height: 50px;
  }
  .btn.contact-lg {
  	font-size: 3.6vw;
    width: 100%;
  }
 
  #privacy p, #privacy li {	font-size: 90%; }
  .privacy { padding-left: 0.5rem; }
  .container.contact { width: 100%;} 

  footer { padding: 1em 0; }
  footer[class="no-contact"] { margin-top: 0; }
  footer .navbar { display: none; }
  .footer-logo { width: 15vw; height: auto; margin-top: 1em; }
  .footer-p { font-size: 4vw; }
  
  #page_top a { width: 36px; height: 36px; }
  #page_top a:before { font-size: 20px; }
}

@media (max-width: 375px) {
  .top-contact { margin-top: 498px !important; }
}
@media (max-width: 360px) {
  .br-xs {
    display: block;
  }
}