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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/* Base
-------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
  color: #5D0010;
  word-wrap: break-word;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

ul,
ol {
  list-style: none;
}

hr {
  margin: 0;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

textarea {
  resize: vertical;
}

label,
button,
select,
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 76px;
    padding-bottom: 153px;
  }
}

/* ==========================================================================
  Layout
========================================================================== */
/* Header
-------------------------------------------------------------------------- */
.header-nav {
  margin-bottom: 44px;
}

@media screen and (min-width: 768px) {
  .header-nav {
    margin-bottom: 150px;
    padding-top: 16px;
  }
}

.header-nav-inner {
  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;
  padding: 40px 20px 0;
}

@media screen and (min-width: 768px) {
  .header-nav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-nav-logo {
  width: 48px;
}

@media screen and (min-width: 768px) {
  .header-nav-logo {
    width: 66px;
  }
}

.header-nav-btn + label {
  width: 37px;
  height: 33px;
  background-image: url(images/hamburger-menu.png);
  background-position: center;
  background-repeat: no-repeat;
}

.header-nav-btn:checked + label {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(images/hamburger-menu-close.png);
  z-index: 11;
}

.header-nav-btn:checked + * + .header-nav-link-area {
  display: block;
}

.header-nav-link-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  color: #000;
  padding: 43px 20px 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .header-nav-link-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
  }
}

.header-nav-link-area a {
  display: block;
  border-bottom: 1px solid #E60027;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  text-align: center;
  color: #E60027;
}

@media screen and (min-width: 768px) {
  .header-nav-link-area a {
    border-bottom: 0;
    margin-right: 2em;
    font-size: 13px;
    padding: 0;
  }
}

/* Footer
-------------------------------------------------------------------------- */
.footer-nav {
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-nav {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav-inner {
    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;
  }
}

.footer-nav-logo {
  margin: 0 auto;
}

.footer-nav-link-area {
  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;
}

.footer-nav-link-area a {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .footer-nav-link-area {
    display: block;
  }
  .footer-nav-link-area a {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 2em;
    margin-top: 0;
  }
}

.footer-nav-btn-area {
  display: inline-block;
  width: 275px;
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .footer-nav-btn-area {
    margin-top: 0;
    width: 124px;
  }
}

.footer-copyright {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

/* ==========================================================================
  Object
========================================================================== */
/* Component
-------------------------------------------------------------------------- */
.c-hr {
  border-bottom: 2px solid #E60027;
}

.c-btn-primary {
  width: 100%;
  height: 36px;
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  .c-btn-primary {
    height: 42px;
  }
}

.c-title-main {
  padding: 19px 0;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .c-title-main {
    font-size: 30px;
  }
}

.c-title-sub-small {
  font-size: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #E60027;
  color: #E60027;
}

@media screen and (min-width: 768px) {
  .c-title-sub-small {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.c-title-sub-middle {
  font-size: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #E60027;
  color: #E60027;
}

@media screen and (min-width: 768px) {
  .c-title-sub-middle {
    font-size: 30px;
  }
}

.c-title-sub-big {
  font-size: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #E60027;
  color: #E60027;
}

@media screen and (min-width: 768px) {
  .c-title-sub-big {
    font-size: 30px;
  }
}

.c-breadcrumb {
  margin-top: 16px;
  font-size: 15px;
  font-weight: normal;
}

.c-breadcrumb a {
  color: #E60027;
  text-decoration: underline;
}

.c-breadcrumb span::before {
  padding: 0 0.2em;
  content: '>';
}

.c-table {
  width: 100%;
  line-height: 1.5;
}

.c-table th,
.c-table td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

.c-table th {
  width: 80px;
  border-bottom: 1px solid #E60027;
  color: #E60027;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-table th {
    width: 38%;
    padding-left: 19%;
  }
}

.c-table td {
  border-bottom: 1px solid #5D0010;
}

@media screen and (min-width: 768px) {
  .c-table td {
    width: 62%;
    padding-left: 70px;
  }
}

.c-list-inner {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-list dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  .c-list dt {
    width: 379px;
    font-size: 20px;
    min-height: 78px;
  }
}

.c-list dd {
  position: relative;
  margin-top: 14px;
  padding-left: 62px;
}

@media screen and (min-width: 768px) {
  .c-list dd {
    margin-top: 0;
    padding-left: 80px;
    font-size: 20px;
  }
}

.c-list dd::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -61px;
  width: 24px;
  height: 60px;
  content: '';
}

@media screen and (min-width: 768px) {
  .c-list dd::before {
    left: 0;
    width: 55px;
    height: 3px;
    margin-top: -3px;
    border-width: 3px;
  }
}

.c-list dd::after {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  margin-top: -6px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  content: '';
}

@media screen and (min-width: 768px) {
  .c-list dd::after {
    left: 50px;
    width: 12px;
    height: 12px;
    margin-top: -7px;
  }
}

.c-address-area {
  color: #E60027;
  text-align: left;
  margin-top: 50px;
}

.c-address-area h4 span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #E60027;
}

.c-address-area address {
  margin-top: 12px;
}

.c-box {
  padding: 41px 0;
}

@media screen and (min-width: 768px) {
  .c-box {
    padding: 45px 0;
  }
}

.c-box-title {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .c-box-title {
    font-size: 30px;
  }
}

.c-box-text-area {
  margin-top: 21px;
}

@media screen and (min-width: 768px) {
  .c-box-text-area {
    margin-top: 25px;
  }
}

/* Page
-------------------------------------------------------------------------- */
/* index */
.top {
  padding-top: 80px;
}

.top-fast-animation {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 0;
  z-index: 100;
  text-align: center;
  -webkit-animation: fadeout 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeout 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.top-fast-animation img {
  margin: 20px auto 0;
}

.top-fast-animation-fadein {
  -webkit-animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  0% {
    height: 100vh;
  }
  80% {
    height: 100vh;
  }
  99% {
    height: 0;
  }
}

@keyframes fadeout {
  0% {
    height: 100vh;
  }
  80% {
    height: 100vh;
  }
  99% {
    height: 0;
  }
}

.top-header-nav {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .top {
    padding-top: 103px;
  }
}

.top-mv-content {
  width: 100%;
  color: #E60027;
}

@media screen and (min-width: 768px) {
  .top-mv-content {
    position: absolute;
  }
}

.top-mv-content-title {
  margin-top: 80px;
  font-size: 30px;
  line-height: 51px;
}

@media screen and (min-width: 768px) {
  .top-mv-content-title {
    margin-top: 24px;
    font-size: 40px;
    line-height: 68px;
  }
}

.top-mv-content-description {
  margin-top: 10px;
  line-height: 23px;
}

.top-mv-content-btn-area {
  width: 175px;
}

.top-mv-content-btn {
  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;
  margin-top: 32px;
  border: 1px solid #E60027;
}

.top-mv-content-btn img {
  display: inline-block;
  padding-left: 8px;
}

.top-mv-img {
  width: 100%;
}

.top-news-title {
  color: #E60027;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .top-news-title {
    font-size: 30px;
  }
}

.top-news {
  position: relative;
  margin-top: 20px;
  padding: 24px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .top-news {
    padding: 48px 64px;
    margin-top: 30px;
  }
}

.top-news .swiper-button-prev,
.top-news .swiper-button-next {
  position: absolute;
  top: 55%;
}

.top-news .swiper-button-prev::after,
.top-news .swiper-button-next::after {
  color: #E60027;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .top-news .swiper-button-prev::after,
  .top-news .swiper-button-next::after {
    font-size: 31px;
  }
}

.top-news .swiper-button-prev {
  left: -10px;
}

@media screen and (min-width: 768px) {
  .top-news .swiper-button-prev {
    left: 24px;
  }
}

.top-news .swiper-button-next {
  right: -10px;
}

@media screen and (min-width: 768px) {
  .top-news .swiper-button-next {
    right: 24px;
  }
}

.top-news .swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-news .swiper-pagination-bullet {
  background: #F0D1D7;
  opacity: 1;
  width: 6px;
  height: 6px;
}

@media screen and (min-width: 768px) {
  .top-news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.top-news .swiper-pagination-bullet:not(:first-child) {
  margin-left: 16px;
}

.top-news .swiper-pagination-bullet-active {
  background: #E60027;
}

.top-news-wrap {
  position: relative;
}

.top-news-wrap::after {
  position: absolute;
  top: -63px;
  bottom: auto;
  right: 20px;
  display: block;
  width: 140px;
  height: 48px;
  background: url(images/top-news-sp@2x.png) no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (min-width: 768px) {
  .top-news-wrap::after {
    top: auto;
    bottom: -63px;
    right: 40px;
    width: 398px;
    height: 113px;
    background: url(images/top-news@2x.png) no-repeat;
    background-size: contain;
  }
}

.top-news-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-news-item > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (min-width: 768px) {
  .top-news-content {
    margin-left: 40px;
  }
}

.top-news-content-inner {
  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;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .top-news-content-inner {
    margin-top: 26px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top-news-item-title {
  color: #E60027;
  font-size: 14px;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .top-news-item-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 44px;
  }
}

.top-news-item-cat {
  padding: 5px 10px;
  border-radius: 5px;
  background: #E60027;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .top-news-item-cat {
    padding: 7px 22px;
    font-size: 17px;
  }
}

.top-news-item-date {
  color: #E60027;
  font-size: 11px;
  margin-left: 13px;
}

@media screen and (min-width: 768px) {
  .top-news-item-date {
    font-size: 17px;
    margin-left: 36px;
  }
}

.top-will-wrap {
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .top-will-wrap {
    padding-right: 124px;
  }
}

.top-will {
  margin-top: 80px;
  padding: 30px 0;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .top-will {
    margin-top: 183px;
    padding: 80px 0;
    border-radius: 0 20px 20px 0;
  }
}

.top-will-list {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top-will-list {
    margin-top: 50px;
  }
}

.top-will-list div:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .top-will-list div:not(:first-child) {
    margin-top: 50px;
  }
}

.top-will-list dt {
  min-height: 52px;
  width: auto;
  background-color: #fff;
  color: #930019;
  font-size: 20px;
  padding-left: 22px;
  padding-right: 22px;
}

@media screen and (min-width: 768px) {
  .top-will-list dt {
    width: 195px;
    min-height: 70px;
    font-size: 30px;
  }
}

.top-will-list dt::before {
  padding-right: 20px;
}

.top-will-list dd {
  margin-top: 7px;
  line-height: 23px;
}

@media screen and (min-width: 768px) {
  .top-will-list dd {
    margin-top: 0;
    color: #fff;
    font-size: 23px;
    padding-left: 67px;
  }
}

.top-will-list dd::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .top-will-list dd::before {
    width: 42px;
  }
}

.top-will-list dd::after {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .top-will-list dd::after {
    left: 37px;
  }
}

.top-will-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* vision */
.vision-title {
  padding-bottom: 14px;
}

.vision-title span {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .vision-title {
    font-size: 30px;
    line-height: 40px;
  }
  .vision-title span {
    font-size: 40px;
  }
}

.vision-content:not(:first-child) {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .vision-content:not(:first-child) {
    margin-top: 120px;
  }
}

.vision-text-area {
  margin-top: 36px;
}

@media screen and (min-width: 768px) {
  .vision-text-area {
    margin-top: 20px;
  }
}

.vision-text-area p:not(:first-child) {
  margin-top: 1.6em;
}

.vision-text-area span {
  font-size: 16px;
  color: #E60027;
  line-height: 26px;
}

.vision-list {
  margin-top: 40px;
}

@media screen and (min-width: 1120px) {
  .vision-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.vision-list::before {
  content: '';
  width: 30%;
}

.vision-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin-top: 20px;
  padding-left: 70px;
  border-radius: 50px 0 0 50px;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .vision-list li {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li {
    width: 463px;
    height: 90px;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(1) {
    margin-right: calc(46px * 3);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(2) {
    margin-left: 102px;
    margin-right: calc(46px * 2);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(3) {
    margin-left: 102px;
    margin-right: 46px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(4) {
    margin-left: 102px;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 1120px) {
  .vision-list li:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.vision-footer {
  margin-top: 76px;
  margin-left: 20px;
  margin-right: 20px;
  color: #930019;
  font-size: 30px;
  line-height: 44px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .vision-footer {
    margin-left: 33.3333%;
    margin-right: 0;
    text-align: left;
    line-height: 1;
    padding-bottom: 8px;
  }
}

.vision-footer span {
  color: #E60027;
}

.vision .u-mt-vision-content {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .vision .u-mt-vision-content {
    margin-top: 120px;
  }
}

/* business */
.business-list > li:not(:first-child) {
  margin-top: 46px;
}

@media screen and (min-width: 768px) {
  .business-list > li:not(:first-child) {
    margin-top: 76px;
  }
}

.business-list-title-wrap {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0 16px 20px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .business-list-title-wrap {
    padding: 30px 0 20px 46px;
  }
}

.business-list-title {
  color: #E60027;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .business-list-title {
    font-size: 30px;
  }
}

.business-list-description {
  position: relative;
  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;
  min-height: 40px;
  margin-top: 10px;
  padding: 6px 20px;
  border-radius: 60px 0 0 60px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .business-list-description {
    margin-top: 21px;
    font-size: 20px;
    margin-left: 46px;
    min-height: 61px;
  }
}

.business-list-description::after {
  position: absolute;
  top: 0;
  right: -14px;
  display: block;
  width: 14px;
  height: 100%;
  background-color: #BA0020;
  content: '';
}

.business-list-description::before {
  position: absolute;
  bottom: -8px;
  right: -14px;
  border-top: 4px solid #930019;
  border-left: 7px solid #930019;
  border-bottom: 4px solid transparent;
  border-right: 7px solid transparent;
  display: block;
  content: '';
}

.business-list-content {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .business-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.business-list-content > ul > li {
  position: relative;
  padding-left: 1em;
}

/* .business-list-content > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\30FB';
} */

.business-list-content-instagram {
  display: block;
  margin: 30px auto 0;
  color: #E60027;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .business-list-content-instagram {
    margin: 0;
  }
}

.business-list-content-instagram span {
  font-size: 18px;
}

.business-list-content-instagram img {
  margin: 6px auto;
}

/* message */
@media screen and (min-width: 768px) {
  .message {
    padding-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.message-content img {
  width: 210px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .message-content img {
    width: auto;
  }
}

.message-content-text-area {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .message-content-text-area {
    margin-top: 0;
    margin-left: 45px;
  }
}

.message-content-strong-text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .message-content-strong-text {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 62px;
  }
}

.message-officer-introduction {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .message-officer-introduction {
    margin-top: 0;
  }
}

.message-officer-introduction hr {
  width: 210px;
  border-color: #fff;
  border-width: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.message-guidelines {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .message-guidelines {
    margin-top: 100px;
  }
}

.message-guidelines-list {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list {
    margin-top: 40px;
  }
}

.message-guidelines-list div {
  counter-increment: num;
}

.message-guidelines-list div:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list div:not(:first-child) {
    margin-top: 50px;
  }
}

.message-guidelines-list dt {
  width: auto;
  min-height: 52px;
  padding: 6px 24px;
  background-color: #fff;
  color: #930019;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list dt {
    min-height: 70px;
    font-size: 30px;
  }
}

.message-guidelines-list dt::before {
  content: counter(num);
  padding-right: 14px;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list dt::before {
    padding-right: 20px;
  }
}

.message-guidelines-list dd {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list dd {
    margin-top: 0;
    color: #fff;
    font-size: 23px;
    padding-left: 67px;
  }
}

.message-guidelines-list dd::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list dd::before {
    width: 42px;
  }
}

.message-guidelines-list dd::after {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .message-guidelines-list dd::after {
    left: 37px;
  }
}

/* company */
.company {
  padding-top: 56px;
}

@media screen and (min-width: 768px) {
  .company-title {
    font-size: 40px;
  }
}

.company-table {
  margin-top: 30px;
}

.company-detail {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .company-detail {
    margin-top: 76px;
  }
}

.company-office {
  margin-top: 30px;
}

.company-office h4 {
  color: #5D0010;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .company-office h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .company-office-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company-office-list li {
  margin: 20px 0;
  padding: 14px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .company-office-list li {
    width: 336px;
    min-height: 131px;
    margin: 15px;
  }
}

.company-history {
  margin-top: 20px;
}

.company-history-list {
  width: 100%;
  margin-top: 30px;
}

.company-history-list th,
.company-history-list td {
  padding: 6px 0 5px;
  text-align: left;
  line-height: 1.5;
}

.company-history-list th {
  width: 98px;
  border-right: 2px solid #fff;
}

.company-history-list td {
  padding-left: 32px;
}

/* recruit */
@media screen and (min-width: 768px) {
  .recruit {
    padding-top: 70px;
  }
}

.recruit-title {
  margin-top: 70px;
}

.recruit-list {
  margin-top: 40px;
}

.recruit-list dt {
  background-color: #E60027;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .recruit-list dd {
    color: #E60027;
  }
}

.recruit-list dd::before {
  border-left: 2px solid #E60027;
  border-bottom: 2px solid #E60027;
}

.recruit-list dd::after {
  background-color: #E60027;
}

.recruit-table {
  margin-top: 76px;
}

/* privacy policy */
.privacy-policy-description {
  color: #E60027;
  line-height: 23px;
}

@media screen and (min-width: 768px) {
  .privacy-policy-description {
    line-height: 1;
  }
}

.privacy-policy-list {
  max-width: 808px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.privacy-policy-list dt:not(:first-child) {
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .privacy-policy-list dt {
    font-size: 20px;
  }
}

.privacy-policy-list dd {
  margin-top: 9px;
  line-height: 23px;
}

/* contact */
.contact-form {
  max-width: 864px;
}

.contact-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-inner:not(:last-child) {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .contact-label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 25px;
    -ms-flex-preferred-size: 231px;
        flex-basis: 231px;
    font-size: 16px;
  }
}

.contact-input, .contact-textarea {
  width: 100%;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #5D0010;
  border-radius: 4px;
  background: #fff;
}

.contact-input:focus, .contact-textarea:focus {
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .contact-input, .contact-textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    margin-top: 0;
  }
}

.contact-input {
  height: 48px;
}

@media screen and (min-width: 768px) {
  .contact-input {
    height: 60px;
  }
}

.contact-textarea {
  padding-top: 1em;
  padding-bottom: 1em;
}

.contact-required {
  display: inline-block;
  margin-left: 1em;
  padding: 6px 11px;
  border-radius: 3px;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .contact-required {
    font-size: 13px;
    margin-left: 0;
  }
}

.contact-btn-area {
  max-width: 608px;
  margin: 0 auto;
}

.contact-btn {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .contact-btn {
    margin-top: 56px;
  }
}

.company-officer-list li {
  margin: 20px 0;
  padding: 14px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.company-officer-list li h5{
	font-size:1.2em;
	font-weight:bold;
}
.company-officer-list li h5:before,.company-officer-list li h5:after{
	content:"〜";
	margin:0 5px;
}
@media screen and (min-width: 768px) {
  .company-officer-list li {
    width: 100%;
    margin: 15px;
  }
}


/* Utility
-------------------------------------------------------------------------- */
.u-inner {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .u-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
  }
}

.u-bg-bright-red {
  background: #E60027;
  color: #fff;
}

.u-bg-little-dark-red {
  background: #BA0020;
  color: #fff;
}

.u-bg-dark-red {
  background: #930019;
  color: #fff;
}

.u-bg-white {
  background: #fff;
  color: #E60027;
}

.u-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pl-46 {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.u-mt-40-80 {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .u-mt-40-80 {
    padding-top: 80px;
  }
}

.u-text {
  line-height: 2;
}

.u-new-line {
  display: inline-block;
}

.u-line-height-23 {
  line-height: 23px;
  max-width:800px;
}
/*# sourceMappingURL=style.css.map */