
/* 共通設定
-------------------------------------*/
html, body {
	color: #141414;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	/*font-feature-settings: "palt";*/
	background-color: #fff;
	line-height: 1.7;
	overflow-x: hidden;
}

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

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

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

a:hover {
  color: #5A7FC3;
  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 {
	width: 100%;
	font-size: min(3.6vw,52px);
	font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 #163f89, -1px -1px 0 #163f89, -1px 1px 0 #163f89, 1px -1px 0 #163f89, 0px 1px 0 #163f89, 0-1px 0 #163f89, -1px 0 0 #163f89, 1px 0 0 #163f89;
	/*background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0) 90%);*/
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

h2 span {
	font-family: "Raleway", sans-serif;
	font-size: min(1.8vw, 24px);
	font-weight: 300;
	letter-spacing: 0;
}
h2.short { letter-spacing: 0.1em; }

h3 {
	font-size: min(3vw, 44px);
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0 auto;
}
h3.white { color: #fff; }
h3.short { letter-spacing: 0; }

.p-h3 {
	font-family: "Raleway", sans-serif;
	font-size: min(1.3vw, 19px);
	font-weight: 500;
	color: #3f6ab8;
	text-align: center;
	margin-top: 0.6em;
}
.p-h3.white { color: #fff; }

h4 {
	font-size: min(2vw, 28px);
	font-weight: 300;
}
#lightcase-info h4::after {
	border: none; 
}

h5 {
	font-size: min(1.15vw, 17px);
	font-weight: bold;
	border-left: solid 5px #163f89;
	padding-left: 0.5em;
	margin-bottom: 1em;
}

h6 {
	font-size: min(1.1vw, 16px);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.2em;
}

b, strong {	font-weight: 900; }

section { padding: 96px 0 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% !important; }
.medium { font-size: 90% !important; }
.x-small { font-size: 60% !important; }

[class^="lead"] { font-size: 115%; font-weight: 400; }
.lead2 { font-size: 130%; }

.txt-blue { color: #163f89; }
.txt-red { color: #163f89; }
.txt-white { color: #fff; }

.serif { font-family: "Shippori Mincho", serif; }

.caution { font-size: 70%; vertical-align: text-top; }

.br-xs { display: none; }

.img-round { border-radius: 5px; }
.img-opacity:hover { opacity: 0.6; transition: 0.4s; }

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

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

.w-80 {	width: 80% !important; }
.h-auto { height: auto; }

.mt-6 { margin-top: 10em !important; }

.colorbox {
    border-radius: 0.5em;
    padding: 2em;
	height: 100%;
}

.colorbox.gray { background-color: #ebebeb; }
.colorbox.yellow { background-color: #f6e04e; }
.colorbox.yellow2 { background-color: #fcf6ca; }
.colorbox.beige { background-color: rgba(236,182,101,0.1); }
.colorbox.red {background-color: rgba(185,64,71,0.1); }
.colorbox.pink { background-color: #fcd9e4; }
.colorbox.green { background-color: rgba(0,87,115,0.08); }
.colorbox.blue { background: #EDF4FC; }
.colorbox.blue2 { background: #163f89; color: #fff; }
.colorbox.white { background-color: rgba(255,255,255,0.7); }
.colorbox.white2 { background-color: rgba(255,255,255,1); color: #141414; }


/* スタート画面
-------------------------------------*/
.start {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start p img {
	width: 10vw; height: auto;
}
.start.n2 p img {
	width: 50vw; height: auto;
}

.hide{
	transform: translateY(-200%); /* 上に消えるようにする */
}

#start {
    transition: 0s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0秒で行う */
}

@media (max-width: 575.9px) {
  .start p img {
	width: 24vw;
  }
}


/* メニュー
-------------------------------------*/
.nav-inner {
	position: fixed;
	width: 100%;
	height: 6.3vmax;
	background: #fff;
	box-shadow: 0px 3px 3px rgb(0 0 0 / 0%);
	top: 0;	left: 0;
	text-align: center;
	z-index: 2;
}

.logo {
	position: absolute;
	top: 50%; left: 30px;
	transform: translateY(-50%);
	z-index: 1;
}

.logo img {	
	width: auto; 
	height: 3.6vw;
    max-height: 52px;
}

.logo.color { display: none; }

.logo-txt {
	position: absolute;
	font-size: 15px;
	color: #141414;	
	top: 50%; left: 262px;
	transform: translate(0, -50%);
}

.header-tel {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 22px;
	color: #163f89 !important;
	line-height: 1.3 !important;
}

.header-tel span.time {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 10px;
	color: #141414 !important;
}

.header-tel.common {
	line-height: 0.37 !important;
}

.header-tel.common span.time {
	line-height: 0.8 !important;
}

.nav-info {
	position: absolute;
	left: 245px;
	z-index: -1 !important;
}

@media (max-width: 1199.9px) {
  .nav-info { left: calc(15vw + 38px); }
  .header-tel { font-size: 20px; }
}
@media (max-width: 575.9px) {
  .nav-info {
	display: none !important;
  }
}
@media (min-width: 1400px) {
  .nav-inner {
	height: 90px !important;
  }
}


/* スクロールでヘッダー縮小
-------------------------------------*/
.is-animation .nav-inner { border-bottom: solid 1px #163f89; transition: 0.4s; }
/*.is-animation .logo { display: none; }
.is-animation .logo.color { display: flex; bottom: auto; top: 50%; transform: translateY(-50%); transition: 0.4s; }
.is-animation .logo.color img { height: 4vw; max-height: 58px; transition: 0.4s; }
.is-animation .ham-menu-list a { color: #141414 !important; font-weight: 400; }
.is-animation .ham-menu-list.act a { color: #163f89 !important; }
.is-animation .ham-menu-list.act::before { border-top: solid 2px #163f89; }
*/

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 991.9px) {
}

@media screen and (max-width: 575.9px) {
/*  .is-animation .toggle-line { background-color: #141414; }
  .is-animation .toggle-line::before, .is-animation .toggle-line::after { background-color: #141414; }
  .is-animation .toggle-line.open::before, .is-animation .toggle-line.open::after { background-color: #141414; }
  .is-animation .ham-menu-list a { color: #fff !important; }
*/
}


/* Slick スライダー
-------------------------------------*/
.slider-wrap { 
	position: relative;
	height: calc(100vh - 6.3vmax);
	background: #fff;
	top: 6.3vmax;
	z-index: 1;
}

[class^="slider-img"] img {
	width: 100%;
	height: calc(100vh - 6.3vmax);
	object-fit: cover;
	position: relative;
}

@media (min-width: 1400px) {
  .slider-wrap { 
	height: calc(100vh - 90px);
	top: 90px;
  }
  
  [class^="slider-img"] img {
  	height: calc(100vh - 90px);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*[class^="slider-img"]::after {
	content: '';
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/

@keyframes ImgAnime {
    100% {
        transform: scale(1.0);
    }
}

.top-main img {
	width: 100%;
	height: 100vh;
	position: relative;
	object-fit: cover;
}

.top-main::after {
	content: '';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.copy-wrap {
	width: 100%;
	position: absolute;
	top: 40%; left: 4em;
	transform: translate(0, -50%);
}

.copy {
	font-size: 4.5vw;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	text-shadow: 1px 1px 0 #163f89, -1px -1px 0 #163f89, -1px 1px 0 #163f89, 1px -1px 0 #163f89, 0px 1px 0 #163f89, 0-1px 0 #163f89, -1px 0 0 #163f89, 1px 0 0 #163f89;
	margin-bottom: 0;
}
.copy span { 
	font-size: 3vw;
	font-weight: 300;
}

.slider-wrap .btn-wrap {
	position: absolute;
	top: 75%; left: 4.5em;
	transform: translate(0, -50%);	
}

.slider-wrap .btn.normal {
	border: solid 1px #fff;
}

.slider-wrap .btn.normal:hover {
	background: #fff;
	color: #163f89;
	border: solid 1px #fff;
}

.scroll-wrap {
	position: absolute; 
	bottom: 0; right: 0;
	z-index: 20;
}

.scroll { 
	position: relative;
}

.scroll-img { 
	width: 2.8vw;
	height: auto;
}

.scroll-line {
	position: absolute;
	bottom: 0%; left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 0.5px;
	height: 6vw;
	background: #fff;
	animation: 2s ease-in 1s infinite alternate both running extend;
}

@keyframes extend {
  0% {
    height: 0px;
	background: transparent;
  }
  30% {
	background: #fff;
  }
  100% {
    height: 6vw;
  }
}

@media (max-width: 991.9px) {
  .scroll-img { width: 3.5vw; }
  
  @keyframes extend {
    0% {
      height: 0px;
	  background: transparent;
    }
    30% {
	  background: #fff;
    }
    100% {
      height: 7vw;
    }
  }
}

@media (max-width: 575.9px) {
  .scroll-img { width: 7.5vw; }
  
  @keyframes extend {
    0% {
      height: 0px;
	  background: transparent;
    }
    30% {
	  background: #fff;
    }
    100% {
      height: 13vw;
    }
  }
}

.fade-left.js-animation.is-animated {
	animation-name: fade-left;/*アニメーションの定義名*/
	animation-duration: 2s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
	opacity: 0;
}
@keyframes fade-left {
  from {
    opacity: 0;
	transform: translateX(-50px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
.fade-left.n2 { animation-delay: 0.1s; -webkit-animation-delay: 0.1s; }
.fade-left.n3 { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.fade-left.n4 { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.fade-left.n5 { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.fade-left.n6 { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }

.fade-right {
	animation-name: fade-right;/*アニメーションの定義名*/
	animation-duration: 2s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
	opacity: 0;
}
@keyframes fade-right {
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fade-down {
	animation-name: fade-down;/*アニメーションの定義名*/
	animation-duration: 2s;/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;/*アニメーションの開始と終了時の状態を指定*/
	opacity: 0;
}

@keyframes fade-down {
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.trapezoid {
    width: 40%;
    box-sizing: border-box;
    border-top: calc(100vh - 125px) solid #fff;
    border-right: 20vw solid transparent;
    position: absolute;
    top: 0;
}


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

@media (min-width: 1400px) {
  .container.top { margin-top: 90px; }
}

.top-news h3, .top-news .p-h3 { 
	text-align: left;
}

.full-width.pattern {
	background: rgba(24,78,176,0.08);
	background-image: url("../images/pattern2.png");
}

.full-width.top-concept {
	color: #fff;
	background: url("../images/top-concept-back.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

.full-width.top-concept::before {
	content: '';
    background: rgba(22,63,137,0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.full-width.top-concept h3, .full-width.top-concept h4 {
	font-weight: 300;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
}

.top-purpose .box {
	min-height: 7em;
	background: #163f89;
	background-image: url("../images/pattern.png");
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-purpose .div-link p {
	font-family: "M PLUS 2", sans-serif;
	font-size: min(1.6vw, 23px);
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	margin: 0;
}

.top-purpose .div-link .box:hover {
	background: #3f6ab8;
	transition: 0.4s;
}

.top-purpose .div-link a:hover {
	text-decoration: none;
}

.top-product h4 {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.top-product .div-link:hover h4 {
	color: #163f89;
	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;
}

.top-purpose .box, .top-product .box {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transition: 0.4s;
}

.top-product .box::before {
	content: '';
    background: rgba(22,63,137,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.top-product .div-link .btn-arrow::before {
	font-family: bootstrap-icons;
	font-size: min(1.8vw, 26px);
    font-weight: 400;
	line-height: 1;
    content: '\F133';
	color: #fff;
	position: absolute;
	bottom: 0.5em; right: 0.5em;
}

.top-product .div-link:hover .btn-arrow::before {
	color: #163f89;
}

.top-bnr {
	width: 18vw;
}

.right.col-sm-6 {
	padding-left: 2em;
}

.left.col-sm-6 {
	padding-right: 2em;
}

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

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

.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: 360px;
	object-fit: cover;
}

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

.div-link {
	position: relative;
    height: auto;
}

.div-link .box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.div-link img {
	display: block;
}

.div-link:hover img {
	opacity: 1.0;
	transform: scale(1.05) rotate(2deg);
	transition-duration: 0.4s;
}

.full-width.contact {
	background: url("../images/contact-back.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 48px 15px;
}

.full-width.contact::before {
    content: '';
    background: rgba(22,63,137, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.colorbox.white.contact {
	background-color: transparent;
	padding: 3em;
	border-radius: 0;
}

.contact-tel {
	font-family: "M PLUS 2", sans-serif;
	font-size: min(3vw, 44px);
	font-weight: 400;
	line-height: 1;
}
.gothic .contact-tel { font-family: "Noto Sans JP", sans-serif; }

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

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

.contact-time {
	font-size: 15px;
	text-align: left;
	margin-bottom: 0;
}

.contact-time dt {
	width: 100%;
	font-weight: normal;
	margin-right: 0.7em;
	vertical-align: top;
}

.contact-time dd {
	width: 100%;
}

.time {
	font-size: min(1.1vw, 16px);
	line-height: 1.3;
	margin-top: 0.5em;
}


/* フッター
-------------------------------------*/
footer {
	font-size: min(1.1vw, 16px);
	background: #163f89;
	background-image: url("../images/pattern.png");
	color: #fff;
	text-align: center;
	padding: 48px 0;
	position: relative;
}

.footer-logo { width: 20vw; height: auto; }
.footer-tel a span { color: #fff; }
.copyright { 
	font-size: min(0.9vw, 13px);
	margin-bottom: 0;
}

.footer-bnr {
	height: 6em;
	position: absolute;
	bottom: 3.5em; right: 6em;
}
.footer-bnr.n1 {
	right: 12em;
}

footer .navbar {
	font-size: min(1.1vw, 16px);
	width: 85%;
	padding: 0;
	margin: 0 auto;
}

footer .nav-link {
	padding: 0;
	line-height: 1.7;
}

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

footer .navbar a:hover {
    color: #88aae8;
	text-decoration: none;
}

@media (max-width: 767.9px) {
  footer .navbar { width: 85%; }
}

@media (max-width: 575.9px) {
  footer { font-size: 3.5vw; background-size: 15vw; padding: 1em 0 2em; }
  footer[class="no-contact"] { margin-top: 0; }
  footer .navbar { display: none; }
  .footer-logo { width: 55vw; height: auto; margin-top: 2em; }
  .footer-p { font-size: 4vw; }
  .footer-tel { margin-top: 8em !important; }
  .footer-bnr { height: 4em; right: auto; left: 57%; bottom: 13.5em; transform: translateX(-50%); }
  .footer-bnr.n1 { left: 43%; }
  .copyright { position: static; font-size: 2.5vw !important; text-align: center; margin-top: 2em; }
}

@media (min-width: 576px) {
}


/* ヘッダー画像
-------------------------------------*/
.header-img {
	width: 100%;
	height: 28vmax;
	max-height: 360px;
	position: relative;
	top: 6.3vmax;
	background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 1400px) {
  .header-img { top: 90px; }
}

.header-img::before {
	content: '';
    background: rgba(22,63,137,0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-img.products { background-image: url("../images/header-products.jpg"); }
.header-img.advantage { background-image: url("../images/header-advantage.jpg"); }
.header-img.case { background-image: url("../images/header-case.jpg"); }
.header-img.company { background-image: url("../images/header-company.jpg"); }
.header-img.catalog { background-image: url("../images/header-catalog.jpg"); }
.header-img.contact { background-image: url("../images/header-contact.jpg"); }
.header-img.free_trial { background-image: url("../images/header-free_trial.jpg"); }


/* 選ばれる理由
-------------------------------------*/
.container.common {
	margin-top: 6.3vmax;
}

@media (min-width: 1400px) {
  .container.common { margin-top: 90px; }
}

h3.common {
	font-size: min(3.2vw, 48px);
	letter-spacing: 0;
}

h3.blue {
	color: #163f89;
}

h5.common {
	font-size: min(1.8vw, 25px);
}

.advantage .colorbox {
	font-family: "M PLUS 2", sans-serif;
	font-size: min(1.8vw, 26px);
	color: #fff;
	line-height: 1.3;
	background: #163f89;
	background-image: url("../images/pattern.png");
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.initiatives h4 {
	font-weight: 400;
	color: #163f89;
	margin-bottom: 0.8em;
}

.initiatives h4 span {
	font-size: 110%;
	font-weight: 500;
}

.casestudies h4 {
	font-weight: 400;
	border-bottom: solid 1px #163f89;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.casestudies h5 {
	font-size: min(1.3vw, 19px);
	font-weight: 500;
	border: none;
	padding: 0;
}

.casestudies .colorbox {
	height: auto;
	padding: 1.5em;
}

.casestudies .method {
	font-size: min(1.6vw, 24px);
	font-weight: 500;
	color: #163f89;
	margin-bottom: 0.4em;
}

@media (min-width: 576px) {
  .advantage .colorbox span { display: none; }
}

.advantage .colorbox::after {
	font-family: bootstrap-icons;
    font-weight: 400;
	font-size: min(3.8vw, 56px);
    content: '\F135';
	color: #163f89;
	position: absolute;
	top: 50%; left: calc(100% + 1.5rem);
	transform: translate(-50%, -50%);
}

.advantage .colorbox.last::after { display: none; }

@media (max-width: 575.9px) {
  h5.common { font-size: 4vw; }
  .advantage .colorbox { font-size: 5vw; padding: 1em; }
  .advantage .colorbox::after { font-size: 7vw; content: '\F124'; top: 2.8em; left: 50%; }
  .casestudies h5 { font-size: 3.6vw; }
  .casestudies .method { font-size: 4.35vw; }
}


/* 企業情報
-------------------------------------*/
.affiliated .table-1 th {
	width: 20em;
}

.affiliated .table-1 td:nth-child(3) {
	width: 8em;
}

.affiliated .btn.normal {
	width: 7em;
	font-size: min(1.0vw, 15px);
	padding: 0.5em 1em;
}

.affiliated .btn.normal::after {
	content: none;
}

@media (max-width: 575.9px) {
  .colorbox.white.contact { padding: 0; }
  .contact .lead2 { font-size: 3.8vw; }
  .affiliated .btn.normal { font-size: 2.5vw; }
  .affiliated .table-1 td:nth-child(2) { border: none; }
  .affiliated .table-1 td:nth-child(3) { width: 100%; padding-top: 0; }
  .affiliated .table-1 td:last-child { border-bottom: solid 1px rgba(24, 78, 176, 0.5); }
}


/* お問い合わせ
-------------------------------------*/
h2.low {
	line-height: 1.27;
}

.p-contact {
	font-family: "M PLUS 2", sans-serif;
	font-size: min(3vw, 45px);
	font-weight: 400;
	color: #163f89;
}

.p-contact a span {
	color: #163f89 !important;
}

.container.contact {
	width: 80%;
}

.table-1.contact th {
	width: 14em;
}

p[class="error"] {
	color: #cf0044;
	margin-top: 0.2em;
}

.privacy {
	background: rgba(24,78,176,0.05);
	width: 100%;
	height: 18em;
	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 2px #163f89;
	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;
	margin-left: 1.2em;
}

.form-check-input[type=radio] {
	margin-top: 0.4em;
}


/* 無料お試し・サンプルご請求
-------------------------------------*/
#free_trial .product-list .form-check-inline {
	width: calc((100% - 8em) / 6);
	vertical-align: top;
	margin: 0 0.5em 2em;
	padding: 0;
}

#free_trial .product-list img {
	display: block;
}

#free_trial .product-list .form-check .form-check-input {
	margin-left: 0;
}

#free_trial .product-list label {
	display: inline;
}

#free_trial label p {
	font-size: 80%;
	line-height: 1.3;
	margin-top: 0.5em;
}

@media (max-width: 575.9px) {
  #free_trial .product-list .form-check-inline { width: calc((100% - 3.5em) / 3); }
}


/* カタログダウンロード
-------------------------------------*/
#catalog h4 {
	font-weight: 400;
    border-bottom: solid 1px #163f89;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

#catalog .product-list h6 {
	background: #d2e3f7;
	text-align: center;
	padding: 0.3em;
}

#catalog .product-list .form-check-inline {
    width: calc((100% - 2.29em) / 4);
    vertical-align: top;
    margin: 0 0.2em 2em;
    padding: 0;
}

#catalog .product-list .form-check .form-check-input {
    border-color: darkgray;
    margin-left: 0;
}

@media (max-width: 575.9px) {
  #catalog .product-list h6 { font-size: 3vw; }
  #catalog .product-list .form-check-inline { width: calc((100% - 2.3em) / 2); }
  #catalog .col-sm-5 { text-align: center; }
  #catalog .col-sm-5 img { width: 60%; }
}


/* 新着情報
-------------------------------------*/
#newsWrap.index {
	width: 100%;
	height: 21em;
	overflow-y: auto;
	margin: 0;
	padding-right: 1em;
}

#newsWrap.index ul#newsList {
	margin-bottom: 0;
	padding-left: 0;
}

#newsWrap.index ul#newsList li {
	margin: 0;
	padding: 2em 6em 2em 0;
	list-style-type: none;
	border-top: solid 1px #3f6ab8;
	position: relative;
}
#newsWrap.index ul#newsList li:last-child {
	margin: 0;
	border-bottom: solid 1px #3f6ab8;
}
/*#newsWrap.index ul#newsList li::after {
	font-family: bootstrap-icons;
	font-size: min(1.3vw, 20px);
    font-weight: 400;
    content: '\F133';
	color: #3f6ab8;
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
}*/
#newsWrap.index ul#newsList .up_ymd {
	width: 9em;
	display: inline-block;
	vertical-align: top;
	color: #141414;
}

#newsWrap.index ul#newsList .title {
	width: calc(100% - 10em);
	display: inline-block;
	color: #141414;
}

#newsWrap.index ul#newsList .title a {
	color: #141414;
	text-decoration: none;
	pointer-events: none;
}

#newsWrap.index ul#newsList .title a:hover {
	color: #3f6ab8;
}

@media (max-width: 768px) {
  #newsWrap.index ul#newsList { font-size: 1.5vw; }
}
@media (max-width: 575.9px) {
  #newsWrap.index { width: 90%; margin: 0 auto; }
  #newsWrap.index ul#newsList { font-size: 3.5vw; padding-left: 0; }
  #newsWrap.index ul#newsList li::after { font-size: 4vw; }
  #newsWrap.index ul#newsList .title { 
  	width: 100%; 
	display: block; 
	margin-left: 0;
  }
  #newsWrap.index ul#newsList li { margin-bottom: 1em; padding: 1em 3em 1em 0; }
  #newsWrap.index ul#newsList li:last-child { margin-bottom: 0; }
  #newsWrap.index ul#newsList li:nth-child(even) { margin-right: 0; }
  #newsWrap.index ul#newsList .up_ymd { width: 100%; }
}

.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;
}
.thumbNailWrap {
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 0.4em;
}
.thumbNailWrap img { 
	width: 100%;
	max-width: 100%;
}
.thumbNailWrap img:hover { 
	opacity: 0.7;
	transition: 0.4s;
}


/* 詳細ページ */
h2.news {
	line-height: 1.2;
}

.container.detail h3 {
	width: 100%;
	font-size: min(2.2vw,30px);
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	line-height: 1.2;
}
#up_ymd {
	text-align: right;
	margin-top: 3rem;
}
#detail {
	margin-top: 3rem;
}
.detailUpfile {
	margin: 0;
	text-align: center;
}
.detailUpfile img {
	max-width: 100%;
	height: auto;
}
.detailUpfile img:hover {
	opacity: 0.7;
	transition: 0.4s;
}
.caption {
	margin-top: 0.2em;
    text-align: center;
}
.photoBox {
	display: inline-block;
	vertical-align: top;
}
.photoBoxNumber1 {
	width: 100%;
	margin: 48px 0;
}
.photoBoxNumber2, .photoBoxNumber3, .photoBoxNumber4, .photoBoxNumber5 {
	width: 24.5%;
}
.photoBox .img-trim {
	padding-top: 18%;
}
.photoBox .img-trim:first-child {
	padding-top: 66.66666%;
}
.backORcloseBtn {
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a {
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.pNav {
	font-size: 11px;
}

.lightcase-contentInner img {
	border-radius: 0px;
}

@media (max-width: 1199.9px) {
}

@media (max-width: 768px) {
  .container.common.detail { margin-top: 124px; }
  .photoBox.img-trim:first-child { padding-top: 60%; }
}

@media (max-width: 575.9px) {
  .container.common.detail { margin-top: 85px; }
  .container.detail h3 { font-size: 4.5vw; }
  h3.news { font-size: 5vw; line-height: 1.5; }
  .photoBoxNumber1 { margin: 1.5em 0; }
  .photoBoxNumber2, .photoBoxNumber3, .photoBoxNumber4, .photoBoxNumber5 { width: 49.3%; }
  .photoBoxNumber4, .photoBoxNumber5 { margin-top: 0; }
  .photoBox.img-trim { padding-top: 26%; }
  .detail-comment { text-align: left; }
}


/* 製品一覧
-------------------------------------*/

/* トップページ */
#productsWrap.index ul#newsList {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 0;
	padding: 0;
}

#productsWrap.index ul#newsList li {
	width: calc((100% - 2em) / 3);
	flex: 0 0 calc((100% - 2em) / 3);
	list-style: none;
}

#productsWrap.index .up_ymd {
	display: none;
}

#productsWrap.index .catName {
	display: block;
	font-size: min(1vw, 15px);
	color: #fff;
	border: none;
	padding: 0;
	margin-bottom: 0.6em;
}

#productsWrap.index ul#newsList .title {
	font-size: min(1.5vw, 22px);
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

#productsWrap.index ul#newsList .title a {
	color: #fff;
	pointer-events: none;
}

#productsWrap.index ul#newsList .title a:hover {
	color: #163f89;
	text-decoration: none;
}

#productsWrap.index .thumbNailWrap {
	margin-top: 1em;
}

#productsWrap.index .comment {
	font-size: 16px;
	color: #fff;
	margin-top: 0.7em;
	padding: 0;
}
#productsWrap.index .comment .price {
	font-size: min(1.5vw, 22px);
	font-weight: 500;
	margin-right: 0.15em;
}

@media (max-width: 1199.9px) {
}
@media (max-width: 991.9px) {
}
@media (max-width: 768px) {
}
@media (max-width: 575.9px) {
  #productsWrap.index ul#newsList li { width: 100%; flex: 0 0 100%; margin-bottom: 3em; }
  #productsWrap.index ul#newsList li:last-child { margin-bottom: 0; }
  #productsWrap.index .catName { font-size: 3vw; }
  #productsWrap.index ul#newsList .title { font-size: 4.5vw; }
  #productsWrap.index .comment { font-size: 3.5vw; }
  #productsWrap.index .comment .price { font-size: 5vw; }
}


/* 一覧ページ */
.container.products-list { 
}

#productsWrap.list h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(3.2vw,48px);
}

#productsWrap.list h3:empty {
	display: none;
}

#productsWrap.list {
	width: 100%;
}

#productsWrap.list ul#newsList {
	font-size: 15px;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 0;
}
#productsWrap.list ul#newsList li {
	width: calc((100% - 2em) / 3);
	flex: 0 0 calc((100% - 2em) / 3);
	list-style: none;
}
#productsWrap.list ul#newsList li:nth-child(n+2) {
	margin-top: 4em !important;
}
#productsWrap.list ul#newsList li:nth-child(-n+3) {
	margin-top: 0 !important;
}
#productsWrap.list ul#newsList li:last-child {
	margin: 0;
}
#productsWrap.list ul#newsList .up_ymd {
	display: none;
}
#productsWrap.list ul#newsList .img-trim {
	padding-top: 61%;
}
#productsWrap.list ul#newsList .title {
	width: 100%;
	display: inline-block;
    overflow: hidden;
	font-size: min(1.5vw, 22px);
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.6em;
}

#productsWrap.list ul#newsList .title a {
	color: #141414;
	pointer-events: none;
}

#productsWrap.list ul#newsList .title a:hover {
	color: #163f89;
	text-decoration: none;
}

#productsWrap.list .thumbNailWrap img {
	border-radius: 0px;
}

#productsWrap.list .catName {
	display: none;
}
#productsWrap.list .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;
}
#productsWrap.list .comment {
	display: none;
	font-size: 16px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#productsWrap.list .comment .price {
	font-size: min(1.5vw, 22px);
	font-weight: 500;
	margin-right: 0.15em;
}
#productsWrap.list .thumbNailWrap {
	display: block;
	float: left;
	overflow: hidden;
	margin-top: 0.4em;
}
#productsWrap.list .thumbNailWrap img { 
	width: 100%;
}
#productsWrap.list .thumbNailWrap img:hover { 
	opacity: 0.7;
	transition: 0.4s;
}

#productsWrap.list .result-title:empty {
	margin-top: 48px !important;
}

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

#productsWrap .pager a:hover {
    background: #163f89;
    color: #fff;
}

#productsWrap .pager .fa {
	font-size: 14px;
}

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

@media (max-width: 1199.9px) {
}
@media (max-width: 991.9px) {
  #productsWrap.list ul#newsList .up_ymd { font-size: 12px; }
}
@media (max-width: 768px) {
  .container.products-list { margin-top: 108px !important; }
  #productsWrap.list ul#newsList { font-size: 13.5px; }
}
@media (max-width: 575.9px) {
  .container.products-list { margin-top: 0 !important; }
  #productsWrap.list h3 { font-size: 6vw; }
  #productsWrap.list ul#newsList { padding-left: 0; }
  #productsWrap.list ul#newsList .title { 
	font-size: 4.5vw;
	margin-left: 0; 
  }
  #productsWrap.list ul#newsList .up_ymd { width: 100%; }
  #productsWrap.list ul#newsList li { 
	width: 100%;
	flex: 0 0 100%;
	margin-bottom: 3em;
  }
  #productsWrap.list ul#newsList li:last-child { margin-bottom: 0; }
  #productsWrap.list .catName { font-size: 3vw; }
  #productsWrap.list .comment { font-size: 3.5vw; }
  #productsWrap.list .comment .price { font-size: 5vw; }
}


/* 詳細ページ */
#productsWrap .container.common.detail {
	margin-top: 186px;
}

#productsWrap .container.detail h3 {
	width: 100%;
	font-size: min(3.2vw,48px);
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	line-height: 1.2;
}
#productsWrap .container.detail h6 {
	font-size: min(1.6vw, 23px);
	color: #163f89;
	margin-bottom: 0;
}
#productsWrap .container.detail h7 {
	font-size: min(1.3vw, 19px);
	display: block;
	margin-bottom: 0.5em;
}
#productsWrap #up_ymd {
	text-align: right;
	margin-top: 3rem;
}
#productsWrap #detail {
	margin-top: 3rem;
}

#productsWrap .detailUpfile {
	margin: 0;
	text-align: center;
}
#productsWrap .detailUpfile img {
	max-width: 100%;
	height: auto;
}
#productsWrap .detailUpfile img:hover {
	opacity: 0.7;
	transition: 0.4s;
}

#productsWrap .detail-comment h4 {
	font-weight: 400;
	line-height: 1.5;
}
#productsWrap .detail-comment h5 {
	font-size: min(1.6vw, 24px);
	font-weight: 400;
	margin: 2em 0 1em;
}
#productsWrap .detail-comment .table-2 th {
	font-weight: 400;
}
#productsWrap .detail-comment .table-2 th:first-child {
	width: 15em;
}
#productsWrap .detail-comment .table-2 td {
	font-weight: 400;
	text-align: start;
	vertical-align: top;
}

/* カラー */
#productsWrap .detail-comment .table-2 .color div {
	display: inline-block;
	text-align: center;
	margin-right: 0.5em;
}
#productsWrap .detail-comment .table-2 .color span {
	width: 3em;
	height: 3em;
	display: block;
	border: solid 1px #c8c8c8;
	margin-top: 0.3em;
}
#productsWrap .detail-comment .table-2 .color .gray span {
	background: #dcdcdc;
}
#productsWrap .detail-comment .table-2 .color .blue span {
	background: #4f8edc;
}
#productsWrap .detail-comment .table-2 .color .white span {
	background: #fff;
}
#productsWrap .detail-comment .table-2 .color .clear span {
	background: #f0f0f0;
}
#productsWrap .detail-comment .table-2 .color .ivory span {
	background: #f8f4e6;
}
#productsWrap .detail-comment .table-2 .color .brown span {
	background: #8f6552;
}
#productsWrap .detail-comment .table-2 .color .black span {
	background: #141414;
}
#productsWrap .detail-comment .table-2 .color .pale span {
	background: #fcfcfc;
}
#productsWrap .detail-comment .table-2 .color .tawny span {
	background: #f5f5f5;
}


/* テーブル */
.table-2.p1 th:nth-child(1) { width: 30%; }
.table-2.p1 th:nth-child(2) { width: 20%; }
.table-2.p1 th:nth-child(3) { width: 30%; }
.table-2.p1 th:nth-child(4) { width: 20%; }

.table-2.p2 { margin-bottom: 4.06em; }

@media (max-width: 575.9px) {
  #productsWrap .detail-comment .table-2 th:first-child { width: auto; }
}


#productsWrap .detail-comment .reason p {
	font-size: min(1.3vw, 19px);
	margin-bottom: 0;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
#productsWrap .detail-comment .reason .bi {
	color: #163f89;
}

#productsWrap .detail-comment .feature {
	margin-top: 2em;
	margin-bottom: 4em;
}
#productsWrap .detail-comment .feature .colorbox {
    color: #fff;
    background: #163f89;
    background-image: url(../images/pattern.png);
}
#productsWrap .detail-comment .feature .colorbox h6 {
	font-family: "M PLUS 2", sans-serif;
    font-size: min(1.6vw, 23px);
	color: #fff;
    line-height: 1.3;
	margin-bottom: 1em;
}
#productsWrap .detail-comment .feature .colorbox h6 span {
    font-size: min(1.95vw, 28px);
	margin-left: 0.5em;
}
#productsWrap .detail-comment .feature .colorbox p {
	margin-bottom: 0;
}

#productsWrap .caption {
	margin-top: 0.2em;
    text-align: center;
}
#productsWrap .photoBox {
	display: inline-block;
	vertical-align: top;
}
#productsWrap .photoBoxNumber1 {
	width: 100%;
	margin: 0;
}
#productsWrap .photoBoxNumber2, #productsWrap .photoBoxNumber3, #productsWrap .photoBoxNumber4, #productsWrap .photoBoxNumber5 {
	width: 24.495%;
}
#productsWrap .photoBox .img-trim {
	padding-top: 62%;
}
#productsWrap .backORcloseBtn {
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
#productsWrap .backORcloseBtn a {
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
#productsWrap .pNav {
	font-size: 11px;
}

#productsWrap .lightcase-contentInner img {
	border-radius: 0px;
}

/* 2セット目 */
#lineList table.borderTable01.no2 tr.lines1:nth-child(n+2) {
	display: none;
}

@media (max-width: 768px) {
  #productsWrap .container.common.detail { margin-top: 124px; }
  #productsWrap .photoBox.img-trim:first-child { padding-top: 60%; }
}

@media (max-width: 575.9px) {
  #productsWrap .container.common.detail { margin-top: 7em; }
  #productsWrap .container.detail h3 { font-size: 5.5vw; }
  #productsWrap h3.news { font-size: 5vw; line-height: 1.5; }
  #productsWrap .container.detail h6 {font-size: 4.5vw; }
  #productsWrap .container.detail h7 {font-size: 4vw; }
  #productsWrap .photoBoxNumber2, #productsWrap .photoBoxNumber3, #productsWrap .photoBoxNumber4, #productsWrap .photoBoxNumber5 { width: 49.3%; }
  #productsWrap .photoBoxNumber4, #productsWrap .photoBoxNumber5 { margin-top: 0; }
  #productsWrap .photoBox.img-trim { padding-top: 26%; }
  #productsWrap .detail-comment { text-align: left; }
  
  #productsWrap .detail-comment h5 { font-size: 4.5vw; }
  #productsWrap .detail-comment .reason p { font-size: 4vw; }
  #productsWrap .detail-comment .feature .colorbox h6 { font-size: 4.5vw; }
  #productsWrap .detail-comment .feature .colorbox h6 span { font-size: 5.5vw; }
}


/* ハンバーガーメニュー
-------------------------------------*/
.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: 30; /* 最前面に */
}

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

/***** 上下のバーガー線 *****/
.toggle-line::before,
.toggle-line::after {
    content: "";  
    position: absolute; /* 基準線と同じ大きさと色 */
    width: 100%;
    height: 100%;
    background-color: #163f89;
    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: #163f89; /* 上下の線の色を変える */
    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(36,46,67,0.95);
    transition: 0.5s;
    z-index: 20;
}

.ham-menu .ham-menu-list.tel {
	font-size: 15px;
	line-height: 1.5;
	color: #141414;
	text-align: right;
	display: inline;
	margin-right: 1em;
	margin-top: -1.7em;
}

.ham-menu .ham-menu-list.tel span {
	font-size: 26px;
	font-weight: bold;
	color: #242E43;
}

.ham-menu .ham-menu-list.tel .bi {
	color: #242E43;
}

.ham-menu-list {
    height: 6.3vmax;
	max-height: 90px;
    text-align: center;
    font-size: min(1.1vw,16px);
	font-weight: 400;
    line-height: 1.5;
    margin: 0 1.0em;  
    display: flex; /* メニューテキスト位置をリスト内中心に */
    justify-content: center;
    align-items: center;
}

.ham-menu-list span {
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #242E43;
}

.ham-menu-list:nth-child(7) {
    margin-right: 0;
}

.ham-menu-list:nth-child(8) {
	margin-left: 0.5em;
	margin-right: 0;
}

.ham-menu-list:last-child {
	margin-left: 0.5em;
	margin-right: 2em;
}

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

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

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

.ham-menu-list .btn span {
	color: #141414;
}

.ham-menu-list.act a {
	color: #163f89 !important;
}

.ham-menu-list span[class="tel"] {	
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}

.ham-menu-list.act {
	position: relative;
}

.ham-menu-list.act::before {
	content: "";
	width: 100%;
	border-top: solid 1px #163f89;
	position: absolute;
	top: 6.1vmax;
	animation: 0.3s ease-out 0.15s alternate both running active;
}


@media (min-width: 1400px) {
  .ham-menu-list.act::before { top: 87px; }
}

@media (min-width: 576px) {
  .ham-menu-list.act:nth-child(n+6)::before { content: none; }
}

@keyframes active {
  0% {
    width: 0px;
	background: transparent;
  }
  30% {
	background: #242E43;
  }
  100% {
    width: 100%;
  }
}

.ham-menu-list.sub-menu-list {
	position: relative;
}

.ham-menu-list.sub-menu-list a::after {
	color: #242E43 !important;
}

@media (max-width: 1399.9px) {
  .ham-menu-list { margin: 0 1em; }
  .ham-menu-list span { font-size: 12px; }
  .ham-menu-list.act::before { width: 5.2vw; }
}

@media (max-width: 1199.9px) {
  .ham-menu-list { margin: 0 1vw; }
  .ham-menu-list span { font-size: 1vw; }
  .ham-menu-list.act::before { width: 5.2vw; }
  .ham-menu .ham-menu-list.tel { font-size: 13px; margin-top: -1.1em; }
  .ham-menu .ham-menu-list.tel span { font-size: 23px; }
  .ham-menu .ham-menu-list.tel .bi { font-size: 20px !important; }
}

@media (max-width: 991.9px) {
  .ham-menu { top: 80px; width: 40%; height: calc(100vh - 80px); }
  .ham-menu-list span { font-size: 10px; }
  .ham-menu-list.act { position: relative; }
  .ham-menu .ham-menu-list.tel { font-size: 1.3vw; margin-top: -1.5vw; }
  .ham-menu .ham-menu-list.tel span { font-size: 2.3vw; }
  .ham-menu .ham-menu-list.tel .bi { font-size: 2vw !important; }
}

@media (max-width: 768px) {
  .ham-menu-list span { font-size: 10px; }
  .ham-menu-list.act::before { top: 58px; }
  .ham-menu .ham-menu-list.tel { font-size: 1.5vw; margin-top: 1.8vw; }
  .ham-menu .ham-menu-list.tel span { font-size: 2.5vw; }
}

@media (max-width: 575.9px) {
  .ham-menu { top: 50px; width: 80%; height: calc(100vh - 50px); padding-top: 8vw; right: -80%; }
  .ham-menu { 
  	height: calc(100vh - 50px);
	background: rgba(22,63,137,0.9);
	top: 50px; 
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 1em;
  }
  .ham-menu.open { z-index: 30; }
  .ham-menu-list { font-size: 4vw; height: 12vw; align-self: flex-start; align-items: flex-start; padding-left: 2em; margin: 0; }
  .ham-menu-list:nth-child(8) { margin-left: 0; }
  .ham-menu-list a { color: #fff !important; }
  /*.ham-menu-list a::before {
    content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #fff;
	margin-right: 0.6em;
  }*/
  .ham-menu-list:nth-child(6) { margin-right: 0; }
  .ham-menu .ham-menu-list.tel { text-align: center; margin-top: 0; }
  .ham-menu .ham-menu-list.tel span { font-size: 5.5vw; }
  .ham-menu .ham-menu-list.tel .bi { font-size: 4.5vw !important; }
  .ham-menu .ham-menu-list.tel { font-size: 2.8vw; }
  .ham-menu .ham-menu-list:last-child { margin: 0; }
  .ham-menu-list a:hover { color: #fff !important; }
  .ham-menu-list span { font-size: 3vw; }
  .ham-menu-list.act a { color: #fff !important; }
  .ham-menu-list.act:before { border-top: solid 1px #fff; }
  .ham-menu-list.act::before { width: 7em !important; top: 7.5vw; left: 2em; transform: translate(0, 0); }
  .toggle { width: 24px; height: 24px; }
  .toggle-line::before { transform: translateY(-8px); }
  .toggle-line::after { transform: translateY(8px); }
}


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

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

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

/* サブメニュー */
.ham-menu.down .ham-menu-list .sub-menu-item a {
	color: #141414 !important;
}

.sub-menu-item a::before {
	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F285';
	margin-top: 0.1em;
	margin-right: 0.3em;
}

@media screen and (min-width: 576px) {
  .sub-menu {
  	position: absolute;
  	width: auto;
  	top: 6.3vmax; left: -1.2em;
  	list-style: none;
	padding-left: 0;
  }  
  .sub-menu-item {
    font-size: min(1.1vw, 16px);
	white-space: nowrap;
  	overflow: hidden;
  	opacity: 0;
  	height: 0;
  	/* サブメニューが出現する速度の調整 */
  	-webkit-transition: 0.3s;
  	transition: 0.3s;
  }
  .common .sub-menu-item {
  	line-height: 1.5;
  }
  .sub-menu-item a {
  	width: 100%;
	display: flex;
  	justify-content: start;
	color: #fff !important;
	background: #242E43;
	padding: 1.08em 1.2em;
  }
  .sub-menu-item a:hover {
	color: #fff !important;
  }
  .act .sub-menu-item a {
  	color: #fff !important;
  }
  
  /* IE11対策 */
  _:-ms-lang(x)::-ms-backdrop, .sub-menu-item.a a, _:-ms-lang(x)::-ms-backdrop, .sub-menu-item.b a {
	display: block;
	text-align: left;
	margin-left: -15px;
  }
  _:-ms-lang(x)::-ms-backdrop, .sub-menu-item a:first-child {
	padding-top: 15px;
  }
  
  .sub-menu-item a:before {
  	content: "\f105";
  	font-family: "FontAwesome";
  	color: #fff;
  	margin-right: 0.6em;
  }
  
  .sub-menu-item a:hover {
	background: #315093;
    text-decoration: none;
    transition: 0.5s;
  }
  
  
  /* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
  .ham-menu-list:hover > .sub-menu > .sub-menu-item {
   	overflow: visible;
   	opacity: 1;
   	height: auto;
  }
}

@media screen and (min-width: 769px) {
  .ham-menu-list:hover > .sub-menu { min-height: 160px; }
}

@media screen and (min-width: 1200px) {
  .ham-menu-list:hover > .sub-menu { min-height: 180px; }
}

@media screen and (min-width: 1400px) {
  .sub-menu { top: 90px; }
}

@media (max-width: 1199.9px) {
  .sub-menu-list::after { font-size: 14px; margin-top: 0.1em; }
  .sub-menu-list .sub-menu-h2 { font-size: 2vw; }
  .sub-menu-list .sub-menu-h2 span { font-size: 1.5vw; }
}

@media screen and (max-width: 991.9px) {
  .sub-menu-list::after { font-size: 1.4vw; }
}

@media (max-width: 768px) {
}

@media screen and (max-width: 575.9px) {
  .sub-menu { 
	display: none;
	flex-flow: wrap;
	padding: 0 1em 0 0.5em;
	margin: 0.5em 0;
  }
  .ham-menu .ham-menu-list a { height: 9vw; }
  .ham-menu .ham-menu-list a.toggle-sub { position: relative; }
  .ham-menu .ham-menu-list a.toggle-sub::after {
  	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F64D';
    font-size: 17px;
    color: #fff !important;
	position: absolute;
	top: 0; left: 61vw;
  }
  .ham-menu .ham-menu-list a.toggle-sub.open::after { content: none; }
  
  .sub-menu-item a { position: relative; padding-left: 1em; } 
  .sub-menu-item a:hover { background: none; }
  .sub-menu-list {
	width: 100%;
	position: relative;
	display: inline-table;
	text-align: left;
  }
 .sub-menu-list span {
   display: inline-block;
   color: #242E43;
 }
 .sub-menu-list span[class="tel"] {
   color: #1e1e1e;
 }
 .sub-menu-item {
 	width: 50%;
    font-size: 3.5vw;
    text-align: left;
	list-style: none;
	white-space: nowrap;
	padding: 0.5em 2em 0.5em 0;
  }
  .ham-menu.down .ham-menu-list .sub-menu-item a { color: #fff !important; }
  .sub-menu-list:first-child { padding-top: 0.5em; height: 14vw; }
  .sub-menu-item.a a, .sub-menu-item.b a, .sub-menu-item.c a { padding: 0; }
  .sub-menu-list .sub-menu-h2, .sub-menu-list .sub-menu-img { display: none; }
  .sub-menu-item:last-child { margin-bottom: 0.5em; }
}

@media screen and (max-width: 376px) {
  .sub-menu-item a::before { left: 1em; transform: translate(-50%, -50%) scale(0.09); }
}
@media screen and (max-width: 320px) {
  .sub-menu-item a::before { left: 1em; transform: translate(-50%, -50%) scale(0.08); }
}


/* タイトル
-------------------------------------*/
.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;
}

ol.list_parentheses {
	padding: 0;
	margin: 0;
}
ol.list_parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
ol.list_parentheses li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}


/* ボタン
-------------------------------------*/
.btn-wrap {
	position: relative;
	width: 19em;
	text-align: center;
}

.btn-wrap.lg {
	width: 28vw;
}

.btn-line {
	position: absolute;
	top: 50%; right: 0%;
	transform: translate(0, -50%);
	display: block;
	width: 40px;
	height: 0.1px;
	background: #fff;
	z-index: 1;
	animation: 2s ease-in 1s infinite alternate both running btn-line;
}

@keyframes btn-line {
  0% {
    width: 0px;
	background: transparent;
  }
  30% {
	background: #fff;
  }
  100% {
    width: 40px;
  }
}

.btn {
	letter-spacing: 0.05em;
	border: none;
	border-radius: 0.3em;
	transition: 0.4s;
	position: relative;
	z-index: 1;
}

.btn::after {
	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F134';
    vertical-align: text-bottom;
    line-height: 1.25;
    margin-left: 0.5em;
}

.btn a[onclick] { color: #fff !important; }

.btn.normal, .btn.form, .btn.return, .btn.contact-lg { 
	width: 100%;
	font-size: min(1.5vw, 21px);
	color: #fff;
	text-align: center;
	background: #163f89;
	border: solid 1px #163f89;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	padding: 0.7em 1em;
}

.btn.normal.white {
	background: #fff;
	color: #163f89;
	border: solid 1px #163f89;
}

.btn.return {
	font-family: "Noto Sans JP", sans-serif;
}

.btn.return::after {
	content: none;
}

.btn.return::before {
	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F12A';
    vertical-align: text-bottom;
    line-height: 1.25;
    margin-right: 0.5em;
}

.btn.normal.contact {
	width: 8.5em;
	height: auto;
	font-size: min(1.1vw, 16px);
	color: #fff !important;
	background: #163f89;
	padding: 0.7em;
}

.btn.normal.contact::after {
	display: none;
}

.btn.contact-lg {
	width: 18em;
	font-size: min(1.5vw, 21px);
	color: #163f89;
	background: #fff;
	border: solid 1px #fff;
	padding: 0.7em 1em;
}

.btn.form {
	font-family: "Noto Sans JP", sans-serif;
	background: #cf0044;
	border: solid 1px #cf0044;
}

.btn-wrap.lg .btn.form {
	width: 100%;
}

.btn.normal.cat {
	display: inline-block;
	width: calc(99% / 4);
	font-family: "Noto Sans JP", sans-serif;
	background: #163f89;
	color: #fff;
	border: solid 1px #163f89;
	padding: 0.5em;
	margin-bottom: 4px;
}

.btn.normal:hover, .btn.return:hover { background: #fff; color: #163f89; border: solid 1px #163f89; text-decoration: none; }
.btn.normal.white:hover, .btn.contact-lg:hover { background: #163f89; color: #fff; border: 1px solid #fff; text-decoration: none; }
.btn.normal.contact:hover { background: #fff; color: #163f89 !important; }
.btn.form:hover { background: #fff; color: #cf0044; border: solid 1px #cf0044; }
.btn.return:hover { background: #fff; color: #163f89; border: solid 1px #163f89; }

@media (max-width: 991.9px) {
  .btn.contact-lg { width: 16.5em; }
}

@media (max-width: 575.9px) {
  .btn-wrap { width: 70%; }
  .btn-wrap.lg { width: 85%; }
  .btn.normal, .btn.form, .btn.return {
	width: 100%;
	font-size: 4vw;
	padding: 0.6em 2em;
  }
  .btn.normal.mini { width: 100%; font-size: 2.8vw; }
  .btn.normal.cat {
  	width: calc(99.1% / 2);
	font-size: 3vw;
	padding: 0.3em 0.5em;
  }
  .btn.normal.contact { width: auto; height: 12vw; font-size: 4vw; white-space: nowrap; background: transparent; border: none; padding: 0; }
  .btn.normal.contact:hover { background: transparent; color: #fff !important; }
  .btn.normal.contact .bi { display: none; }
  .btn.normal.contact span:hover { color: #b17c2d !important; }
  .btn.contact p { font-size: 3.6vw; }
  .btn.contact-lg { font-size: 4vw; width: 100%; padding: 0.8em 1em; }
}


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

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

.badge-danger {
	font-size: 80%;
	color: #fff;
	padding: 0.2em 0.5em;
	background-color: #cf0044;
	border-radius: 3px;
}

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

a.badge .badge-dark {
	padding: 0.2em 0.5em;
}

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


/* テーブル
-------------------------------------*/
.table-1 { width: 80%; }
.table-1 th {
	width: 10em;
	padding: 1em;
	font-weight: normal;
	vertical-align: top;
	border-bottom: solid 1px #163f89;
}
.table-1 td {
	padding: 1em;
	border-bottom: solid 1px rgba(24,78,176,0.5);
}

.table-2 { width: 100%; }
.table-2 tr {
	border-bottom: 1px solid #163f89;
	margin-bottom: 5px;
}
.table-2 tr:nth-child(odd) td {
	background: rgba(24,78,176,0.02);
}
.table-2 th {
	padding: 0.4em 0.8em;
	border-top: 1px solid #163f89;
	border-left: 1px solid #163f89;
	border-right: 1px solid #163f89;
	font-weight: normal;
	text-align: center;
	background: rgba(24,78,176,0.15);
}
.table-2 td {
	padding: 0.4em 0.7em;
	border-top: 1px solid #163f89;
	border-left: 1px solid #163f89;
	border-right: 1px solid #163f89;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}
.table-2 td:before {
	padding: 10px;
	border-right: 1px solid #163f89;
	background-color: #fff;
}

.table-res { width: 100%; }
.table-res tr {
	border-bottom: 1px solid #163f89;
	margin-bottom: 5px;
}
.table-res th {
	font-weight: bold;
	text-align: center;
	padding: 0.4em 0.8em;
	border-top: 1px solid #163f89;
	border-left: 1px solid #163f89;
	border-right: 1px solid #163f89;
	background-color: rgba(24,78,176,0.15);
}
.table-res td {
	text-align: center;
	padding: 0.4em 0.8em;
	border-top: 1px solid #163f89;
	border-left: 1px solid #163f89;
	border-right: 1px solid #163f89;
	background-color: #fff;
}
.table-res td:before {
	padding: 0.4em 0.8em;
	border-right: 1px solid #163f89;
	background-color: #fff;
}

@media (max-width: 991.9px) {
  .table-1 { width: 100%; }
  .table-2 { width: 100%; }
}
  
@media (max-width: 575.9px) {
  .table-1 th { font-weight: bold; }
  .table-1 th {
    width: 100%;
	display: block;
	padding: 1em 1em 0;
	border-bottom: none;
	color: #141414;
  }
  .table-1 th:first-child {
	border-top: none;
  }
  .table-1 td {
    width: 100%;
	display: block;
	padding: 1em;
  }
  .table-1 td:nth-child(2) {
	border-top: none;
  }
  
  .scroll-table { 
	overflow-x: scroll;
	white-space: nowrap;
  }
  
  .table-2 th, .table-2 td { 
  	padding: 0.3em 0.5em; width: auto;
  }
  .table-2.price th, .table-2.price td {
	border-left: 1px solid #163f89;
  }

  .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 {
  	font-weight: bold;
    border: none;
    background-color: rgba(242,250,255,0);
  }
  .table-res td {
    position: relative;
    padding: 0.3em 1em 0.3em calc(40% + 1em);
    border-top: 1px solid #163f89;
    border-left: 1px solid #163f89;
    border-right: 1px solid #163f89;
    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: 0.3em 1em;
    border-right: 1px solid #163f89;
    background-color: rgba(236,146,57,0.15);
  }
}


/* ポジション
-------------------------------------*/
.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;
}


/* インデント
-------------------------------------*/
.indent-1 {
padding-left: 1.3em;
text-indent: -1.3em;
}

.indent-2 {
padding-left: 1em;
text-indent: -1em;
}


/* フォーム
-------------------------------------*/
.form-control {
	font-size: 100%;
	border-color: #b4b4b4;
}
.form-check-input[type=radio], .form-check-input[type=checkbox] { border-color: #b4b4b4; }

.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: #163f89;
	border: solid 1px #fff;
	border-radius: 0px;
	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: #3f6ab8;
}

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

@media (max-width: 991.9px) {
  #page_top a { width: 5vw; height: 5vw; }
  #page_top a::before { font-size: 3vw; }
}

@media (max-width: 575.9px) {
  #page_top a { width: 9vw; height: 9vw; }
  #page_top a:before { font-size: 5vw; }
}


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

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

.anchor3 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.anchor4 {
    display: block;
    padding-top: 0px;
    margin-top: -0px;
}

@media (min-width: 1400px) {
  .anchor {
    display: block;
    padding-top: 89px;
    margin-top: -89px;
  }
}

@media (max-width: 575.9px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
  .anchor2 {
    padding-top: 120px;
    margin-top: -120px;
  }
  .anchor3 {
    padding-top: 180px;
    margin-top: -180px;
  }
}


/* モーダルウィンドウ
-------------------------------------*/
#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);/*-50px*/
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
.left-to-right.n2 { transition: all 2s; }
.left-to-right.n3 { transition: all 3s; }
.left-to-right.n4 { transition: all 4s; }
.left-to-right.n5 { transition: all 5s; }
.left-to-right.n6 { transition: all 6s; }

/*右から←にフェードイン*/
.right-to-left {
  opacity: 1;
  transform: translateX(50px);/*50px*/
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 1;
  transform: translateY(50px);/*50px*/
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.down-to-top.n2 { transition: all 2s; }
.down-to-top.n3 { transition: all 3s; }
.down-to-top.n4 { transition: all 4s; }
.down-to-top.n5 { transition: all 5s; }
.down-to-top.n6 { transition: all 6s; }

@media (max-width: 575.9px) {
  /*左から右にフェードイン*/
  .down-to-top.spL, .right-to-left.spL {
	opacity: 1;
	transform: translateX(-50px);/*-50px*/
	transition: all 1s;
  }
  .down-to-top.spL.scrollin, .right-to-left.spL.scrollin {
	opacity: 1;
	transform: translate(0);
  }
  /*右から←にフェードイン*/
  .down-to-top.spR, .left-to-right.spR {
    opacity: 1;
    transform: translateX(50px);/*50px*/
    transition: all 1s;
  }
  .down-to-top.spR.scrollin, .left-to-right.spR.scrollin  {
    opacity: 1;
    transform: translate(0);
  }
  /*下から上にフェードイン*/
  .left-to-right.spD, .right-to-left.spD {
	opacity: 1;
	transform: translateY(50px);/*50px*/
	transition: all 1s;
  }
  .left-to-right.spD.scrollin, .right-to-left.spD.scrollin {
	opacity: 1;
	transform: translateY(0);
  }
}


/* 画像サイズ調整
-------------------------------------*/
.img-fit {
	height: 0;
	display: block;
	padding-bottom: 50%; /* 高さを指定（ボックスの横幅を基準） */
	overflow: hidden;
	position: relative;
}

.img-fit img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.img-trim {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 比率 */
}

.img-trim2 {
	height: 0;
	display: block;
	padding-bottom: 100%; /* 高さを指定（ボックスの横幅を基準） */
	overflow: hidden;
	position: relative;
	border: solid 1px #e6e6e6;
}

.img-trim img, .img-trim2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 動画
-------------------------------------*/
.movie-wrap {
    position: relative;
    padding-bottom: 66.66666%; /*アスペクト比 3:2の場合の縦幅*/
    height: 0;
    overflow: hidden;
	margin: 0 auto;
}

.movie-wrap2 {
    position: relative;
    padding-bottom: 35%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
	margin: 0 auto;
}

.movie-wrap video, .movie-wrap2 video {
	margin: 0 auto;
 width: 60%;
 display: block;
}

.play-btn {
	display: block;
	width: 20%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}
.play-btn:hover { opacity: 0.85; transition: 0.4s; }
.play-btn.playActive { display: none; }

@media (max-width: 575.9px) {
  .play-btn { display: none; }
}


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

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

.gmap.small {
	padding-bottom: 75%;
}

@media (min-width: 1025px) {
  .gmap { height: 420px; padding-bottom: 0; }
  .gmap.small { height: 400px; padding-bottom: 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;
}


/* Q&Aがついたアコーディオン
-------------------------------------*/
.accordion {
	width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
	display: none;
}

/* 見出しボタン部分 */
.accordion-open {
	display: block;
	padding: 0.7em 3.5em 0.7em 1em;
	background: #EDF4FC;
	cursor: pointer;
	margin: 0;
	position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
	content: '';
	width: 20px;
	height: 3px;
	background: #163f89;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
	transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	transition: 0.5s;
	/* 表示速度の設定 */
	cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
 	height: auto;
 	background: #fff;
 	opacity: 1;
 	padding: 0.7em 1em;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
	position: relative;
}

.accordion_qa .Q {
	font-weight: 500;
}

.accordion_qa .A {
	font-weight: 500;
	color: #e70a96;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
	display: block;
	position: absolute;
	top: -0.4em;
	left: -1.3em;
}

.accordion_qa .Q::before {
	content: 'Q.';
	color: #163f89;
}

.accordion_qa .A::before {
	content: 'A.';
}

.accordion_qa .accordion-open {
	padding-left: 3em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
	height: auto;
	opacity: 1;
	padding: 10px 10px 10px 3em;
}

@media (max-width: 1199.9px) {
  .accordion_qa .Q, .accordion_qa .A { font-size:min(3.5vw,16px); }
  .accordion_qa .accordion-open { padding-left: 3.5em; }
  .accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner { padding: 10px 10px 10px 3.5em; }
}

@media (max-width: 768px) {
  .accordion_qa .Q, .accordion_qa .A { font-size: 1.5vw; }
}

@media (max-width: 575.9px) {
  .accordion_qa .Q, .accordion_qa .A { font-size: 3.5vw; }
}


/* Light Case
-------------------------------------*/
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
	color: #3f6ab8;
}

h4#lightcase-title {
	border: none;
}


/* 5 Columns
-------------------------------------*/
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 0px) {
.col-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 1400px) {
.col-xl-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}


/* メディアクエリ
-------------------------------------*/
@media (max-width: 1399.9px) {
  .copy { left: 5.5%; }
  
  .top-product .top-left img { height: 30em; }  
}

@media (max-width: 1199.9px) {
  body { font-size: 86%; }
  
  .w-80 { width: 100% !important; }
  
  .full-width.top-result { margin-top: 40em; }

  .top-left img { height: 580px; }
  .top-right { width: 465px; }
}

@media (max-width: 991.9px) {
  body { font-size: 69%; }
  
  .logo { left: 1.5em; }
  .header-tel { font-size: 18px; top: 10px; }
  .btn.contact { font-size: 1.5vw; min-width: auto !important; padding: 0.3em 1em; }
  .top-main { height: auto; }
  .contact-tel { font-size: 26px; margin: 0.2em 0 0.5em; }
  .contact-time { font-size: 12px; }
  
  .top-left img { height: 520px; }
}

@media (orientation: portrait) and (max-width: 991.9px) {
  .slider-wrap, [class^="slider-img"] img, .top-main { height: 58vmin; }
}

@media (max-width: 768px) {
  body { font-size: 1.2vw; }
  h2 { font-size: 4vw; }
  .p-h3 { font-size: 1.7vw; }
  h4 { font-size: 2.2vw; }
  
  .nav-inner { height: 60px; }
  .navbar {	font-size: 12px; }
  .header-tel { font-size: 15px; top: 3px; }
  .header-tel span.time { font-size: 10px; }
  
  .slider-wrap { height: 60vw; }
  [class^="slider-img"] img { height: 60vw; }
  .top-main img { height: 60vw; }
  .header-img { top: 60px; }
  
  .container.top { margin-top: 0px; }
  .top-right { width: 345px; height: auto; }
  .top-right img { height: 258px; }
  .contact-time { font-size: 10px; }
  
  .full-width.top-result { margin-top: 42em; }
  
  .container.common { margin-top: 30px; }
  
  .br-30 { bottom: 20px; right: 20px; } 
  .lead { font-size: 1.7vw; } 
  .lead2 { font-size: 2vw; }
  a.anchor2 {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media (max-width: 767.9px) {
  .contact-tel { font-size: 3.2vw; margin: 0 0 0.5em; }
  .time { font-size: 1.5vw; }  
}

@media (max-width: 575.9px) {
  body { font-size: 3.5vw; }
  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: 6vw; margin: 0; text-align: center; }
  h2 span { font-size: 4vw; margin: 0; }
  h3 { font-size: 6.5vw; font-weight: 400; line-height: 1.2; }
  h3.common { font-size: 5.5vw; line-height: 1.2; }
  .p-h3 { font-size: 3.2vw; }
  h4 { font-size: 4.5vw; }
  h5 { font-size: 3.7vw; }
  h6 { font-size: 3.2vw; }
  
  .lead { font-size: 4vw; }
  .lead-L { font-size: 3.5vw; }
  .lead2 { font-size: 4.5vw; }
 
  .nav-inner { height: 50px !important; position: fixed; }
  .nav-inner nav { height: 0; }
  .logo { left: 20px; }
  .logo img { width: auto; height: 7.5vw !important; }
  .logo-txt { left: calc(30vw + 25px); font-size: 2.8vw; }
  .header-tel { position: static; font-size: 6vw; }
  .header-tel span.time { font-size: 3.5vw; line-height: 2; }
  
  .slider-wrap { top: 0px; height: 100vw; }
  [class^="slider-img"] img { height: 100vw; }
  .slider-img1 img { object-position: 76%; }
  .slider-img2 img { object-position: 87%; }
  .slider-img3 img { object-position: 99%; }
  .trapezoid { width: 58vw; border-top: 90vw solid #fff; border-right: 50vw solid transparent; }
  .top-main img { height: 100svh; }
  .copy-wrap { width: 88%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .copy-wrap img { height: 8vw; margin-bottom: 1em; }
  .copy { font-size: 8vw; line-height: 1.5; text-shadow: 1px 1px 0 #163f89, -1px -1px 0 #163f89, -1px 1px 0 #163f89, 1px -1px 0 #163f89, 0px 1px 0 #163f89, 0-1px 0 #163f89, -1px 0 0 #163f89, 1px 0 0 #163f89; }
  .copy span { font-size: 5.4vw; }
  .scroll-wrap { display: block; }
  .slider-wrap .btn.normal { left: 50%; transform: translateX(-50%); }
  
  .container.top { margin-top: 0px; }
  .full-width { padding: 48px 0; }
  .top-news h3, .top-news .p-h3 { margin-left: 5%; }
  .top-concept .lead { font-size: 100%; }
  .full-width.top-concept h3, .full-width.top-concept h4 { font-weight: 400; line-height: 1.5; }
  .top-purpose .box { min-height: 6em; padding: 1em; }
  .top-purpose .div-link p { font-size: 3.5vw; }
  .top-product h4 { font-size: 4vw; }
  .top-product .div-link .btn-arrow::before { font-size: 4vw; }
  .top-bnr { width: 40vw; }
  .full-width.contact { background-position: 66%; }
  
  .right.col-sm-6 { padding-left: calc(var(--bs-gutter-x) * 0.5); }
  .top-right { width: 100%; height: 100%; margin-left: 15px; }
  .top-right.col-md-6 { padding: 0 15px; }
  .top-right .img1, .top-right .img2 { width: 50vw; height: auto; margin: 0; }
  .top-right .img1 { top: 0; left: 50%; }
  .top-right .img2 { left: -15px; }
  .top-right img, .top-left img { width: calc(100vw - 30px); height: 60vw; }
  
  .header-img { height: 40vw; top: 50px; }
  .gmap { padding-bottom: 75%; }
  .contact-tel { font-size: 7.4vw; }
  .time { font-size: 3vw; }
  p.contact-tel a, .p-contact a, .tel a, .privacy a, .footer-tel a, .ham-menu-list.tel a { pointer-events: auto; text-decoration: none; }
  .p-contact { font-size: 7vw; }
  
  .container.common { margin-top: 50px; }
  .guideline h4 { font-size: 5.5vw; }
  
  #privacy p, #privacy li {	font-size: 90%; }
  .privacy { padding-left: 0.5rem; }
  .container.contact { width: 100%;} 
}

@media (max-width: 375px) {
}
@media (max-width: 360px) {
  body { font-size: 3.4vw; }
  .br-xs { display: block; }
  .btn.contact-lg { min-width: 215px !important; }
  .lead2 { font-size: 3.6vw; }
}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
  
}
