@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&family=Sawarabi+Mincho&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*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,
l,
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 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

img {
  border: none;
  vertical-align: top; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block; }

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

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0; }

caption,
th {
  text-align: left; }

img,
a img {
  border: none; }

a {
  cursor: pointer; }

/*-------------------------------------------------reset*/
/*base-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #595757;
  font-family: 'Sawarabi Mincho', serif;
  letter-spacing: 1px;
  font-size: 16px; }

.font-sawarabi-gothic {
  font-family: 'Sawarabi Gothic', sans-serif; }

.font-noto-san-jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; }

a {
  color: #595757;
  text-decoration: none;
  display: block; }

a:hover {
  opacity: 0.5; }

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

address {
  font-style: normal; }

/*-------------------------------------------------base*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.l-header {
	position: fixed;
	z-index: 100;
	height: 230px;
	width: 100%;
}

.l-header__banner {
  width: 100%;
  background: url(../image/banner.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
 }
	
.l-header__banner .text {
  height: 867px;
	animation: fadeIn 2s forwards;
	animation-delay: 1.5s;
	opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

  .l-header__banner__text {
    margin-top: 69px;
    font-size: 24px;
    color: #000;
    writing-mode: vertical-rl;
    line-height: 2;
    text-align: left;
    text-shadow: 0 0 1px black;
     }
   .l-header__banner__text span {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; }
.l-header nav {
  width: 100%;
  height: 230px;
  background-color: #fff; }
  .l-header nav .l-wrapper {
    height: 100%;
    align-items: center;
    justify-content: space-between; }
.l-header__logo {
  margin-bottom: 10px; }
.l-header__menu li {
  margin-right: 25px; }
  .l-header__menu li a {
    font-size: 18px;
    letter-spacing: 2px;
    color: #1e0d0b; }
.l-header__links {
  align-items: center; }
  .l-header__links li {
    margin-left: 40px; }
    .l-header__links li:last-child {
      margin-right: 10px;
      margin-left: 16px; }
.l-header__right {
  align-items: center; }

.menu-fixed {
	height: 160px !important;
}

/*-------------------------------------------------header*/
/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
main {
	padding: 230px 0 0;
}

.l-wrapper {
  width: 1122px;
  max-width: 90%;
  margin: 0 auto; }

/*改行クラス（PC）*/
.breakLinePc {
  display: block; }

/*改行クラス（SP）*/
.breakLineSp {
  display: inline; }

/*スクロールフェードイン効果*/
.fadeInWrapTop {
  display: block;
  position: relative;
  transition-duration: 1.0s;
  opacity: 0;
  bottom: -50px; }

.fadeInWrapTop.active {
  opacity: 1;
  bottom: 0; }

.fadeInWrapBegin {
  position: relative;
  transition-duration: 1.0s;
  opacity: 0;
  bottom: -50px; }

.fadeInWrapBegin.active {
  opacity: 1;
  bottom: 0; }

.fadeInWrapBegin02 {
  position: relative;
  transition-duration: 1.0s;
  transition-timing-function: ease-in-out;
  opacity: 0; }

.fadeInWrapBegin02.active {
  opacity: 1; }

.fadeInWrapRight {
  position: relative;
  transition-duration: 1.0s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  right: -50px; }

.fadeInWrapRight.active {
  opacity: 1;
  right: 0; }

.fadeInWrapLeft {
  position: relative;
  transition-duration: 1.0s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  left: -50px; }

.fadeInWrapLeft.active {
  opacity: 1;
  left: 0; }

/*-------------------------------------------------main*/
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.l-footer__contact {
  padding: 110px 0 170px 0;
  background: url(../image/bg-contact-footer.png) no-repeat center bottom 105px; }
  .l-footer__contact__list {
    justify-content: center; }
    .l-footer__contact__list li {
      margin: 0 34px; }
  .l-footer__contact__item-red a {
    width: 282px;
    text-align: center;
    height: 282px;
    border: 6px solid #b4282c;
    box-shadow: 10px 10px 10px #ccc;
    border-radius: 50%;
    padding-top: 70px;
    background: url("../image/icon-square--red-top.png") no-repeat center bottom 65px;
    line-height: 1.3;
    font-size: 24px;
    letter-spacing: 2.5px;
    color: #c12e34; }
  .l-footer__contact__item-yellow a {
    width: 282px;
    text-align: center;
    height: 282px;
    border: 6px solid #f0c22b;
    box-shadow: 10px 10px 10px #ccc;
    border-radius: 50%;
    padding-top: 70px;
    background: url("../image/icon-square--yellow-top.png") no-repeat center bottom 65px;
    line-height: 1.3;
    font-size: 24px;
    letter-spacing: 2.5px;
    color: #6e6a61; }
.l-footer__info {
  background: url(../image/bg-footer.png) repeat #c0272d;
  padding: 80px 0 80px 0;
  text-align: center; }
.l-footer__logo {
  margin-bottom: 55px; }
.l-footer__menu {
  width: 460px;
  margin: 15px auto;
  justify-content: space-between; }
  .l-footer__menu a {
    font-size: 18px;
    color: #fff; }

/*-------------------------------------------------footer*/
/* ==========================================================================
   Object
   ========================================================================== */
/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
.c-btn {
  display: inline-block;
  text-align: center;
  letter-spacing: 2.5px; }
  .c-btn--gray {
    padding: 10px 45px 10px 22px;
    border-radius: 47px;
    font-size: 18px;
    color: #7d6e72;
    background: #FFF url(../image/icon-dot-gray.png) no-repeat right 20px center;
				border: 2px solid #7d6e72; }
  .c-btn--red {
    padding: 13px 100px;
    border-radius: 60px;
    font-size: 23px;
    color: #c10000;
				border: 2px solid #c10000;
    background: url(../image/icon-dot-red.png) no-repeat right 35px center #FFF; }
  .c-btn--white {
    padding: 10px 45px 10px 22px;
    border-radius: 47px;
    font-size: 18px;
    color: #83777a;
    border: 2px solid #7d6e72;
    background: #fff url(../image/icon-dot-gray.png) no-repeat right 20px center; }

.c-btn:hover {
	opacity: 1;
}

.c-btn--gray:hover {
	color: #FFF;
	background: #7d6e72 url(../image/icon-dot.png) no-repeat right 20px center; }

.c-btn--red:hover {
    color: #FFF;
    background: url(../image/icon-dot.png) no-repeat right 35px center #c10000; }
/*-------------------------------------------------Component*/
/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-heading {
  text-align: center; }
  .p-heading span {
    font-size: 24px;
    letter-spacing: 2.5px;
    display: inline-block;
    padding: 0 24px 12px 43px;
    text-transform: uppercase; }
  .p-heading--white span {
    color: #c0272d;
    border-bottom: 2px solid #fff;
    display: inline-block;
    position: relative; }
    .p-heading--white span::after {
      content: "";
      position: absolute;
      right: -12px;
      bottom: 0;
      width: 12px;
      height: 20px;
      bottom: -2px;
      background: url("../image/icon-heading-white.png") no-repeat right bottom; }
  .p-heading--red span {
    color: #c0272d;
    border-bottom: 2px solid #dc6f73;
    display: inline-block;
    position: relative; }
    .p-heading--red span::after {
      content: "";
      position: absolute;
      right: -8px;
      bottom: 0;
      width: 8px;
      height: 13px;
      bottom: -2px;
      background: url("../image/icon-heading-red.png") no-repeat right bottom; }

.p-pagiantion li {
  margin: 0 25px;
  display: inline-block;
  color: #000;
  font-size: 26px;
  line-height: 70px; }
  .p-pagiantion li a {
    background-color: #fff;
    color: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%; }
  .p-pagiantion li span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block; }

/*-------------------------------------------------Project*/
/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/
.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.u-al-right {
  text-align: right; }

.u-al-left {
  text-align: left; }

.u-fl-left {
  float: left; }

.u-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; }

.u-clear {
  display: block; }
  .u-clear::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* mac \*/
* html .u-clear {
  height: 1%; }

/*-------------------------------------------------utility*/

/*# sourceMappingURL=common.css.map */
