/*

Proxmox VE content CSS for LP
create 2026/06/22

*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/*$block-pc-widths: (
  l: 1480px,
  m: 1180px,
  s: 860px,
);

$inner-widths: (
  l: $spacer*3,
   lm: $spacer*2.5,
  m: $spacer*2,
  ms: $spacer*1.5,
  s: $spacer*1,
);
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*$font-sizes: (
  sm: (14, 13, 12),
  md: (20, 19, 18),
  lg: (28, 27, 26),
);*/
	.hidden-pc {display: block;}
	.hidden-sp {display: none;}
@media (min-width: 576px) {
  .container, .container-sm, .container-xs {
    max-width: 570px;
  }
	.hidden-pc {display: block;}
	.hidden-sp {display: none;}
}
@media (min-width: 768px) {
  .container, .container-md, .container-xs, .container-sm {
    max-width: 760px;
  }
	.hidden-pc {display: none;}
	.hidden-sp {display: block;}
}
@media (min-width: 992px) {
  .container, .container-lg, .container-xs, .container-sm, .container-md {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xl, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container, .container-xxl, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}

/* = Base Style
============================================================================== */
ul {
  padding-left: 0;
}

/* = Container
-------------------------------------------------------------------------- */
.container {
  padding: 60px 0;
}

.container-navi {
  flex-wrap: nowrap;
  max-width: 1400px;
  padding: 0;
}

/* = Body
-------------------------------------------------------------------------- */
body {
  background: #e4f0f4;
  color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}
.row, p.fs-3, p.fs-4, h4.fs-1 {
	padding: 0 2rem;
}

/* = Link
-------------------------------------------------------------------------- */
a {
  transition: 0.3s;
	text-decoration: none;
}
a:hover {
  color: inherit;
	text-decoration: none;
}
a img:hover {
  filter: brightness(1.1);
}

/* = Button
-------------------------------------------------------------------------- */
.btn-big {
	width: 100%;
  max-width: 36rem;
  margin: 16px;
  padding: 2rem 3rem 2rem 2rem;
  border-radius: 10px;
  font-size: 36px;
  font-size: 2.25rem;
	font-weight: 700;
	position: relative;
	background: #000000;
}
.btn-big:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 36px;
  height: 36px;
  border-top: solid 10px currentColor;
  border-right: solid 10px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn-big:hover {
	text-decoration: none;
}
.btn-big:hover:after {
  right: 1.5rem;
}
/* = Title & Text
-------------------------------------------------------------------------- */
h2, h3, h4 {
  margin: 0 auto 40px;
  font-weight: 700;
  line-height: 1.5;
}
.fw-black {
  font-weight: 900;
}
h2 {
  margin: 0 auto 10px;
  font-size: 40px;
  font-size: 2.5rem;
}
h3 {
  margin: 1rem auto 3.5rem;
	padding: 0 2rem 0.5rem;
  font-size: 40px;
  font-size: 2.5rem;
	border-bottom: 5px solid #e57000;
}
h4 {
	font-size: 32px;
  font-size: 2.0rem;
}
.ttl-lv2 {
  margin: 60px 0 40px;
	padding: 0 2rem;
  color: #ffffff;
  line-height: 1.5;
	background: #000000;
}
.ttl-lv2 strong {
	font-size: 1.2em;
}
.letter-sp-s1 {
  letter-spacing: -0.05em;
}
/* = Color
-------------------------------------------------------------------------- */
.proxmox-orange { color: #e57000;}
.proxmox-lorange { color: #FF9100;}
.proxmox-gray { color: #ABBABA;}
.proxmox-blue { color: #00617F;}
.proxmox-dgray { color: #464D4D ;}

/* = Header & Footer
============================================================================== */
/* = Header
-------------------------------------------------------------------------- */
#header {
}
#header .navbar {
	background: rgba(255,255,255,.85)
}
#header #header-txt {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
#header #header-txt strong {
  font-size: 16px;
  font-size: 1rem;
}
#header #header-txt a {
  margin-right: 16px;
	padding: 10px 0;
}
#header #header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header #header-btn a {
  margin: 8px 0.5vw;
	position: relative;
	font-size: 18px;
	font-size: 1.125rem;
  padding: 5px 45px 5px 30px;
}
#header #header-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 4px currentColor;
  border-right: solid 4px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
#header #header-btn a:hover {
	text-decoration: none;
}
#header #header-btn a:hover:after {
  right: 0.5rem;
}

/* = Footer
-------------------------------------------------------------------------- */

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
	font-size: 85%;		/*文字サイズ*/
}
footer .container {
	padding: 0;
}
footer a {
	color: #fff;	/*リンクテキストの文字色*/
	text-decoration: none;
}
footer a:hover {
	color: #fff;	/*マウスオン時の文字色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}

/* = Main
============================================================================== */
main {
  position: relative;
  margin-top: 0;
  padding-top: 60px;
  overflow: hidden;
}

/* = HERO
-------------------------------------------------------------------------- */
#hero {
  position: relative;
  z-index: 2;
  margin: -60px 0 0;
  padding: 140px 0 4px;
  font-size: 18px;
  font-size: 1.125rem;
	background: url(../images/bg-hero.jpg) no-repeat top center;
	background-size: cover;
}
#hero h1 {
  width: 80%;
}
#hero h1 img {
  max-width: 973px;
}
#hero p {
  font-size: 36px;
  font-size: 2.25rem;
}

/* = bg
-------------------------------------------------------------------------- */
.bg01 {
  background: #ffffff;
	width: 90%;
	max-width:1440px;
	margin:-30px auto -30px;
	padding:40px 60px 0;
	position: relative;
	z-index:10;
}
.bg02 {
  background: url("../images/bg02.jpg") no-repeat top center;
	background-size: cover;
	margin:0 auto;
	padding:0 60px 40px;}
.bg03 {
  background: url("../images/bg03.jpg") no-repeat top center;
	background-size: cover;
	margin:0 auto;
	padding:0 60px 40px;
}
.bg04 {
  background: #e57000;
	margin: 0 auto;
}

/* = Kadai
-------------------------------------------------------------------------- */
.q-box {
  position: relative;
  margin: 16px 0 250px;
  padding: 30px 30px 100px;
  border: none;
  border-radius: 10px;
  background: #d1e3e3;
	font-size: 1.5rem;
}
.q-box h3 {
  margin-bottom: 16px;
  text-align: center;
}
.q-box:after {
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 280px;
  background: url("../images/hito01.png") no-repeat bottom center;
  content: '';
}
.q-box.hito02:after {
  background: url("../images/hito02.png") no-repeat bottom center;
}
.q-box.hito03:after {
  background: url("../images/hito03.png") no-repeat bottom center;
}
.fukidashi {
  position: relative;
  display: block;
  padding: 12px 24px;
  border-bottom: solid 10px #00617F;
  margin: 0 0 48px;
  margin-inline: auto;
  width: 100%;
}
.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 135deg;
  translate: -50%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 61px;
  height: 61px;
  box-sizing: border-box;
  border: solid 10px;
  border-color: #00617F #00617F transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
#kadai .row.intro {
	padding: 0;
}
#kadai p span {
	font-size: 2em;
}
#kadai p span.txt-s {
	font-size: 0.9em;
  white-space: nowrap;
}
.point-box {
  position: relative;
  padding: 30px 30px 20px;
  border-radius: 10px;
  background: #fff;
}
.point-box p {
  font-size: 24px;
	font-size: 1.5rem;
}

/* = Feature
-------------------------------------------------------------------------- */
/* carousel */
.carousel {
    margin: 20px 2rem 50px;
}
.carousel-inner {
	width: 90%;
	margin-inline: auto;
}
.carousel-inner div.row {
  padding: 0 1rem;
}
.card {
	max-width: 600px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.carousel-control-prev-icon {
  background-image: url(../images/prev.svg);
}
.carousel-control-next-icon {
  background-image: url(../images/next.svg);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
/* = Usecase
-------------------------------------------------------------------------- */
#usecase h4 {
	margin: 0 auto 10px;
}
#usecase .point-box {
  padding: 15px 2.5rem 20px;
}
.cap-box .cap-box-title {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  max-width: 60%;
  background:  #e57000;;
  color: #fff;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
  position: relative;
  top: -1em;
  left:-1rem;
}

/* = example
-------------------------------------------------------------------------- */
.link-box {
	border: 1px solid #464d4d;
	padding: 15px 30px;
}
.link-box p {
	padding:0;
	margin:0;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;

}
.link-box a {
	color:#000000;
}	
.link-box a:hover {
	color:#ff0000;
}	
/* = INQUIRY
-------------------------------------------------------------------------- */
#inquiry {
  position: relative;
  margin: 0 auto 0;
  padding: 0 1rem 60px;
}
#inquiry h2 {
	padding: 0 1rem;
}
#inquiry .inquiry-txt {
  padding: 20px 0;
  font-size: 24px;
  font-size: 1.5rem;
	font-weight: 700;
}
#inquiry h2 {
  margin-bottom: 13.3333333333px;
  font-size: 75px;
  font-size: 4.6875rem;
}

/* =Break Point
============================================================================== */
/* =XXL
-------------------------------------------------------------------------- */
@media (max-width: 1399.98px) {
  .container-navi {
    max-width: inherit;
    width: 96%;
    padding: 0;
  }

  /* = Header */
  #header .btn-primary, #header .btn-secondary {
    font-size: 16px;
    font-size: 1rem;
  }

  /* = Footer */
  footer {
  }

  /* = Main */
  main:before {
    left: 43.5vw;
  }
}
/* =XL
-------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  /* = Header */
  #header .container-navi {
    flex-wrap: nowrap;
  }
  #header #header-txt {
    flex: 1;
  }
  #header #header-txt span {
    margin-right: 16px;
  }
  #header #header-btn {
    flex: 1.0;
  }
  #header #header-btn ul {
    flex-wrap: nowrap;
  }
	/* kadai*/
	.q-box {
		padding: 30px 28px 50px;
		font-size: 1.25rem;
	}
  .q-box:after {
    top: 80%;
    width: 150px;
    height: 240px;
		background-size:contain;
  }
	.q-box.hito02:after {
    width: 180px;
		background-size:contain;
  }
  .q-box.hito03:after {
    width: 220px;
		background-size:contain;
  }
	.point-box p {
    font-size: 20px;
    font-size: 1.25rem;
	}
  .btn-big {
    font-size: 32px;
    font-size: 2rem;
  }
	.btn-big:after {
		right: 2rem;
		width: 30px;
    height: 30px;
    border-top: solid 8px currentColor;
    border-right: solid 8px currentColor;
	}
}
/* =LG
-------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  /* = Header */
  #header .navbar {
    padding-bottom: 0;
  }
  #header #header-txt {
    flex: initial;
  }
  #header #header-btn {
    flex: initial;
    flex-direction: column;
    gap: 0;
  }

  /* = Main */
  main:before {
    display: none;
  }

  /* = HERO */
  #hero h1 {
    width: 70%;
		padding-bottom: 3rem;
  }
  #hero p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2, h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .ttl-lv2 {
    font-size: 32px;
    font-size: 2rem;
  }
	#kadai .row {
		padding:0;
	}
	
}
/* =MD
-------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
	body { padding-top: 0;}
  #header #header-txt {
    width: 50%;
  }

  /* = Footer */
  footer img {
    margin-bottom: 8px;
  }
  /* = Hero */
  #hero {
		padding: 100px 0 4px;
	}
  /* = Title & Text */
  h2, h3, h4 {
    line-height: 1.3;
  }
  h2, h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3 {
		padding-left: 0;
		padding-right: 0;
    font-size: 32px;
    font-size: 2rem;
  }
  .ttl-lv2 {
		padding: 0 1rem;
    font-size: 28px;
    font-size: 1.75rem;
  }
	p.fs-3 {
		font-size: 20px!important;
		font-size:1.25rem!important;
	}
  .row, p.fs-3, p.fs-4, h4.fs-1 {
    padding: 0;
  }
  /* = INQUIRY */
  #inquiry h2 {
    margin-bottom: 13.3333333333px;
		padding: 0;
    font-size: 48px;
    font-size: 3.0rem;
  }
	#inquiry {
    padding: 16px;
  }
  #inquiry .inquiry-txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .btn-big {
    min-width: inherit;
    width: 100%;
		margin-inline: auto;
		padding: 2rem 2rem 2rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .carousel {
    margin: 20px 0 50px;
  }
	.carousel .card {
		margin: 0 5px;
	}
}
/* =XS
-------------------------------------------------------------------------- */
@media (max-width: 575.98px) {
  /* = Container */
  .container {
    padding: 20px 16px;
  }
	.bg01, .bg02, .bg03, .bg04 {
		padding: 40px 10px;
	}
  /* = Header */
  #header .navbar {
    padding-top: 0;
  }
  #header .navbar > .container {
    flex-direction: row;
    padding: 0 0 2px;
  }
  #header #header-txt {
    flex-direction: row;
    align-items: center;
    padding-left: 1vw;
    width: 60vw;
  }
  #header #header-txt a {
    margin: 0 10px 0 0;
  }
  #header #header-txt a img {
    width: 77px;
  }
  #header #header-btn {
    width: 36vw;
  }
  #header #header-btn a {
    font-size: 12px;
		padding: 10px 2rem 10px 1rem;
  }

  /* = HERO */
  #hero {
		/*padding: 100px 0 4px;*/
	}
	#hero h1 {
    width: 95%;
    margin: 0 auto;
  }
  #hero p {
    font-size: 20px;
    font-size: 1.25rem;
    width: 95%;
    margin: 0 auto;
		padding-bottom: 5rem;
  }
	.fs-2 {
		font-size: calc(1rem + .9vw) !important;
	}
  /* about*/
  .point-box p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .link-box p {
    font-size: 20px;
    font-size: 1.25rem;
	}

  /* = Usecase */
  .company-box {
    margin-bottom: 20px;
  }
  /* = ex */
	.link-box {
    padding: 15px 10px;
		line-height: 1.2;
  }
}
