@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
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; }

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: '';
  content: none; }

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

/***** common color *****/
/***** common settings *****/
@media (max-width: 1023px) {
  .pc-visibility {
    display: none;
    visibility: hidden; } }
@media (min-width: 1024px) {
  .tb-visibility {
    display: none;
    visibility: hidden; } }
@media (max-width: 767px) {
  .tb-visibility {
    display: none;
    visibility: hidden; } }
@media (max-width: 767px) {
  .pc-tb-visibility {
    display: none;
    visibility: hidden; } }
@media (min-width: 1024px) {
  .tb-sp-visibility {
    display: none;
    visibility: hidden; } }
@media (min-width: 768px) {
  .sp-visibility {
    display: none;
    visibility: hidden; } }
.clearfix:after {
  content: ".";
  clear: both;
  display: block; }

.transition {
  transition: all 0.3s; }

body {
  font-family: Meiryo,メイリオ,游ゴシック体,'Yu Gothic',YuGothic,Osaka,'MS PGothic',arial,helvetica,sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em; }
  @media (max-width: 1023px) {
    body {
      font-size: vw(14);
      line-height: vw(28); } }

a {
  color: inherit;
  text-decoration: inherit; }
  a:hover {
    opacity: 0.9; }

img {
  width: 100%; }

/* Form base*/
label {
  font-size: 14px; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input:placeholder-shown, textarea:placeholder-shown {
    color: #9D9D9D; }

input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="datetime"], input[type="file"], input[type="submit"], textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
  padding-left: 10px;
  resize: none; }
  @media (max-width: 767px) {
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], input[type="datetime"], input[type="file"], input[type="submit"], textarea {
      height: 30px;
      font-size: 14px;
      line-height: 22px; } }

input[type="submit"] {
  text-align: center;
  margin-right: 0; }

select {
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.06em;
  background-color: #FFFFFF;
  width: 100%;
  height: 40px; }
  @media (max-width: 767px) {
    select {
      height: 30px;
      font-size: 14px; } }

.select-date select {
  position: relative;
  display: inline;
  width: 20%; }
  @media (max-width: 767px) {
    .select-date select {
      width: 30%; } }
  .select-date select::after {
    position: absolute;
    top: 5px;
    right: 18px;
    border: 5px solid transparent;
    border-top: 5px solid #5165FD;
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 100; }
    @media (max-width: 767px) {
      .select-date select::after {
        right: 10px; } }

input[type="checkbox"] + label {
  font-size: 14px;
  padding-left: 28px;
  position: relative; }
  @media (max-width: 1023px) {
    input[type="checkbox"] + label {
      font-size: 14px; } }
  @media (max-width: 767px) {
    input[type="checkbox"] + label {
      font-size: 10px;
      padding-left: 20px; } }
  input[type="checkbox"] + label::before {
    background: #FFF;
    border: 1px solid #9D9D9D;
    box-sizing: border-box;
    border-radius: 4px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 20px; }
    @media (max-width: 767px) {
      input[type="checkbox"] + label::before {
        height: 14px;
        margin-top: -6px;
        width: 14px; } }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 2px 50px;
  position: relative;
  text-align: left; }
  @media (max-width: 767px) {
    input[type="radio"] + label {
      font-size: 11px;
      line-height: 13px;
      padding: 2px 0 2px 30px;
      width: 75px; } }
  input[type="radio"] + label::before {
    background: #fff;
    bottom: 0;
    border: 1px solid #5165FD;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff inset;
    content: "";
    display: block;
    height: 16px;
    left: 18px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 16px; }
    @media (max-width: 767px) {
      input[type="radio"] + label::before {
        left: 8px; } }

input[type="radio"] + label.either {
  width: 195px; }
  @media (max-width: 767px) {
    input[type="radio"] + label.either {
      width: 120px; } }

input[type="radio"]:checked + label::before {
  background: #5165FD; }

input[type="checkbox"]:checked + label::after {
  box-sizing: border-box;
  border-left: 3px solid #5165FD;
  border-bottom: 3px solid #5165FD;
  content: "";
  display: block;
  height: 8px;
  left: 2px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 16px; }
  @media (max-width: 767px) {
    input[type="checkbox"]:checked + label::after {
      border-left: 2px solid #5165FD;
      border-bottom: 2px solid #5165FD;
      height: 6px;
      left: 4px;
      width: 12px; } }

input[type="checkbox"] {
  display: none !important; }

input[type="file"] {
  border: none;
  margin-left: 0;
  margin-right: 0; }

textarea {
  box-sizing: border-box;
  padding: 10px 15px;
  resize: none;
  line-height: 21px;
  height: 200px; }
  @media (max-width: 767px) {
    textarea {
      margin: 5px 0 0;
      padding: 5px 8px;
      line-height: 16px;
      height: 200px; } }

form.form {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }
  form.form ul {
    margin: 0 auto;
    max-width: 360px;
    width: 88%;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      form.form ul {
        padding-bottom: 30px; } }
  form.form li {
    padding: 10px 0; }
    @media (max-width: 767px) {
      form.form li {
        padding: 5px 0; } }
    form.form li::after {
      clear: both;
      content: "";
      display: block; }
    form.form li .head-notice {
      padding: 80px 0 40px;
      text-align: center;
      font-size: 16px;
      line-height: 32px; }
      @media (max-width: 767px) {
        form.form li .head-notice {
          padding: 50px 0 30px;
          font-size: 14px;
          line-height: 28px; } }
  form.form .error-message {
    font-size: 13px;
    line-height: 16px;
    color: red; }
    @media (max-width: 767px) {
      form.form .error-message {
        font-size: 11px;
        line-height: 13px; } }
  form.form label {
    box-sizing: border-box;
    display: block;
    padding-bottom: 5px;
    width: 100%; }
    @media (max-width: 767px) {
      form.form label {
        padding-top: 5px;
        padding-right: 2%;
        text-align: left; } }
  form.form .form-input-area {
    width: 100%; }
    form.form .form-input-area.checkbox label {
      padding-top: 6px; }
  form.form .notice {
    padding-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #9B9B9B; }
    @media (max-width: 767px) {
      form.form .notice {
        font-size: 10px;
        line-height: 15px; } }
  form.form .required-message {
    padding-top: 5px;
    font-size: 12px;
    text-decoration: underline; }
  @media (max-width: 767px) {
    form.form .radio-list {
      font-size: 12px; } }
  form.form .radio-list dt {
    float: left;
    width: 40%;
    padding-top: 8px; }
    @media (max-width: 767px) {
      form.form .radio-list dt {
        padding-top: 5px; } }
  form.form .radio-list dd {
    float: left; }
  form.form .radio-list .form-input-area label {
    text-align: left; }
  form.form .radio-list ul li {
    display: inline-block; }
  form.form .submit-area {
    padding-top: 40px;
    text-align: center; }
    form.form .submit-area .btn {
      margin: 0 auto; }
  form.form .btn-submit {
    background-color: #5165FD;
    color: #FFFFFF;
    border: none;
    cursor: pointer; }

/* Header */
header#header {
  position: fixed;
  width: 100%;
  height: 60px;
  transition: all .3s;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 767px) {
    header#header {
      height: 13.3333333333vw; } }
  header#header .header-wrapper {
    margin: 0 auto;
    max-width: 1120px;
    width: 94%; }
    header#header .header-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header#header .header-title {
    float: left;
    padding-top: 0; }
    @media (max-width: 767px) {
      header#header .header-title {
        padding-top: 0.5333333333vw; } }
    header#header .header-title img {
      width: 280px; }
      @media (max-width: 767px) {
        header#header .header-title img {
          width: 56vw; } }
  header#header .header-links {
    float: right;
    text-align: right; }
    header#header .header-links::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 767px) {
      header#header .header-links {
        display: none; } }
    header#header .header-links li {
      display: inline-block;
      margin-left: 30px; }
      header#header .header-links li a {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 60px;
        font-weight: bold; }
        @media (max-width: 1023px) {
          header#header .header-links li a {
            font-size: 14px; } }
        @media (max-width: 767px) {
          header#header .header-links li a {
            font-size: 3.7333333333vw;
            line-height: 16vw; } }
  header#header .header-menu-btn {
    display: none; }
    @media (max-width: 767px) {
      header#header .header-menu-btn {
        display: block;
        z-index: 20;
        float: right;
        position: absolute;
        right: 3%;
        top: 4vw;
        box-sizing: border-box;
        width: 8vw;
        height: 8vw; } }
    header#header .header-menu-btn span {
      display: block;
      height: 8px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      transform: rotate(0deg); }
      @media (max-width: 767px) {
        header#header .header-menu-btn span {
          height: 2.1333333333vw; } }
    header#header .header-menu-btn span:nth-of-type(1) {
      border-top: 2px solid #9D9D9D;
      border-bottom: 1px solid #9D9D9D; }
    header#header .header-menu-btn span:nth-of-type(2) {
      border-top: 1px solid #9D9D9D;
      border-bottom: 2px solid #9D9D9D; }

/***** footer *****/
.header-menu-list-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 21;
  overflow-y: scroll; }
  .header-menu-list-wrap .menu-close-btn {
    height: 60px;
    position: relative; }
    @media (max-width: 767px) {
      .header-menu-list-wrap .menu-close-btn {
        height: 13.3333333333vw; } }
    .header-menu-list-wrap .menu-close-btn span {
      position: absolute;
      top: 30px;
      right: 20px;
      border: 0;
      width: 32px;
      height: 3px;
      background: #9D9D9D; }
      @media (max-width: 767px) {
        .header-menu-list-wrap .menu-close-btn span {
          top: 6.6666666667vw;
          right: 2.6666666667vw;
          width: 8.5333333333vw;
          height: 0.5333333333vw; } }
    .header-menu-list-wrap .menu-close-btn span:nth-of-type(1) {
      transform: rotate(45deg); }
    .header-menu-list-wrap .menu-close-btn span:nth-of-type(2) {
      transform: rotate(-45deg); }
  .header-menu-list-wrap .header-menu-list {
    border-top: solid 1px #FAFAFA; }
    .header-menu-list-wrap .header-menu-list li {
      border-bottom: solid 1px #FAFAFA; }
      .header-menu-list-wrap .header-menu-list li a {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 60px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .header-menu-list-wrap .header-menu-list li a {
            font-size: 3.7333333333vw;
            line-height: 13.3333333333vw; } }

#g-footer {
  width: 100%;
  background-color: #FAFAFA; }
  #g-footer .footer-wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: 94%; }
    #g-footer .footer-wrapper .copyright {
      font-size: 11px;
      line-height: 40px; }
      @media (max-width: 767px) {
        #g-footer .footer-wrapper .copyright {
          font-size: 2.6666666667vw;
          line-height: 8vw; } }

/***** top *****/
#top-page .top-main-area {
  height: 720px;
  background-image: url("/assets/images/top/main.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    #top-page .top-main-area {
      height: 160vw; } }
  #top-page .top-main-area .top-main-box {
    max-width: 1040px;
    width: 94%;
    margin: 0 auto;
    padding-top: 280px; }
    @media (max-width: 767px) {
      #top-page .top-main-area .top-main-box {
        padding-top: 53.3333333333vw; } }
    #top-page .top-main-area .top-main-box h1 {
      font-size: 36px;
      font-weight: bold;
      color: #ffffff;
      letter-spacing: 0.06em;
      line-height: 1; }
      @media (max-width: 767px) {
        #top-page .top-main-area .top-main-box h1 {
          font-size: 6.9333333333vw;
          text-align: center;
          white-space: nowrap; } }
    #top-page .top-main-area .top-main-box p {
      margin-top: 60px;
      font-size: 24px;
      line-height: 2;
      font-weight: bold;
      color: #ffffff; }
      @media (max-width: 767px) {
        #top-page .top-main-area .top-main-box p {
          margin-top: 10.6666666667vw;
          font-size: 5.3333333333vw;
          text-align: center;
          white-space: nowrap; } }
      #top-page .top-main-area .top-main-box p span {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 18px;
        letter-spacing: 0.12em; }
#top-page section.about .section-content {
  margin: 0 auto;
  max-width: 960px;
  width: 94%;
  padding-top: 60px; }
  @media (max-width: 767px) {
    #top-page section.about .section-content {
      padding-top: 10.6666666667vw; } }
  #top-page section.about .section-content h2 {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.06em; }
    @media (max-width: 767px) {
      #top-page section.about .section-content h2 {
        font-size: 5.8666666667vw; } }
  #top-page section.about .section-content p {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #top-page section.about .section-content p {
        margin-top: 5.3333333333vw; } }
#top-page section.business .section-content {
  margin: 0 auto;
  max-width: 960px;
  width: 94%;
  padding-top: 60px; }
  @media (max-width: 767px) {
    #top-page section.business .section-content {
      padding-top: 10.6666666667vw; } }
  #top-page section.business .section-content .head-box::after {
    clear: both;
    content: "";
    display: block; }
  #top-page section.business .section-content .head-box .text-box {
    float: right;
    width: 60%;
    padding-top: 40px; }
    @media (max-width: 1023px) {
      #top-page section.business .section-content .head-box .text-box {
        padding-top: 10px; } }
    @media (max-width: 767px) {
      #top-page section.business .section-content .head-box .text-box {
        float: none;
        width: 100%;
        padding-top: 0; } }
  #top-page section.business .section-content .head-box .img-box {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 0 5%; }
    @media (max-width: 1023px) {
      #top-page section.business .section-content .head-box .img-box {
        padding: 0 3%; } }
    @media (max-width: 767px) {
      #top-page section.business .section-content .head-box .img-box {
        float: none;
        width: 50%;
        margin: 5.3333333333vw auto 0;
        padding: 0; } }
  #top-page section.business .section-content .head-box h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.06em; }
    @media (max-width: 767px) {
      #top-page section.business .section-content .head-box h2 {
        font-size: 5.3333333333vw; } }
  #top-page section.business .section-content .head-box p {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #top-page section.business .section-content .head-box p {
        margin-top: 5.3333333333vw; } }
  #top-page section.business .section-content .head-box .biz-list {
    margin-top: 20px; }
    @media (max-width: 767px) {
      #top-page section.business .section-content .head-box .biz-list {
        margin-top: 5.3333333333vw; } }
    #top-page section.business .section-content .head-box .biz-list li {
      text-indent: -1em;
      padding-left: 1em; }
      #top-page section.business .section-content .head-box .biz-list li::before {
        content: "・"; }
  #top-page section.business .section-content .business-list .list-box {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: #FAFAFA; }
    @media (max-width: 767px) {
      #top-page section.business .section-content .business-list .list-box {
        margin-top: 8vw;
        padding: 5.3333333333vw; } }
    #top-page section.business .section-content .business-list .list-box h3 {
      font-size: 20px;
      letter-spacing: 0.06em;
      font-weight: bold; }
      @media (max-width: 767px) {
        #top-page section.business .section-content .business-list .list-box h3 {
          font-size: 4.8vw; } }
    #top-page section.business .section-content .business-list .list-box p {
      margin-top: 20px; }
      @media (max-width: 767px) {
        #top-page section.business .section-content .business-list .list-box p {
          margin-top: 2.6666666667vw; } }
#top-page .section-image {
  width: 94%;
  max-width: 1120px;
  height: 440px;
  margin: 60px auto 0;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    #top-page .section-image {
      height: 106.6666666667vw;
      margin-top: 10.6666666667vw; } }
#top-page section.company .section-content {
  margin: 0 auto;
  max-width: 960px;
  width: 94%;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    #top-page section.company .section-content {
      padding-top: 10.6666666667vw;
      padding-bottom: 10.6666666667vw; } }
  #top-page section.company .section-content h2 {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.06em; }
    @media (max-width: 767px) {
      #top-page section.company .section-content h2 {
        font-size: 5.8666666667vw; } }
  #top-page section.company .section-content p {
    margin-top: 30px; }
    @media (max-width: 767px) {
      #top-page section.company .section-content p {
        margin-top: 5.3333333333vw; } }
  #top-page section.company .section-content .company-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #9D9D9D solid; }
    @media (max-width: 767px) {
      #top-page section.company .section-content .company-list {
        margin-top: 5.3333333333vw; } }
    #top-page section.company .section-content .company-list dt {
      border-top: 1px #9D9D9D solid;
      width: 20%;
      padding: 20px 0;
      text-align: right;
      font-weight: bold; }
      @media (max-width: 767px) {
        #top-page section.company .section-content .company-list dt {
          padding: 4vw 0; } }
    #top-page section.company .section-content .company-list dd {
      border-top: 1px #9D9D9D solid;
      width: 80%;
      box-sizing: border-box;
      padding: 20px 10%; }
      @media (max-width: 767px) {
        #top-page section.company .section-content .company-list dd {
          padding: 4vw 10%; } }
  #top-page section.company .section-content .map {
    margin-top: 40px; }
    @media (max-width: 767px) {
      #top-page section.company .section-content .map {
        margin-top: 8vw; } }
    #top-page section.company .section-content .map iframe {
      width: 100%; }

/***** general *****/
/***** contact *****/
#contact .thanks-box {
  padding: 120px 0; }
  @media (max-width: 767px) {
    #contact .thanks-box {
      padding: 80px 0; } }
  #contact .thanks-box .title {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 767px) {
      #contact .thanks-box .title {
        font-size: 22px; } }
  #contact .thanks-box .desc {
    margin-top: 120px;
    font-size: 16px;
    line-height: 32px;
    text-align: center; }
    @media (max-width: 767px) {
      #contact .thanks-box .desc {
        margin-top: 80px;
        font-size: 14px;
        line-height: 28px; } }
    #contact .thanks-box .desc a {
      color: #5165FD;
      text-decoration: underline; }
