@charset "UTF-8";
.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

.wrapper {
  z-index: 0;
  position: relative;
}

.section_tit {
  text-align: center;
}

.section_tit h2 {
  margin: 0;
  color: #49270a;
}

.section_tit h2 {
  font-size: 8vw;
  letter-spacing: 0.96vw;
}

@media screen and (min-width: 751px) {
  .section_tit h2 {
    font-size: 2.5vw;
    letter-spacing: 0.3vw;
  }
}
.section_tit p {
  font-size: 1vw;
  letter-spacing: 0.12vw;
  color: #49270a;
  margin-top: 0;
}

#key_visual {
  position: relative;
  background-color: rgba(242, 234, 216, 0.14);
  height: 49vw;
}

#key_visual img {
  width: 13vw;
  height: 49vw;
  margin: 0 auto;
}

#key_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.5vw;
  height: 49vw;
  margin: 0 auto;
  background-color: #fcfaf4;
  -webkit-animation: opening1 2s ease-out forwards;
          animation: opening1 2s ease-out forwards;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

#key_visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 6.5vw;
  height: 49vw;
  margin: 0 auto;
  background-color: #fcfaf4;
  -webkit-animation: opening2 2s 2s ease-out forwards;
          animation: opening2 2s 2s ease-out forwards;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@-webkit-keyframes opening1 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes opening1 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes opening2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes opening2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.scroll {
  position: absolute;
  top: 44vw;
  height: 10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-animation: arrowmove 2.5s ease-in-out infinite;
          animation: arrowmove 2.5s ease-in-out infinite;
  width: auto;
}

.scroll img {
  height: 10vw;
}

@-webkit-keyframes arrowmove {
  0% {
    padding-top: 0%;
  }
  50% {
    padding-top: 1%;
  }
  100% {
    padding-top: 0%;
  }
}

@keyframes arrowmove {
  0% {
    padding-top: 0%;
  }
  50% {
    padding-top: 1%;
  }
  100% {
    padding-top: 0%;
  }
}
@media (max-width: 750px) {
  .scroll img {
    height: 35.6vw;
  }
  @-webkit-keyframes arrowmove {
    50% {
      padding-top: 3%;
    }
  }
  @keyframes arrowmove {
    50% {
      padding-top: 3%;
    }
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.btn_action {
  position: relative;
  border: 2px solid #49270a;
  width: 16.125vw;
  height: 4.75vw;
  margin: 5vw auto 0 auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn_push {
  position: absolute;
  display: inline-block;
  width: 16.125vw;
  height: 4.75vw;
  background-color: #f0e8d9;
  font-size: 1.125vw;
  font-weight: 500;
  color: #49270a;
  border: 2px solid #49270a;
  top: -0.8vw;
  left: -0.7vw;
}

.btn_push p {
  line-height: 4vw;
  margin: 0;
}

.btn_push img {
  width: 2.188vw;
}

.btn_push:hover {
  background-color: #49270a;
  color: #f3efe0;
}

.arrow_box {
  position: absolute;
  display: inline-block;
  right: 1.5vw;
  top: 2vw;
}

.arrow_box .btn_arrow {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.arrow_box .btn_active {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  opacity: 0;
}

.btn_push:hover .btn_active {
  opacity: 1;
}

.sns_box {
  position: absolute;
  display: inline-block;
  left: 2vw;
  top: 1.5vw;
}

.sns_box .btn_active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn_push:hover .btn_active {
  opacity: 1;
}

.btn_push:active {
  -webkit-transform: translate(0.47vw, 0.47vw);
          transform: translate(0.47vw, 0.47vw);
  border-bottom: none;
}

.btn_nomal {
  display: block;
  width: 29.188vw;
  height: 4.938vw;
  position: relative;
  margin: 0 auto;
  background-color: #49270a;
  color: #fef6f0;
}

.btn_nomal .btn_arrow {
  width: 2.309vw;
  position: absolute;
  top: 44%;
  right: 7%;
}

.btn_nomal:hover {
  background-color: #f1b789;
  color: #49270a;
}

.btn_nomal:hover .btn_active {
  opacity: 1;
}

.arrow_box_nomal {
  display: inline-block;
}

.arrow_box_nomal .btn_active {
  position: absolute;
  opacity: 0;
}

.btn_nomal:hover .btn_active {
  opacity: 1;
}

.totop:hover {
  opacity: 0.4;
}

/*ABOUT___*/
#about {
  overflow: hidden;
  background-image: url(./img/top/bg-about.png);
  background-size: inherit;
  padding: 8.188vw 22.75vw;
}

#about .section_tit {
  margin-bottom: 3vw;
}

#about h3 {
  font-size: 2.188vw;
  letter-spacing: 0.263vw;
}

.marker-animation.active {
  background-position: -100% 1.8vw;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(241, 183, 137)));
  background-image: linear-gradient(left, transparent 50%, rgb(241, 183, 137) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.9vw;
  background-position: 0 1.8vw;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  display: inline;
}

.about_text {
  font-size: 1.375vw;
  margin: 3.5vw 0 6vw 0;
}

/*___ABOUT*/
/*SERVICE__*/
#service {
  overflow: hidden;
  background-color: #f3efe0;
  background-size: inherit;
  padding: 7vw 22.75vw;
}

#service .service_pm {
  border: 2px solid #49270a;
  border-radius: 1.5vw;
  padding: 2.625vw 4.25vw;
  margin: 4vw 0;
}

#service .service_pm_tit {
  font-weight: 700;
  font-size: 1.563vw;
  margin: 0;
}

#service .service_pm_text {
  margin: 0.8vw 0 0;
}

#service .service_text p {
  width: 56%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4vw;
}

#service .service_text img {
  display: inline-block;
  width: 15.5vw;
  vertical-align: middle;
}

#service .to_contact_text {
  text-align: center;
}

/*___SERVICE*/
/*ONLINE___*/
#online {
  overflow: hidden;
  background-color: #f1b789;
  background-size: inherit;
  padding: 7vw 22.75vw;
}

#online .online_icon {
  width: 13.022vw;
}

#online .section_tit h1 {
  margin: 2vw 0 1vw;
}

#online .online_box {
  background: #f3efe0;
  padding: 3% 5%;
  margin-top: 4vw;
}

#online .online_box_tit {
  font-weight: 700;
  font-size: 1.563vw;
  margin-bottom: 0;
}

#online hr {
  border: solid 1px #49270a;
  margin: 0.5vw 0px;
}

#online .btn_action {
  width: 28.688vw;
  height: 5.563vw;
  margin: 3vw auto;
}

#online .btn_push {
  width: 28.688vw;
  height: 5.563vw;
  text-align: center;
  background-color: #f1b789;
  border: 2px solid;
  color: #49270a;
}

#online .btn_push img {
  width: 2.592vw;
}

#online .btn_push:hover {
  background-color: #49270a;
  color: #f3efe0;
}

/*___ONLINE*/
/*TOPICS___*/
#topics {
  padding: 8.188vw 22.75vw;
  background-color: rgba(242, 234, 216, 0.14);
}

#topics .section_tit {
  margin-bottom: 5.938vw;
}

#topics .btn_push {
  background: #fdfcfa;
  color: #49270a;
}

#topics .btn_push:hover {
  background-color: #49270a;
  color: #f3efe0;
}

#topics .news_list {
  padding: 0;
}

#topics .news_list .post:first-child {
  border-top: 1px solid #3c4d6e;
}

#topics .news_list .post {
  border-bottom: 1px solid #3c4d6e;
}

#topics .news_list .post a {
  display: block;
}

#topics .news_list .text {
  margin: 1vw 0;
}

#topics .news_list .text p {
  margin: 0;
  display: inline-block;
  font-size: 1.125vw;
}

#topics .news_list .date {
  width: 10vw;
  display: inline-block;
}

#topics .news_list .date p {
  display: inline-block;
}

/*___TOPICS*/
/*RECRUIT___*/
#recruit {
  height: 24.813vw;
  background-image: url(./img/top/bg-recruit-pc.jpg);
  background-size: cover;
  padding: 2.5vw 0;
  text-align: center;
}

#recruit .recruit_box {
  position: relative;
  width: 95.813vw;
  height: 19.75vw;
  background-color: rgba(254, 246, 240, 0.75);
  border: 2px solid #49270a;
  margin: 0 auto;
  padding: 4% 0;
}

#recruit .recruit_box img {
  width: 2.201vw;
}

#recruit .recruit_box:hover h2 {
  opacity: 0.4;
}

#recruit .recruit_box:hover p {
  opacity: 0.4;
}

#recruit .recruit_box:hover img {
  opacity: 0.4;
}

#recruit .recruit_box:hover .btn_active {
  opacity: 0.4;
}

/* #recruit .arrow_box{top: 13vw; left: 50%; transform: translateX(-50%);} */
#recruit .arrow_box {
  top: 13vw;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
}

/*___RECRUIT*/
/*COMPANY___*/
#company {
  padding: 7vw 0 5.5vw;
  background-color: #f3efe0;
}

#company dt,
dd {
  display: inline-block;
  vertical-align: text-top;
  font-size: 1.125vw;
}

#company dt {
  width: 8vw;
}

#company dd {
  margin-left: 3vw;
}

#company dl {
  border-top: solid 1px #49270a;
  margin: 3.5vw 22.75vw 5%;
}

#company dl div {
  border-bottom: solid 1px #49270a;
  padding: 1vw 7.5vw;
}

#company iframe {
  width: 100%;
  height: 34.375vw;
  margin-bottom: 3vw;
}

#company .to_contact_text {
  text-align: center;
}

#company .btn_nomal {
  text-align: center;
}

.totop {
  display: block;
  margin: 4.5vw auto 0vw;
  width: 3.763vw;
}

/*___COMPANY*/
@media all and (max-width: 750px) {
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
  #key_visual {
    background-color: rgba(242, 234, 216, 0.14);
    height: 177.333vw;
  }
  #key_visual img {
    width: 33vw;
    height: 177.333vw;
    margin: 0 auto;
  }
  .scroll {
    /* height: 35.6vw;  */
    top: 154vw;
  }
  .section_tit {
    margin-bottom: 8vw;
  }
  .section_tit h1 {
    font-size: 8vw !important;
    letter-spacing: 0.96vw !important;
  }
  .section_tit p {
    font-size: 3.2vw !important;
    letter-spacing: 0.384vw !important;
  }
  .scroll {
    /* height:35.6vw;  */
    position: absolute;
    top: 155vw;
    z-index: 2;
    width: 5%;
  }
}
@media (max-width: 750px) and (max-width: 767px) {
  .scroll {
    width: 10%;
  }
}
@media all and (max-width: 750px) {
  .btn_action {
    width: 49.6vw;
    height: 14.533vw;
    margin: 15vw auto 0 auto;
    border: 1px solid #49270a;
  }
  .btn_push {
    width: 49.6vw;
    height: 14.533vw;
    font-size: 1.125vw;
    top: -2.4vw;
    left: -2.3vw;
    border: 1px solid #49270a;
  }
  .btn_push img {
    width: 6.8vw;
  }
  .arrow_box {
    right: 3.5vw;
    top: 5.3vw;
  }
  .sns_box {
    left: 6.3vw;
    top: 4.1vw;
  }
  .btn_push:active {
    -webkit-transform: translate(1.9vw, 1.9vw);
            transform: translate(1.9vw, 1.9vw);
  }
  .btn_nomal {
    width: 87.333vw;
    height: 14.533vw;
  }
  .btn_nomal .btn_arrow {
    width: 6.8vw;
    top: 44%;
    right: 7%;
  }
  #totop img {
    width: 11.424vw;
  }
}
@media all and (max-width: 750px) {
  /*ABOUT___*/
  #about {
    padding: 19.2vw 6.4vw;
  }
  #about .section_tit {
    margin-bottom: 8vw !important;
  }
  #about h3 {
    font-size: 5.333vw !important;
    letter-spacing: 0.64vw !important;
    line-height: 2.25;
  }
  .marker-animation.active {
    background-position: -100% 3.8vw;
  }
  .marker-animation {
    background-size: 200% 3.5vw;
    background-position: 0 1.8vw;
  }
  .about_text {
    margin-top: 7vw;
    font-size: 4.267vw !important;
  }
  /*___ABOUT*/
  /*SERVICE__*/
  #service {
    padding: 17.6vw 6.4vw 19.2vw;
  }
  #service .section_tit {
    margin-bottom: 6vw;
  }
  #service .service_pm {
    border-radius: 4vw;
    padding: 4vw 5vw;
    margin: 4vw 0 13vw;
    border: 1px solid #49270a;
  }
  #service .service_pm_tit {
    font-weight: 700;
    font-size: 4.267vw !important;
    margin: 0;
  }
  #service .service_text p {
    width: 100%;
    margin-right: 0;
  }
  #service .service_text img {
    width: 43.467vw;
    margin: 7vw auto;
    display: block;
  }
  #service .to_contact_text {
    margin-bottom: 6vw;
  }
  /*___SERVICE*/
  /*ONLINE___*/
  #online {
    padding: 17.6vw 6.4vw 19.2vw;
  }
  #online .section_tit h1 {
    font-size: 6vw !important;
    line-height: 8.8vw;
    margin: 6vw 0;
  }
  #online .section_tit p {
    font-size: 3.733vw !important;
  }
  #online .online_icon {
    width: 27.733vw;
  }
  #online .online_box {
    padding: 4vw 5vw 10vw;
    margin-top: 10vw;
  }
  #online .online_box_tit {
    font-size: 4.267vw !important;
  }
  #online hr {
    margin: 1vw 0px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #49270a;
  }
  #online .btn_action {
    width: 74.933vw;
    height: 14.533vw;
    margin: 11vw auto 0 auto;
  }
  #online .btn_push {
    width: 74.933vw;
    height: 14.533vw;
  }
  #online .btn_push img {
    width: 6.8vw;
  }
  #online .p_video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6vw;
  }
  /*___ONLINE*/
  /*TOPICS___*/
  #topics {
    padding: 11vw 6.4vw 19.2vw;
  }
  #topics .section_tit {
    margin-bottom: 10vw;
  }
  #topics .btn_push {
    background: #fdfcfa;
    color: #49270a;
  }
  #topics .btn_push:hover {
    background-color: #49270a;
    color: #f3efe0;
  }
  #topics .news_list {
    padding: 0;
  }
  #topics .news_list .post:first-child {
    border-top: 1px solid #3c4d6e;
  }
  #topics .news_list .post {
    border-bottom: 1px solid #3c4d6e;
  }
  #topics .news_list .post a {
    display: block;
  }
  #topics .news_list .text {
    margin: 1vw 0;
  }
  #topics .news_list .text p {
    margin: 0;
    display: inline-block;
    font-size: 1.125vw;
  }
  #topics .news_list .date {
    width: 10vw;
    display: inline-block;
  }
  #topics .news_list .date p {
    display: inline-block;
  }
  /*___TOPICS*/
  /*RECRUIT___*/
  #recruit {
    height: 60.8vw;
    padding: 5vw 0;
    background-image: url(./img/top/bg-recruit.jpg);
  }
  #recruit .recruit_box {
    width: 87.333vw;
    height: 51.467vw;
    padding: 13% 0;
  }
  #recruit .recruit_box img {
    width: 6.8vw;
  }
  #recruit .recruit_box:hover h2 {
    opacity: 0.4;
  }
  #recruit .recruit_box:hover p {
    opacity: 0.4;
  }
  #recruit .recruit_box:hover .btn_active {
    opacity: 0.4;
  }
  #recruit .arrow_box {
    top: 36vw;
  }
  /*___RECRUIT*/
  /*COMPANY___*/
  #company {
    padding: 15.6vw 0 11vw;
    background-color: #f3efe0;
  }
  #company dt,
  dd {
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.125vw;
  }
  #company dt {
    width: 21vw;
  }
  #company dd {
    margin-left: 3vw;
  }
  #company dl {
    border-top: solid 1px #49270a;
    margin: 8vw 6.4vw 10vw;
  }
  #company dl div {
    border-bottom: solid 1px #49270a;
    padding: 3vw 2vw;
  }
  #company iframe {
    width: 100%;
    height: 90.267vw;
    margin-bottom: 0;
  }
  #company .to_contact_text {
    text-align: center;
    margin: 7vw;
  }
  #company .btn_nomal {
    text-align: center;
  }
  .totop {
    margin: 15vw auto 3vw auto;
    width: 12vw;
  }
  .totop img {
    width: 11.424vw;
  }
  /*___COMPANY*/
}
#about .marker-animation.active {
  background-position: -100% 3.8vw;
}

@media screen and (min-width: 751px) {
  #about .marker-animation.active {
    background-position: -100% 2.5vw;
  }
}
#online .section_tit h2 {
  margin: 2vw 0 1vw;
}

/* ===== 旧 style.css のトップページ用スタイルを統合 ===== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

.c-page-top-button {
  padding: 0 0 26.6666666667%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-page-top-button {
    padding: 0 0 6.75rem;
  }
}
.c-page-top-button img {
  width: 44px;
}

.c-section-header {
  padding: 26.6666666667% 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-section-header {
    max-width: 54.75rem;
    margin: auto;
    padding: 13.75rem 0 0;
  }
}
.c-section-header__heading {
  color: #49270a;
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-section-header__heading {
    margin: 0 0 6rem;
    font-size: 2.5rem;
  }
}
.c-section-header__heading span {
  display: block;
  margin: 4.2666666667% 0 0;
  font-size: 3.2vw;
  font-weight: normal;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .c-section-header__heading span {
    margin: 1rem 0 0;
    font-size: 1rem;
    letter-spacing: 0.12em;
  }
}
.c-page-footer {
  margin: 18.6666666667% 0 13.6%;
  padding: 0 8%;
}

@media screen and (min-width: 768px) {
  .c-page-footer {
    margin: 8.25rem 0 6.75rem;
  }
}
.c-page-footer__text {
  margin: 0 0 6.4%;
  color: #49270a;
  font-size: 3.7333333333vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-page-footer__text {
    margin: 0 0 2rem;
    font-size: 1.125rem;
  }
}
.c-page-footer__button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 4.8% 0;
  background-color: #49270a;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-page-footer__button a {
    width: 29.1875rem;
    margin: auto;
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}
.c-page-footer__button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6.4vw;
  height: 1.8666666667vw;
  background-image: url(../../img/common/btn-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .c-page-footer__button a::after {
    width: 2.1875rem;
    height: 0.5rem;
  }
}
.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(241, 183, 137)));
  background-image: linear-gradient(left, transparent 50%, rgb(241, 183, 137) 50%);
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(241, 183, 137) 50%);
  background-repeat: repeat-x;
  background-size: 200% 3.5vw;
  background-position: 0 1.8vw;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  display: inline;
}

@media screen and (min-width: 768px) {
  .marker-animation {
    background-repeat: repeat-x;
    background-size: 200% 0.9vw;
    background-position: 0 1.8vw;
  }
}
.marker-animation.active {
  background-position: -100% 3.8vw;
}

@media screen and (min-width: 768px) {
  .marker-animation.active {
    background-position: -100% 2.5vw;
  }
}
.p-topics {
  padding: 8.5333333333% 8% 0;
}

@media screen and (min-width: 768px) {
  .p-topics {
    max-width: 54.75vw;
    margin: auto;
    padding: 0 0;
  }
}
.p-topics__list {
  padding: 0 0 16%;
}

@media screen and (min-width: 768px) {
  .p-topics__list {
    padding: 0 0 8.375vw;
  }
}
.p-topics__item:not(:first-of-type) {
  margin: 10.6666666667% 0 0;
}

@media screen and (min-width: 768px) {
  .p-topics__item:not(:first-of-type) {
    margin: 3.125rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-topics__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-topics-card:not(:first-of-type) {
  margin: 10.6666666667% 0 0;
}

@media screen and (min-width: 768px) {
  .p-topics-card__image {
    min-width: 14.75vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.75vw;
            flex: 0 0 14.75vw;
    margin: 0 2.25vw 0 0;
  }
}
.p-topics-card__heading {
  color: #49270a;
  font-size: 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .p-topics-card__heading {
    margin: 0 0.875vw 0 0;
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 768px) {
  .p-topics-card__body {
    padding: 1vw 0 0;
  }
}
.p-topics-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.3333333333% 0;
}

@media screen and (min-width: 768px) {
  .p-topics-card__meta {
    margin: 0;
  }
}
.p-topics-card__date {
  margin: 0 5.3333333333% 0 0;
  color: #49270a;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .p-topics-card__date {
    font-size: 1.125vw;
  }
}
.p-topics-card__category {
  display: inline-block;
  padding: 1.0666666667% 2.1333333333%;
  border: solid 1px #49270a;
  color: #49270a;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-topics-card__category {
    font-size: 1.125vw;
    letter-spacing: 0.135vw;
  }
}
.p-category-pulldown {
  padding: 10.6666666667% 0 0;
}

@media screen and (min-width: 768px) {
  .p-category-pulldown {
    width: 29.1875vw;
    margin: auto;
    padding: 3.75vw 0 0;
  }
}
.p-category-pulldown__heading {
  margin: 0 0 5.3333333333%;
  color: #49270a;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .p-category-pulldown__heading {
    font-size: 1.5625vw;
  }
}
.p-category-pulldown__body {
  position: relative;
}

.p-category-pulldown__body::after {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: solid 2px #49270a;
  border-right: solid 2px #49270a;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}

@media screen and (min-width: 768px) {
  .p-category-pulldown__body::after {
    width: 0.875vw;
    height: 0.875vw;
  }
}
.p-category-pulldown__body__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 2.1333333333% 2.1333333333%;
  border-radius: 6px;
  border: solid 1px #49270a;
}

.p-topics-single {
  color: #49270a;
}

.p-topics-single__eyecatch {
  margin: 0 0 11.7333333333%;
}

@media screen and (min-width: 768px) {
  .p-topics-single__eyecatch {
    overflow: hidden;
    height: 31rem;
    margin: 0 0 5.5rem;
  }
}
.p-topics-single__header {
  padding: 0 6.4%;
}

@media screen and (min-width: 768px) {
  .p-topics-single__header {
    max-width: 54rem;
    margin: 0 auto 2.5rem;
    padding: 0;
  }
}
.p-topics-single__heading {
  margin: 0 0 7.4666666667%;
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .p-topics-single__heading {
    font-size: 1.5625rem;
  }
}
.p-topics-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.3333333333% 0;
}

@media screen and (min-width: 768px) {
  .p-topics-single__meta {
    margin: 0 0 3.75rem;
  }
}
.p-topics-single__date {
  margin: 0 5.3333333333% 0 0;
  color: #49270a;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .p-topics-single__date {
    font-size: 1.125rem;
  }
}
.p-topics-single__category {
  display: inline-block;
  margin: 0;
  padding: 1.0666666667% 2.1333333333%;
  border: solid 1px #49270a;
  color: #49270a;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-topics-single__category {
    font-size: 1.125rem;
  }
}
.p-topics-single__content {
  padding: 0 6.4%;
}

@media screen and (min-width: 768px) {
  .p-topics-single__content {
    max-width: 54rem;
    margin: auto;
    padding: 0;
  }
}
.p-topics-single__content h2 {
  margin: 12.8% 0 10.6666666667%;
  padding: 0 0 1.0666666667%;
  border-bottom: solid 1px #49270a;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .p-topics-single__content h2 {
    margin: 5rem 0 2.5rem;
    font-size: 1.375rem;
  }
}
.p-topics-single__content p {
  font-size: 4.2666666667vw;
  line-height: 1.71;
}

@media screen and (min-width: 768px) {
  .p-topics-single__content p {
    margin: 2.25rem 0 0;
    font-size: 1.125rem;
    line-height: 1.9;
  }
}
.p-topics-single__content figure {
  margin: 8.5333333333% 0 9.6%;
}

@media screen and (min-width: 768px) {
  .p-topics-single__content figure {
    margin: 3rem 0 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-topics-related-posts {
    max-width: 54rem;
    margin: 6.875rem auto 1.25rem;
  }
}
.p-topics-related-posts__header {
  margin: 0 0 9.6%;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__header {
    margin: 0 0 3.75rem;
  }
}
.p-topics-related-posts__heading {
  position: relative;
  margin: 0;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__heading {
    font-size: 1.375rem;
  }
}
.p-topics-related-posts__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6.4%;
  -webkit-transform: translate(0, -505);
          transform: translate(0, -505);
  width: 18.4vw;
  height: 0.0625rem;
  background-color: #49270a;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__heading::before {
    width: 17.75rem;
    left: 0;
  }
}
.p-topics-related-posts__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6.4%;
  -webkit-transform: translate(0, -505);
          transform: translate(0, -505);
  width: 18.4vw;
  height: 0.0625rem;
  background-color: #49270a;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__heading::after {
    width: 17.75rem;
    right: 0;
  }
}
.p-topics-related-posts__body {
  padding: 0 6.4%;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__body {
    padding: 0;
  }
}
.p-topics-related-posts__footer {
  text-align: center;
}

.p-topics-related-posts__footer a {
  position: relative;
  display: inline-block;
  padding: 4.2666666667% 0;
  border: solid 1.5px #49270a;
  min-width: 49.0666666667%;
  background-color: #fff;
  color: #49270a;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__footer a {
    min-width: 16.125rem;
    padding: 1.375rem 0;
    font-size: 1.125rem;
  }
}
.p-topics-related-posts__footer a::before {
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 3px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1.5px #49270a;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__footer a::before {
    left: 5px;
    top: 5px;
  }
}
.p-topics-related-posts__footer a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6.4vw;
  height: 1.8666666667vw;
  background-image: url(../../img/common/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .p-topics-related-posts__footer a::after {
    width: 2.1875rem;
    height: 0.5rem;
  }
}
.section_tit h2 {
  font-size: 8vw !important;
  letter-spacing: 0.96vw !important;
  margin: 2vw 0 1vw;
  color: #49270a;
  font-size: 8vw;
  letter-spacing: 0.96vw;
  margin: 0;
  color: #49270a;
}

@media screen and (min-width: 751px) {
  .section_tit h2 {
    font-size: 2.5vw !important;
    letter-spacing: 0.3vw !important;
  }
}
/*-------------------------------------------
20260615 コワーキングスペースbanner追加
-------------------------------------------*/
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

#top .top-banner * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  #top .top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top .top-banner {
  position: relative;
}
#top .top-banner::before {
  position: absolute;
  content: "";
  top: 2.4vw;
  left: 2.4vw;
  width: calc(100% - 5.3333333333vw);
  height: calc(100% - 5.3333333333vw);
  border: 0.2666666667vw solid #49270a;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(248, 243, 220, 0.2);
}
@media (min-width: 768px) {
  #top .top-banner::before {
    top: 1.2857142857vw;
    left: 1.2857142857vw;
    width: calc(100% - 2.8571428571vw);
    height: calc(100% - 2.8571428571vw);
    border: min(0.1428571429vw, 2px) solid #49270a;
  }
}
#top .top-banner__img {
  height: 69.3333333333vw;
}
@media (min-width: 768px) {
  #top .top-banner__img {
    width: 44%;
    height: 40vw;
  }
}
#top .top-banner__img img {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .top-banner__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10.6666666667vw 5.3333333333vw 14.9333333333vw 8vw;
  text-align: center;
}
@media (min-width: 768px) {
  #top .top-banner__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
#top .top-banner__lead {
  font-size: 7.4666666667vw;
  font-weight: 700;
  padding-left: 4.2666666667vw;
}
@media (min-width: 768px) {
  #top .top-banner__lead {
    font-size: 2.2857142857vw;
    padding-left: 1.4285714286vw;
  }
}
#top .top-banner__name {
  margin-top: 6.4vw;
  font-size: 5.3333333333vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #top .top-banner__name {
    margin-top: 2.1428571429vw;
    font-size: 1.7142857143vw;
    line-height: 1;
  }
}
#top .top-banner__text {
  margin-top: 8vw;
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1.7;
  text-align: left;
}
@media (min-width: 768px) {
  #top .top-banner__text {
    margin-top: 2.1428571429vw;
    width: 40vw;
    font-size: 1.1428571429vw;
  }
}
#top .top-banner__btn-wrap {
  padding-right: 1.4285714286vw;
}
#top .top-banner__btn {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  #top .top-banner__btn {
    margin-top: 4vw;
  }
}
#top .top-banner__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#top .top-banner__btn::before {
  position: absolute;
  content: "";
  top: 1.6vw;
  left: 1.6vw;
  width: 100%;
  height: 100%;
  border: 1px solid #49270a;
}
@media (min-width: 768px) {
  #top .top-banner__btn::before {
    top: 0.3571428571vw;
    left: 0.2857142857vw;
    border: 2px solid #49270a;
  }
}
#top .top-banner__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53.3333333333vw;
  height: 14.4vw;
  font-size: 3.4666666667vw;
  border: 2px solid #49270a;
  background-color: #f0e8d9;
  position: relative;
  padding-right: 1.6vw;
  border: 1px solid #49270a;
}
@media (min-width: 768px) {
  #top .top-banner__btn a {
    width: 18.5714285714vw;
    height: 4.7142857143vw;
    font-size: 1.1428571429vw;
    border: 2px solid #49270a;
    padding-right: 0.4285714286vw;
  }
}
#top .top-banner__btn a::before {
  position: absolute;
  content: "";
  top: 48%;
  right: 3.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.6666666667vw;
  height: 1.8666666667vw;
  -webkit-mask-image: url(../../img/common/arrow2.svg);
          mask-image: url(../../img/common/arrow2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #49270a;
}
@media (min-width: 768px) {
  #top .top-banner__btn a::before {
    right: 1.5vw;
    width: 2.2142857143vw;
    height: 0.6428571429vw;
  }
}
@media (any-hover: hover) {
  #top .top-banner__btn a:hover {
    background-color: #49270a;
    color: #f3efe0;
  }
  #top .top-banner__btn a:hover::before {
    background-color: #f3efe0;
  }
}/*# sourceMappingURL=top.css.map */