@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Hammersmith+One);
@import url(https://fonts.googleapis.com/css?family=Reem+Kufi);
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, ol, 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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  background: #FDFCF4; }

svg {
  font-family: sans-serif; }

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

.clear {
  clear: both;
  line-height: 0;
  height: 0; }

.page-article section {
  width: 1280px;
  margin: 0 auto;
  *zoom: 1;
  padding: 70px 0; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .page-article section {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .page-article section {
      width: 100%;
      padding: 0 15px; } }
  .page-article section:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .page-article section {
      padding: 6% 5% 0 5%; } }
  @media only screen and (max-width: 414px) {
    .page-article section {
      padding: 10% 5% 0 5%; } }

@media (min-width: 415px) and (max-width: 1199px) {
  br {
    display: none; } }

.edit-link {
  display: none !important; }

/* layout */
.st-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 414px) {
    .st-header {
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .st-header {
      padding: 15px 30px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header {
      z-index: 999;
      text-align: center;
      border-bottom: 1px solid #dddddd;
      position: fixed;
      width: 100%;
      top: 0;
      background: #FDFCF4;
      left: 0;
      height: 80px;
      border-bottom: 1px solid #dddddd; } }
  @media only screen and (max-width: 414px) {
    .st-header {
      z-index: 999;
      height: 60px;
      position: fixed;
      width: 100%;
      top: 0;
      background: #FDFCF4;
      left: 0;
      padding-top: 10px;
      border-bottom: 1px solid #dddddd; } }

@media only screen and (min-width: 1200px) {
  .st-header__logo {
    width: 200px; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .st-header__logo {
    width: 160px;
    padding-top: 15px !important;
    margin: 0 auto; } }

@media only screen and (max-width: 414px) {
  .st-header__logo {
    width: 120px;
    margin: 0 auto;
    padding-top: 3px !important; } }

.st-header__info {
  color: #222222; }
  @media only screen and (min-width: 1200px) {
    .st-header__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .st-header__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .st-header__info {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header__info {
      position: fixed;
      z-index: 99999;
      top: auto;
      bottom: 0 !important;
      left: 0;
      width: 100%;
      background: #222222;
      color: white; } }
  @media only screen and (max-width: 414px) {
    .st-header__info {
      display: none; } }
  .st-header__info dl {
    text-align: center;
    line-height: 1; }
    @media only screen and (min-width: 1200px) {
      .st-header__info dl {
        margin-right: 20px; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-header__info dl {
        padding: 15px 0 8px 0; } }
    @media only screen and (max-width: 414px) {
      .st-header__info dl {
        padding: 15px 0 8px 0; } }
    .st-header__info dl dt {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .st-header__info dl dt {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .st-header__info dl dt {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .st-header__info dl dt {
          color: #FDFCF4; } }
      @media only screen and (max-width: 414px) {
        .st-header__info dl dt {
          color: #FDFCF4; } }

@media only screen and (min-width: 1200px) {
  .st-header__snsUl li {
    text-align: center;
    margin-bottom: 5px; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .st-header__snsUl li {
    display: none; } }

@media only screen and (max-width: 414px) {
  .st-header__snsUl li {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .st-header__snsUl li a {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
    line-height: 1; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .st-header__snsUl li a {
      line-height: 1.36; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .st-header__snsUl li a {
      line-height: 1.36; } }

.st-header__tel {
  font-family: "Reem Kufi", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7;
  line-height: 1.1; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header__tel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-header__tel {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header__tel {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-header__tel {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-header__tel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-header__tel {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-header__tel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-header__tel {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header__tel a {
      color: #FDFCF4; } }
  @media only screen and (max-width: 414px) {
    .st-header__tel a {
      color: #FDFCF4; } }

.st-header__time {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  line-height: 1;
  margin-top: 5px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header__time {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-header__time {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-header__time {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .st-header__time {
      display: none; } }

.st-nav {
  width: 100%;
  background: #222222; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-nav {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .st-nav {
      display: none; } }
  .st-nav ul {
    padding: 20px 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 414px) {
      .st-nav ul {
        display: block; } }
    .st-nav ul li {
      color: #666666;
      text-align: center;
      border-left: 1px solid white; }
      .st-nav ul li:last-child {
        border-right: 1px solid white; }
      .st-nav ul li a {
        padding: 5px 50px;
        display: block;
        color: #FDFCF4;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7;
        font-family: "Hammersmith One", sans-serif; }
        @media (min-width: 415px) and (max-width: 1199px) {
          .st-nav ul li a {
            line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .st-nav ul li a {
            line-height: 1.36; } }
        .st-nav ul li a span {
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.7; }
          @media (min-width: 415px) and (max-width: 1199px) {
            .st-nav ul li a span {
              line-height: 1.36; } }
          @media only screen and (max-width: 414px) {
            .st-nav ul li a span {
              line-height: 1.36; } }

.menu-h-menu_sp-container {
  display: none; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .menu-h-menu_sp-container {
      display: block; } }
  @media only screen and (max-width: 414px) {
    .menu-h-menu_sp-container {
      display: block; } }

#menu-h-menu_sp li a {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
  display: block; }

#nav-drawer {
  display: none;
  z-index: 9999;
  display: block;
  position: absolute; }
  @media (min-width: 415px) and (max-width: 1199px) {
    #nav-drawer {
      top: 20px;
      left: 20px; } }
  @media only screen and (max-width: 414px) {
    #nav-drawer {
      top: 20px;
      left: 20px; } }

.nav-unshown {
  display: none; }

#nav-open {
  display: inline-block;
  position: fixed;
  height: 30px;
  vertical-align: middle;
  background: #FDFCF4;
  text-align: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    #nav-open {
      right: 24px;
      top: 24px; } }
  @media only screen and (max-width: 414px) {
    #nav-open {
      right: 24px;
      top: 16px; } }

@media only screen and (min-width: 1200px) {
  .nav-menuLabel {
    display: none; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .nav-menuLabel {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.7;
    margin-top: 25px; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .nav-menuLabel {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .nav-menuLabel {
      line-height: 1.36; } }

@media only screen and (max-width: 414px) {
  .nav-menuLabel {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.7;
    margin-top: 22px; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .nav-menuLabel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .nav-menuLabel {
      line-height: 1.36; } }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  border-radius: 3px;
  background: #222222;
  display: block;
  content: '';
  cursor: pointer; }
  @media (min-width: 415px) and (max-width: 1199px) {
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
      width: 35px; } }
  @media only screen and (max-width: 414px) {
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
      width: 30px; } }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%); }
  @media (min-width: 415px) and (max-width: 1199px) {
    #nav-content {
      width: 50%; } }
  @media only screen and (max-width: 414px) {
    #nav-content {
      width: 80%; } }

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

.drawer-logo {
  width: 100%; }
  .drawer-logo a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #dddddd; }
    .drawer-logo a img {
      width: 100px; }

.drawer-ul li a {
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid #dddddd; }

.st-hero {
  text-align: center;
  padding: 70px 0;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-hero {
      margin-top: 80px;
      padding: 5% 0; } }
  @media only screen and (max-width: 414px) {
    .st-hero {
      margin-top: 60px;
      padding: 5% 0; } }
  .st-hero h1 {
    font-family: "Hammersmith One", sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.7;
    line-height: 1; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-hero h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-hero h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-hero h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-hero h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-hero h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-hero h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-hero h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-hero h1 {
      line-height: 1.36; } }
    .st-hero h1.single-hero__title {
      font-family: "Noto Sans Japanese", sans-serif; }
    .st-hero h1 span {
      display: block;
      font-family: "Noto Sans Japanese", sans-serif;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.7; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .st-hero h1 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .st-hero h1 span {
          line-height: 1.36; } }

.workCat-hero {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .workCat-hero {
      height: 40vh; } }
  @media only screen and (max-width: 414px) {
    .workCat-hero {
      height: 40vh; } }
  .workCat-hero h1 {
    display: none;
    padding-top: 120px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .workCat-hero h1 {
        display: none; } }
    @media only screen and (max-width: 414px) {
      .workCat-hero h1 {
        display: none; } }

.breadcrumbs {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .breadcrumbs {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .breadcrumbs {
      line-height: 1.36; } }
  .breadcrumbs a {
    color: #888888; }

.st-contact {
  text-align: center;
  background-image: url(../images/common/contact-bg@2x.jpg);
  background-size: cover; }
  @media only screen and (min-width: 1200px) {
    .st-contact {
      padding: 80px 0; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact {
      padding: 40px 0; } }
  @media only screen and (max-width: 414px) {
    .st-contact {
      padding: 10% 0 5% 0; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .st-contact__inner {
    padding: 3% 5%; } }

@media only screen and (max-width: 414px) {
  .st-contact__inner {
    padding: 5% 5% 10% 5%; } }

.st-contactFoot {
  margin-top: 150px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contactFoot {
      margin-top: 10%; } }
  @media only screen and (max-width: 414px) {
    .st-contactFoot {
      margin-top: 10%; } }

.st-contact__innerEn {
  font-family: "Hammersmith One", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__innerEn {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-contact__innerEn {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__innerEn {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__innerEn {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__innerEn {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-contact__innerEn {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__innerEn {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__innerEn {
      line-height: 1.36; } }

.st-contact__titleWrap {
  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;
  text-align: center;
  margin-top: 30px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__titleWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .st-contact__titleWrap {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__titleWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__titleWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__titleWrap {
      display: block; } }
  @media only screen and (max-width: 414px) {
    .st-contact__titleWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__titleWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__titleWrap {
      display: block; } }
  .st-contact__titleWrap h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.7;
    margin: 0 20px 0 50px;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__titleWrap h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__titleWrap h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__titleWrap h1 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.7;
        margin: 0 10px 0 10px; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__titleWrap h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__titleWrap h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__titleWrap h1 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.7;
        margin: 0 10px 0 10px; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__titleWrap h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__titleWrap h1 {
      line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__titleWrap h1 br {
        display: none; } }
    @media only screen and (max-width: 414px) {
      .st-contact__titleWrap h1 br {
        display: none; } }

.st-contact__obj1 {
  width: 70px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__obj1 {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .st-contact__obj1 {
      display: none; } }

.st-contact__obj2 {
  width: 80px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__obj2 {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .st-contact__obj2 {
      display: none; } }

.st-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .st-contact__contents {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__contents {
      margin-top: 3%;
      display: block; } }
  @media only screen and (max-width: 414px) {
    .st-contact__contents {
      margin-top: 5%;
      display: block; } }

.st-contact__tel {
  padding: 30px 0 30px 0; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel {
      padding: 2% 0; } }
  @media only screen and (max-width: 414px) {
    .st-contact__tel {
      padding: 5% 0; } }
  .st-contact__tel dl dt {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.7;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__tel dl dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__tel dl dt {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__tel dl dt {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__tel dl dt {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__tel dl dt {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__tel dl dt {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dd {
      margin-top: 2%;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7; }
      .st-contact__tel dl dd a {
        background: #DB472C;
        border-radius: 5px;
        color: #FDFCF4;
        padding: 15px 0; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dd {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__tel dl dd {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-contact__tel dl dd {
      margin-top: 2%;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7; }
      .st-contact__tel dl dd a {
        background: #DB472C;
        border-radius: 5px;
        color: #FDFCF4;
        padding: 15px 0; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dd {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__tel dl dd {
      line-height: 1.36; } }
  .st-contact__tel dl dd a {
    pointer-events: none;
    color: #DB472C;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__tel dl dd a {
        display: block;
        color: #FDFCF4; } }
    @media only screen and (max-width: 414px) {
      .st-contact__tel dl dd a {
        display: block;
        color: #FDFCF4; } }
  .st-contact__tel dl dd span {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.7;
    font-family: "Reem Kufi", sans-serif;
    font-weight: bold;
    margin-left: 20px;
    color: #DB472C; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__tel dl dd span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__tel dl dd span {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__tel dl dd span {
        margin-left: 5px;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7;
        color: #FDFCF4; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dd span {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__tel dl dd span {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__tel dl dd span {
        margin-left: 5px;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7;
        color: #FDFCF4; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__tel dl dd span {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__tel dl dd span {
      line-height: 1.36; } }

.st-contact__mail {
  margin-left: 100px;
  padding: 30px 0 30px 100px;
  border-left: 1px solid #666666; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail {
      margin-left: 0;
      padding: 0;
      border: none; } }
  @media only screen and (max-width: 414px) {
    .st-contact__mail {
      margin-left: 0;
      padding: 0;
      border: none; } }
  .st-contact__mail dt {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.7;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__mail dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__mail dt {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__mail dt {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__mail dt {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-contact__mail dt {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__mail dt {
      line-height: 1.36; } }
  .st-contact__mail dd {
    margin-top: 15px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-contact__mail dd {
        margin-top: 2%; } }
    @media only screen and (max-width: 414px) {
      .st-contact__mail dd {
        margin-top: 2%; } }
    .st-contact__mail dd a {
      background: #222222;
      color: #FDFCF4;
      padding: 15px 50px;
      display: block;
      border-radius: 5px;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.7; }
      .st-contact__mail dd a svg {
        margin-left: 20px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .st-contact__mail dd a {
          margin-top: 2%;
          float: none;
          width: 100%;
          text-align: center;
          *zoom: 1; }
          .st-contact__mail dd a:after {
            content: "";
            display: table;
            clear: both; } }
      @media only screen and (max-width: 414px) {
        .st-contact__mail dd a {
          margin-top: 2%;
          float: none;
          width: 100%;
          text-align: center;
          *zoom: 1; }
          .st-contact__mail dd a:after {
            content: "";
            display: table;
            clear: both; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .st-contact__mail dd a {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .st-contact__mail dd a {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .st-contact__mail dd a {
          padding: 10px;
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail dd a {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__mail dd a {
      line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .st-contact__mail dd a {
          padding: 10px;
          font-size: 17px;
          font-size: 1.0625rem;
          line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail dd a {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__mail dd a {
      line-height: 1.36; } }
      .st-contact__mail dd a svg {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 1.7;
        margin-left: 10px; }
        @media (min-width: 415px) and (max-width: 1199px) {
          .st-contact__mail dd a svg {
            line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .st-contact__mail dd a svg {
            line-height: 1.36; } }
        @media (min-width: 415px) and (max-width: 1199px) {
          .st-contact__mail dd a svg {
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail dd a svg {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .st-contact__mail dd a svg {
      line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .st-contact__mail dd a svg {
            font-size: 17px;
            font-size: 1.0625rem;
            line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .st-contact__mail dd a svg {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-contact__mail dd a svg {
      line-height: 1.36; } }

.st-strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-strong {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .st-strong {
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .st-strong {
      padding: 50px 0 70px 0; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-strong {
      display: block;
      padding: 2% 5%;
      text-align: center;
      border: none; } }
  @media only screen and (max-width: 414px) {
    .st-strong {
      display: block;
      padding: 5%;
      text-align: center;
      border: none; } }

.front-strong {
  border-top: 1px solid #dddddd;
  padding: 150px 0; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-strong {
      padding: 5%; } }
  @media only screen and (max-width: 414px) {
    .front-strong {
      padding: 5%; } }

@media only screen and (min-width: 1200px) {
  .st-strong__box {
    width: 300px;
    margin: 0 30px; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .st-strong__box {
    width: 100%;
    margin: 3% 0 0 0; } }

@media only screen and (max-width: 414px) {
  .st-strong__box {
    width: 100%;
    margin: 10% 0 0 0; } }

.st-strong__box p {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-strong__box p {
      width: 100%;
      position: relative;
      width: 100%;
      height: auto; }
      .st-strong__box p:before {
        content: '';
        display: block;
        padding-top: 70%; }
      .st-strong__box p > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .st-strong__box p {
      width: 100%;
      position: relative;
      width: 100%;
      height: auto; }
      .st-strong__box p:before {
        content: '';
        display: block;
        padding-top: 70%; }
      .st-strong__box p > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.st-strong__box dl {
  margin-top: 15px; }
  .st-strong__box dl dt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-strong__box dl dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .st-strong__box dl dt {
        line-height: 1.36; } }

.st-strong__txt {
  margin-top: 10px; }

.st-strong__btn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 40px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-strong__btn {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .st-strong__btn {
      line-height: 1.36; } }
  .st-strong__btn a {
    color: #222222;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: inline-block;
    padding: 8px 15px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-strong__btn a {
        display: block; } }
    @media only screen and (max-width: 414px) {
      .st-strong__btn a {
        display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-strong__btn {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .st-strong__btn {
      margin-top: 5%; } }

.b_recruit {
  text-align: center;
  margin-top: 100px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .b_recruit {
      padding: 0 5%;
      margin-top: 10%; } }
  @media only screen and (max-width: 414px) {
    .b_recruit {
      padding: 0 5%;
      margin-top: 10%; } }
  .b_recruit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .b_recruit ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 414px) {
      .b_recruit ul {
        display: block; } }
    .b_recruit ul li {
      margin: 0 20px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .b_recruit ul li {
          margin: 5% 0 0 0; } }
      @media only screen and (max-width: 414px) {
        .b_recruit ul li {
          margin: 5% 0 0 0; } }

.st-map {
  line-height: 0; }
  .st-map iframe {
    width: 100%;
    height: 20vw; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-map iframe {
        height: 40vw; } }
    @media only screen and (max-width: 414px) {
      .st-map iframe {
        height: 40vw; } }

.single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  margin-top: 70px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 414px) {
    .single-wrap {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-wrap {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .single-wrap {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-wrap {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .single-wrap {
      margin-top: 5%; } }

.single-main {
  width: 800px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-main {
      width: 100%; } }
  @media only screen and (max-width: 414px) {
    .single-main {
      width: 100%; } }
  .single-main .entry-footer {
    display: none; }

.byline {
  display: none !important; }

.single-side {
  width: 300px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-side {
      width: 100%;
      margin-top: 10%; } }
  @media only screen and (max-width: 414px) {
    .single-side {
      width: 100%;
      margin-top: 10%; } }

.page2C-article {
  width: 800px;
  padding: 40px 0; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .page2C-article {
      width: 100%;
      padding: 5% 0; } }
  @media only screen and (max-width: 414px) {
    .page2C-article {
      width: 100%;
      padding: 5% 0; } }

.side {
  width: 300px;
  margin-top: 70px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .side {
      width: 100%;
      margin-top: 10%; } }
  @media only screen and (max-width: 414px) {
    .side {
      width: 100%;
      margin-top: 10%; } }

.side-box h2 {
  font-family: "Hammersmith One", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  margin-bottom: 20px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .side-box h2 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .side-box h2 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .side-box h2 {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.7;
      margin-bottom: 5%; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .side-box h2 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .side-box h2 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .side-box h2 {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.7;
      margin-bottom: 5%; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .side-box h2 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .side-box h2 {
      line-height: 1.36; } }

.side-box__btn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  margin-top: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .side-box__btn {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .side-box__btn {
      line-height: 1.36; } }
  .side-box__btn a {
    color: #222222;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: inline-block;
    padding: 8px 15px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .side-box__btn a {
        display: block; } }
    @media only screen and (max-width: 414px) {
      .side-box__btn a {
        display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .side-box__btn {
      margin-top: 10%; } }
  @media only screen and (max-width: 414px) {
    .side-box__btn {
      margin-top: 10%; } }
  .side-box__btn a {
    width: 100%; }

.single-side .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 30px !important; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-side .widget-title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .single-side .widget-title {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .single-side .widget-title {
      margin-bottom: 5% !important; } }
  @media only screen and (max-width: 414px) {
    .single-side .widget-title {
      margin-bottom: 5% !important; } }

.side-works__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .side-works__dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 414px) {
    .side-works__dl {
      display: block; } }
  .side-works__dl dt {
    width: 100px !important;
    text-align: left;
    background-size: cover;
    position: 50%;
    position: relative;
    width: 100%;
    height: auto; }
    .side-works__dl dt:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .side-works__dl dt > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .side-works__dl dd {
    width: 200px;
    padding-left: 25px; }

.st-footer {
  text-align: center;
  background: #222222;
  color: #FDFCF4;
  padding: 50px 0; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-footer {
      padding: 4% 0 100px 0; } }
  @media only screen and (max-width: 414px) {
    .st-footer {
      padding: 5% 0 8% 0; } }
  .st-footer p {
    font-family: "Hammersmith One", sans-serif; }

@media (min-width: 415px) and (max-width: 1199px) {
  .menu-f-menu_pc-container {
    display: none; } }

@media only screen and (max-width: 414px) {
  .menu-f-menu_pc-container {
    display: none; } }

.menu-f-menu_pc-container ul {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .menu-f-menu_pc-container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .menu-f-menu_pc-container ul {
      display: block; } }
  .menu-f-menu_pc-container ul li {
    margin: 0 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .menu-f-menu_pc-container ul li {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .menu-f-menu_pc-container ul li {
        line-height: 1.36; } }
    .menu-f-menu_pc-container ul li a {
      color: white; }

/* front */
@media only screen and (min-width: 1200px) {
  .front-header {
    padding: 0; } }

@media only screen and (min-width: 1200px) {
  .front-header__logo {
    display: none; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .front-header__logo {
    width: 160px;
    padding-top: 15px !important;
    margin: 0 auto; } }

@media only screen and (max-width: 414px) {
  .front-header__logo {
    width: 120px;
    margin: 0 auto;
    padding-top: 3px !important; } }

.front-hero {
  position: relative; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-hero {
      margin-top: 80px; } }
  @media only screen and (max-width: 414px) {
    .front-hero {
      margin-top: 60px; } }

.front-header__hero {
  position: absolute; }
  @media only screen and (min-width: 1200px) {
    .front-header__hero {
      top: 20%;
      left: 20%; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__hero {
      left: 5%;
      top: 80px; } }
  @media only screen and (max-width: 414px) {
    .front-header__hero {
      left: 5%;
      top: 60px; } }
  @media only screen and (min-width: 1200px) {
    .front-header__hero h1 {
      width: 18vw;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__hero h1 {
      width: 25vw; } }
  @media only screen and (max-width: 414px) {
    .front-header__hero h1 {
      width: 25vw; } }
  .front-header__hero h2 {
    width: 24vw;
    margin: 100px auto 0 auto; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-header__hero h2 {
        width: 42vw;
        margin-top: 5%; } }
    @media only screen and (max-width: 414px) {
      .front-header__hero h2 {
        width: 42vw;
        margin-top: 5%; } }
    .front-header__hero h2 img {
      width: 100%; }
  .front-header__hero h3 {
    width: 35vw;
    margin: 0 auto; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-header__hero h3 {
        width: 70vw; } }
    @media only screen and (max-width: 414px) {
      .front-header__hero h3 {
        width: 70vw; } }

#metaslider_55 img {
  width: 100%;
  height: auto; }

@media (min-width: 415px) and (max-width: 1199px) {
  .n2-section-smartslider {
    margin-top: 80px; } }

@media only screen and (max-width: 414px) {
  .n2-section-smartslider {
    margin-top: 60px; } }

.front-header__heroTxt {
  color: #FDFCF4;
  width: 30vw;
  margin: 1% auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__heroTxt {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .front-header__heroTxt {
      display: none; } }

.front-header__info {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media only screen and (max-width: 414px) {
    .front-header__info {
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .front-header__info {
      position: absolute;
      top: 15px;
      right: 30px;
      color: white; }
      .front-header__info a {
        color: white; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__info {
      position: fixed;
      top: auto;
      bottom: 0 !important;
      left: 0;
      right: 0;
      background: #222222; } }
  @media only screen and (max-width: 414px) {
    .front-header__info {
      position: fixed;
      top: auto;
      bottom: 0 !important;
      left: 0;
      right: 0;
      background: #222222; } }
  .front-header__info dl {
    text-align: center;
    line-height: 1;
    color: #FDFCF4; }
    @media only screen and (min-width: 1200px) {
      .front-header__info dl {
        margin-right: 20px; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-header__info dl {
        padding: 15px 0 8px 0; } }
    @media only screen and (max-width: 414px) {
      .front-header__info dl {
        padding: 15px 0 8px 0; } }
    .front-header__info dl dt {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-header__info dl dt {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .front-header__info dl dt {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-header__info dl dt {
          color: #FDFCF4; } }
      @media only screen and (max-width: 414px) {
        .front-header__info dl dt {
          color: #FDFCF4; } }

@media only screen and (min-width: 1200px) {
  .front-header__snsUl li {
    text-align: center;
    margin-bottom: 5px; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .front-header__snsUl li {
    display: none; } }

@media only screen and (max-width: 414px) {
  .front-header__snsUl li {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .front-header__snsUl li a {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
    line-height: 1;
    color: white; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .front-header__snsUl li a {
      line-height: 1.36; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .front-header__snsUl li a {
      line-height: 1.36; } }

.front-header__tel {
  font-family: "Reem Kufi", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7;
  line-height: 1.1; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__tel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-header__tel {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-header__tel {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-header__tel {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-header__tel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-header__tel {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-header__tel {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-header__tel {
      line-height: 1.36; } }
  .front-header__tel a {
    color: #FDFCF4; }

.st-nav {
  width: 100%;
  background: #222222; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .st-nav {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .st-nav {
      display: none; } }
  .st-nav ul {
    padding: 20px 0;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .st-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 414px) {
      .st-nav ul {
        display: block; } }
    .st-nav ul li {
      color: #666666;
      text-align: center;
      border-left: 1px solid white; }
      .st-nav ul li:last-child {
        border-right: 1px solid white; }
      .st-nav ul li a {
        padding: 5px 50px;
        display: block;
        color: #FDFCF4;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7;
        font-family: "Hammersmith One", sans-serif; }
        @media (min-width: 415px) and (max-width: 1199px) {
          .st-nav ul li a {
            line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .st-nav ul li a {
            line-height: 1.36; } }
        .st-nav ul li a span {
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.7; }
          @media (min-width: 415px) and (max-width: 1199px) {
            .st-nav ul li a span {
              line-height: 1.36; } }
          @media only screen and (max-width: 414px) {
            .st-nav ul li a span {
              line-height: 1.36; } }

.linkNOne a {
  color: #666666 !important;
  pointer-events: none; }

@media only screen and (min-width: 1200px) {
  .front-nav {
    border-top: 1px solid white; } }

.front-notice {
  padding: 100px 200px;
  text-align: center;
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-notice {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .front-notice {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-notice {
      padding: 8% 5%  5% !important; } }
  @media only screen and (max-width: 414px) {
    .front-notice {
      padding: 15% 5% !important; } }
  .front-notice h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.7;
    font-family: "Hammersmith One", sans-serif;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-notice h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-notice h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-notice h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-notice h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-notice h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-notice h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-notice h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-notice h1 {
      line-height: 1.36; } }
    .front-notice h1 span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7;
      font-weight: normal; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-notice h1 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .front-notice h1 span {
          line-height: 1.36; } }

.front-notice__ul {
  margin-top: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-notice__ul {
      margin-top: 3%; } }
  @media only screen and (max-width: 414px) {
    .front-notice__ul {
      margin-top: 5%; } }
  .front-notice__ul li {
    border-bottom: 1px solid #dddddd; }
    .front-notice__ul li a {
      display: block;
      padding: 15px 0; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-notice__ul li a {
          padding: 10px 0; } }
      @media only screen and (max-width: 414px) {
        .front-notice__ul li a {
          padding: 10px 0; } }

.front-notice__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-notice__dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 414px) {
    .front-notice__dl {
      display: block; } }
  .front-notice__dl dt {
    font-family: "Hammersmith One", sans-serif;
    width: 100px; }
  .front-notice__dl dd {
    margin-left: 50px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-notice__dl dd {
        margin-left: 0; } }
    @media only screen and (max-width: 414px) {
      .front-notice__dl dd {
        margin-left: 0; } }

.front-notice__btn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-notice__btn {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-notice__btn {
      line-height: 1.36; } }
  .front-notice__btn a {
    color: #222222;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    display: inline-block;
    padding: 8px 15px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-notice__btn a {
        display: block; } }
    @media only screen and (max-width: 414px) {
      .front-notice__btn a {
        display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-notice__btn {
      margin-top: 4%; } }
  @media only screen and (max-width: 414px) {
    .front-notice__btn {
      margin-top: 10%; } }

.front-about {
  padding: 70px 0;
  text-align: center;
  background-image: url(../images/front/about-img-1@2x.jpg);
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-about {
      padding: 5%; } }
  @media only screen and (max-width: 414px) {
    .front-about {
      padding: 5%; } }

.front-about__inner h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #FDFCF4; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-about__inner h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-about__inner h1 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-about__inner h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__inner h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-about__inner h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-about__inner h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__inner h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-about__inner h1 {
      line-height: 1.36; } }
  .front-about__inner h1 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__inner h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__inner h1 span {
        line-height: 1.36; } }
  .front-about__inner h1 span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.7; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__inner h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__inner h1 span {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__inner h1 span {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__inner h1 span {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-about__inner h1 span {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__inner h1 span {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__inner h1 span {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-about__inner h1 span {
      line-height: 1.36; } }

.front-about__innerBox {
  display: inline-block; }

.front-about__innerDl {
  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;
  color: #FDFCF4;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #FDFCF4; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .front-about__innerDl {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl {
      margin-top: 5%;
      padding: 5%;
      display: block; } }
  @media only screen and (max-width: 414px) {
    .front-about__innerDl {
      margin-top: 5%;
      padding: 5%;
      display: block; } }
  .front-about__innerDl dt {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 1.7;
    font-family: "Hammersmith One", sans-serif;
    line-height: 0.5;
    margin-top: 30px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__innerDl dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__innerDl dt {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__innerDl dt {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.7;
        line-height: 0.5;
        margin-top: 0; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-about__innerDl dt {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__innerDl dt {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.7;
        line-height: 0.5;
        margin-top: 0; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-about__innerDl dt {
      line-height: 1.36; } }
    .front-about__innerDl dt span {
      display: block;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.7; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-about__innerDl dt span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .front-about__innerDl dt span {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-about__innerDl dt span {
          display: inline-block;
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl dt span {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-about__innerDl dt span {
      line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .front-about__innerDl dt span {
          display: inline-block;
          font-size: 25px;
          font-size: 1.5625rem;
          line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl dt span {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-about__innerDl dt span {
      line-height: 1.36; } }
  .front-about__innerDl dd {
    text-align: left;
    margin-left: 50px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__innerDl dd {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__innerDl dd {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-about__innerDl dd {
        margin-left: 0;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.7;
        font-weight: bold; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl dd {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-about__innerDl dd {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-about__innerDl dd {
        margin-left: 0;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.7;
        font-weight: bold; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-about__innerDl dd {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-about__innerDl dd {
      line-height: 1.36; } }

.front-trouble {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 50px;
  background-image: url(../images/front/about-img-2.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: left 280px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-trouble {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .front-trouble {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-trouble {
      padding: 10% 0 5% 0; } }
  @media only screen and (max-width: 414px) {
    .front-trouble {
      padding: 10% 0 5% 0; } }
  .front-trouble h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.7; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-trouble h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-trouble h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-trouble h1 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7;
        padding: 0 10%;
        font-weight: bold; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-trouble h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-trouble h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-trouble h1 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7;
        padding: 0 10%;
        font-weight: bold; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-trouble h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-trouble h1 {
      line-height: 1.36; } }

.front-trouble__inner {
  margin-bottom: 150px;
  background-image: url(../images/front/about-img-3.png);
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: right 100px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-trouble__inner {
      margin-bottom: 5%; } }
  @media only screen and (max-width: 414px) {
    .front-trouble__inner {
      margin-bottom: 10%; } }

.front-trouble__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-trouble__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .front-trouble__ul {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-trouble__ul {
      margin-top: 2%; } }
  @media only screen and (max-width: 414px) {
    .front-trouble__ul {
      margin-top: 2%; } }
  .front-trouble__ul li {
    width: auto;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    padding: 25px;
    margin: 15px;
    position: relative; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-trouble__ul li {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-trouble__ul li {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-trouble__ul li {
        width: 80%;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7;
        padding: 15px;
        margin: 5% auto 0 auto; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-trouble__ul li {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-trouble__ul li {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-trouble__ul li {
        width: 80%;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.7;
        padding: 15px;
        margin: 5% auto 0 auto; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-trouble__ul li {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-trouble__ul li {
      line-height: 1.36; } }
    .front-trouble__ul li:before {
      width: 0px;
      height: 0px;
      content: "";
      position: absolute;
      border-style: solid;
      margin: auto; }

.front-trouble__li1, .front-trouble__li4, .front-trouble__li5 {
  background: #CCCAB5; }

.front-trouble__li2, .front-trouble__li3, .front-trouble__li6 {
  background: #EFEDDE; }

.front-trouble__li1:before {
  left: -40px;
  border-color: #CCCAB5 transparent transparent transparent;
  border-width: 20px 0 40px 40px; }

.front-trouble__li2:before {
  right: -40px;
  border-color: #EFEDDE transparent transparent transparent;
  border-width: 20px 40px 40px 0; }

.front-trouble__li3:before {
  left: -40px;
  border-color: #EFEDDE transparent transparent transparent;
  border-width: 20px 0 40px 40px; }

.front-trouble__li4:before {
  right: -40px;
  border-color: #CCCAB5 transparent transparent transparent;
  border-width: 20px 40px 40px 0; }

.front-trouble__li5:before {
  left: -40px;
  border-color: #CCCAB5 transparent transparent transparent;
  border-width: 20px 0 40px 40px; }

.front-trouble__li6:before {
  right: -40px;
  border-color: #EFEDDE transparent transparent transparent;
  border-width: 20px 40px 40px 0; }

.front-works {
  padding: 100px 0 50px;
  text-align: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-works {
      padding: 6% 0 4%; } }
  @media only screen and (max-width: 414px) {
    .front-works {
      padding: 7% 0 6%; } }
  .front-works p {
    margin-top: 50px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-works p {
        margin-top: 5%; } }
    @media only screen and (max-width: 414px) {
      .front-works p {
        margin-top: 5%; } }

.front-works__inner {
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .front-works__inner {
      width: 100%;
      padding: 0 15px; } }
  .front-works__inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .front-works__inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 70px auto 0 auto;
        width: 1020px; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .front-works__inner ul {
      display: block; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-works__inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5%; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-works__inner ul {
      display: block; } }
    @media only screen and (max-width: 414px) {
      .front-works__inner ul {
        margin-top: 7%; } }
  .front-works__inner li {
    width: 300px;
    margin: 0 20px 30px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-works__inner li {
        width: 48%;
        margin: 0 0 5% 0; } }
    @media only screen and (max-width: 414px) {
      .front-works__inner li {
        width: 100%;
        margin: 0 0 5% 0; } }
    .front-works__inner li dl {
      margin-top: 10px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-works__inner li dl {
          margin-top: 3%; } }
      @media only screen and (max-width: 414px) {
        .front-works__inner li dl {
          margin-top: 3%; } }
      .front-works__inner li dl dt {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.7;
        font-weight: bold; }
        @media (min-width: 415px) and (max-width: 1199px) {
          .front-works__inner li dl dt {
            line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .front-works__inner li dl dt {
            line-height: 1.36; } }
        @media (min-width: 415px) and (max-width: 1199px) {
          .front-works__inner li dl dt {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner li dl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-works__inner li dl dt {
      line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .front-works__inner li dl dt {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner li dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-works__inner li dl dt {
      line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .front-works__inner li dl dd {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.7;
          margin-top: 3%; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner li dl dd {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-works__inner li dl dd {
      line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .front-works__inner li dl dd {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.7;
          margin-top: 3%; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner li dl dd {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-works__inner li dl dd {
      line-height: 1.36; } }
  .front-works__inner li p {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: 50%; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-works__inner li p {
        position: relative;
        width: 100%;
        height: auto; }
        .front-works__inner li p:before {
          content: '';
          display: block;
          padding-top: 80%; }
        .front-works__inner li p > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media only screen and (max-width: 414px) {
      .front-works__inner li p {
        position: relative;
        width: 100%;
        height: auto; }
        .front-works__inner li p:before {
          content: '';
          display: block;
          padding-top: 80%; }
        .front-works__inner li p > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .front-works__inner li p a {
      display: block;
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 1200px) {
    .front-works__inner ul {
      margin-top: 30px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-works__inner ul {
      margin-top: 30px; } }
  @media only screen and (max-width: 414px) {
    .front-works__inner ul {
      margin-top: 4%; } }

.front-works__title {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-works__title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-works__title {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .front-works__title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__title {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .front-works__title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .front-works__title {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .front-works__title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-works__title {
      line-height: 1.36; } }
  .front-works__title span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .front-works__title span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .front-works__title span {
        line-height: 1.36; } }

.insta {
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .insta {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .insta {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (min-width: 1200px) {
    .insta {
      margin-top: 50px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .insta {
      margin-top: 50px; } }
  @media only screen and (max-width: 414px) {
    .insta {
      margin-top: 5%; } }

/* about */
.about-hero {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-hero {
      height: 20vh;
      margin-top: 80px; } }
  @media only screen and (max-width: 414px) {
    .about-hero {
      height: 30vh;
      margin-top: 60px; } }

.about-hero__inner {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  text-align: center; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .about-hero__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (min-width: 1200px) {
    .about-hero__inner {
      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; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .about-hero__inner {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner {
      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; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-hero__inner {
      display: block; } }
  @media only screen and (max-width: 414px) {
    .about-hero__inner {
      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; } }
  .about-hero__inner h1 {
    position: relative;
    font-family: "Hammersmith One", sans-serif;
    color: white; }
    @media only screen and (min-width: 1200px) {
      .about-hero__inner h1 {
        font-size: 80px;
        font-size: 5rem;
        line-height: 1.7;
        line-height: 1 !important; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .about-hero__inner h1 {
      line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-hero__inner h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.7;
        line-height: 1 !important; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-hero__inner h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-hero__inner h1 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.7;
        line-height: 1 !important; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .about-hero__inner h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .about-hero__inner h1 {
      line-height: 1.36; } }
    .about-hero__inner h1 span {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.7;
      display: block; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .about-hero__inner h1 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .about-hero__inner h1 span {
          line-height: 1.36; } }

.about-strong h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-strong h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-strong h1 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-strong h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-strong h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-strong h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-strong h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .about-strong h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .about-strong h1 {
      line-height: 1.36; } }
  .about-strong h1 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-strong h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-strong h1 span {
        line-height: 1.36; } }

.about-strong p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-strong p {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-strong p {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-strong p {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .about-strong p {
      margin-top: 5%; } }

@media only screen and (min-width: 1200px) {
  .about-strong ul {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .about-strong ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .about-strong ul {
      display: block; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .about-strong ul {
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-strong ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-strong ul {
      display: block; } }

@media only screen and (max-width: 414px) {
  .about-strong ul {
    margin-top: 10%; } }

.about-strong ul li {
  background-size: cover;
  background-position: 50%; }
  @media only screen and (min-width: 1200px) {
    .about-strong ul li {
      width: 350px;
      height: 300px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-strong ul li {
      width: 30%;
      height: 300px;
      margin: 1%; } }
  @media only screen and (max-width: 414px) {
    .about-strong ul li {
      margin-bottom: 5%;
      width: 100%;
      height: 90vw; } }

.about-naming h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-naming h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-naming h1 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-naming h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-naming h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-naming h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-naming h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .about-naming h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .about-naming h1 {
      line-height: 1.36; } }
  .about-naming h1 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-naming h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-naming h1 span {
        line-height: 1.36; } }

.about-naming dl {
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-naming dl {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .about-naming dl {
      margin-top: 5%; } }
  .about-naming dl dt {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-naming dl dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-naming dl dt {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-naming dl dt {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-naming dl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-naming dl dt {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-naming dl dt {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .about-naming dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .about-naming dl dt {
      line-height: 1.36; } }
  .about-naming dl dd {
    margin-top: 20px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-naming dl dd {
        margin-top: 4%; } }
    @media only screen and (max-width: 414px) {
      .about-naming dl dd {
        margin-top: 4%; } }

.about-naming p {
  text-align: center;
  margin: 50px auto 0 auto;
  background-size: cover;
  background-position: 50%;
  width: 900px;
  height: 300px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-naming p {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .about-naming p {
      display: none; } }

.about-profile h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-profile h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-profile h1 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-profile h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .about-profile h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .about-profile h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .about-profile h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .about-profile h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .about-profile h1 {
      line-height: 1.36; } }
  .about-profile h1 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-profile h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-profile h1 span {
        line-height: 1.36; } }

@media only screen and (min-width: 1200px) {
  .about-profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .about-profile__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .about-profile__inner {
      display: block; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .about-profile__inner {
    margin-top: 10%; } }

@media only screen and (max-width: 414px) {
  .about-profile__inner {
    margin-top: 10%; } }

.about-profile__inner p {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-profile__inner p {
      width: 70%;
      margin: 0 auto; } }
  @media only screen and (max-width: 414px) {
    .about-profile__inner p {
      width: 70%;
      margin: 0 auto; } }

.about-profile__box {
  width: 700px;
  margin-left: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .about-profile__box {
      width: 100%;
      margin-left: 0;
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .about-profile__box {
      width: 100%;
      margin-left: 0;
      margin-top: 5%; } }
  .about-profile__box h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-profile__box h2 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-profile__box h2 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-profile__box h2 {
        margin-bottom: 5%; } }
    @media only screen and (max-width: 414px) {
      .about-profile__box h2 {
        margin-bottom: 5%; } }
    .about-profile__box h2 span {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7;
      font-weight: normal;
      margin-left: 10px;
      font-family: "Hammersmith One", sans-serif; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .about-profile__box h2 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .about-profile__box h2 span {
          line-height: 1.36; } }
  .about-profile__box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 20px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-profile__box dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 414px) {
      .about-profile__box dl {
        display: block; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-profile__box dl {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .about-profile__box dl {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .about-profile__box dl {
        margin-bottom: 5%; } }
    @media only screen and (max-width: 414px) {
      .about-profile__box dl {
        margin-bottom: 5%; } }
    .about-profile__box dl dt {
      font-family: "Hammersmith One", sans-serif; }
    .about-profile__box dl dd {
      margin-left: 30px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .about-profile__box dl dd {
          margin-left: 0; } }
      @media only screen and (max-width: 414px) {
        .about-profile__box dl dd {
          margin-left: 0; } }
  .about-profile__box p {
    text-align: center;
    margin-top: 50px; }

/* works */
.works-nav {
  width: 1280px;
  margin: 0 auto;
  padding: 70px 100px 0 100px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-nav {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .works-nav {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-nav {
      padding: 0; } }
  @media only screen and (max-width: 414px) {
    .works-nav {
      padding: 0; } }

.works-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-nav__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .works-nav__ul {
      display: block; } }
  .works-nav__ul li {
    width: 320px;
    text-align: center;
    margin: 10px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .works-nav__ul li {
        width: 90%;
        margin: 2% auto; } }
    @media only screen and (max-width: 414px) {
      .works-nav__ul li {
        width: 90%;
        margin: 2% auto; } }
    .works-nav__ul li a {
      display: block;
      background: #333333;
      color: white;
      padding: 25px 0;
      border-radius: 40px;
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.7; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .works-nav__ul li a {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .works-nav__ul li a {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .works-nav__ul li a {
          padding: 10px 0;
          border-radius: 10px; } }
      @media only screen and (max-width: 414px) {
        .works-nav__ul li a {
          padding: 10px 0;
          border-radius: 10px; } }
      .works-nav__ul li a:hover {
        background: #555555; }

.works-contents {
  text-align: center; }

.works-contents__box {
  margin-bottom: 100px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-contents__box {
      margin-bottom: 10%; } }
  @media only screen and (max-width: 414px) {
    .works-contents__box {
      margin-bottom: 10%; } }
  .works-contents__box h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.7;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .works-contents__box h2 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .works-contents__box h2 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .works-contents__box h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .works-contents__box h2 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .works-contents__box h2 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .works-contents__box h2 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .works-contents__box h2 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .works-contents__box h2 {
      line-height: 1.36; } }
  .works-contents__box dl {
    width: 800px;
    margin: 30px auto 0 auto; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .works-contents__box dl {
        width: 100%;
        margin: 3% 0 0 0; } }
    @media only screen and (max-width: 414px) {
      .works-contents__box dl {
        width: 100%;
        margin: 5% 0 0 0; } }

.works-contets__img {
  width: 800px;
  height: 400px;
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-contets__img {
      position: relative;
      width: 100%;
      height: auto; }
      .works-contets__img:before {
        content: '';
        display: block;
        padding-top: 80%; }
      .works-contets__img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .works-contets__img {
      position: relative;
      width: 100%;
      height: auto; }
      .works-contets__img:before {
        content: '';
        display: block;
        padding-top: 80%; }
      .works-contets__img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.works-contets__txt {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-contets__txt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .works-contets__txt {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-contets__txt {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .works-contets__txt {
      margin-top: 5%; } }

.works-contets__btn {
  margin-top: 50px; }
  .works-contets__btn a {
    background: #DB472C;
    border-radius: 5px;
    color: #FDFCF4;
    padding: 15px 0; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .works-contets__btn {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .works-contets__btn {
      margin-top: 5%; } }
  .works-contets__btn a {
    padding-left: 30px;
    padding-right: 30px; }

/* worksCat */
.worksCat-heading h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .worksCat-heading h1 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-heading h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .worksCat-heading h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .worksCat-heading h1 {
      line-height: 1.36; } }
  .worksCat-heading h1 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-heading h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .worksCat-heading h1 span {
        line-height: 1.36; } }
  .worksCat-heading h1 span {
    font-family: "Hammersmith One", sans-serif; }

@media only screen and (min-width: 1200px) {
  .worksCat-heading__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .worksCat-heading__box {
      display: block; } }

@media (min-width: 415px) and (max-width: 1199px) {
  .worksCat-heading__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10%; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-heading__box {
      display: block; } }

@media only screen and (max-width: 414px) {
  .worksCat-heading__box {
    margin-top: 10%; } }

.worksCat-heading__box p {
  background-size: 100%;
  background-position: 50%; }
  @media only screen and (min-width: 1200px) {
    .worksCat-heading__box p {
      width: 40%;
      height: 300px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading__box p {
      position: relative;
      width: 48%;
      height: auto; }
      .worksCat-heading__box p:before {
        content: '';
        display: block;
        padding-top: 80%; }
      .worksCat-heading__box p > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .worksCat-heading__box p {
      width: 100%;
      position: relative;
      width: 100%;
      height: auto; }
      .worksCat-heading__box p:before {
        content: '';
        display: block;
        padding-top: 80%; }
      .worksCat-heading__box p > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .worksCat-heading__box p img {
    width: 100%; }

.worksCat-heading__box dl {
  width: 55%;
  margin-left: 5%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading__box dl {
      width: 48%;
      margin-left: 0;
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .worksCat-heading__box dl {
      width: 100%;
      margin-left: 0;
      margin-top: 5%; } }
  .worksCat-heading__box dl dt {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.7;
    font-weight: bold; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-heading__box dl dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .worksCat-heading__box dl dt {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-heading__box dl dt {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading__box dl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-heading__box dl dt {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .worksCat-heading__box dl dt {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-heading__box dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .worksCat-heading__box dl dt {
      line-height: 1.36; } }
  .worksCat-heading__box dl dd {
    margin-top: 20px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-heading__box dl dd {
        margin-top: 5%; } }
    @media only screen and (max-width: 414px) {
      .worksCat-heading__box dl dd {
        margin-top: 5%; } }

.worksCat-gallery {
  background: #F8F7EF;
  width: 100% !important; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery {
      margin-top: 10% !important; } }
  @media only screen and (max-width: 414px) {
    .worksCat-gallery {
      margin-top: 10% !important; } }
  .worksCat-gallery h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.7;
    font-family: "Hammersmith One", sans-serif;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans Japanese", sans-serif; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-gallery h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .worksCat-gallery h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-gallery h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-gallery h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .worksCat-gallery h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .worksCat-gallery h1 {
      line-height: 1.36; } }
    .worksCat-gallery h1 span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7;
      font-weight: normal; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .worksCat-gallery h1 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .worksCat-gallery h1 span {
          line-height: 1.36; } }
    .worksCat-gallery h1 span {
      font-family: "Hammersmith One", sans-serif; }

.worksCat-gallery__inner {
  width: 1280px;
  margin: 0 auto;
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .worksCat-gallery__inner {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .worksCat-gallery__inner {
      width: 100%;
      padding: 0 15px; } }
  .worksCat-gallery__inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .worksCat-gallery__inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 70px auto 0 auto;
        width: 1020px; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .worksCat-gallery__inner ul {
      display: block; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-gallery__inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 5%; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-gallery__inner ul {
      display: block; } }
    @media only screen and (max-width: 414px) {
      .worksCat-gallery__inner ul {
        margin-top: 7%; } }
  .worksCat-gallery__inner li {
    width: 300px;
    margin: 0 20px 30px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-gallery__inner li {
        width: 48%;
        margin: 0 0 5% 0; } }
    @media only screen and (max-width: 414px) {
      .worksCat-gallery__inner li {
        width: 100%;
        margin: 0 0 5% 0; } }
    .worksCat-gallery__inner li dl {
      margin-top: 10px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .worksCat-gallery__inner li dl {
          margin-top: 3%; } }
      @media only screen and (max-width: 414px) {
        .worksCat-gallery__inner li dl {
          margin-top: 3%; } }
      .worksCat-gallery__inner li dl dt {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.7;
        font-weight: bold; }
        @media (min-width: 415px) and (max-width: 1199px) {
          .worksCat-gallery__inner li dl dt {
            line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .worksCat-gallery__inner li dl dt {
            line-height: 1.36; } }
        @media (min-width: 415px) and (max-width: 1199px) {
          .worksCat-gallery__inner li dl dt {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner li dl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-gallery__inner li dl dt {
      line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .worksCat-gallery__inner li dl dt {
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner li dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .worksCat-gallery__inner li dl dt {
      line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .worksCat-gallery__inner li dl dd {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.7;
          margin-top: 3%; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner li dl dd {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .worksCat-gallery__inner li dl dd {
      line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .worksCat-gallery__inner li dl dd {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.7;
          margin-top: 3%; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner li dl dd {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .worksCat-gallery__inner li dl dd {
      line-height: 1.36; } }
  .worksCat-gallery__inner li p {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: 50%; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .worksCat-gallery__inner li p {
        position: relative;
        width: 100%;
        height: auto; }
        .worksCat-gallery__inner li p:before {
          content: '';
          display: block;
          padding-top: 80%; }
        .worksCat-gallery__inner li p > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media only screen and (max-width: 414px) {
      .worksCat-gallery__inner li p {
        position: relative;
        width: 100%;
        height: auto; }
        .worksCat-gallery__inner li p:before {
          content: '';
          display: block;
          padding-top: 80%; }
        .worksCat-gallery__inner li p > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .worksCat-gallery__inner li p a {
      display: block;
      width: 100%;
      height: 100%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .worksCat-gallery__inner {
      padding-bottom: 10%; } }
  @media only screen and (max-width: 414px) {
    .worksCat-gallery__inner {
      padding-bottom: 10%; } }

/* flow */
.flow-hero {
  width: 100%;
  height: 400px;
  background-image: url(../images/flow/hero@2x.jpg);
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-hero {
      height: 30vh;
      margin-top: 80px; } }
  @media only screen and (max-width: 414px) {
    .flow-hero {
      height: 30vh;
      margin-top: 60px; } }

.flow-contents__block {
  border: 1px solid #dddddd; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__block {
      padding: 10px 30px 30px 30px;
      margin-bottom: 20px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__block {
      margin-bottom: 4%;
      padding: 25px; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__block {
      margin-bottom: 5%;
      padding: 5%; } }
  .flow-contents__block h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.7;
    color: black; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .flow-contents__block h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 414px) {
      .flow-contents__block h2 {
        display: block; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .flow-contents__block h2 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .flow-contents__block h2 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .flow-contents__block h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__block h2 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .flow-contents__block h2 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .flow-contents__block h2 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__block h2 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .flow-contents__block h2 {
      line-height: 1.36; } }
    .flow-contents__block h2 span {
      margin-right: 10px;
      font-family: "Reem Kufi", sans-serif;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.7;
      color: #DB472C; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .flow-contents__block h2 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .flow-contents__block h2 span {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .flow-contents__block h2 span {
          font-size: 35px;
          font-size: 2.1875rem;
          line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__block h2 span {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .flow-contents__block h2 span {
      line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .flow-contents__block h2 span {
          font-size: 35px;
          font-size: 2.1875rem;
          line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__block h2 span {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .flow-contents__block h2 span {
      line-height: 1.36; } }

.flow-contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__box {
      display: block; } }

.flow-contents__img {
  display: none;
  width: 300px;
  height: 250px;
  background-size: cover;
  background-position: 50%; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__img {
      width: 100%; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__img {
      width: 100%; } }
  .flow-contents__img img {
    width: 100%; }

.flow-contents__txt {
  width: 900px;
  margin-left: 0px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__txt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__txt {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__txt {
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__txt {
      width: 100%;
      margin-top: 4%;
      margin-left: 0; } }
  .flow-contents__txt span {
    color: #DB472C; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__txt br {
      display: block; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__txt br {
      display: block; } }

.flow-contents__arrow {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7;
  color: #999999;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__arrow {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__arrow {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .flow-contents__arrow {
      margin-bottom: 4%; } }
  @media only screen and (max-width: 414px) {
    .flow-contents__arrow {
      margin-bottom: 5%; } }

/* information */
.information-contents {
  text-align: center; }
  .information-contents h1 {
    margin-top: 100px;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.7;
    font-family: "Hammersmith One", sans-serif;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans Japanese", sans-serif; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .information-contents h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .information-contents h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .information-contents h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .information-contents h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .information-contents h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .information-contents h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .information-contents h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .information-contents h1 {
      line-height: 1.36; } }
    .information-contents h1 span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7;
      font-weight: normal; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .information-contents h1 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .information-contents h1 span {
          line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .information-contents h1 {
        margin-top: 10%; } }
    @media only screen and (max-width: 414px) {
      .information-contents h1 {
        margin-top: 10%; } }
    .information-contents h1 span {
      font-family: "Hammersmith One", sans-serif; }

.information-contents__table {
  width: 900px;
  margin: 100px auto;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .information-contents__table {
      width: 100%;
      margin: 5% 0; } }
  @media only screen and (max-width: 414px) {
    .information-contents__table {
      width: 100%;
      margin: 5% 0; } }
  .information-contents__table tr th {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 15px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .information-contents__table tr th {
        padding: 10px;
        width: 20%; } }
    @media only screen and (max-width: 414px) {
      .information-contents__table tr th {
        padding: 10px;
        width: 20%; } }
  .information-contents__table tr td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 15px 30px;
    text-align: left; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .information-contents__table tr td {
        padding: 10px; } }
    @media only screen and (max-width: 414px) {
      .information-contents__table tr td {
        padding: 10px; } }

.information-contents__img {
  text-align: center;
  width: 800px;
  height: 400px;
  background-size: cover;
  background-position: 50%;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .information-contents__img {
      width: 100%;
      position: relative;
      width: 100%;
      height: auto; }
      .information-contents__img:before {
        content: '';
        display: block;
        padding-top: 60%; }
      .information-contents__img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .information-contents__img {
      width: 100%;
      position: relative;
      width: 100%;
      height: auto; }
      .information-contents__img:before {
        content: '';
        display: block;
        padding-top: 60%; }
      .information-contents__img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

/* prototype */
.prototype-contents h2 {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .prototype-contents h2 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .prototype-contents h2 {
      line-height: 1.36; } }

.prototype-contents p {
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .prototype-contents p {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .prototype-contents p {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .prototype-contents p {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .prototype-contents p {
      margin-top: 5%; } }

.prototype-contents__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .prototype-contents__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media only screen and (max-width: 414px) {
    .prototype-contents__ul {
      display: block; } }
  @media only screen and (min-width: 1200px) {
    .prototype-contents__ul {
      margin-top: 30px; } }
  .prototype-contents__ul li {
    width: 380px;
    height: 300px;
    background-size: cover;
    background-position: 50%;
    margin: 20px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .prototype-contents__ul li {
        width: 100%;
        position: relative;
        width: 100%;
        height: auto;
        margin: 5% 0 0 0; }
        .prototype-contents__ul li:before {
          content: '';
          display: block;
          padding-top: 70%; }
        .prototype-contents__ul li > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media only screen and (max-width: 414px) {
      .prototype-contents__ul li {
        width: 100%;
        position: relative;
        width: 100%;
        height: auto;
        margin: 5% 0 0 0; }
        .prototype-contents__ul li:before {
          content: '';
          display: block;
          padding-top: 70%; }
        .prototype-contents__ul li > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

/* contact */
@media only screen and (min-width: 1200px) {
  .contact-tel {
    padding: 50px 0 0 0 !important; } }

.contact-tel__inner {
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-tel__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .contact-tel__inner {
      width: 100%;
      padding: 0 15px; } }

.contact-tel__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
  font-weight: bold;
  border-left: 5px solid #222222;
  line-height: 1.3;
  padding-left: 10px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-tel__title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .contact-tel__title {
      line-height: 1.36; } }

.contact-tel__dl {
  margin-top: 20px; }
  .contact-tel__dl dt {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.7; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .contact-tel__dl dt {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .contact-tel__dl dt {
        line-height: 1.36; } }
    .contact-tel__dl dt a {
      pointer-events: none;
      font-family: "Reem Kufi", sans-serif;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #DB472C; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .contact-tel__dl dt a {
          pointer-events: auto; } }
      @media only screen and (max-width: 414px) {
        .contact-tel__dl dt a {
          pointer-events: auto; } }

.contact-mail__inner {
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__inner {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .contact-mail__inner {
      width: 100%;
      padding: 0 15px; } }

.contact-mail__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
  font-weight: bold;
  border-left: 5px solid #222222;
  line-height: 1.3;
  padding-left: 10px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .contact-mail__title {
      line-height: 1.36; } }

.contact-mail__txt {
  margin-top: 20px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__txt {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .contact-mail__txt {
      margin-top: 5%; } }

.contact-mail__formWrap {
  margin-top: 50px;
  border: 1px solid #dddddd;
  padding: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__formWrap {
      margin-top: 5%;
      padding: 5%;
      padding-bottom: 0; } }
  @media only screen and (max-width: 414px) {
    .contact-mail__formWrap {
      margin-top: 5%;
      padding: 5%;
      padding-bottom: 0; } }
  .contact-mail__formWrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .contact-mail__formWrap dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media only screen and (max-width: 414px) {
      .contact-mail__formWrap dl {
        display: block; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .contact-mail__formWrap dl {
        display: block;
        margin-top: 2%; } }
    @media only screen and (max-width: 414px) {
      .contact-mail__formWrap dl {
        display: block;
        margin-top: 5%; } }
    .contact-mail__formWrap dl dt {
      text-align: right;
      width: 300px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .contact-mail__formWrap dl dt {
          text-align: left; } }
      @media only screen and (max-width: 414px) {
        .contact-mail__formWrap dl dt {
          text-align: left; } }
      .contact-mail__formWrap dl dt span {
        color: red; }
        @media only screen and (min-width: 1200px) {
          .contact-mail__formWrap dl dt span {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1.7; } }
  @media only screen and (min-width: 1200px) and (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__formWrap dl dt span {
      line-height: 1.36; } }
  @media only screen and (min-width: 1200px) and (max-width: 414px) {
    .contact-mail__formWrap dl dt span {
      line-height: 1.36; } }
        @media (min-width: 415px) and (max-width: 1199px) {
          .contact-mail__formWrap dl dt span {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__formWrap dl dt span {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .contact-mail__formWrap dl dt span {
      line-height: 1.36; } }
        @media only screen and (max-width: 414px) {
          .contact-mail__formWrap dl dt span {
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__formWrap dl dt span {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .contact-mail__formWrap dl dt span {
      line-height: 1.36; } }
    @media only screen and (min-width: 1200px) {
      .contact-mail__formWrap dl dd {
        margin: 0 0 0 30px; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .contact-mail__formWrap dl dd {
        margin: 10px 0 0 0; } }
    @media only screen and (max-width: 414px) {
      .contact-mail__formWrap dl dd {
        margin: 7px 0 0 0; } }
    .contact-mail__formWrap dl dd input {
      padding: 5px;
      width: 300px;
      border: 1px solid #dddddd; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .contact-mail__formWrap dl dd input {
          width: 100%; } }
      @media only screen and (max-width: 414px) {
        .contact-mail__formWrap dl dd input {
          width: 100%; } }
    .contact-mail__formWrap dl dd input[type="radio"] {
      width: 15px;
      margin: 0 10px 0 30px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .contact-mail__formWrap dl dd input[type="radio"] {
          margin: 0 10px; } }
      @media only screen and (max-width: 414px) {
        .contact-mail__formWrap dl dd input[type="radio"] {
          margin: 0 10px; } }
    .contact-mail__formWrap dl dd textarea {
      border: 1px solid #dddddd;
      padding: 5px;
      width: 500px; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .contact-mail__formWrap dl dd textarea {
          width: 100%; } }
      @media only screen and (max-width: 414px) {
        .contact-mail__formWrap dl dd textarea {
          width: 100%; } }

.contact-mail__btn {
  display: inline-block;
  margin: 20px 0 0 230px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .contact-mail__btn {
      margin: 5% 0 0 0;
      width: 100%; } }
  @media only screen and (max-width: 414px) {
    .contact-mail__btn {
      margin: 5% 0 0 0;
      width: 100%; } }
  .contact-mail__btn input[type="submit"] {
    background: #222222;
    color: white;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .contact-mail__btn input[type="submit"] {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .contact-mail__btn input[type="submit"] {
        line-height: 1.36; } }
    @media only screen and (min-width: 1200px) {
      .contact-mail__btn input[type="submit"] {
        padding: 15px 30px; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .contact-mail__btn input[type="submit"] {
        width: 100%;
        padding: 15px 30px; } }
    @media only screen and (max-width: 414px) {
      .contact-mail__btn input[type="submit"] {
        width: 100%;
        padding: 15px 0; } }

div.wpcf7 input[type="file"] {
  border: none !important; }

.contact-mail__msgBox {
  margin-top: 0.8em; }

.contact-mail__msgBoxHead {
  font-weight: bold;
  font-size: 110%; }

.contact-mail__msgBoxBody {
  margin-top: 0.3em; }

/* privacyPolicy */
.privacyPolicy-contents__dl dt {
  margin-top: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: bold; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .privacyPolicy-contents__dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .privacyPolicy-contents__dl dt {
      line-height: 1.36; } }

.privacyPolicy-contents__dl dd {
  margin-top: 10px; }

.privacyPolicy-btn a {
  color: #DB472C; }

/* archiveNotice */
.archiveNotice-contents {
  width: 1280px;
  margin: 0 auto; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents {
      width: 100%;
      padding: 0 15px; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents {
      padding-top: 5% !important; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents {
      padding-top: 5% !important; } }
  .archiveNotice-contents h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.7;
    font-family: "Hammersmith One", sans-serif;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans Japanese", sans-serif; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .archiveNotice-contents h1 {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .archiveNotice-contents h1 {
        line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .archiveNotice-contents h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .archiveNotice-contents h1 {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .archiveNotice-contents h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .archiveNotice-contents h1 {
      line-height: 1.36; } }
    .archiveNotice-contents h1 span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.7;
      font-weight: normal; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .archiveNotice-contents h1 span {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .archiveNotice-contents h1 span {
          line-height: 1.36; } }
    .archiveNotice-contents h1 span {
      font-family: "Hammersmith One", sans-serif; }

.archiveNotice-contents__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 70px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__ul {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__ul {
      margin-top: 5%; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__ul {
      margin-top: 5%; } }

.archiveNotice-contents__li {
  width: 250px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .archiveNotice-contents__li dl {
    margin-top: 10px; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .archiveNotice-contents__li dl {
        width: 65%;
        margin-top: 0; } }
    @media only screen and (max-width: 414px) {
      .archiveNotice-contents__li dl {
        width: 65%;
        margin-top: 0; } }
    .archiveNotice-contents__li dl dt {
      font-size: 25px;
      font-size: 1.5625rem;
      line-height: 1.7;
      font-weight: bold; }
      @media (min-width: 415px) and (max-width: 1199px) {
        .archiveNotice-contents__li dl dt {
          line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .archiveNotice-contents__li dl dt {
          line-height: 1.36; } }
      @media (min-width: 415px) and (max-width: 1199px) {
        .archiveNotice-contents__li dl dt {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__li dl dt {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .archiveNotice-contents__li dl dt {
      line-height: 1.36; } }
      @media only screen and (max-width: 414px) {
        .archiveNotice-contents__li dl dt {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__li dl dt {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .archiveNotice-contents__li dl dt {
      line-height: 1.36; } }
    @media (min-width: 415px) and (max-width: 1199px) {
      .archiveNotice-contents__li dl dd {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__li dl dd {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .archiveNotice-contents__li dl dd {
      line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .archiveNotice-contents__li dl dd {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__li dl dd {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .archiveNotice-contents__li dl dd {
      line-height: 1.36; } }

.archiveNotice-contents__img {
  width: 250px;
  height: 250px;
  background-size: cover; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__img {
      position: relative;
      width: 100%;
      height: auto;
      width: 30% !important;
      height: 100%; }
      .archiveNotice-contents__img:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .archiveNotice-contents__img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__img {
      position: relative;
      width: 100%;
      height: auto;
      width: 30% !important;
      height: 100%; }
      .archiveNotice-contents__img:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .archiveNotice-contents__img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.archiveNotice-contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__box {
      display: block; } }

.archiveNotice-contents__date {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  margin-right: 50px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__date {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__date {
      line-height: 1.36; } }

.archiveNotice-contents__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .archiveNotice-contents__title {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .archiveNotice-contents__title {
      line-height: 1.36; } }
  .archiveNotice-contents__title a {
    color: #DB472C; }

/* singleNotice */
.singleNotice-side__ul li a {
  border-bottom: 1px solid #dddddd;
  display: block;
  padding: 10px 0; }

/* archiveGallery */
/* singleGallery */
.singleGallery-contents h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.7;
  font-family: "Hammersmith One", sans-serif;
  font-weight: bold;
  text-align: center;
  text-align: left; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .singleGallery-contents h1 {
      line-height: 1.36; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media (min-width: 415px) and (max-width: 1199px) and (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents h1 {
      line-height: 1.36; } }
  @media only screen and (min-width: 415px) and (max-width: 1199px) and (max-width: 414px) {
    .singleGallery-contents h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .singleGallery-contents h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.7; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents h1 {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .singleGallery-contents h1 {
      line-height: 1.36; } }
  .singleGallery-contents h1 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    font-weight: normal; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .singleGallery-contents h1 span {
        line-height: 1.36; } }
    @media only screen and (max-width: 414px) {
      .singleGallery-contents h1 span {
        line-height: 1.36; } }

.singleGallery-contents__strong {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents__strong {
      line-height: 1.36; } }
  @media only screen and (max-width: 414px) {
    .singleGallery-contents__strong {
      line-height: 1.36; } }

.singleGallery-contents__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 414px) {
    .singleGallery-contents__ul {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 414px) {
    .singleGallery-contents__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 415px) and (max-width: 1199px) {
    .singleGallery-contents__ul li {
      width: 47%;
      margin-bottom: 5%; } }
  @media only screen and (max-width: 414px) {
    .singleGallery-contents__ul li {
      width: 47%;
      margin-bottom: 5%; } }
  .singleGallery-contents__ul li a {
    width: 240px;
    height: 240px;
    margin: 0 40px 40px 0;
    display: block;
    background-size: cover;
    background-position: 50%; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .singleGallery-contents__ul li a {
        position: relative;
        width: 100%;
        height: auto;
        width: 100%;
        margin: 0; }
        .singleGallery-contents__ul li a:before {
          content: '';
          display: block;
          padding-top: 100%; }
        .singleGallery-contents__ul li a > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    @media only screen and (max-width: 414px) {
      .singleGallery-contents__ul li a {
        position: relative;
        width: 100%;
        height: auto;
        width: 100%;
        margin: 0; }
        .singleGallery-contents__ul li a:before {
          content: '';
          display: block;
          padding-top: 100%; }
        .singleGallery-contents__ul li a > * {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
  .singleGallery-contents__ul li:nth-child(3n) a {
    margin-right: 0; }

.singleGallery-side__ul li {
  margin-bottom: 30px; }
  .singleGallery-side__ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 415px) and (max-width: 1199px) {
      .singleGallery-side__ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (max-width: 414px) {
      .singleGallery-side__ul li a {
        display: block; } }

.singleGallery-side__img {
  width: 100px;
  height: 100px; }
  .singleGallery-side__img background {
    size: cover; }

.singleGallery-side__title {
  width: 170px; }

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