@charset "UTF-8";
html {
  background: #f5f5f5;
  text-align: center;
  font-size: 14px;
  margin: 0;
  line-height: 1.618;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #193645;
  margin: 0;
  font-family: 'source-han-sans-japanese','Hiragino Kaku Gothic ProN','游ゴシック','メイリオ',sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  font-style: normal;
  
}

article, aside, footer, header, nav, section {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }

a:visited, a:link {
  color: #263238;
}

a:hover {
  color: #263238;
  text-decoration: underline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

p {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 560px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
}

main {
  background: #fff;
  border-top: 10px solid #359390;
  margin: 0 auto;
  max-width: 960px;
}

section {
  padding: 0 0 2em 0;
  position: relative;
  overflow: hidden;
}

.section-movie {
  padding: 2em 0 1em;
}
.section-movie .movie {
  overflow: hidden;
  margin: 0 auto;
  width: 558px;
  height: 312px;
}
.section-movie .movie iframe {
  margin: -1px 0 0 -1px;
}

.section-description {
  padding: 1em 2em 4em;
}

.section-description h1 {
  margin-bottom: 1em;
}
.section-description h1 img {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.section-form {
  background: #DEEFEE url(../images/under.png) no-repeat center top;
  padding: 4em 2em;
}
.section-form h2 {
  display: inline-block;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  max-width: 280px;
}
.section-form h2 img {
  display: block;
  width: 100%;
}
.section-form p {
  margin-bottom: 1.5em;
}
.section-form .hubspot {
  background: #fff;
  border: 1px solid #dee0df;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 500px;
  padding: 2em;
}
.section-form .hubspot form {
  margin: 0;
}
.section-form .hubspot .field {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-form .hubspot .field label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 4px;
}
.section-form .hubspot .field .input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-form .hubspot .field ul {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-form .hubspot .field ul label {
  color: #ff827d;
  margin-top: 4px;
  width: 100%;
}
.section-form .hubspot .field .input input {
  background: #fff;
  border: 1px solid #dee0df;
  border-radius: 4px;
  box-shadow: inset 0 0 0 #fff;
  display: block;
  height: 48px;
  padding: 0 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 32px) !important;
}
.section-form .hubspot .field .input select {
  background: #fff url(../images/ic_drop_down.png) no-repeat right top;
  border: 1px solid #dee0df;
  border-radius: 4px;
  box-shadow: inset 0 0 0 #fff;
  display: block;
  height: 48px;
  padding: 0 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
.section-form .hubspot .field .input textarea {
  background: #fff;
  border: 1px solid #dee0df;
  border-radius: 4px;
  box-shadow: inset 0 0 0 #fff;
  display: block;
  height: 100px;
  padding: 0 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 32px);
}
.section-form .hubspot .hs-submit .actions {
  margin: 0;
  padding: 16px 0;
}
.section-form .hubspot .hs-submit .actions input {
  background: #359390;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 #359390;
  font-size: 16px;
  max-width: 300px;
  padding: 16px 0;
  width: 100%;
}

.section-companyinfo {
  background-color: #fff;
}
.section-companyinfo .wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
}
.section-companyinfo .wrapper h4 {
  margin: 0 1.875em 0 0;
}
.section-companyinfo .wrapper h4 img {
  width: 120px;
}
.section-companyinfo .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-companyinfo .wrapper ul li {
  margin: 0 1.5rem 0 0;
}

footer {
  color: #fff;
  background-color: #193645;
  padding: 0.625rem 0;
}

@media screen and (max-width: 560px) {
  html {
    text-align: center;
  }
  body {
    font-size: 1em;
  }
  section {
    padding: 0;
  }
  .section-movie {
    padding: 2em 0 1em;
  }
  .section-movie .movie {
    width:100%;
    padding-bottom: 56%;
    height:0px;
    position: relative;
  }
  .section-movie .movie iframe {
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .section-description {
    padding: 1em 1em 3em;
  }
  .section-form {
    padding: 4em 1em 2em;
  }
  .section-form .hubspot {
    padding: 1em;
  }
  .section-companyinfo .wrapper {
    padding: 0em 2em 2.5em 2em;
    display: block;
  }
  .section-companyinfo .wrapper h4 {
    margin-top: 1em;
  }
  .section-companyinfo .wrapper h4 img {
    display: block;
    margin: 0 auto;
    width: 35%;
  }
  .section-companyinfo .wrapper ul {
    margin: 1.5em 0 0 0;
  }
  .section-companyinfo .wrapper ul li {
    margin: 0 auto;
  }
  .section-companyinfo .wrapper ul li a {
  }
  footer {
    padding: 0.8rem 0;
  }
}
