/************************************

reset

************************************/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

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

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address, em {
  font-style: normal;
}

/************************************

base

************************************/

html {
  font-size: 420%;
}

body {
  position: relative;
  color: #fff;
  font-size: 0.18rem;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  background:  #f7f7f7;
}

p {
  line-height: 1.55;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/************************************

component

************************************/

.main {
  padding: 30px 30px;
  background-size: cover;
  color: #000;
}

.main__container {
  margin: 0 auto;
  padding: 0.7rem 0.2rem;
  max-width: 840px;
  text-align: center;
}


.main__logo {
  font-size: 8vw;
}


.main__lead {
  margin-top: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5vw;
  line-height: 2.22;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.main__catch {
  margin-top: 0.35rem;
  color: #014099;
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
  font-size: 4.9vw;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.company {
  padding: 30px 30px;
}

.comapny__container {
  margin: 0 auto;
  padding: 0.6rem 0.4rem;
  max-width: 780px;
  background: #cecece;
  color: #fff;
}

.company__heading {
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
}

.company__table {
  margin-top: 0.6rem;
}

.company__table table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.company__table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.company__table th {
  padding: 1.2em 1.6em 1.2em 0;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-size: 0.16rem;
  line-height: 1.7;
}

.company__table td {
  padding: 1.2em 0;
  vertical-align: top;
  font-size: 0.16rem;
  line-height: 1.7;
}

.footer {
  margin-top: 0.3rem;
  padding-bottom: 0.9rem;
  text-align: center;
}

.footer__copyright {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.12rem;
}

/************************************

utility

************************************/

.pc-block {
  display: none;
}

.pc-inline {
  display: none;
}

.sp-block {
  display: block;
}

.sp-inline {
  display: inline;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 625%;
  }

  p {
    line-height: 1.75;
  }

  .main {
    padding: 0.9rem 20px 0.4rem;
  }

  .main__logo {
  font-size: 3vw;
  }

  .main__container {
    padding: 1rem 0.5rem;
  }

  .main__lead {
    font-size: 0.18rem;
  }

  .main__catch {
    font-size: 0.28rem;
  }

  .company {
    padding: 0.9rem 20px;
  }

  .comapny__container {
    padding: 0.6rem 0.8rem;
  }

  .company__table th {
    padding: 1.2em 3em 1.2em 0;
  }

  .footer {
    margin-top: 0;
  }

  .pc-block {
    display: block;
  }

  .pc-inline {
    display: inline;
  }

  .sp-block {
    display: none;
  }

  .sp-inline {
    display: none;
  }
}
