@charset "UTF-8";
/* setting
------------------------------------------------------------ */
/* Reset
------------------------------------------------------------ */
/* line 9  */
html, body, a, abbr, address, area, article, aside, audio, b, blockquote, button, canvas, caption, cite, code, col, colgroup, data, datalist, dd, del, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, ins, kbd, label, legend, li, main, map, mark, menu, nav, object, ol, optgroup, option, output, p, param, pre, progress, q, rb, rp, rt, rtc, ruby, s, samp, section, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, var, video, wbr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Foundation
------------------------------------------------------------ */
html {
  box-sizing: border-box;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 100%;
  letter-spacing: 0.06em;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: inherit;
}

/* web font
------------------------------------------------------------ */
@font-face {
  font-family: 'gidole';
  src: url(../font/gidole-regular.ttf);
}

.gidole {
  font-family: 'gidole';
}

/* parts
------------------------------------------------------------ */
.animated {
  opacity: 0;
}

a {
  color: #cf2e27;
}

a:hover {
  color: #f00;
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}

#page-top a {
  background: rgba(0, 0, 0, 0.7) url(../img/arrow-top.svg) no-repeat center/30px auto;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 30px;
  display: block;
}

#page-top a:hover {
  background-color: #000;
}

.p-head {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #cf2e27;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .p-head {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.p-head .min-size {
  font-size: 14px;
  color: #000;
}

.p-head02 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 20px;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .p-head02 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}

.p-section {
  padding: 80px 0;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .p-section {
    padding: 60px 0;
  }
}

.dl-list {
  max-width: 850px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 40px;
  color: #000;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .dl-list {
    padding: 30px;
  }
}

.dl-list dl {
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #000;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .dl-list dl {
    display: block;
    padding: 10px 0;
  }
}

.dl-list dt {
  flex-basis: 20%;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .dl-list dt {
    margin-bottom: 5px;
  }
}

/* header
------------------------------------------------------------ */
header .navbar {
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar {
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
  }
}

header .navbar-brand {
  width: 80px;
}

header .navbar-brand img {
  width: 100%;
}

header .nav .nav-link {
  color: #000;
}

header .nav .nav-link.active {
  background: none;
  font-weight: bold;
  color: #cf2e27;
}

header .nav .nav-link:hover {
  color: #cf2e27;
  background: none;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar-light .navbar-toggler {
    background: #000;
    border: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar-light .navbar-toggler .navbar-toggler-icon {
    height: 2em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  header .navbar-collapse ul {
    margin-bottom: 10px;
    display: block;
    z-index: 1;
  }
}

/* footer
------------------------------------------------------------ */
footer .site-logo {
  width: 150px;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  footer .site-logo {
    width: 100px;
  }
}

footer .site-logo img {
  width: 100%;
}

footer address {
  background: #cf2e27;
  margin-top: 30px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px 0;
}

/* section
------------------------------------------------------------ */
.main-section {
  width: 100%;
  height: 100vh;
  background: #777 url(../img/main-bg.jpg) no-repeat 50% 50%/cover;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .main-section {
    height: 90vh;
  }
}

.main-section .catch {
  width: 60vh;
  height: 50vh;
  text-align: center;
  padding: 40px 80px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .main-section .catch {
    width: 80%;
    height: 260px;
    padding: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .main-section .logo {
    width: 75%;
    margin: auto;
  }
}

.main-section img {
  width: 100%;
}

.main-section .en {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .main-section .en {
    font-size: 1rem;
  }
}

.main-section .scroll {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 90px;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .main-section .scroll {
    height: 80px;
  }
}

.main-section .scroll a {
  padding-top: 55px;
  color: #fff;
  display: block;
  font-size: 24px;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .main-section .scroll a {
    font-size: 18px;
  }
}

.main-section .scroll a:hover {
  text-decoration: none;
}

.main-section .scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.main-section .scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .news-section .news-list {
    width: 95%;
    margin: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 992px) {
  .news-section .news-list .col-md-4 {
    margin-bottom: 20px;
  }
}

.news-section .news-list a {
  display: block;
  color: #000;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.news-section .news-list a:hover {
  text-decoration: none;
}

.news-section .news-list a:hover .title {
  color: #f00;
}

.news-section .news-list .date {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.news-section .news-list .title {
  font-weight: bold;
}

.news-section .news-list .image {
  width: 70%;
  margin: auto;
}

.news-section .news-list .image img {
  width: 100%;
}

.news-section .news-list .news-btn {
  margin: 40px auto 0;
}

.news-section .news-list .news-btn a {
  color: #fff;
  box-shadow: none;
  border-radius: 5px;
}

.about-section {
  background: url(../img/about-bg.jpg) no-repeat 50% 50%/cover;
  color: #fff;
  position: relative;
}

.business-section .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .business-section .card {
    width: 90%;
    margin: auto;
  }
}

.business-section .card-img-top {
  width: 50%;
  margin: auto;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .business-section .card-img-top {
    width: 60%;
  }
}

.business-section .card-title {
  color: #cf2e27;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.business-section .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #cf2e27;
}

.business-section .card-text {
  font-size: 0.875rem;
}

.business-section .btn {
  font-size: 0.875rem;
}

.recruit-section {
  background: url(../img/recruit-bg.jpg) no-repeat 50% 50%/cover;
}

.recruit-section h2 {
  color: #fff;
}

.recruit-section h2 .min-size {
  color: #fff;
}

.recruit-section h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #cf2e27;
}

.contact-section .wpcf7 {
  max-width: 850px;
  margin: 30px auto;
}

@media screen and (min-width: 0px) and (max-width: 576px) {
  .contact-section .wpcf7 {
    width: 90%;
  }
}

.contact-section .form-label {
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-section .form-group label {
  width: 100%;
}

.contact-section .form-control {
  background: #f2f2f2;
  border: none;
  height: calc(1.5em + .75rem + 10px);
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.contact-section .form-control::placeholder {
  color: #999;
}

.contact-section .form-control.wpcf7-textarea {
  height: auto;
}

.contact-section .form-btn {
  padding: 10px 40px;
}

.contact-section .wpcf7-response-output {
  padding: 20px;
  text-align: center;
  border: none;
  background: #343a40;
  border-radius: 5px;
  color: #fff;
}

.contact-section div.wpcf7-mail-sent-ok {
  border: none;
}

.notesRecaptcha {
  font-size: 0.7em;
  color: #999;
  text-align: center;
}
.notesRecaptcha a {
  text-decoration: underline;
  color: #999;
}
.grecaptcha-badge {/*Google reCAPTCHAのロゴマークを非表示*/
  visibility: hidden;
}

/* single
------------------------------------------------------------ */
.subhead {
  background: #cf2e27;
  padding: 30px 0;
}

.subhead h1 {
  color: #fff;
  font-size: 40px;
}

h3.widget-title {
  background: #343a40;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.widget-area .nav-link {
  padding: 10px;
}

.widget-area .widget_categories .nav-link {
  display: block;
}

.page-header .page-title {
  font-size: 18px;
  margin-bottom: 40px;
}

.entry-title {
  font-size: 22px;
  border-bottom: solid 3px #cf2e27 !important;
  padding-bottom: 10px;
  color: #cf2e27;
  margin-bottom: 30px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}

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


/*--------------------------------------------------------------
# Hooplas
--------------------------------------------------------------*/
