@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  color: #2a2a2a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

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

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------
*　カード
*-----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cards {
    display: block;
  }
}

.cards_col3 {
  padding-left: 0;
}
.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
}
.cards_col3 .cards__item:nth-child(3) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__imgwrapper {
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.wrapper {
  width: 100%;
  max-width: 1048px;
  padding: 0 24px;
  margin: 0 auto;
}

.page-title {
  max-width: 1048px;
  line-height: 1;
  padding: 0 24px;
  margin: 60px auto 120px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-title {
    margin: 40px auto 56px auto;
  }
}
.page-title::before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #e60012;
  position: absolute;
  top: -96px;
}
.page-title .en {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-title .en {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}
.page-title .ja {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-title .ja {
    font-size: 1.75rem;
  }
}

/* メインビジュアル（下層ページ共通） */
.mv img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv img {
    height: 240px;
  }
}

/*-----------------------
*　ヘッダー
*-----------------------*/
#header {
  position: relative;
}
#header .logo {
  font-size: 20px;
  font-weight: bold;
  padding: 24px 0 72px 0;
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 196px;
    padding: 24px 0;
  }
}
#header .logo a {
  display: inline-block;
}
#header .menu {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 96px auto;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
#header .menu li {
  margin-left: 64px;
  font-size: 0.875rem;
  font-weight: bold;
}
#header .menu li:nth-last-child(2) {
  margin-right: 0;
}
#header .menu li img {
  width: 12px;
  margin: 8px 0 0 5px;
}
#header .fixed-btn {
  background-color: #e60012;
  border-radius: 0 0 0 8px;
  color: #fff;
  font-size: 0.875rem;
  padding: 18px 10px;
  position: absolute;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #header .fixed-btn {
    display: none;
  }
}

#header .menu .active a {
  color: #e60012;
  position: relative;
}
#header .menu .active a::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #e60012;
  position: absolute;
  top: -80px;
  left: 8px;
}

#footer {
  border-top: solid 1px #e60012;
  padding: 80px 0 24px 0;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 56px 0 24px 0;
    margin-top: 56px;
  }
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    flex-direction: column-reverse;
  }
}
#footer .info {
  font-size: 0.875rem;
}
#footer .info .logo {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 32px;
}
#footer .info .tel span:first-of-type {
  margin-right: 32px;
}
#footer .info p {
  margin-bottom: 3px;
}
#footer .menu {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #footer .menu {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    writing-mode: horizontal-tb;
  }
}
#footer .menu li {
  font-size: 0.875rem;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  #footer .menu li {
    margin: 0 0 16px 0;
  }
}
#footer .menu li img {
  width: 12px;
  margin: 8px 0 0 5px;
}
@media screen and (max-width: 767px) {
  #footer .menu li img {
    margin: 0 0 5px 8px;
  }
}
#footer .menu-left {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  #footer .menu-left {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
#footer .menu-right {
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  #footer .menu-right {
    flex-direction: column;
  }
}
#footer .copyright {
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #header .hamburger {
    width: 43px;
    height: 43px;
    background-color: #e60012;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 24px;
    z-index: 30;
  }
  #header .hamburger span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    transition: 0.3s ease-in-out;
    left: 9px;
  }
  #header .hamburger span:nth-child(1) {
    top: 16px;
  }
  #header .hamburger span:nth-child(2) {
    top: 26px;
  }
  #header.open .hamburger span:nth-child(1) {
    top: 21px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  #header.open .hamburger span:nth-child(2) {
    top: 21px;
    background-color: #fff;
    transform: rotate(45deg);
  }
  #header .menu {
    width: 70%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding: 96px 0 0 64px;
    transition: all 0.5s;
    writing-mode: horizontal-tb;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    z-index: 20;
  }
  #header .menu li {
    margin: 0 0 24px 0;
  }
  #header .menu li img {
    margin: 0 0 5px 8px;
  }
  #header.open .menu {
    opacity: 1;
    visibility: visible;
  }
  #header .menu .active a {
    color: #2a2a2a;
  }
  #header .menu .active a::before {
    content: none;
  }
  #header .mask {
    display: none;
    transition: all 0.5s;
  }
  #header.open .mask {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */