@charset "UTF-8";
/* Scss Document */
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-block-end: 0;
  margin-block-start: 0; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  /*iPhoneフォントサイズが拡大されるバグの対策*/ }

html {
  overflow-y: scroll; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal; }

em {
  font-style: normal;
  font-weight: normal; }

a:link {
  color: #2d2d2d; }

a:visited {
  color: #2d2d2d;
  text-decoration: none; }

a:hover {
  color: #2d2d2d;
  text-decoration: none;
  opacity: 0.7; }

a:active {
  color: #2d2d2d;
  text-decoration: none; }

img {
  vertical-align: top; }

a:hover img {
  /*background:#fff;*/
  filter: alpha(opacity=70);
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  form .wLong {
    width: 100%; } }
/* 
---------------------------------------
form
---------------------------------------
*/
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
  margin: 1px;
  padding: 8px 5px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

label {
  margin: 1px; }

.text50 {
  width: 50px; }

input[type="button"], input[type="submit"], button[type="submit"] {
  -webkit-appearance: none;
  border: none; }

@media screen and (max-width: 768px) {
  form .wLong {
    width: 100%; } }
@media screen and (min-width: 769px) {
  form .wLong {
    width: 500px; } }
/* 
---------------------------------------
濃さ
---------------------------------------
*/
.op7 {
  opacity: 0.7; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  /*TAB以下*/
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  /*PC*/
  .spView {
    display: none !important; } }
/*
---------------------------------------
layout
---------------------------------------
*/
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  /*chrome画像ぼやけ対策*/ }

/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
body {
  font-family: 'Josefin Sans','Noto Sans JP',sans-serif, serif;
  overflow: hidden; }

.none {
  display: none !important; }

@media (min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media (min-width: 1000px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px; } }
@media (max-width: 999px) {
  html {
    scroll-padding-top: 50px; } }

/* 
---------------------------------------
ホバー追加指定
---------------------------------------
*/
#header .downloadBtn:hover {
  opacity: 1; }

#header .downloadBtn:hover .txt2 {
  background: #00254f;
  transition-delay: all .5s; }

.contactBtn {
  transition: 0.5s; }

.contactBtn:hover {
  background: #a51e00 !important;
  opacity: 1;
  transition: 0.5s; }

.breadcrumbs.inner {
  padding: 10px 0;
  font-size: 12px; }

.menu li a {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 1.1; }
  @media (max-width: 999px) {
    .menu li a {
      padding: 20px;
      color: #fff;
      font-size: 18px;
      letter-spacing: 2px; } }

.menu li a span {
  display: block; }

@media (min-width: 1000px) {
  .menu li a:hover span:nth-child(1) {
    animation-name: animation1;
    animation-duration: 0.5s; } }

.menu li a span:nth-child(2) {
  transform: translate(0, 100%);
  position: absolute;
  top: 0;
  opacity: 0; }

@media (min-width: 1000px) {
  .menu li a:hover span:nth-child(2) {
    animation-name: animation2;
    animation-duration: 0.5s;
    opacity: 1; } }

@keyframes animation1 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(0, -5%); }
  100% {
    transform: translate(0, -100%); } }
@keyframes animation2 {
  0% {
    transform: translate(0, 100%); }
  20% {
    transform: translate(0, 95%); }
  100% {
    transform: translate(0, 0); } }
.btn1 a, .btn1 a:visited {
  background: #111;
  padding: 6px 40px 4px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  color: #fff; }

.btn1 a, .btn1 a:visited {
  color: #fff; }

.btn1 a {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1); }
  @media (max-width: 999px) {
    .btn1 a {
      display: none; } }

_:lang(x) + _:-webkit-full-screen-document, .btn1:link {
  color: #fff; }

.btn1:hover a {
  background: #fff;
  transform: scale(1.02);
  border: 1px solid #111;
  cursor: pointer; }

.btn1:hover a {
  color: #111; }

.btn1sp, .btn1sp:visited {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: block;
  background: #fff;
  color: #111;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px; }

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner {
      width: 92%;
      max-width: 375px; } }

/* 
---------------------------------------
下層KV
---------------------------------------
*/
#underKv {
  height: 20vw;
  background: #ccc;
  display: flex;
  align-items: flex-end;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  position: relative; }
  @media (max-width: 999px) {
    #underKv {
      height: 350px;
      align-items: center;
      justify-content: center; } }

#underKv .underlogo {
  position: absolute;
  left: 40px;
  width: 100px;
  top: 40px; }
  @media (max-width: 999px) {
    #underKv .underlogo {
      width: 80px;
      left: 20px;
      top: 20px; } }

#underKv .ttlBox {
  margin: 0 auto 40px;
  text-align: left; }

#underKv .ttl {
  font-size: 50px;
  letter-spacing: 2px;
  text-shadow: #333 0 0 10px;
  font-weight: bold; }
  @media (max-width: 999px) {
    #underKv .ttl {
      font-size: 32px; } }

#underKv .inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-40%);
  text-align: center; }

.breadcrumb {
  background: #fff;
  width: max-content;
  margin: 0 0 0 auto;
  padding: 10px 20px; }

.breadcrumb li {
  display: inline;
  list-style: none;
  color: #333;
  font-weight: bold; }

.breadcrumb li:after {
  content: '';
  width: 20px;
  display: inline-block;
  height: 1px;
  margin: 0 10px 0;
  height: 1px;
  background: #b2c3d5;
  vertical-align: middle; }

.breadcrumb li:last-child:after {
  display: none; }

.breadcrumb li a {
  text-decoration: none;
  color: #9f3f26; }

.breadcrumb li a:hover {
  text-decoration: underline; }

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1vh 40px 0;
  align-items: center;
  height: 14vh;
  display: none; }

#header .nav-l {
  width: 70%; }

#header .logo {
  width: 8vw;
  max-width: 100px;
  margin: 0 0 20px; }
  @media (max-width: 999px) {
    #header .logo {
      width: 100%;
      max-width: 60px;
      margin: 0;
      line-height: 0; } }

#header .menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 900px; }
  @media (max-width: 999px) {
    #header .menu {
      width: 100%;
      margin: 0 auto;
      flex-direction: column;
      padding: 20px 30px 10px; } }

#header .menu li {
  font-weight: bold;
  font-size: clamp(14px, 1.3vw, 18px); }

#header.fixed .nav-r {
  display: flex;
  align-items: center; }

#header .nav-r .lang {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2vw;
  justify-content: flex-end; }
  @media (max-width: 999px) {
    #header .nav-r .lang {
      margin-bottom: 0;
      margin-right: 50px; } }

#header.fixed .nav-r .lang {
  margin-bottom: 0;
  margin-right: 2vw; }
  @media (max-width: 999px) {
    #header.fixed .nav-r .lang {
      margin-right: 40px; } }

#header .nav-r .lang p {
  padding: 0 10px;
  line-height: 13px; }

#header .nav-r .lang p:first-child {
  border-right: 1px solid #111; }

#header .spNav .sns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 140px;
  font-size: 20px;
  color: #fff;
  margin: 30px auto; }

#header .spNav .sns a, #header .spNav .sns a:visited {
  color: #fff; }

#header #logoNav {
  display: none; }

#header.fixed #logoNav {
  display: flex; }
  @media (max-width: 999px) {
    #header.fixed #logoNav {
      background: none; } }

@media (max-width: 999px) {
  #header.fixed #logoNav {
    width: 120px; } }

#header.fixed .logo a {
  color: #462219; }

@media (max-width: 999px) {
  #header.fixed .logo a img {
    width: 140px; } }

.hMenu {
  margin-right: 120px;
  display: none;
  align-items: center; }
  @media (max-width: 999px) {
    .hMenu {
      margin-right: 50px; } }

.fixed .hMenu {
  display: flex; }

.hMenu a {
  text-align: center;
  margin-right: 30px; }
  @media (max-width: 999px) {
    .hMenu a {
      margin-right: 24px;
      line-height: 0; } }

.hMenu a .fa-solid {
  font-size: 24px;
  color: #9f3f26; }
  @media (max-width: 999px) {
    .hMenu a .fa-solid {
      font-size: 20px; } }

.hMenu .tel {
  font-size: 24px;
  margin-right: 0; }
  @media (max-width: 999px) {
    .hMenu .tel {
      line-height: 0; } }

.hMenu .tel .fa-solid {
  font-size: 20px;
  margin-right: 10px;
  color: #9f3f26; }
  @media (max-width: 999px) {
    .hMenu .tel .fa-solid {
      font-size: 18px; } }

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  background: white;
  padding: 10px 40px 0;
  align-items: center;
  height: 120px;
  width: 100%;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 999px) {
    #header.fixed {
      height: 50px;
      padding: 0 20px 0; } }

.fixed .navToggle span {
  border-bottom: solid 1px #2d2d2d; }

#header.fixed .box-r .navBox {
  margin-bottom: 6px; }

#header.fixed #pcNav ul li a {
  color: #333; }

@media (max-width: 999px) {
  #pcNav {
    display: none; } }

#pcNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }

#pcNav ul li a {
  color: #fff; }

/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
nav.spNav {
  transform: translate(100%, 50px);
  overflow-y: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
  height: 100vh;
  background: #111;
  transition: .35s ease-in-out; }
  @media (min-width: 1000px) {
    nav.spNav {
      display: none; } }

.spNav .inner {
  padding: 40px 0 0; }

/* このクラスを、jQueryで付与・削除する */
nav.spNav.active {
  position: fixed;
  transition: .5s all;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: .35s ease-in-out; }
  @media (max-width: 999px) {
    nav.spNav.active {
      transform: translate(0, 50px);
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }

.navToggle {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  right: 0;
  top: 0; }
  @media (min-width: 1000px) {
    .navToggle {
      display: none; } }

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 40px;
  border-bottom: solid 1px #111;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 10px; }
  @media (max-width: 999px) {
    .navToggle span {
      width: 28px; } }

.navToggle span:nth-child(1) {
  top: 14px; }
  @media (max-width: 999px) {
    .navToggle span:nth-child(1) {
      top: 13px; } }

.navToggle span:nth-child(2) {
  top: 27px; }
  @media (max-width: 999px) {
    .navToggle span:nth-child(2) {
      top: 23px; } }

.navToggle span:nth-child(3) {
  top: 40px; }
  @media (max-width: 999px) {
    .navToggle span:nth-child(3) {
      top: 33px; } }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 24px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navToggle.active span {
  border-bottom: solid 1px #111; }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

/* 
---------------------------------------
ボタン種類 
---------------------------------------
*/
.btn a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    .btn a {
      font-size: 12px; } }

.btn .fa-arrow-right {
  padding: 16px;
  background: #9f3f26;
  border-radius: 40px;
  color: #fff;
  margin-right: 30px;
  transition: all .2s ease-in-out 0s;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px; }
  @media (max-width: 999px) {
    .btn .fa-arrow-right {
      padding: 10px;
      margin-right: 20px; } }

.btn a:hover {
  opacity: 1; }

.btn a:hover .fa-arrow-right {
  -webkit-animation: icon-movie-right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: icon-movie-right 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes icon-movie-right {
  0% {
    text-indent: 0; }
  15% {
    color: #9f3f26; }
  50% {
    text-indent: 1.5em;
    color: #9f3f26; }
  50.01% {
    text-indent: -1em;
    color: #9f3f26; }
  100% {
    text-indent: 0; } }
a:hover .btn .fa-arrow-right {
  -webkit-animation: icon-movie-right2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: icon-movie-right2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes icon-movie-right2 {
  0% {
    text-indent: 0; }
  15% {
    color: #fff; }
  50% {
    text-indent: 1.5em;
    color: #fff; }
  50.01% {
    text-indent: -1em;
    color: #fff; }
  100% {
    text-indent: 0; } }
.btn.blue a:hover .fa-arrow-right {
  -webkit-animation: icon-movie-right3 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: icon-movie-right2 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

@keyframes icon-movie-right3 {
  0% {
    text-indent: 0; }
  15% {
    color: #003775; }
  50% {
    text-indent: 1.5em;
    color: #003775; }
  50.01% {
    text-indent: -1em;
    color: #003775; }
  100% {
    text-indent: 0; } }
.btn_footer {
  position: fixed;
  bottom: 8vw;
  right: clamp(80px, 8vw, 120px);
  z-index: 5; }
  @media (max-width: 999px) {
    .btn_footer {
      right: 10px;
      bottom: 100px;
      width: 40px;
      height: 40px; } }

.btn_footer a {
  background: #a5a5a5;
  text-decoration: none;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff; }
  @media (max-width: 999px) {
    .btn_footer a {
      width: 40px;
      height: 40px;
      font-size: 12px; } }

/* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  background: url("../img/f_bg.jpg") no-repeat;
  background-size: cover;
  padding: 12vw 0 0;
  color: #fff;
  position: relative; }
  @media (max-width: 999px) {
    #footer {
      background: url("../img/f_bg_sp.jpg") no-repeat;
      background-size: cover; } }

#footer .inner {
  max-width: 1400px;
  width: 80%;
  z-index: 3;
  position: relative; }
  @media (max-width: 999px) {
    #footer .inner {
      width: 100%; } }

#footer .logo {
  width: 26vw;
  margin-bottom: 2vw;
  min-width: 440px; }
  @media (max-width: 999px) {
    #footer .logo {
      width: 80%;
      margin: 0 auto 40px;
      min-width: inherit; } }

#footer .fNav {
  display: flex;
  padding-bottom: 16vw; }
  @media (max-width: 999px) {
    #footer .fNav {
      padding-bottom: 60px;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center; } }

@media (max-width: 999px) {
  #footer .fNav li {
    width: 80%; } }

#footer .fNav a {
  color: #fff;
  margin-right: 60px; }
  @media (max-width: 999px) {
    #footer .fNav a {
      padding: 10px 0;
      display: block;
      width: 100%; } }

#footer .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6vw;
  align-items: center; }
  @media (max-width: 999px) {
    #footer .box {
      padding-bottom: 140px;
      flex-direction: column-reverse; } }

#footer .copy {
  opacity: .5;
  color: #fff;
  letter-spacing: 2px;
  font-size: 10px; }

#footer .sns {
  display: flex;
  font-size: 20px; }
  @media (max-width: 999px) {
    #footer .sns {
      margin-bottom: 30px; } }

#footer .sns a {
  color: #fff;
  margin-left: 20px; }
  @media (max-width: 999px) {
    #footer .sns a {
      margin-left: 30px; } }

@media (max-width: 999px) {
  #footer .sns a:first-child {
    margin-left: 10px; } }

#footer .hanabira {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 36%; }
  @media (max-width: 999px) {
    #footer .hanabira {
      top: 10px; } }

#footer .hanabira1 {
  top: -14vh;
  left: 45%;
  width: 3%; }
  @media (max-width: 999px) {
    #footer .hanabira1 {
      top: 0vh;
      left: 82%; } }

#footer .hanabira2 {
  top: 20vh;
  left: 19%;
  width: 3%; }
  @media (max-width: 999px) {
    #footer .hanabira2 {
      top: 28vh;
      left: 13%; } }

#footer .hanabira3 {
  top: 22vh;
  left: 24%;
  width: 3%; }
  @media (max-width: 999px) {
    #footer .hanabira3 {
      top: 30vh;
      left: 26%; } }

#footer .hanabira4 {
  top: -24vh;
  left: 36%;
  width: 3%; }
  @media (max-width: 999px) {
    #footer .hanabira4 {
      top: -4vh;
      left: 62%; } }

#footer .hanabira5 {
  top: 26vh;
  left: 53%;
  width: 3%; }
  @media (max-width: 999px) {
    #footer .hanabira5 {
      top: 34vh;
      left: 83%; } }

#footer .hanabira6 {
  top: 14vh;
  left: 40%;
  width: 3%; }
  @media (max-width: 999px) {
    #footer .hanabira6 {
      top: 25vh;
      left: 72%; } }

#footer .hanabira7 {
  top: 8vh;
  left: 3%;
  width: 3%; }

#footer .hanabira1,
#footer .hanabira2,
#footer .hanabira3,
#footer .hanabira4,
#footer .hanabira5,
#footer .hanabira6,
#footer .hanabira7 {
  position: absolute; }
  @media (max-width: 999px) {
    #footer .hanabira1,
    #footer .hanabira2,
    #footer .hanabira3,
    #footer .hanabira4,
    #footer .hanabira5,
    #footer .hanabira6,
    #footer .hanabira7 {
      width: 8%; } }

@media (max-width: 999px) {
  main {
    transition: .35s ease-in-out;
    transform: translateX(0); } }

@media (max-width: 999px) {
  .open main {
    transform: translateX(-100%);
    transition: .35s ease-in-out;
    overflow-y: hidden; } }

body .fa-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold; }
