@charset "UTF-8";
/* ------------------------------------------------------------
// SCSS Imports
------------------------------------------------------------ */
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th {
  font-weight: normal;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

button,
input {
  margin: 0;
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

/* ============================================================
// 初期共通設定（common.scss）
// 全プロジェクトで共通利用するベーススタイル
============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.line-link-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}
.line-link-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .line-link-btn {
    right: 10px;
    bottom: 10px;
  }
  .line-link-btn a img {
    width: 140px;
  }
}

/* ============================================================
// header（ヘッダー共通）
============================================================ */
header .header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
header .header-wrap .header-line-bg {
  display: flex;
  align-items: center;
  gap: 140px;
  width: 100%;
  height: 240px;
  background: url(../images/header-line.webp) no-repeat center right;
  background-position: 90% center;
}
header .header-wrap .header-line-bg .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-wrap .header-line-bg .logo img {
  width: 400px;
}
header .header-wrap .header-line-bg .txt {
  flex: 1;
  font-weight: 700;
  color: #ffffff;
}
header .header-wrap .header-line-bg .txt .s-txt {
  font-size: 20px;
}
header .header-wrap .header-line-bg .txt .l-txt {
  font-size: 48px;
  line-height: 1.2;
}
header .header-wrap .header-line-bg .txt .l-txt br {
  display: none;
}
@media screen and (max-width: 1320px) {
  header .header-wrap {
    position: relative;
    height: 200px;
  }
  header .header-wrap .header-line-bg {
    gap: 40px;
    height: 200px;
  }
  header .header-wrap .header-line-bg .logo img {
    width: 240px;
  }
  header .header-wrap .header-line-bg .txt .s-txt {
    font-size: 18px;
  }
  header .header-wrap .header-line-bg .txt .l-txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  header .header-wrap {
    height: 180px;
  }
  header .header-wrap .header-line-bg {
    gap: 20px;
    height: 180px;
  }
  header .header-wrap .header-line-bg .logo img {
    width: 200px;
  }
  header .header-wrap .header-line-bg .txt .s-txt {
    font-size: 16px;
  }
  header .header-wrap .header-line-bg .txt .l-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    height: auto;
    padding: 20px;
  }
  header .header-wrap .header-line-bg {
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding-bottom: 20px;
  }
  header .header-wrap .header-line-bg .logo img {
    width: 120px;
  }
  header .header-wrap .header-line-bg .txt .s-txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  header .header-wrap .header-line-bg .txt .l-txt {
    font-size: 24px;
  }
  header .header-wrap .header-line-bg .txt .l-txt br {
    display: inline;
  }
}

/* ============================================================
// footer（フッター共通 + ナビゲーション + コピーライト）
============================================================ */
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  height: 100px;
  padding: 0 20px;
  background: #000000;
}
footer .copyright i {
  font-size: 18px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    justify-content: flex-start;
    font-size: 15px;
  }
  footer .copyright i {
    font-size: 13px;
    padding-top: 1px;
  }
}

/* ------------------------------------------------------------
// body
------------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------
// Common Content Styles
------------------------------------------------------------ */
.main-wrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.content-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.content-ttl .l-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.content-ttl .l-txt .txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}
.content-ttl .l-txt .txt span {
  font-size: 68px;
  color: #c1272d;
}
.content-ttl .s-txt {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .content-ttl .l-txt {
    font-size: 24px;
  }
  .content-ttl .l-txt img {
    width: 20px;
  }
  .content-ttl .l-txt .txt {
    display: inline;
  }
  .content-ttl .l-txt .txt span {
    font-size: 30px;
    margin: 0 5px;
  }
  .content-ttl .s-txt {
    margin-top: 10px;
  }
}