#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  z-index: 9999;
}

@media screen and (max-width: 980px) {
  #header {
    height: 75px;
  }
}

#header .header-wrap {
  height: 100%;
  margin: auto;
  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;
  position: relative;
  padding: 0 3vw;
}

#header .header-wrap #logo {
  width: 25%;
  padding: 10px;
  position: absolute;
  left: 20px;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header .header-wrap #logo a:hover svg path {
  fill: #000 !important;
  -webkit-transition: .5s;
  transition: .5s;
}

#header .header-wrap #logo img {
  width: 48px;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #logo {
    width: 70%;
    padding: 0;
  }
}

#header .header-wrap #nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #nav {
    pointer-events: none;
    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: 100%;
    height: 100vh;
    margin: 0;
    background: white;
    opacity: 0;
    overflow: auto;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 980px) {
  #header .header-wrap #nav .share-wrap {
    padding-top: 40px;
    color: #fff;
    text-align: center;
  }
}

#header .header-wrap #nav .share-wrap .title {
  padding-bottom: 24px;
}

#header .header-wrap #nav .share-wrap .share-content svg {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #nav .share-wrap .share-content svg circle {
    fill: #FFFFFF;
  }
}

#header .header-wrap #nav ul {
  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 screen and (max-width: 980px) {
  #header .header-wrap #nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
}

#header .header-wrap #nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2vw;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #nav ul li {
    padding: 0 0 24px;
  }
}

#header .header-wrap #nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #nav ul li a {
    height: auto;
    font-size: 2.4rem;
    font-weight: bold;
  }
}

#header .header-wrap #nav ul li a small {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  font-size: 1rem;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #nav ul li a small {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

#header .header-wrap #nav ul li a:hover {
  opacity: 1;
}

#header .header-wrap #nav ul li a:hover:after {
  width: 100%;
}

#header .header-wrap #open {
  display: none;
}

@media screen and (max-width: 980px) {
  #header .header-wrap #open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    margin: 6.5px 0;
    text-align: center;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
}

@media screen and (max-width: 980px) {
  #header .header-wrap #open div {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin: 12px auto;
  }
}

@media screen and (max-width: 980px) {
  #header .header-wrap #open div span {
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
}

@media screen and (max-width: 980px) {
  #header .header-wrap #open div span:nth-child(1) {
    top: 8px;
  }
}

@media screen and (max-width: 980px) {
  #header .header-wrap #open div span:nth-child(2) {
    top: 16px;
  }
}

@media screen and (max-width: 980px) {
  #header .header-wrap #open div span:nth-child(3) {
    top: 24px;
  }
}

#header .entry {
  position: absolute;
  right: 0;
  top: 0;
  margin: 8px 0;
}

@media screen and (max-width: 980px) {
  #header .entry {
    position: fixed;
    z-index: 1;
  }
}

#header .entry a {
  color: #fff;
}

#header .entry a button {
  background: rgba(0, 0, 0, 0.84);
  color: #fff;
  text-align: left;
  font-size: 2.4rem;
  padding: 16px 32px;
  border-radius: 50px 0 0 50px;
}

@media screen and (max-width: 980px) {
  #header .entry a button {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 16px 32px;
    border-radius: 50px 0 0 0px;
  }
}

#header .entry a button:hover {
  background: black;
  -webkit-transition: .5s;
  transition: .5s;
}

#header .entry a button small {
  font-size: 1rem;
  display: block;
  padding-bottom: 6px;
}

#header .entry a:hover {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 980px) {
  #header.open nav {
    background: #0AEBD7 !important;
  }
}

@media screen and (max-width: 980px) {
  #header.open #open span:nth-child(1) {
    top: 16px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 980px) {
  #header.open #open span:nth-child(2) {
    width: 0;
    left: -24px;
  }
}

@media screen and (max-width: 980px) {
  #header.open #open span:nth-child(3) {
    top: 16px !important;
    left: 0;
    width: 32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#header.open #nav {
  pointer-events: auto;
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 980px) {
  #header.open svg {
    fill: white !important;
  }
}

footer {
  padding: 80px 0;
  text-align: center;
  background: #222;
  color: #fff;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 2;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .sp {
    display: block;
  }
}

article {
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #090909;
}

article header {
  position: relative;
  padding: 80px 40px 20px;
  text-align: left;
  width: 100%;
  max-width: calc(1000px + 80px);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 980px) {
  article header {
    padding: 80px 20px 20px;
  }
}

article header h2 {
  color: #e80021;
  font-weight: 300;
  line-height: 1.6;
  font-size: 3.2rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
  article header h2 {
    font-size: 2.4rem;
  }
}

article header h2 small {
  font-size: 14px;
  display: block;
}

article header i {
  margin-top: 0px;
  position: relative;
  font-weight: bold;
  color: #e80021;
  font-size: 3.6rem;
  display: inline-block;
  font-family: "Caveat", cursive;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-bottom: 20px;
}

article section {
  position: relative;
  width: 100%;
  max-width: calc(1000px + 80px);
  margin: 0 auto;
  padding: 0 40px 20px;
}

@media screen and (max-width: 980px) {
  article section {
    padding: 0 20px 20px;
  }
}

article section.full {
  max-width: 100%;
  padding: 0 0 112px;
}

article section p {
  color: #090909;
  line-height: 2;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  article section p {
    font-size: 14px;
  }
}

article section p strong {
  position: relative;
  padding: 0 8px;
}

article section p strong:after {
  position: absolute;
  content: '';
  background: #ff0;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

article section .btn_wrap {
  text-align: center;
  padding: 80px 0;
}

article section .btn_wrap a.btn {
  display: block;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  margin: auto;
  width: 320px;
  background: #e90020;
  color: #fff;
  padding: 16px 0px;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px;
}

article section .btn_wrap a.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .9;
}

article section .btn_wrap a.btn span {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  display: block;
}

#fv img {
  width: 100%;
}

#about {
  background-color: #eee;
}

#about section .application_period {
  padding-top: 80px;
}

#about section .application_period h3 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 2.4rem;
  padding-bottom: 20px;
}

#about section .application_period p {
  background: #fff;
  padding: 20px;
  margin: auto;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  color: red;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}

#program section {
  max-width: 100%;
}

#program section .target_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

#program section .target_wrapper:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  background: #e80021;
  left: 0;
  z-index: -1;
  top: 120px;
}

@media screen and (max-width: 980px) {
  #program section .target_wrapper:after {
    height: 500px;
    top: 40px;
  }
}

#program section .target_wrapper .target_content {
  width: 100%;
}

#program section .target_wrapper .target_content .img_wrapper {
  width: 100%;
}

#program section .target_wrapper .target_content .img_wrapper img {
  width: 100%;
}

#program section .target_wrapper .target_content .info_wrapper {
  width: 100%;
}

@media screen and (max-width: 980px) {
  #program section .target_wrapper .target_content .info_wrapper {
    display: none;
  }
}

#program section .target_wrapper .target_content .info_wrapper h3 {
  width: 100%;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
}

#program section .name_wrapper {
  width: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: -40px;
}

#program section .name_wrapper h3 {
  width: 100%;
  font-weight: 300;
  letter-spacing: 4px;
  text-align: center;
  padding-bottom: 10px;
}

#program section .name_wrapper p {
  width: auto;
  font-size: 20px;
}

#program section .btn_wrap a.btn {
  background: #fff;
  color: #e90020;
}

#detail {
  background: #fff;
}

@media screen and (max-width: 980px) {
  #detail {
    background: #222;
  }
}

#detail section {
  max-width: 100%;
  padding: 0;
}

#detail section .target_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#detail section .target_wrapper .target_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#detail section .target_wrapper .target_content .contents {
  top: 40px;
  left: 0;
  width: 60%;
  position: absolute;
  text-align: left;
  padding: 40px 40px 60px;
  background: #222;
  z-index: 0;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .contents {
    width: 100%;
    position: static;
    padding: 20px;
  }
}

#detail section .target_wrapper .target_content .contents .info_wrapper {
  width: 100%;
}

#detail section .target_wrapper .target_content .contents .info_wrapper h3 {
  width: 100%;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .contents .info_wrapper h3 {
    font-size: 20px;
  }
}

#detail section .target_wrapper .target_content .contents .info_wrapper p {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .contents .info_wrapper p {
    font-size: 14px;
  }
}

#detail section .target_wrapper .target_content .contents .info_wrapper p strong {
  width: 100%;
}

#detail section .target_wrapper .target_content .contents .info_wrapper p strong:after {
  display: none;
}

#detail section .target_wrapper .target_content .contents .detail_wrapper {
  width: 100%;
  padding-right: 160px;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .contents .detail_wrapper {
    padding-right: 0;
  }
}

#detail section .target_wrapper .target_content .contents .detail_wrapper p {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #fff;
}

#detail section .target_wrapper .target_content .contents .btn_wrap {
  text-align: center;
  padding: 40px 0 0;
  position: absolute;
  left: 40px;
  bottom: -20px;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .contents .btn_wrap {
    text-align: center;
    padding: 0;
    position: absolute;
    left: auto;
    top: 120px;
    z-index: 1;
    width: auto;
    right: -20px;
  }
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .contents .btn_wrap .btn {
    display: block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    margin: auto;
    width: auto;
    color: #fff;
    border: #fff solid 1px;
    padding: 16px 40px;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
  }
}

#detail section .target_wrapper .target_content .img_wrapper {
  width: 70%;
  margin-left: 30%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content .img_wrapper {
    width: 100%;
    margin-left: 0;
  }
}

#detail section .target_wrapper .target_content .img_wrapper img {
  width: 100%;
}

#detail section .target_wrapper .target_content .img_wrapper img.background {
  position: absolute;
  top: -120px;
  width: 150%;
  right: -120px;
  height: 150%;
  max-width: 200%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 200%;
  z-index: -1;
  opacity: 0.1;
}

#detail section .target_wrapper .target_content:nth-child(2) .contents {
  right: 0;
  left: auto;
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .info_wrapper {
  width: 100%;
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .info_wrapper h3 {
  text-align: right;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .contents .info_wrapper h3 {
    text-align: left;
  }
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .info_wrapper p {
  text-align: right;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .contents .info_wrapper p {
    text-align: left;
    font-size: 14px;
  }
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .info_wrapper p strong {
  width: 100%;
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .detail_wrapper {
  width: 100%;
  padding-right: 0;
  padding-left: 160px;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .contents .detail_wrapper {
    padding-left: 0px;
  }
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .detail_wrapper p {
  text-align: right;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .contents .detail_wrapper p {
    text-align: left;
  }
}

#detail section .target_wrapper .target_content:nth-child(2) .contents .btn_wrap {
  left: auto;
  right: 40px;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .contents .btn_wrap {
    text-align: center;
    padding: 0;
    position: absolute;
    left: auto;
    top: 120px;
    z-index: 1;
    width: auto;
    right: -20px;
  }
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .contents .btn_wrap .btn {
    display: block;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    margin: auto;
    width: auto;
    color: #fff;
    border: #fff solid 1px;
    padding: 16px 40px;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
  }
}

#detail section .target_wrapper .target_content:nth-child(2) .img_wrapper {
  margin-left: 0;
  width: 65%;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .img_wrapper {
    width: 100%;
  }
}

#detail section .target_wrapper .target_content:nth-child(2) .img_wrapper img {
  width: 100%;
}

@media screen and (max-width: 980px) {
  #detail section .target_wrapper .target_content:nth-child(2) .img_wrapper img.background {
    width: 120%;
    right: -40px;
  }
}

#schedule {
  background-color: #eee;
}

#schedule section {
  padding-top: 40px;
}

#schedule section .stepwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #e80021;
  padding-bottom: 20px;
  max-width: 1000px;
  margin: 0 auto 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 980px) {
  #schedule section .stepwrap {
    padding-bottom: 10px;
    margin: 0 auto 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#schedule section .stepwrap dt {
  text-align: center;
  width: 140px;
  opacity: 0.6;
}

@media screen and (max-width: 980px) {
  #schedule section .stepwrap dt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

#schedule section .stepwrap dt .step {
  font-size: 3.6rem;
  letter-spacing: 4px;
  font-weight: 200;
}

#schedule section .stepwrap dt .number {
  font-weight: 600;
  font-size: 60px;
}

#schedule section .stepwrap dd {
  width: 100%;
  padding-left: 80px;
  text-align: left;
}

@media screen and (max-width: 980px) {
  #schedule section .stepwrap dd {
    padding-left: 0;
    padding-top: 20px;
  }
}

#schedule section .stepwrap dd h4 {
  width: 100%;
  font-size: 24px;
  color: #e80021;
  font-weight: 300;
  letter-spacing: 4px;
}

@media screen and (max-width: 980px) {
  #schedule section .stepwrap dd h4 {
    font-size: 20px;
  }
}

#schedule section .stepwrap dd p {
  padding: 20px 0 0;
  text-align: left;
}

@media screen and (max-width: 980px) {
  #schedule section .stepwrap dd p {
    padding-top: 10px;
  }
}

#faq section {
  padding-top: 40px;
}

#faq section dl {
  padding: 0px 0 20px;
  max-width: 800px;
  margin: auto;
}

#faq section dl dt {
  position: relative;
  font-weight: 300;
  line-height: 2;
  font-size: 16px;
  color: #090909;
  cursor: pointer;
  border-bottom: solid 2px #e6e6e6;
  padding-left: 48px;
  letter-spacing: 2px;
}

@media screen and (max-width: 980px) {
  #faq section dl dt {
    line-height: 1.6;
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#faq section dl dt:before {
  width: 36px;
  height: 100%;
  content: 'Q';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(0% + 16px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  background: #e6e6e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

@media screen and (max-width: 980px) {
  #faq section dl dt:before {
    top: 30px;
  }
}

#faq section dl dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fc0d1b;
  width: 36px;
  height: 2px;
  visibility: visible;
}

#faq section dl dt.on {
  margin-bottom: 0;
}

#faq section dl dt.on:before {
  content: 'Q';
}

#faq section dl dd {
  position: relative;
  display: none;
  margin: 0;
  font-weight: 300;
  line-height: 2;
  font-size: 14px;
  padding: 20px 20px 20px 72px;
  color: #090909;
  margin-bottom: 20px;
}

#faq section dl dd:before {
  content: 'A';
  position: absolute;
  top: 32px;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e80021;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

#contact {
  background: #eee;
}

#contact section {
  text-align: center;
}

#contact section h3 {
  text-align: center;
  font-size: 20px;
  color: #e80021;
  padding-bottom: 40px;
  letter-spacing: 4px;
}

@media screen and (max-width: 980px) {
  #contact section h3 {
    font-size: 18px;
  }
}

#contact section table {
  display: inline-block;
  text-align: left;
}

#contact section table tr {
  width: 100%;
}

#contact section table tr th {
  width: auto;
  padding: 10px;
}

#contact section table tr td {
  width: auto;
  padding: 10px;
}

#contact section table tr td a {
  width: 100%;
  color: #090909;
}

#contact section .tel_btn_wrap {
  width: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

#contact section .tel_btn_wrap .btn {
  display: block;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  margin: auto;
  width: 320px;
  background: #e90020;
  color: #fff;
  padding: 16px 0px;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 4p;
}

#contact section .tel_btn_wrap .btn small {
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

#contact section .tel_btn_wrap .btn span {
  width: 100%;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  display: block;
  font-size: 24px;
  letter-spacing: 4px;
}

#apply {
  background-color: #f5f5f5;
}

#apply header {
  max-width: 100%;
  padding: 0 0 40px;
}

#apply header img {
  width: 100%;
}

#apply header i {
  margin-top: 40px;
}

#apply section {
  text-align: center;
}

#apply section h3 {
  text-align: center;
  font-size: 20px;
  color: #e80021;
  padding-bottom: 40px;
  letter-spacing: 4px;
}

@media screen and (max-width: 980px) {
  #apply section h3 {
    font-size: 18px;
  }
}

#apply section table {
  display: inline-block;
  text-align: left;
}

#apply section table tr {
  width: 100%;
}

#apply section table tr th {
  width: auto;
  padding: 10px;
}

#apply section table tr td {
  width: auto;
  padding: 10px;
}

#apply section table tr td a {
  width: 100%;
  color: #090909;
}
/*# sourceMappingURL=common.css.map */