@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/*
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;
}

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;
}

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

.hero-title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  .hero-title {
    font-size: 2.25rem;
  }
}

.hero-subtitle {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  .hero-subtitle {
    font-size: 1.6875rem;
  }
}

.title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .title {
    font-size: 1.125rem;
  }
}

.body-copy {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .body-copy {
    font-size: 0.75rem;
  }
}

.nav {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .nav {
    font-size: 0.65625rem;
  }
}

.note {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .note {
    font-size: 0.5625rem;
  }
}

.hero-title {
  font-weight: 700;
}

.hero-subtitle {
  font-weight: 700;
}

.title {
  font-weight: 700;
}

.body-copy {
  font-weight: 400;
}

.nav {
  font-weight: 400;
}

.note {
  font-weight: 400;
}

.l-wideColumn {
  width: 100%;
  padding: 96px 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .l-wideColumn {
    padding: 72px 10px;
  }
}

.l-wideColumn--first {
  padding: 168px 0 96px;
}

@media only screen and (max-width: 640px) {
  .l-wideColumn--first {
    padding: 168px 10px 72px;
  }
}

.l-wideColumn--service {
  padding: 72px 10px 0;
}

.l-wideColumn--grey {
  background: linear-gradient(135deg, #FAFAFA, #fafafa) fixed;
}

.l-wideColumn--darkgrey {
  background-color: #F2F2F2;
}

.l-wideColumn--black {
  background-color: #000;
}

.l-flexParent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.l-flexChild {
  flex: 1 1 50%;
}

.l-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  opacity: .5;
}

.l-layer--black {
  background-color: #000;
}

.l-layer--sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .l-layer--sp {
    display: block;
  }
}

.button {
  display: inline-block;
  padding: 12px 38.4px;
  text-align: center;
  border: solid 1px #000;
  margin-right: 24px;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
}

@media only screen and (max-width: 640px) {
  .button {
    padding: 8px 24px;
  }
}

.button:last-child {
  margin-right: 0;
}

.button i {
  margin-left: 6px;
}

.button:hover {
  transition: .2s;
  background: #000;
  color: #fff;
}

.Header {
  min-height: 72px;
  max-width: 1056px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5f6368;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .Header {
    height: auto;
    padding: 0 20px;
  }
}

.Header__container {
  width: 100%;
  border-bottom: solid 1px #eee;
  background-color: #fff;
  position: fixed;
  z-index: 98;
}

.Header__container--manage {
  background-color: #F2F2F2;
}

.Header__head {
  display: block;
  flex: 1 1 20%;
  color: #000;
  height: 36px;
}

.Header__body {
  flex: 3 1 60%;
}

@media only screen and (max-width: 640px) {
  .Header__body {
    display: none;
  }
  .Header__body.is-open {
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    min-width: 200px;
    height: 100%;
    z-index: 99;
    padding: 96px 0 0 72px;
    background-color: #fff;
    opacity: .95;
  }
}

.Header__foot {
  flex: 1 1 20%;
}

.Header__foot a:hover {
  opacity: .6;
}

@media only screen and (max-width: 640px) {
  .Header__foot {
    display: none;
  }
}

.Header__logo {
  height: 36px;
}

.Header__menu {
  display: none;
}

@media only screen and (max-width: 640px) {
  .Header__menu {
    display: block;
    width: 72px;
    padding: 6.66667px 0;
    text-align: center;
    border-radius: 8px;
    border: .5px solid #222;
    cursor: pointer;
  }
}

.Header__menu:hover {
  background-color: #222;
  color: #fff;
}

.Nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .Nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

.Nav__item {
  display: flex;
  align-items: center;
  margin-right: 48px;
  height: 64px;
}

@media only screen and (max-width: 640px) {
  .Nav__item {
    margin: 0;
  }
}

.Nav__item:last-child {
  margin-right: 0;
}

.Nav__item a:hover {
  opacity: .6;
}

.SNSList {
  display: flex;
  justify-content: flex-end;
}

.SNSList__item {
  font-size: 20px;
}

.SNSList--header .SNSList__item {
  margin-left: 48px;
}

.SNSList--footer {
  justify-content: flex-start;
}

.SNSList--footer .SNSList__item {
  margin-right: 24px;
}

.Footer {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 0;
  color: #fff;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .Footer {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.Footer__logo {
  margin: 0 auto;
  width: 60%;
  min-width: 200px;
}

.Footer__column {
  height: 200px;
  padding: 0 48px;
  flex: 1 1 25%;
  border-right: 1px solid #fff;
}

.Footer__column:last-child {
  border-right: none;
}

@media only screen and (max-width: 640px) {
  .Footer__column {
    width: 100%;
    padding: 0 10px;
    height: auto;
    border: none;
    margin-bottom: 48px;
    box-sizing: border-box;
  }
  .Footer__column:last-child {
    margin-bottom: 0;
  }
}

.Footer__head {
  margin-bottom: 24px;
}

.Footer__item {
  margin-bottom: 12px;
}

.Footer__icon {
  margin-right: 12px;
  font-size: 1.0rem;
}

.TextBox__item {
  margin-bottom: 36px;
}

@media only screen and (max-width: 640px) {
  .TextBox__item {
    margin-bottom: 24px;
  }
}

.OverlapImage__sub {
  background: #000;
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .OverlapImage__sub {
    display: none;
  }
}

.OverlapImage__main {
  position: relative;
  left: 10%;
  width: 85%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .OverlapImage__main {
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.OverlapImage--right .OverlapImage__sub {
  right: 0;
  left: 20%;
}

.OverlapImage--right .OverlapImage__main {
  left: 0;
  right: 8%;
}

.ArticleHeader {
  width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .ArticleHeader {
    width: 100%;
  }
}

.ArticleHeader__category {
  display: inline-block;
  padding: 4.8px 12px;
  border: 1px solid #222;
  border-radius: 8px;
  margin-bottom: 16px;
}

.ArticleHeader__title {
  margin-bottom: 12px;
}

.Article {
  width: 640px;
  margin: 0 auto;
  padding: 96px 0;
  text-align: justify;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .Article {
    padding: 48px 10px;
    width: 100%;
  }
}

.Article__title {
  display: flex;
  margin-bottom: 48px;
}

.Article__title::before {
  content: '';
  width: 4px;
  height: 36px;
  background-color: #222;
  margin-right: 12px;
}

@media only screen and (max-width: 640px) {
  .Article__title {
    margin-bottom: 24px;
  }
}

.Article__thumb {
  width: 100%;
  height: 240px;
  object-fit: contain;
  margin-bottom: 48px;
}

.Article__body {
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .Article__body {
    padding: 0 10px;
  }
}

.HeroImage {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .HeroImage {
    width: 100%;
    flex-direction: column;
  }
}

.HeroImage__main {
  flex: 1 1 50%;
  margin-right: 24px;
}

@media only screen and (max-width: 640px) {
  .HeroImage__main {
    flex: 0;
    margin-right: 0;
    z-index: 15;
  }
}

.HeroImage__sub {
  flex: 1 1 50%;
  background: #f2f2f2;
  height: 360px;
}

@media only screen and (max-width: 640px) {
  .HeroImage__sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.HeroImage__thumb {
  width: 100%;
  height: 100%;
}

.EntryCard {
  width: 420px;
  background: #fff;
  margin: 0 24px 24px 0;
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .EntryCard {
    width: 90%;
    margin: 0 auto;
    height: 96px;
    margin-bottom: 20px;
  }
  .EntryCard a {
    display: flex;
  }
}

.EntryCard__container {
  width: 888px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

@media only screen and (max-width: 640px) {
  .EntryCard__container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.EntryCard__main {
  padding: 24px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .EntryCard__main {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
  }
}

.EntryCard__sub {
  width: 100%;
  height: 280px;
  object-fit: cover;
  background: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .EntryCard__sub {
    width: 30%;
    height: 96px;
  }
}

.EntryCard__item {
  display: block;
  margin-bottom: 6px;
}

.EntryCard__item:last-child {
  margin-bottom: 0;
}

.EntryCard--s {
  width: 320px;
}

.EntryCard--m {
  width: 520px;
}

.EntryCard__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.EntryCard:hover {
  transition: .2;
  opacity: .8;
}

.OverlayPanel {
  max-width: 1200px;
  width: 90%;
  height: 480px;
  margin: 0 auto 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background: #000;
  background: linear-gradient(135deg, black 0%, black 13%, black 32%, #7484be 47%, #d0856d 80%, #45fcd4 94%);
  background-size: 400% 400%;
  background-repeat: no-repeat;
  transition: .3s all;
  box-sizing: border-box;
}

.OverlayPanel:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .OverlayPanel {
    width: 100%;
    height: auto;
    padding: 48px 0;
    margin-bottom: 20px;
  }
}

.OverlayPanel:hover {
  background-position: 100% 100%;
}

.OverlayPanel__thumb {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .6;
}

.OverlayPanel__head {
  max-width: 300px;
  z-index: 10;
  position: relative;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  padding: 24px 96px;
  margin-bottom: 36px;
}

.OverlayPanel:hover .OverlayPanel__head {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 640px) {
  .OverlayPanel__head {
    padding: 10px 30px;
    margin-bottom: 20px;
  }
}

.OverlayPanel__body {
  display: block;
  max-width: 400px;
  z-index: 10;
  text-align: center;
}

.EntryPanel {
  max-width: 1200px;
  width: 90%;
  height: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .EntryPanel {
    width: 100%;
    height: 240px;
    justify-content: flex-start;
  }
}

.EntryPanel__sub {
  flex: 1 0 50%;
  background-image: url(../images/index/blog1.jpg);
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .EntryPanel__sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

.EntryPanel__main {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 96px;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .EntryPanel__main {
    width: 100%;
    z-index: 15;
    padding: 0 20px 0;
  }
}

.EntryPanel__text {
  display: block;
  margin-bottom: 48px;
}

@media only screen and (max-width: 640px) {
  .EntryPanel__text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.EntryPanel__foot {
  display: inline;
  width: 120px;
}

@media only screen and (max-width: 640px) {
  .EntryPanel__foot {
    width: auto;
    padding: 10px 0;
  }
}

.BorderBox {
  max-width: 980px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 24px;
  border: solid 3px #000;
  border-radius: 4px;
}

.BorderBox::before {
  content: "";
  position: absolute;
  display: block;
  text-align: center;
  top: -50px;
  width: 1px;
  height: 80px;
  border-right: solid 0.5px #000;
}

@media only screen and (max-width: 640px) {
  .BorderBox {
    box-sizing: border-box;
    width: 100%;
    padding: 48px 20px 24px;
  }
}

.BorderBox__head {
  margin-bottom: 36px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .BorderBox__head {
    margin-bottom: 20px;
  }
}

.BorderBox__body {
  margin-bottom: 36px;
}

.BorderBox__body:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .BorderBox__body {
    width: 100%;
  }
}

.BorderBox__body ol {
  margin-left: 24px;
}

.BorderBox__body ol li {
  padding-left: 24px;
}

.FullPanel {
  width: 100%;
  height: 600px;
  position: relative;
  padding: 0 96px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}

.FullPanel_white {
  width: 100%;
  height: 600px;
  position: relative;
  padding: 0 96px 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}


@media only screen and (max-width: 640px) {
  .FullPanel {
    height: 360px;
    padding: 0 20px 24px;
  }

  .FullPanel_white {
    height: 360px;
    padding: 0 20px 24px;
  }
}

.FullPanel__thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: .5;
  background-size: cover;
  background-position: center;
}


.FullPanel__thumb2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.FullPanel__head {
  margin-bottom: 12px;
  z-index: 10;
}

.FullPanel__body {
  z-index: 10;
}

.TextEmphesis {
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

.TextEmphesis__icon {
  display: block;
  font-size: 120px;
  margin-bottom: 48px;
}

.TextEmphesis__head {
  margin-bottom: 72px;
}

.VerticalTable {
  width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .VerticalTable {
    width: 90%;
  }
}

.VerticalTable__head {
  width: 200px;
  text-align: left;
  padding: 48px 24px;
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .VerticalTable__head {
    width: 25%;
    padding-right: 0;
  }
}

.VerticalTable__body {
  padding: 48px 24px;
}

@media only screen and (max-width: 640px) {
  .VerticalTable__body {
    width: 75%;
    padding-left: 0;
  }
}

.VerticalTable tr {
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: center;
}

.VerticalTable tr::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background: #222;
  margin-right: 12px;
}

.ExecutiveBox {
  display: flex;
  margin-bottom: 72px;
  align-items: center;
}

.ExecutiveBox:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .ExecutiveBox {
    width: 100%;
    display: block;
  }
}

.ExecutiveBox__main {
  flex: 1 0 50%;
  padding: 0 144px 0 24px;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .ExecutiveBox__main {
    padding: 0;
  }
}

.ExecutiveBox__main--reverse {
  flex: auto;
  margin: -48px 0 48px;
}

@media only screen and (max-width: 640px) {
  .ExecutiveBox__main--reverse {
    margin: 0;
  }
}

.ExecutiveBox__sub {
  flex: 1 0 50%;
  height: 480px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .ExecutiveBox__sub {
    height: 360px;
    margin-bottom: 20px;
  }
}

.ExecutiveBox--reverse {
  flex-direction: row-reverse;
}

.ProductDesc {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 96px;
}

.ProductDesc:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .ProductDesc {
    width: 100%;
  }
}

.ProductDesc__head {
  margin-bottom: 48px;
}

.ProductDesc__thumb {
  width: 480px;
  height: 280px;
  background: #eee;
  margin-right: 24px;
  background-size: cover;
}

.ProductDesc__thumb:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .ProductDesc__thumb {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.ProductDesc__images {
  position: relative;
  margin-bottom: 48px;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .ProductDesc__images {
    width: 100%;
    flex-direction: column;
  }
}

.FormContainer {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .FormContainer {
    display: block;
  }
}

.FormContainer__sub {
  flex: 1 1 50%;
  padding: 0 96px 0 48px;
}

@media only screen and (max-width: 640px) {
  .FormContainer__sub {
    background-color: #fff;
    padding: 24px 20px;
  }
}

.FormContainer__main {
  flex: 1 1 50%;
  padding: 0 48px 0 96px;
}

@media only screen and (max-width: 640px) {
  .FormContainer__main {
    padding: 0 20px;
  }
}

.FormContainer--short {
  flex: 1 1 33%;
}

.FormContainer--long {
  flex: 1 2 66%;
}

.Form {
  width: 100%;
}

.Form__input {
  padding: 12px 8px;
  margin-bottom: 24px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  box-sizing: border-box;
}

.Form__input:focus {
  outline: none;
  border-bottom: 1px solid #222;
}

.Form__short {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  margin-right: 2%;
}

.Form__short--even {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .Form__short {
    width: 100%;
    margin-right: 0;
  }
}

.Form__long {
  width: 100%;
}

.Form__large {
  width: 100%;
  height: 280px;
  overflow-y: scroll;
}

@media only screen and (max-width: 640px) {
  .FormDesc {
    margin-bottom: 72px;
  }
}

.FormDesc__head {
  margin-bottom: 48px;
}

.FormDesc__body {
  margin-left: 24px;
}

.FormDesc__body li {
  margin-bottom: 24px;
  padding-left: 12px;
}

.ValidationList {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .ValidationList {
    width: 100%;
  }
}

.ValidationList__item {
  margin-bottom: 12px;
}

.PostsTable {
  width: 1740px;
}

.PostsTable__title {
  padding-left: 24px;
  margin-bottom: 48px;
}

.PostsTable__wrapper {
  width: 85%;
  margin: 0 auto;
  overflow: auto;
}

.PostsTable__item {
  display: inline-block;
  height: 120px;
  overflow: auto;
  padding: 24px;
  box-sizing: border-box;
}

.PostsTable__item--short {
  width: 120px;
}

.PostsTable__item--middle {
  width: 240px;
}

.PostsTable__item--long {
  width: 400px;
}

.PostsTable__head {
  text-align: left;
  height: auto;
  padding: 12px 0 12px 24px;
}

.IndexPage__matchPoint {
  background-image: url("../images/index/matchPoint.jpg");
}

.IndexPage__okazaki {
  background-image: url("../images/index/okazakiimage1s.jpg");
}

.IndexPage__welfie {
  background-image: url("../images/index/welfie.jpg");
}

.CompanyPage__mission {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/company/mission.jpg");
}

.CompanyPage__htomita {
  background-image: url("../images/company/h_tomita.jpg");
}

.CompanyPage__ksuzuki {
  background-image: url("../images/company/k_suzuki.jpg");
}

.CompanyPage__kokazaki {
  background-image: url("../images/company/k_okazaki.jpg");
  background-size: contain;
}

.ServicePage__sportsCompany1 {
  background-image: url("../images/service/sportsCompany1.jpg");
}

.ServicePage__sportsCompany2 {
  background-image: url("../images/service/sportsCompany2.jpg");
}

.ServicePage__tennisIndex {
  background-image: url("../images/service/tennisIndex.jpg");
}

.ServicePage__talentLinkSales {
  background-image: url("../images/service/TalentLinkforSales3.png");
}
.ServicePage__matchPoint {
  background-image: url("../images/service/matchPoint.jpg");
}

.ServicePage__keitaOkazaki {
  background-image: url("../images/service/okazakiimage.jpg");
}

.ServicePage__basketField {
  background-image: url("../images/service/basketField.jpg");
}

.ServicePage__tennisField {
  background-image: url("../images/service/tennisField.jpg");
}

.ServicePage__soccerField {
  background-image: url("../images/service/soccerField.jpg");
}

.RecruitPage__frontEngineer {
  background-image: url("../images/recruit/frontEngineer.jpg");
}

.RecruitPage__backEngineer {
  background-image: url("../images/recruit/backEngineer.jpg");
}

.u-fs36px {
  font-size: 36px;
}

.u-dispctr {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.u-w640px {
  width: 640px;
}

.u-hgt80px {
  height: 80px;
}

.u-mr0auto {
  margin: 0 auto;
}

.u-mr24px {
  display: inline-block;
  margin-right: 24px;
}

.u-mt24px {
  margin-bottom: 24px;
}

.u-mb48px {
  margin-bottom: 48px;
}

.u-taCen {
  text-align: center;
}

.u-dispnone {
  display: none;
}

.hyperlink {
  color: blue;
  text-decoration: underline;
}

.hyperlink:hover {
  opacity: .7;
}
