@charset "UTF-8";
/* mixin */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  src: url("../font/NotoSansJP-Medium.otf") format("opentype"), url("../font/NotoSansJP-Bold.otf") format("opentype"), url("../font/NotoSansJP-Black.otf") format("opentype");
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: inherit;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
}
/* 変数 */
:root {
  --margin-24: 24px;
  --margin-32: 32px;
  --margin-64: 64px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "microsoft yahei", Helvetica, Arial;
  font-weight: normal;
}

h2 {
  font-weight: bold;
}

a:hover img {
  filter: brightness(120%);
}

.services_taital {
  color: #333;
  text-align: left;
  border-bottom: 2px solid #eee;
}

.footer_inner .row {
  align-items: center;
}

.footer_logo {
  width: 200px;
}

.copyright_section {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 0;
}

.copyright_text {
  color: #777 !important;
  text-align: right;
  float: none;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .many_taital {
    font-size: 2rem;
    line-height: 2;
  }
  body,
  p,
  h3 {
    font-size: 24px;
  }
  .container {
    max-width: 1200px;
  }
}
.floatingBnr {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 150px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .floatingBnr {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .floatingBnr {
    width: 100px;
  }
}
.floatingBnr.is-active {
  display: block;
}

[data-animate*=fade] {
  opacity: 0;
}

/* mixin */
/* Fv */
.header_section {
  position: relative;
  width: 100%;
  height: 0;
  background-size: 100% !important;
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .header_section {
    background: no-repeat left top url("../images/banner_01.jpg");
    padding-top: 52%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header_section {
    background: no-repeat left top url("../images/banner_01.jpg");
    padding-top: 52%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
@media screen and (max-width: 767px) {
  .header_section {
    background: no-repeat left top url("../images/banner_01_sp.jpg");
    padding-top: 173%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
.header_section .fv_conversion {
  position: absolute;
  left: 5%;
  bottom: 10%;
  display: flex;
  width: 33%;
  padding: 0 15px;
  text-align: center;
}
.header_section .fv_conversion a .fv_conversion_button {
  color: #FF5152;
  border: 3px solid #FF5152;
}
.header_section .fv_conversion a .fv_conversion_button svg {
  fill: #FF5152;
  margin-bottom: 0;
}
.header_section .fv_conversion a .fv_conversion_button:hover, .header_section .fv_conversion a .fv_conversion_button:active {
  color: #fd9a9a;
  border: 3px solid #fd9a9a;
  background-color: #fff;
}
.header_section .fv_conversion a .fv_conversion_button:hover svg, .header_section .fv_conversion a .fv_conversion_button:active svg {
  fill: #fd9a9a;
}
.header_section .fv_conversion a:first-of-type {
  margin-right: 16px;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button {
  color: #FF5152;
  border: 3px solid #FF5152;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button svg {
  fill: #FF5152;
  margin-bottom: 0;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button:hover, .header_section .fv_conversion a:first-of-type .fv_conversion_button:active {
  color: #fd9a9a;
  border: 3px solid #fd9a9a;
  background-color: #fff;
}
.header_section .fv_conversion a:first-of-type .fv_conversion_button:hover svg, .header_section .fv_conversion a:first-of-type .fv_conversion_button:active svg {
  fill: #fd9a9a;
}
.header_section .fv_conversion_button {
  width: 100%;
  max-width: 100%;
  font-weight: bold;
  line-height: 3;
  background: #fff;
  border-radius: 10px;
}
.header_section .fv_conversion_button svg {
  width: 12px;
  margin-left: 10px;
  margin-bottom: 0;
}
.header_section .fv_conversion_button:hover, .header_section .fv_conversion_button:active {
  background: #fff;
  border: 3px solid #00a99b;
  border-radius: 10px;
}
.header_section .fv_conversion_button:focus {
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .header_section .fv_conversion_button svg {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header_section .fv_conversion_button {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header_section .fv_conversion {
    width: 40%;
    left: 10px;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .header_section .fv_conversion {
    width: 100%;
    left: 0;
    bottom: 15px;
    flex-direction: column;
  }
  .header_section .fv_conversion a:first-of-type {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

/* GlobalNav */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8) !important;
}
.navbar .logo {
  text-align: left;
  padding: 0;
}
.navbar .logo img {
  max-height: 45px;
}
@media screen and (max-width: 767px) {
  .navbar .logo {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar .logo {
    text-align: right;
  }
}
.navbar .navbar-toggler {
  background: none;
  padding: 0;
  border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background: no-repeat center center url("../images/navPhoneIcon.png");
  background-size: contain;
}
.navbar .nav-item .nav-link {
  color: #fff;
  padding: 0 24px;
  line-height: 1.5;
  font-size: 16px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:active {
  color: #00a2e9;
}
.navbar .nav-item .nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .navbar .nav-item .nav-link {
    color: #fff;
    line-height: 2;
    padding: 0;
  }
  .navbar .nav-item .nav-link::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar .nav-item .nav-link {
    line-height: 2;
    padding: 0;
  }
  .navbar .nav-item .nav-link::before {
    display: none;
  }
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar-nav {
  margin: 0;
}

/* mixin */
.services_section {
  padding-top: 60px;
  padding-bottom: 0;
}
.services_section .services_title {
  text-align: center;
  margin-bottom: 4rem;
}
.services_section .services_text {
  font-size: 24px;
  line-height: 1.6;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .services_section .services_text {
    font-size: 16px;
  }
}
.services_section .services_text.emphasis {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .services_section .services_text.emphasis {
    font-size: 18px;
  }
}
.services_section .services_img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.services_section .services_btn {
  display: block;
  max-width: 100%;
  margin: 2rem 0 0;
  font-weight: bold;
  line-height: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .services_section .services_btn svg {
    width: 10px;
  }
}
.services_section ul li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .services_section .services_title {
    margin-bottom: 2rem;
    text-align: left;
  }
  .services_section .services_text {
    margin-top: 1rem;
  }
  .services_section .services_btn {
    margin: 0.5rem 0 0;
    max-width: 100%;
  }
}
.services_section .col-md-6:first-of-type .services_btn {
  color: #FF5152;
  border: 3px solid #FF5152;
}
.services_section .col-md-6:first-of-type .services_btn svg {
  width: 12px;
  fill: #FF5152;
  margin-left: 10px;
}
.services_section .col-md-6:first-of-type .services_btn:hover, .services_section .col-md-6:first-of-type .services_btn:active {
  color: #fd9a9a;
  border: 3px solid #fd9a9a;
  background-color: #fff;
}
.services_section .col-md-6:first-of-type .services_btn:hover svg, .services_section .col-md-6:first-of-type .services_btn:active svg {
  fill: #fd9a9a;
}
.services_section .col-md-6:first-of-type .services_btn:focus {
  box-shadow: none !important;
}

.services_bgcolor {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  background-color: rgb(240, 240, 240);
}
@media screen and (max-width: 767px) {
  .services_bgcolor {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.services_bgcolor .services_taital {
  border-bottom: 2px solid #d1d1d1;
}

.services_section2 {
  padding: 0;
}
.services_section2.related {
  margin-top: 20px;
  margin-bottom: 20px;
}

.related_section .related_item {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .related_section .related_item {
    margin-top: var(--margin-24);
  }
}

.videoBox {
  text-align: center;
}
.videoBox iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border: none;
}

.point {
  padding: 10px;
  border: 3px solid #4978AE;
  border-radius: 5px;
}
.point li {
  margin-top: 16px;
}
.point b {
  font-size: 20px;
}

.footer_section {
  text-align: center;
  color: #fff;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}
.footer_section .footer_inner {
  background: #131313;
}
.footer_section .footer_text_link {
  color: #fff;
}
.footer_section .footer_text_link:hover {
  opacity: 0.5;
}
.footer_section .footer_text button {
  width: auto;
  padding: 0 40px;
}
.footer_section .footer_zuiki_store {
  margin-top: var(--margin-64);
}
.footer_section .bug_link {
  font-weight: bold;
  line-height: 3;
  background: #E50112;
  border: none;
  width: 100%;
  max-width: 100% !important;
  margin-top: var(--margin-64) !important;
}
.footer_section .bug_link:hover, .footer_section .bug_link:active, .footer_section .bug_link:focus {
  background: #fa8189 !important;
  box-shadow: none !important;
}
.footer_section .copyright_section .copyright_text {
  color: #fff;
}
.footer_section .sns_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer_section .sns_list {
    width: 100%;
  }
}
.footer_section .sns_item img {
  width: 50%;
  object-fit: contain;
}
.footer_section .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: var(--margin-64);
}
.footer_section .navbar-nav .nav-link {
  color: #fff;
}
.footer_section .navbar-nav .nav-link:hover {
  opacity: 0.5;
}
.footer_section .footer_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: var(--margin-64);
}
.footer_section .footer_link a {
  color: #fff;
}
.footer_section .footer_link a:hover {
  opacity: 0.5;
}
.footer_section .footer_link_item {
  width: 33.3%;
}
.footer_section .footer_link_item img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_section .footer_link_item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_section .footer_link_item:first-child {
    width: 100%;
    margin-bottom: var(--margin-24);
  }
}

/* ==========================================
	 共通のスタイル（ベース設定）
	 ========================================== */
.logo-container {
	max-width: 960px; 
	margin: 40px auto;
	padding: 0 20px;
	display: grid;
	gap: 20px;
}

/* 各ロゴのリンク */
.logo-item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 100%;
}

/* ロゴ画像のサイズ制御 */
.logo-item img {
	width: 100%; 
	max-width: 300px;
	height: auto;
	aspect-ratio: 300 / 100;
	object-fit: contain;
	border: 1px solid #cccccc;
}

/* ==========================================
	 PC用の配置（画面幅768px以上：3列）
	 ========================================== */
@media (min-width: 768px) {
	.logo-container {
		grid-template-columns: repeat(3, 1fr); /* 横3列 */
	}
	/* 7番目のロゴを中央（2列目）に配置 */
	.logo-item:last-child {
		grid-column: 2; 
	}
}

/* ==========================================
	 SP（スマホ）用の配置（画面幅767px以下：2列）
	 ========================================== */
@media (max-width: 767px) {
	.logo-container {
		grid-template-columns: repeat(2, 1fr); /* 横2列 */
		gap: 15px;                             /* スマホ時は隙間を少し狭く */
	}
	/* 7番目のロゴを2列分の幅にし、中身を中央寄せにする */
	.logo-item:last-child {
		grid-column: span 2;
		justify-content: center; 
	}
}