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

.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

.logo_fadein p img {
	width: 60vw; height: auto;
}

@font-face {
  /*フォントの名前*/
  font-family: "Rodin-L";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  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: #627bc1;
  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: #3c3c3c; /* Tel Link */ }
a span:hover { text-decoration: none; }
a[onclick]{	color: #3c3c3c; }

h1 {
	font-family: 'Book Antiqua';
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 0;
}

h1:first-letter {
  font-size: 2em;
  color:#745F07;
}

h2 {
	font-family: 'Noto Sans JP', serif;
	font-size: 38px;
	line-height: 0.8;
	letter-spacing: 3px;
/*	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0) 100%);*/
	width: 100%;
	padding: 1em 0;
	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;
}
h2.white {
	color: #fff;
}

h3 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}

h3.news {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	letter-spacing: 0;
	border-bottom: solid 2px #0295e4;
	padding-bottom: 0.3em;
	display: inline-block;
}
h3 span {
	color: #627bc1;
}

h3.green {
	color: #009f69;
}
h3.left {
	text-align: left;
	margin-left: -3px;
}
h3.common {
	font-size: 30px;
	text-align: center;
}
.h3-p {
	font-family: "Rodin-L";
	text-align: center;
	margin-bottom: 0;
}
.h3-pl {
	margin-bottom: 0;
}

h4 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin-top: -5px;
}
h4.common {
	font-size: 22px;
	margin-bottom: 0;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #627bc1;
	padding-left: 0.5rem;
	margin: 2em 0 1.2em;
}

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

b, strong {	font-weight: 900; }

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

.access {padding: 50px 0 10px 0;}
.access[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: 115%; }
.lead2 { font-size: 130%; }

.txt-blue { color: #627bc1; }
.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(98,193,161,0.10); }
.colorbox.blue2 { background: #627bc1; color: #fff; }
.colorbox.white { background-color: rgba(255,255,255,0.10); }

.full-width.blue {
	background: rgb(31 71 167);
	color: #fff;
	    padding: 96px 15px;
}

/* container */
.container2 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

@media (max-width: 1529px) {
    .container2 {
        max-width:100%;
        padding: 0 0px;
    }
}

@media (max-width: 991px) {
    .container2 {
        max-width:100%;
    }
}



#bg-img-contents{background: url(../images/bg-img-contents.jpg) center center /cover no-repeat #fff;color:#fff;background-attachment: fixed;}
	@media only screen and (max-width:991px)	{#bg-img-contents{background: url(../images/bg-img-contents.jpg) center center /cover no-repeat;}}


#bg-img-contents .lead{font-size: 30px;line-height: 36px;margin: 30px 0;text-align: center}
	@media only screen and (max-width:991px)	{#bg-img-contents .lead{font-size: 21px;line-height: 27px;margin: 15px 0;}}

#bg-img-contents h2{text-align: left;font-size: 36px;margin-bottom: 75px;font-weight: bold; text-align:center;}
#bg-img-contents h2 span{font-size:20px;font-weight: bold; display:block;font-style: italic;}

	@media only screen and (max-width:991px)	{#bg-img-contents h2{font-size: 24px;margin-bottom: 30px;-webkit-writing-mode: inherit; -ms-writing-mode: inherit; writing-mode: inherit;text-align: center;}
#bg-img-contents h2 span{text-align: center;font-size:16px;font-weight: bold; display:block;}}

/* メニュー
-------------------------------------*/
.nav-inner {
	position: fixed;
	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: auto; height: 70px; }



/* スクロールでヘッダー縮小
-------------------------------------*/
.is-animation .nav-inner {background: rgb(255 152 21 / 50%);transition: 0.5s;}

/* Slick スライダー
-------------------------------------*/



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

.copy-wrap {
	position: absolute;
	width: 150%;
	height: auto;
	top: 50%; left: 30%;
	transform: translate(-50%, -50%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.3) 50%, rgb(14 46 169 / 60%) 100%);
}

.copy {
	font-size: 2.5vw;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0.6em 0;
	margin-left: 50%;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.scroll-wrap {
	position: absolute; 
	bottom: 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: 0.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.news { background-image: url("../images/header-news.jpg"); }
.header-img.company { background-image: url("../images/header-company.jpg"); }
.header-img.business { background-image: url("../images/header-business.jpg"); }
.header-img.products { background-image: url("../images/header-products.jpg"); }
.header-img.contact { background-image: url("../images/header-contact.jpg"); }
.header-img.flow { background-image: url("../images/header-flow.jpg"); }
.header-img.recruit { background-image: url("../images/header-recruit.png"); }


/* トップページ
-------------------------------------*/



.top-ttl-back-L {
	position: absolute;
	top: 50; left: 0;
	pointer-events: none;
}


.container.top {
	margin-top: 0px;
}

.top-about {
	line-height: 2;
}

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

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

.top-right .img1 {
	width: 300px;
	height: 500px;
	object-fit: cover;
	position: absolute;
	top: 50px;
}

.top-right .img2 {
	width: 300px;
	height: 500px;
	object-fit: cover;
	position: absolute;
	right: calc(50% - 50vw + 233px);
}

@media (min-width: 1200px) {
  .top-right .img1 {
	width: 27vw;
	height: 500px;
	object-fit: cover;
	position: absolute;
	top: 50px;
  }

  .top-right .img2 {
	width: 27vw;
	height: 500px;
	object-fit: cover;
	position: absolute;
	right: calc(50% - 50vw + 275px);
  }
}

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

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

.top-content {
	position: relative;
}

.full-width.contact {
	background: url("../images/contact-back.jpg") center center;
	background-size: cover;
	text-align: center;
	padding: 48px 15px;
}

.full-width.contact2 {
	background: url("../images/pixta_94720589_M.jpg") center center;
	background-size: cover;
	text-align: left;
	padding: 100px 15px;
}

.colorbox.white.contact {
	background-color: rgba(255,255,255,0.9);
	border-radius: 0;
}

.contact-tel {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 30px;
	color: #2578a3;
	line-height: 1;
}

p.contact-tel a span {
	color: #2578a3;
}

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

/* 新着情報
-------------------------------------*/
#newsWrap {
	width: 70%;
	height: 5.6em;
	overflow-y: auto;
	margin: 0 auto;
}

ul#newsList li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	list-style-type: none;
}
ul#newsList li:last-child {
	margin: 0;
}
ul#newsList .up_ymd { 
	width: 18%; 
	display: inline-block;
	vertical-align: top;
}

ul#newsList .title {
	width: 80%;
	display: inline-block;
}

@media (max-width: 991px) {
  #newsWrap { width: 100%; }
}
@media (max-width: 735px) {
  #newsWrap { height: 13em; }
  ul#newsList { padding-left: 0; }
  ul#newsList li { margin-bottom: 0.8em; }
  ul#newsList .up_ymd { width: 100%; display: block; }
  ul#newsList .title { width: 100%; display: block; margin-left: 0; }
}

.catName {
	display: none;
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 11px;
	line-height: 100%;
	margin: 0 2px;
}
.newMark {
	display: none;
	border: 1px solid #F00;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	border-radius: 8px;
	font-style: italic;
}
.comment {
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	width: 500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

/* 詳細ページ */
h2.news { line-height: 1.5; }
#up_ymd {
	text-align: right;
	max-width: 800px;
	margin: 48px auto 0;
}
#detail {
	margin-top: 3rem;
}
.detailText {
	max-width: 800px;
	margin: 48px auto 0;
}
.detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}
.detailUpfile img {
	max-width: 100%;
	height: auto;
	margin-top: 3rem;
}
.pNav {
	font-size: 11px;	
}


/* 取扱品目
-------------------------------------*/
body.news {
	background-color: #fef7f8;
}

#catalog #news {
	background-color: #fef7f8;
}

#catalog #newsWrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#catalog ul#newsList {
	font-size: 15px;
	padding-left: 0;
}
#catalog ul#newsList li {
	width: 31.9%;
	display: inline-block;
	margin-right: 1em;
	padding: 0;
	margin-bottom: 3px;
	list-style-type: none;
}
#catalog ul#newsList li:nth-child(3n) {
	margin-right: 0;
}
#catalog ul#newsList li:nth-child(n+4) {
	margin-top: 2em;
}
#catalog ul#newsList li:last-child {
	margin: 0;
}
#catalog ul#newsList .up_ymd {
	display: none;
}

#catalog ul#newsList .title {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 768px) {
  #catalog ul#newsList { font-size: 13.5px; }
  #catalog ul#newsList li { width: 31.6%; }
}
@media (max-width: 735px) {
  #catalog ul#newsList { font-size: 3.2vw; padding-left: 0; }
  #catalog ul#newsList .title { 
  	width: 100%; 
	display: block; 
	margin-left: 0; 
	white-space: nowrap;
  }
  #catalog ul#newsList .up_ymd { width: 18%; }
  #catalog ul#newsList li { width: 47%; margin-bottom: 1.5em; }
  #catalog ul#newsList li:nth-child(3n) { margin-right: 1em; }
  #catalog ul#newsList li:nth-child(even) { margin-right: 0; }
}

#catalog .catName {
	display: none;
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 11px;
	line-height: 100%;
	margin: 0 2px;
}
#catalog .newMark {
	display: none;
	border: 1px solid #F00;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	border-radius: 8px;
	font-style: italic;
}
#catalog .comment {
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
}
#catalog .thumbNailWrap {
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 0.4em;
}
#catalog .thumbNailWrap img { 
	width: 100%;
	max-width: 100%;
}

/* 一覧ページ */
#catalog .pager {
	text-align:right;
	padding:10px;
	clear:both;
}
#catalog .pager a { /*ページャーボタン*/
    border: 1px solid #627bc1;
    border-radius: 5px 5px 5px 5px;
    color: #627bc1;
    font-size: 12px;
    padding: 1px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
#catalog .pager a.current { /*現在のページのボタン*/
    background: #627bc1;
    border: 1px solid #627bc1;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 1px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

#catalog .pager a:hover {
    background: #627bc1;
    color: #fff;
}

#catalog .overPagerPattern {
	padding:0 2px ;	
}

#catalog.list .comment {
	display: none;
}

/* 詳細ページ */
#catalog h2.news { line-height: 1.5; }
#catalog #up_ymd {
	display: none;
	margin-top: 2em;
}
#catalog #detail {
	margin-top: 0;
}
#catalog .detailText {
	max-width: 800px;
	margin: 48px auto 0;
}
#catalog .detailUpfile {
	text-align: center;
}
#catalog .detailUpfile img {
	max-width: 100%;
	height: auto;
	margin: 0;
}
#catalog .pNav {
	font-size: 11px;	
}


/* フッター
-------------------------------------*/
footer {
	background: #00000;
	color: #fff;
	padding: 48px 220px;
}

.footer-logo { width: auto; height: 70px; }
.footer-p { font-size: 16px; }
.footer-tel a span { color: #fff; }

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

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

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

footer .navbar a:hover {
    color: #258cff;
	text-decoration: none;
}

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

ul.company {
	padding-left: 0;
}

ul.company li {
	display: inline-block;
	width: 33%;
	line-height: 2;
}

ul.company li:before{
    content: "\f111";
	font-family: 'FontAwesome';
    font-size: 10px;
	transform:scale(0.6);
	display: inherit;
    vertical-align: middle;
	margin-right: 0.5em;
}


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

.container.contact {
	width: 80%;
}

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

.privacy {
	background: rgba(98,193,161,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 #627bc1;
	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: #fff; /* バーガー線の色 */  
    position: relative; /* バーガー線の位置基準として設定 */
    transition: 0.5s;
}

/***** 上下のバーガー線 *****/
.toggle-line::before,
.toggle-line::after {
    content: "";  
    position: absolute; /* 基準線と同じ大きさと色 */
    width: 100%;
    height: 100%;
    background-color: #fff;
    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: #fff; /* 上下の線の色を変える */
    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: 17px;
    line-height: 1.5;
    padding: 0 30px;  
    display: flex; /* メニューテキスト位置をリスト内中心に */
    justify-content: center;
    align-items: center;
}
.ham-menu-list span {
	font-family: 'Zen Old Mincho', serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.ham-menu-list .btn span {
	color: #fff;
}
.ham-menu-list.act a {
	color: #3c3c3c;
}
.ham-menu-list span[class="tel"] {	
	font-size: 18px;
	font-weight: bold;
	color: #3c3c3c;
}
.ham-menu-list.act:before {
	content: "";
	width: 68px;
	border-top: solid 1px #627bc1;
	position: absolute;
	top: -20px;
}
.ham-menu-list:nth-child(4) {
    padding: 0 30px 0 30px;
}
.ham-menu-list:last-child {
    padding: 25px;
}

@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: #000000; }
  .ham-menu-list { font-size: 13px; line-height: 1.3; }
  .ham-menu-list span { font-size: 10px; }
  .ham-menu-list.act { position: relative; }
}

@media (max-width: 768px) {
  .ham-menu-list { font-size: 11px; }
  .ham-menu-list span { font-size: 8px; }
  .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:nth-child(4) { padding: 10vw 0 0 0; }
  .ham-menu-list span { font-size: 5vw; }
  .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: #3c3c3c !important;
}

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

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


/***** メニューオープン時位置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.return, .btn.contact-lg { 
	min-width: 240px !important;
	padding: 0.7em 1em;
	background: #627bc1;
	color: #fff;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}
.btn.normal, .btn.form, .btn.return, .btn.contact-lg {
	font-family: 'M PLUS 1p', sans-serif;
}
.btn.normal.green {
	background: #62c6bb;
}
.btn.contact-lg {
	min-width: 400px !important;
	font-size: 18px;
}
.btn.contact-lg.green {
	background: #62c6bb;
}
.btn.contact-lg.blue {
	position: absolute;
	bottom: 0; left: 50%;
	transform: translate(-50%, 0);
}
.btn.normal.cat {
	min-width: 210px !important;
}
.btn.form {
	background: #be004c;
	font-size: 16px;
}
.btn.return {
	font-size: 16px;
}
.btn.top-main1, .btn.top-main2 {
	min-width: 24vw !important;
	height: 24vw;
	font-family: "Rodin-L";
	font-size: 3.4vw;
	line-height: 1;
	color: #fff;
	top: calc(50vh - 45px);
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn.top-main1 {
	background: rgba(73,175,222,0.90);
}
.btn.top-main2 {
	background: rgba(98,198,187,0.90);
}
.btn.top-main1 p, .btn.top-main2 p {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	margin-bottom: 0;
}
.btn.top-main1 span, .btn.top-main2 span {
	font-size: 1.2vw;
	color: #fff;
}

.btn.normal::after, .btn.top-main1::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: #01319d;
	transition: all 0.3s ease;
}
.btn.normal.green::after, .btn.top-main2::after, .btn.shopping::after, .btn.contact-lg.green::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #57b90f;
	transition: all 0.3s ease;
}
.btn.form::after {
	background: #df367a;
}
.btn.normal:hover::after, .btn.top-main1:hover::after, .btn.top-main2:hover::after, .btn.form:hover::after, .btn.return:hover::after, .btn.contact:hover::after, .btn.shopping:hover::after, .btn.contact-lg:hover::after {
  left: 0;
  width: 100%;
}

.btn.normal:hover, .btn.return:hover, .btn.btn.contact-lg:hover { background: #24989f; }
.btn.normal.green:hover, .btn.contact-lg.green:hover { background: #57b90f; }
.btn.form:hover { background: #df367a; }

.btn.contact {
	background: #627bc1;
	color: #fff !important;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5em;
}
.btn.contact:hover { 
	background-color: #24989f;
	color: #fff !important;
}

.btn.shopping {
	background: #95d531;
	color: #fff !important;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5em;
}
.btn.shopping:hover { 
	background-color: #57b90f;
	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;
}

.comname{line-height: 2;}
.comname dt{
  float: left;
	font-weight: normal;
}

.comname dd{
  margin-left: 120px;
}

/* テーブル
-------------------------------------*/
.table-1 { width: 80%; 
border:none;
}

.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;
	border:none;
}

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

.table-2 { width: 100%; }
.table-2 tr {
	border-bottom: 1px solid #627bc1;
	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 #627bc1;
	border-left: 1px solid #627bc1;
	border-right: 1px solid #627bc1;
	font-weight: bold;
	text-align: center;
    background: rgb(112 155 233 / 50%);
}
.table-2 th.cell-1 {
	width: 15%;
}
.table-2 td {
	padding: 10px;
	border-top: 1px solid #627bc1;
	border-left: 1px solid #627bc1;
	border-right: 1px solid #627bc1;
	background-color: #fff;
	vertical-align: top;
	text-align: center;
}
.table-2 td:before {
	padding: 10px;
	border-right: 1px solid #627bc1;
	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;
  }
  .table-1.achievement th {
	display: inline-block;
  }
  .table-1.achievement td {
  	width: 60%;
	display: inline-block;
  }
  
  .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;
}

.bc-30 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 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: #627bc1;
	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: #24989f;
	border: solid 1px #fff;
}

#page_top a::before {
    font-family: 'FontAwesome';
    content: '\f106';
    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: 108px;
    margin-top: -108px;
}

a.anchor3 {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
	position: absolute;
	z-index: -1;
}


/* モーダルウィンドウ
-------------------------------------*/
#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: 1;
  transform: translateX(-50px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*右から←にフェードイン*/
.right-to-left {
  opacity: 1;
  transform: translateX(50px);
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
  opacity: 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%;
}


/* 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: 32px; }
  h4 { font-size: 18px; }
  .logo img { width: auto; height: 5vw; max-height: 40px; }
}

@media (max-width: 991px) {
  body { font-size: 84%; }
  h3 { font-size: 28px; }
  .logo img { width: auto; max-height: 36px; }
  .top-main { height: auto; max-height: calc(100vh - 90px); }
  .contact-tel { font-size: 28px; }
  footer .navbar { width: 100%; font-size: 1.2vw; }
  
  .btn.normal, .btn.return { font-size: 1.5vw; } 
  .btn.contact p, .btn.shopping p { font-size: 11px; } 
  .btn.contact-lg { font-size: 16px; min-width: 290px !important; }
  
  .link-inner .btn.normal { min-width: 180px !important; }
}

@media (max-width: 768px) {
  body { font-size: 1.5vw; }
  h2 { font-size: 4.5vw; }
  h2 span { font-size: 2vw; }
  h3 { font-size: 4vw; letter-spacing: 0; }
	h3 span {
    color: #0295e4;
}
  h4 { font-size: 2.3vw; }
  h5 { font-size: 1.6vw; }
  h6 { font-size: 1.2vw; }
  
  .nav-inner { height: 60px; }
  .navbar {	font-size: 12px; }
  

  .header-img { top: 60px; }
  .container.top { margin-top: 60px; }
  .container.common { margin-top: 124px; }

  .br-30 { bottom: 20px; right: 20px; } 
  .lead { font-size: 1.8vw; } 
  .lead2 { font-size: 2.4vw; }
  
  .btn.normal, .btn.form, .btn.return { min-width: 222px !important;  font-size: 1.7vw; } 
  .products .btn.normal { min-width: 192px !important; }
  .btn.contact, .btn.shopping { height: 60px; font-size: 11px; padding: 0 1em; }
  .top-right .img1, .top-right .img2 { width: 50vw; height: auto; margin: 0; }
  .top-right .img1 { top: 0; left: 50%; }
  .top-right .img2 { left: -15px; }
  footer .navbar { font-size: 1vw; }
	
	  ul.company  { padding-left: 1em; }
  ul.company li { width: 100%; }
	
	
}

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

  a:link, a:visited, a:hover, a:active {
	color: #627bc1;
	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: 7vw; margin: 0; }
  h2 span { font-size: 3.5vw; }
  h3 { font-size: 4.3vw; }
  h3.common { font-size: 6vw; line-height: 1.2; }
  .h3-p, .h3-pl { font-size: 2.8vw; margin-bottom: 2em; }
  h4 { font-size: 4.1vw; }
  h5 { font-size: 3.7vw; }
  h6 { font-size: 3.2vw; }
  
  .lead { font-size: 3.7vw; } 
  .lead2 { font-size: 5.2vw; }
 
  .nav-inner { height: 50px; position: fixed; }
  .logo img {width: auto;height: 20vw;max-height: 29px;}
  .header-img { top: 50px; }
  
  .top-main { height: 90vw; position: static; }
  .copy-wrap { top: 60%; left: 8%; }
  .copy { font-size: 5vw; }
  .scroll-wrap { display: none; }
  .container.top { margin-top: 0px; }
  
  .header-img { height: 200px; } 
  .container.common { margin-top: 95px; }
  .gmap { padding-bottom: 75%; }
  .contact-tel { font-size: 7vw; }
  p.contact-tel a {	pointer-events: auto; }
    .top-right .img1, .top-right .img2 { width: 50vw; height: auto; margin: 0; }
  .top-right .img1 { top: 0; left: 50%; }
  .top-right .img2 { left: -15px; }
  .table-1.composition th {	width: 100%; }

	  .logo_fadein p img { width: 140vw; height: auto; }
	
	  ul.company  { padding-left: 1em; }
  ul.company li { width: 100%; }

	
  a.anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
    .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%; }
  .btn.normal, .btn.form, .btn.return, .products .btn.normal {
	min-width: 254px !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, .btn.shopping {	width: 60vw; height: 14vw; }
  .btn.contact p, .btn.shopping p { font-size: 3.6vw; }
  .btn.contact-lg { font-size: 3.6vw; width: 90%; min-width: 261px !important; padding: 0.8em 1em; }
  .btn.normal.cat { min-width: 100% !important; padding: 0.6em 1em; }
  .newinfo .col-6:nth-child(odd) { padding-right: 7.5px; }
  .newinfo .col-6:nth-child(even) { padding-left: 7.5px; }
 
  #privacy p, #privacy li {	font-size: 90%; }
  .privacy { padding-left: 0.5rem; }
  .container.contact { width: 100%;} 

  footer { padding: 1em 2em; }
  footer[class="no-contact"] { margin-top: 0; }
  footer .navbar { display: none; }
  .footer-logo { width: 35vw; 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;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*========= レイアウトのためのCSS ===============*/



a:hover,
a:active{
  text-decoration: none;
}



.wrapper{
  position: relative;
}

