@charset "UTF-8";

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: .3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: .8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img[data-src],
iframe[data-src] {
  opacity: 0;
  transition: opacity .5s;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

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

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 96px;
  margin-bottom: 96px;
}

section section {
  margin-top: 56px;
  margin-bottom: 56px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: .3s;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='number'],
input[type='date'],
input[type='password'],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='date']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type='radio'],
input[type='checkbox'] {
  vertical-align: baseline;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='radio'],
input[type='checkbox'] {
  cursor: pointer;
}

input[disabled] {
  opacity: .3;
  cursor: default;
}

fieldset {
  margin: 24px 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  margin: 0;
  padding: 4px 8px;
  background: #3fa9f5;
  color: #fff;
  font-weight: 700;
}

/* Remove Margin
--------------------------------*/

*:first-child,
.paragraph:first-child {
  margin-top: 0;
}

*:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 700;
}

h2 {
  line-height: 1.5;
  margin-bottom: 1.39130435em;
  font-size: 24px;
  text-align: center;
}

h2:before {
  display: block;
  max-width: 12em;
  margin: 0 auto 1.714286em;
  color: #285EA7;
  font-family: Futura, "Century Gothic", Verdana, sans-serif;
  font-weight: 700;
  font-size: .30435em;
  letter-spacing: .2em;
  content: "PROFESSIONAL'S on The SYSKEN";
  speak: none;
}

h3 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5.75em;
  margin-bottom: 2em;
  background: #285EA7;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

h3[data-en]:before {
  display: block;
  line-height: 1.57143;
  max-width: 33em;
  margin: 0 auto .57143em;
  font-family: Futura, "Century Gothic", Verdana, sans-serif;
  font-size: 0.4375em;
  letter-spacing: .2em;
  content: attr(data-en);
}

h3:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  margin: auto;
  border: solid transparent;
  border-width: 0.9375em 0.5625em 0;
  border-top-color: #285EA7;
  content: "";
}

h4 {
  margin-bottom: 2em;
  padding: .875em 0;
  background: #285EA7;
  color: #fff;
  font-family: Futura, "Century Gothic", Verdana, sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

/* Site Width
--------------------------------*/

.site {
  margin: auto;
}

.site-header-content,
.site-footer-content,
.site-content {
  max-width: 1218px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

/* Common
--------------------------------*/

.btn {
  display: block;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: none;
  margin: 0 auto;
  padding: 1em 16px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #285EA7;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.tagline {
  line-height: 1.25;
  margin: 2em 0;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  text-align: center;
}

.image,
.business-list__image,
.office-list__image,
.point-list__image {
  position: relative;
  padding-top: 56.25%;
}

.image > img,
.business-list__image > img,
.office-list__image > img,
.point-list__image > img {
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.break:before {
  white-space: pre;
  content: "\0a";
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

/* Header
--------------------------------*/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}

.site-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.site-title__text {
  display: block;
  margin-top: 4px;
  font-size: 10px;
}

.head-contact {
  display: block;
  flex: 0 0 33.125vw;
  max-width: 160px;
  padding: 13px 0;
  background: #285EA7;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.firstview {
  display: flex;
  position: relative;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  line-height: 1.21875;
  background: #285EA7;
  color: #fff;
  font-weight: 700;
  font-size: 3.75vw;
  text-align: center;
}

.firstview__text1 {
  max-width: 10em;
  margin: 0 0 1em;
  font-family: Futura, "Century Gothic", Verdana, sans-serif;
  font-size: 2.13334em;
  speak: none;
}

.firstview__text2 {
  margin: 0;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
}

/* Footer
--------------------------------*/

.site-footer {
  background: #285EA7;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 16px;
}

.site-footer-content {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  text-align: center;
}

.organization {
  margin: 24px 0;
  line-height: 1.5;
}

.organization:before {
  display: block;
  height: 48px;
  margin-bottom: 16px;
  background: url(images/logo_w.svgz) no-repeat 50% 0;
  content: "";
}

.foot-link {
  font-size: 12px;
}

.foot-link > a:before {
  content: '＞\a0';
}

.copyright {
  margin-top: 16px;
  font-family: Futura, "Century Gothic", Verdana, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}

.copyright > small {
  font-size: 1em;
}

/* Site Content
--------------------------------*/

.site-content {
  margin-top: 6.66667vw;
  margin-bottom: 10vw;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type='search'] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Home
--------------------------------*/

.introduction-area {
  padding: 32px 3.125vw;
  background: no-repeat 50% 0 #285EA7;
  background-size: cover;
  color: #fff;
}

.no-js .introduction-area,
.introduction-area[data-intersect="true"] {
  background-image: url(images/bg_introduction.jpg);
}

.introduction {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  font-size: 13px;
}

.introduction__text1 {
  font-size: 1.583334em;
}

.introduction .break {
  display: none;
}

.movie {
  position: relative;
  padding-top: 56.25%;
}

.movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.business-list__item {
  margin-top: 32px;
}

.business-list__item:first-child {
  margin-top: 0;
}

.business-list__image {
  margin-bottom: 16px;
}

.business-list__name {
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}

.business-list__text {
  margin-bottom: 16px;
  font-size: .875em;
  text-align: justify;
}

.business-list__link {
  display: block;
  line-height: 1;
  margin-top: auto;
  padding: 16px;
  background: #285EA7;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  text-align: center;
  text-decoration: none;
}

.business-list__link:after {
  display: block;
  width: 0;
  margin: 8px auto 0;
  border: solid transparent;
  border-width: 8px 7px 0;
  border-top-color: currentColor;
  content: "";
}

.office-list__item,
.point-list__item {
  margin-top: 32px;
}

.office-list__item:first-child,
.point-list__item:first-child {
  margin-top: 0;
}

.office-list__info {
  line-height: 1.6;
}

.office-list__name,
.point-list__caption {
  line-height: 1.25;
  margin: 8px 0;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.construction-area__header {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 32px;
  padding-bottom: 32px;
  background: no-repeat 50% 50% #285EA7;
  background-size: cover;
  color: #fff;
}

.no-js .construction-area__header,
.construction-area__header[data-intersect="true"] {
  background-image: url(images/bg_construction.jpg);
}

.construction-area__heading:before {
  color: inherit;
}

.pamphlet {
  position: relative;
  padding: 24px 3.125vw;
  background: #21A3E8;
  color: #fff;
}

.pamphlet .btn {
  color: #21A3E8;
}

.pamphlet--2 {
  background: #63BA49;
}

.pamphlet--2 .btn {
  color: #63BA49;
}

.pamphlet__caption {
  display: block;
  height: auto;
  margin-bottom: .6957em;
  background: none;
}

.pamphlet__caption:after {
  content: none;
}

.pamphlet__image {
  text-align: center;
}

.pamphlet__description {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
}

.pamphlet__dl {
  margin-top: auto;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-part__heading {
  display: block;
  height: auto;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: .5em;
  border-left: .16667em solid #005eae;
  background: #efefef;
  color: #111;
  font-size: 18px;
  text-align: left;
}

.contact-part__heading:after {
  content: none;
}

.contact-tel {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 800;
  text-align: center;
}

.contact-tel__number > a {
  color: #285EA7;
  font-size: 1.5em;
  text-decoration: none;
}

.contact-tel__hours {
  font-size: .8125em;
}

div.wpcf7 {
  width: 100%;
}

.agree-privacy-policy > label {
  display: block;
  padding: 10px;
  background: #E6E6E6;
  text-align: center;
}

.form-group {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.control-label {
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: .3em;
  padding: 0 8px;
  border-radius: 4px;
  background: #ff3b3b;
  color: #fff;
  font-weight: 700;
  font-size: .75em;
}

.optional {
  background: #999;
}

.submit,
.acceptance {
  margin-top: 24px;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

input[type='submit'] {
  width: 200px;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  color: #285EA7;
  font-size: 15px;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

#your-postalcode1,
#your-postalcode2 {
  width: auto;
}

.your-address {
  display: block;
  margin-top: 8px;
}

/* Extra
--------------------------------*/

.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 480px) {
  .btn {
    display: inline-block;
    min-width: 57.3vw;
  }

  .firstview {
    max-height: 800px;
    font-size: 2.46305vw;
  }

  .introduction-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52.734375vw;
    max-height: 642px;
    padding: 0;
  }

  .introduction {
    width: 84.06305%;
    line-height: 1.84;
    font-size: 1.97044vw;
    margin: 0 auto;
  }

  .introduction .break {
    display: inline;
  }

  .office-list,
  .point-list {
    display: flex;
    justify-content: space-between;
  }

  .office-list__item,
  .point-list__item {
    flex: 0 0 46.06%;
    margin-top: 0;
  }

  .office-list__name,
  .point-list__caption {
    margin: 0.44444em 0;
    font-size: 2.87356vw;
  }

  .pamphlet {
    display: flex;
    flex-direction: column;
    min-height: 30.542vw;
    padding-top: 3.44828vw;
    padding-right: 7.7058%;
    padding-bottom: 3.44828vw;
    padding-left: 34.326%;
  }

  .pamphlet .btn {
    min-width: 66.47%;
    font-size: 1.64204vw;
  }

  .pamphlet__caption {
    font-size: 3.77668vw;
    text-align: left;
  }

  .pamphlet__image {
    position: absolute;
    top: -2.38095vw;
    left: 3.24%;
    width: 23.89163vw;
  }

  .pamphlet__description {
    margin: 0 0 .96em;
    font-size: 2.05255vw;
  }
}

@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 3.77668vw;
    letter-spacing: .1em;
  }

  h3 {
    font-size: 2.62726vw;
  }

  h4 {
    font-size: 2.62726vw;
  }

  .btn {
    min-width: 440px;
    font-size: 20px;
  }

  .tagline {
    font-size: 2.60417vw;
  }

  .site-title {
    display: flex;
    align-items: center;
  }

  .site-title__text {
    margin: 0 0 0 1em;
  }

  .firstview {
    height: 62.5vw;
  }

  .site-footer {
    padding-top: 3.28407vw;
  }

  .organization {
    margin: 32px 0;
  }

  .organization:before {
    margin-bottom: 24px;
  }

  .business-list {
    display: flex;
    justify-content: space-between;
  }

  .business-list__item {
    display: flex;
    flex: 0 0 29.94746%;
    flex-direction: column;
    margin-top: 0;
  }

  .business-list__name {
    font-size: 2.1484375vw;
  }

  .construction-area__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50vw;
    max-height: 640px;
  }

  .contact-part__heading {
    font-size: 24px;
  }

  .contact-tel {
    font-size: 3.7515vw;
  }

  .form-group {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
  }

  .control-label {
    flex: 0 0 30%;
    margin: 0;
    padding: 3px 1em 3px 0;
  }

  .control-label + * {
    flex: 1 auto;
  }
}

@media print, screen and (min-width: 853px) {
  .contact-tel {
    font-size: 2em;
  }
}

@media print, screen and (min-width: 930px) {
  .business-list__name {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 960px) {
  .tagline {
    font-size: 25px;
  }

  .site-header-content {
    padding-left: 0;
  }

  .site-header-content:before {
    display: block;
    flex: 0 0 33.125vw;
    max-width: 160px;
    content: "";
  }

  .site-content {
    margin-top: 64px;
    margin-bottom: 96px;
  }
}

@media print, screen and (min-width: 1142px) {
  .site-header-content {
    padding: 0 calc((100vw - 1142px) / 2);
  }
}

@media print, screen and (min-width: 1218px) {
  a[href^='tel:'] {
    text-decoration: inherit;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 32px;
  }

  .site-header-content,
  .site-footer-content,
  .site-content {
    padding-right: 38px;
    padding-left: 38px;
  }

  .site-header-content {
    padding: 0 38px;
  }

  .firstview {
    font-size: 30px;
  }

  .site-footer {
    padding-top: 40px;
  }

  .introduction-area {
    font-size: 24px;
  }

  .introduction {
    font-size: 24px;
  }

  .office-list__name,
  .point-list__caption {
    font-size: 35px;
  }

  .pamphlet {
    min-height: 372px;
  }

  .pamphlet .btn {
    font-size: 20px;
  }

  .pamphlet__caption {
    font-size: 46px;
  }

  .pamphlet__image {
    top: -29px;
    width: 291px;
  }

  .pamphlet__description {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

@media print {
  body {
    min-width: 1218px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}