/* ===================================================================
 * # custom block grid STACK breakpoints
 *
 * ------------------------------------------------------------------- */
@media screen and (max-width:1000px) {
  .block-1000-full>.column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media screen and (max-width:900px) {
  .block-900-full>.column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

}



/* ===================================================================
 * base overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media screen and (max-width:400px) {
  html {
    font-size: 9.444444444444444px;
  }

}

html,
body {
  height: 100%;
}

body {
  background: #f4f4f4;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #4a4a4a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #544d9d;
}

a:hover,
a:active {
  outline: 0;
}



/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 300;
  font-style: normal;
  color: #4a4a4a;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 6rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width:600px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    margin-top: 5.6rem;
  }

}

h5,
.h5,
h6,
.h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:600px) {

  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 4.4rem;
    margin-bottom: 0.8rem;
  }

}

h1,
.h1 {
  font-size: 3.6rem;
  line-height: 1.222;
}

@media screen and (max-width:600px) {

  h1,
  .h1 {
    font-size: 3.3rem;
  }

}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.167;
}

h4,
.h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .3rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.433;
  letter-spacing: .05rem;
  margin-bottom: 3.6rem;
  color: #4A4A4A;
}

@media screen and (max-width:1200px) {
  p.lead {
    font-size: 1.4rem;
  }

}

@media screen and (max-width:600px) {
  p.lead {
    font-size: 1.4rem;
    text-align: left !important;
  }

  p.lead br {
    display: none;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

small,
.small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 4rem 0;
  padding: 4rem 4rem;
  border-left: 4px solid black;
  position: relative;
}

@media screen and (max-width:600px) {
  blockquote {
    padding: 3.2rem 3.2rem;
  }

}

@media screen and (max-width:400px) {
  blockquote {
    padding: 2.8rem 2.8rem;
  }

}

blockquote p {
  font-family: "Martel", serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.8rem;
  line-height: 1.857;
  color: #000000;
}

@media screen and (max-width:1200px) {
  blockquote p {
    font-size: 2.6rem;
  }

}

@media screen and (max-width:600px) {
  blockquote p {
    font-size: 2.2rem;
  }

}

blockquote cite {
  display: block;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.333;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: #7e7e7e;
  border: none;
}

abbr {
  font-family: "Martel", serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #7e7e7e;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #efefef;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .4rem .8rem;
  white-space: nowrap;
  background: #efefef;
  border: 1px solid #d3d3d3;
  color: #000000;
  border-radius: 3px;
}

pre>code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint>code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #fff099;
  color: #000000;
}

hr {
  border: solid #e0e0e0;
  border-width: 1px 0 0;
  clear: both;
  margin: 8rem 0 9.6rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.6rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f9861a;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image 
 * ------------------------------------------------------------------- */
img.h-pull-right {
  margin: 1.2rem 0 1.2rem 2.8rem;
}

img.h-pull-left {
  margin: 1.2rem 2.8rem 1.2rem 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border: 2px solid transparent;
}

th,
td {
  padding: 1rem .3rem;
  text-align: center;
  line-height: 1.6;
  border: 2px solid transparent;
  background: #fff;
  max-width: 5rem;
}

th {
  background: #D9E89E;
  font-weight: 300;
}

td {
  width: calc(100% - 18rem / 8);
}

td.fix {
  width: 18rem;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table small {
  display: block;
}

/* ------------------------------------------------------------------- 
 * ## Spacing
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.6rem;
}

fieldset {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3.2rem;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #99CBEC;
  z-index: 500;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

#preloader .dots-fade div {
  animation: 2s ease-in 1s infinite alternate forwards running wave;
}

@keyframes wave {
  0% {
    top: 0;
  }

  100% {
    top: -20px;
  }
}


.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 180px;
  height: 180px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader>div {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}



/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6.8rem;
  padding: 1.8rem 0 1.5rem;
  border: 0;
  outline: none;
  color: #000000;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-width: 100%;
  background: transparent;
  border-bottom: 1px solid #d3d3d3;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  min-height: 25.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}

label,
legend {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: .8rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Gothic A1", sans-serif;
  line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
  margin: 0;
  position: relative;
  top: .2rem;
}

/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #8c8c8c;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #8c8c8c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #8c8c8c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #8c8c8c;
}

.placeholder {
  color: #8c8c8c !important;
}

/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f9861a;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .6rem;
  text-indent: .6rem;
  height: 5.6rem;
  line-height: 5.6rem;
  padding: 0 8rem;
  margin: 0 .4rem 1.6rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #d3d3d3;
  border: 0.2rem solid #d3d3d3;
  position: relative;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  outline: 0;
}

.btn i {
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.2rem);
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #268BC5;
  border-color: #268BC5;
  color: #ffffff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #0c2d69;
  border-color: #0c2d69;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.h-full-width,
button.h-full-width {
  width: 100%;
  margin-right: 0;
}

.btn--small,
button.btn--small {
  height: 5.6rem !important;
  line-height: 5.2rem !important;
}

.btn--medium,
button.btn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}

.btn--large,
button.btn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 2px solid #83AD69;
  color: #83AD69;
  border-radius: 4px;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #83AD69 !important;
  border: 2px solid #83AD69;
  color: #ffffff;
}

.btn--pill,
button.btn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-size: 5.334em;
  line-height: 1;
  padding: 0 0.125em 0 0;
  text-transform: uppercase;
  background: transparent;
  color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd+dd:before {
  content: ", ";
}

.lining dd+dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt+dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.4rem 0;
}

.pull-quote blockquote {
  background-color: #efefef;
  border: none;
  margin: 0;
  padding-top: 9.6rem;
  position: relative;
}

.pull-quote blockquote:before {
  content: "";
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-repeat: no-repeat;
  background: center center;
  background-size: contain;
  background-image: url(../images/icons/icon-quote.svg);
  position: absolute;
  top: 4rem;
  left: 4rem;
}

/** 
 * Stats Tab
 --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #e0e0e0;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color: #f9861a;
}

.stats-tabs li a em {
  display: block;
  margin: .8rem 0 0 0;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  color: #7e7e7e;
}

/* ------------------------------------------------------------------- 
 * ## skillbars
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
  height: .4rem;
  background: #c3c3c3;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #000000;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Gothic A1", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: .8rem .8rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000000;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## alert box 
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 3px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  display: block;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.alert-box__close::before,
.alert-box__close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}

.alert-box__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-box__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
  background-color: #dd4043;
}

.alert-box--success {
  background-color: #c8e675;
  color: #637533;
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
  background-color: #637533;
}

.alert-box--info {
  background-color: #d5ebfb;
  color: #387fb2;
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
  background-color: #387fb2;
}

.alert-box--notice {
  background-color: #fff099;
  color: #827217;
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
  background-color: #827217;
}



/* ===================================================================
 * # Common and Reusable Styles
 *
 * ------------------------------------------------------------------- */
.wide {
  max-width: 1400px;
}

.wider {
  max-width: 1600px;
}

.narrow {
  max-width: 1000px;
}

.subhead {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .4em;
  text-indent: .4em;
  margin-top: 0;
  margin-bottom: 6rem;
  display: block;
  position: relative;
}

.subhead::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -24px;
  width: 20px;
  height: 1px;
  background-color: #9E9E9E;
}


.display-1 {
  font-size: 4.8rem;
  line-height: 1.333;
  letter-spacing: .2rem;
  text-indent: .2rem;
}

.display-1 br {
  display: none;
}

.display-1 [data-aos="border"] {
  height: 0;
  transition-property: transform, height;
}

.display-1 [data-aos="border"].aos-animate {
  height: 38%;
}

.section-intro {
  position: relative;
  margin-bottom: 6rem;
}

.section-intro .display-1 {
  margin-top: 0;
}

.section-intro .subhead,
.section-intro .display-1 {
  position: relative;
}

.section-intro::before {
  content: attr(data-num);
  font-weight: 600;
  font-size: 30rem;
  line-height: 1;
  letter-spacing: -.045em;
  color: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -.25em;
  left: 4.4rem;
}

.h-dark-bg {
  color: #ffffff;
}

.h-dark-bg .section-intro .display-1 {
  color: #ffffff;
}

.h-dark-bg .section-intro::before {
  color: rgba(255, 255, 255, 0.08);
}

.h-dark-bg p.lead {
  color: #ffffff;
}

.right-vert-line {
  width: 2px;
  height: 20rem;
  background-color: #302c59;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  position: absolute;
  top: 0;
  right: 11.2rem;
}

/*  responsive */
@media screen and (max-width:1200px) {
  .display-1 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width:800px) {
  .display-1 {
    font-size: 2.8rem;
    letter-spacing: 0;
    text-indent: 0;
  }

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

@media screen and (max-width:600px) {
  .subhead {
    font-size: 1.3rem;
  }

  .display-1 {
    font-size: 3.8rem;
  }

  .display-1 br {
    display: block;
  }

  .display-1 span {
    display: none !important;
  }
}


/* ===================================================================
 * # site header
 * ------------------------------------------------------------------- */
.s-header {
  z-index: 100;
  width: 100%;
  height: 8.8rem;
  position: relative;
  /* top: 0; */
  left: 0;
  bottom: 0;
  background: rgba(244, 244, 244, 0.8);
}

.s-header.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.s-header.scrolling {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.s-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.s-header.sticky .header-logo img {
  width: 35px;
  height: 38px;
}

.s-header.sticky .header-content .btn {
  height: 4.8rem !important;
  line-height: 4.4rem !important;
}

.s-header.sticky .header-nav a {
  color: #4a4a4a;
}

.s-header.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.header-content {
  height: 8.8rem;
  position: relative;
}

/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header-nav-wrap {
  max-width: 1400px;
  /* padding-left: 10px; */
}

.header-nav {
  list-style: none;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 6rem;
  padding: 1.4rem 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-nav li {
  display: block;
  padding-left: 0;
  margin: 0 1rem;
  text-align: center;
  width: 100%;
}

.header-nav li:first-child {
  display: none;
}

.header-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header-nav a::after {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #445C99;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.header-nav a:hover::after,
.header-nav .active a::after {
  bottom: 1rem;
  opacity: 1;
  visibility: visible;
}

.header-nav a.concept:hover,
.header-nav .active a.concept {
  color: #445C99 !important;
}

.header-nav a.concept::after {
  background: #445C99;
}

.header-nav a.about:hover,
.header-nav .active a.about {
  color: #619C3D !important;
}

.header-nav a.about::after {
  background: #619C3D;
}

.header-nav a.service:hover,
.header-nav .active a.service {
  color: #4DBCC5 !important;
}

.header-nav a.service::after {
  background: #4DBCC5;
}

.header-nav a.plan:hover,
.header-nav .active a.plan {
  color: #97B71B !important;
}

.header-nav a.plan::after {
  background: #97B71B;
}

.header-nav a.basic:hover,
.header-nav .active a.basic {
  color: #B76F1B !important;
}

.header-nav a.basic::after {
  background: #B76F1B;
}

.header-nav a.contact:hover,
.header-nav .active a.contact {
  color: #AA1BB7 !important;
}

.header-nav a.contact::after {
  background: #AA1BB7;
}



/* ------------------------------------------------------------------- 
 * ## mobile menu toggle
 * ------------------------------------------------------------------- */
.header-menu-toggle {
  z-index: 101;
  display: none;
  height: 4.2rem;
  width: 4.2rem;
  line-height: 4.2rem;
  font-family: "Gothic A1", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: #268BC5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 5.2rem;
  top: 1.6rem;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #268BC5;
}

.header-menu-toggle span {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #268BC5;
  -webkit-transition: all .5s;
  transition: all .5s;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: .9rem;
  right: auto;
  bottom: auto;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
}

.header-menu-toggle span::before {
  top: -.9rem;
}

.header-menu-toggle span::after {
  bottom: -.9rem;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all .1s;
  transition: all .1s;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: white;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* ------------------------------------------------------------------- 
 * ## download resume button
 * ------------------------------------------------------------------- */
.header-content .btn {
  border-color: #ffffff;
  color: #ffffff;
  margin: 0;
  padding: 0 4rem;
  font-size: 1.1rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  right: 8rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media screen and (max-width:1700px) {
  .header-logo {
    left: 6rem;
  }

  .header-nav-wrap {
    max-width: none;
    width: 100%;
  }

  .header-content .btn {
    right: 6rem;
  }

}

@media screen and (max-width:1000px) {
  .header-content .btn {
    height: 4.8rem !important;
    line-height: 4.4rem !important;
  }

}

@media screen and (max-width:900px) {
  .s-header {
    top: 2rem;
    height: 8rem;
    position: fixed;
    background: none;
  }

  .header-logo img {
    width: 37px;
    height: 40px;
  }

  .header-content {
    display: block;
    height: auto;
    width: 100%;
    height: 100vh;
    background: #268BC5;
    padding: 16rem 6rem 8rem;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: absolute;
    top: -2rem;
    left: 0;
  }

  .header-content .btn {
    margin-top: 4.8rem;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
    opacity: 0;
    visibility: hidden;
    position: static;
  }

  .header-nav-wrap {
    padding: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
    transform: translate3d(0, -2rem, 0);
    opacity: 0;
    visibility: hidden;
    height: 70vh;
  }

  .header-nav {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .header-nav a {
    display: block;
    color: #fff;
  }

  .header-nav li {
    display: block;
    margin: 0;
  }


  .header-menu-toggle {
    display: block;
  }

  .menu-is-open .header-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .menu-is-open .header-content .btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
  }

  .menu-is-open .header-nav-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }

}

@media screen and (max-width:600px) {
  .header-logo {
    left: 4rem;
  }

  .header-menu-toggle {
    right: 3.2rem;
  }

  .header-content {
    padding: 16rem 4rem 8rem;
  }

  .header-content .btn {
    display: block;
  }

}



/* ===================================================================
 * # hero
 *
 * ------------------------------------------------------------------- */
.s-hero {
  width: 100%;
  height: 90vh;
  min-height: 72rem;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  padding: 0 !important;
}

.s-hero::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
}

.no-js .s-hero {
  background: #ffffff;
}

.hero-content {
  height: 100%;
  max-width: 1200px;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-top: 12vh;
  padding-bottom: 14vh;
  position: relative;
}

.hero-content h1 {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.257;
  letter-spacing: .1rem;
  margin-top: 0;
  color: #268BC5;
  position: relative;
}

.hero-content h1::before {
  content: "";
  display: block;
  height: 120%;
  width: 50%;
  background: url(../images/logo.svg) no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  right: -2rem;
  top: -4rem;
}

/* hero social ----------------------------------------- */
.hero-social {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0;
  margin-top: 8rem;
  /* margin-left: .4rem; */
  margin-bottom: 0;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 24px;
}
.hero-social aside {
  background: rgba(38, 104, 149, 0.7);
  padding: 3rem 40px;
  text-align: center;
  flex: 1;
}

.hero-social h4 {
  margin: 0 0 8px;
  color: #fff;
}

.hero-social ul {
  margin: 0;
  padding: 1rem 0;
  max-height: 4.8rem;
  overflow-y: auto;
  color: #fff;
  display: block;
  width: 100%;
}

.hero-social li {
  padding-left: 0;
  list-style: none;
}

/* hero bnr --------------------------------- */

.hero-bnr {
  background: url(../images/arrow.png) rgba(38, 104, 149, 0.7) no-repeat right 16px center;
  background-size: 20px;
  margin-top: 80px;
  margin-bottom: -60px;
  padding: 16px 48px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.hero-bnr .row {
  align-items: center;
}
.hero-bnr a {
  color: #fff;
  font-size: 1.8rem;
}

.hero-bnr a img {
  transition: all .2s linear;
  border: 1px solid transparent;
}

.hero-bnr a:hover img {
  transform: scale(1.02);
  border: 1px solid #fff;
}

.hero-bnr__inner {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  padding: 8px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5 !important;
}
.hero-bnr__inner span {
  color: #266895;
  font-weight: 600;
  display: block;
}
.hero-bnr__inner small {
  color: #666;
}

@media screen and (max-width:800px) {
  .hero-bnr {
    background-image: none;
    padding: 8px 16px;
  }
  .hero-bnr a,.hero-bnr__inner {
    font-size: 1.3rem;
  }
  .hero-bnr__inner small {
    font-size: 1rem;
  }
}
/* conceptbook 20220324 */
/* .bnr-concept {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 60px;
} */

.bnr-concept h6 {
  color:#fff;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: 0;
}
.bnr-concept h6 small {
  display: block;
  line-height: 2.4;
}
.bnr-concept p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.bnr-concept a {
  background: #F3A548;
  border-radius: 40px;
  color: #fff;
  margin-top: 36px;
  padding: 14px 28px;
  position: relative;
  font-size: 1.4rem;
  display: block;
}
.bnr-concept a:hover {
  background: #EF8406;
}

.bnr-concept a img{
  position: absolute;
  right: -4rem;
  top: -50%;
  width: 48%;
}
.bnr-concept .casebook a img{
  position: absolute;
  right: -2rem;
  top: -53%;
  width: 38%;
}
@media screen and (max-width:920px) {
  .hero-social {
    flex-direction: column;
    text-align: center;
    padding: 1rem 0 !important;
    margin: 24px 0 0 0;
  }
  .hero-social aside {
    padding: 8px 16px;
  }
  .bnr-concept h6 {font-size: 1.2rem;}
  .bnr-concept a { margin-top: 8px; padding: 4px 8px;}
  .bnr-concept a img { display: none;}
  /* .bnr-concept div:nth-child(2) {
    margin: 48px 0 24px;
  }
  .bnr-concept a {
    padding: 14px 28px 14px 140px;
    margin-left: 0;
  } */
}


/* hero scroll --------------------------------- */
.hero-scroll {
  position: absolute;
  display: none;
}

.hero-scroll::after {
  content: "";
  display: block;
  width: 2px;
  height: 7rem;
  background-color: white;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  position: absolute;
  right: 50%;
  bottom: -10rem;
}

/* responsive ----------------- */
@media screen and (min-width:1500px) {
  .hero-content h1 {
    font-size: 7.2rem;
  }

  .hero-content h1::before {
    height: 140%;
    top: -20%;
  }
}

@media screen and (max-width:1500px) {
  .hero-content {
    max-width: 1000px;
  }

  .hero-content h1 {
    font-size: 6rem;
  }

  .hero-content h1::before {
    right: 2rem;
  }

}

@media screen and (max-width:1300px) {

  .hero-content h1 {
    font-size: 6rem;
  }

}

@media screen and (max-width:1000px) {
  .hero-content h1 {
    font-size: 5.2rem;
  }

}

@media screen and (max-width:800px) {
  .s-hero {
    height: 100vh;
  }

  .hero-content h1 {
    font-size: 4.8rem;
  }

  .hero-content h1::before {
    right: auto;
    left: 0;
    top: -110%;
    height: 80%;
    background-position: left top;
  }

  .hero-social {
    padding-right: 7.2rem;
  }

  .hero-scroll {
    right: 3.6rem;
    bottom: 8.4rem;
    display: block;
  }

  .hero-scroll .scroll-link {
    height: 5.2rem;
    width: 5.2rem;
    margin: 0 auto;
  }

}

@media screen and (max-width:600px) {

  .hero-content h1 {
    font-size: 3.4rem;
  }

  .hero-content h1::before {
    top: -150%;
    height: 120%;
  }

  .hero-social {
    font-size: 1rem;
  }

  .hero-bnr {
    margin-top: 24px;
    margin-bottom: -24px;
    padding: 8px 16px;
    font-size: 1.2rem;
    text-align: center;
  }

}


@media screen and (max-width:360px) {
  .hero-content h1 {
    font-size: 3rem;
  }

}

/* -------------------------------------------------------------------
 * ## animate intro content
 * ------------------------------------------------------------------- */

html.ss-preload .hero-content {
  opacity: 0;
}

html.ss-loaded .hero-content {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html.no-csstransitions .hero-content {
  opacity: 1;
}

/* ------------------------------------------------------------------- 
 * ## animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade in left */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}



/* ===================================================================
 * # section common
 *
 * ------------------------------------------------------------------- */
.target-section {
  padding-top: 14rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.section-intro h1 {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}

.section-intro h1 span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 36%;
  z-index: -1;
}

.modalArea {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  min-height: 80vh;
  padding: 10px 80px;
  background: #fff;
}

.modalWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url(../images/bussiness-bg.jpg) no-repeat 50% center;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.modalContents {
  width: 100%;
  padding-right: 55%;
  padding-bottom: 32px;
}

.modalContents h2 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #497CC8;
  font-weight: 600;
}

.modalContents h1 {
  margin-top: 30px;

}

.iframe-responsive {
  position: relative;
  width: 100%;
  padding-top: 62%;
}

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.closeModal {
  position: absolute;
  top: -3rem;
  right: -3rem;
  cursor: pointer;
  color: #fff;
  font-size: 2.4rem;
}

.is-show {
  visibility: visible;
  opacity: 1;
}


/* 以下ボタンスタイル */
#openModal {
  color: #fff;
  background: #497CC8;
  padding: 24px 70px 21px 24px;
  font-size: 1.8rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 1;
  transition: all .2s linear;
}

#openModal::before {
  content: '';
  width: 40px;
  height: 1px;
  border: 0px;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: 23px;
  right: 24px;
  transition: all .1s linear;
}

#openModal::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  right: 26px;
  transition: all .1s linear;
}

#openModal:hover {
  opacity: .8;
  transform: translate(4px, 0);
}

@media screen and (max-width:1200px) {
  .modalWrapper {
    min-height: auto;
  }
}

@media screen and (max-width:800px) {
  .target-section {
    padding-top: 7rem;
  }

  .modalContents {
    padding-right: 0;
  }

  .modalWrapper::after {
    display: none;
  }

}

@media screen and (max-width:600px) {
  .target-section {
    padding-top: 3.5rem !important;
  }

  .section-intro {
    margin-bottom: 3.2rem;
  }

  .section-intro .subhead,
  .section-intro .display-1 {
    text-align: left;
    display: block;
  }

  .section-intro h1 {
    padding: 0;
  }

  .subhead::after {
    left: 6px;
  }

  .modalWrapper {
    padding: 10px 24px;
  }

  #openModal {
    padding: 24px 24px 21px 24px;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }

  #openModal::before,
  #openModal::after {
    display: none;
  }

}

/* news article ---------------------------------------------------- */
#news>div {
  background: #fff;
  padding: 0 80px;
}

#news>div h3 {
  text-align: center;
  color: #901F06;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 32px 0 24px;
}

#news>div ul {
  margin: 0 auto 32px;
}

#news>div li {
  list-style: none;
  text-indent: -1rem;
  padding-bottom: 8px;
}

#news>div li::before {
  content: "- ";
}

@media screen and (max-width:600px) {
  #news>div {
    padding: 0 2rem;
  }
}

/* concept section ---------------------------------------------------- */
#concept {
  padding-top: 32px;
}

.s-concept__section {
  margin-top: 72px;
}

.s-concept__section .lead {
  margin-top: 4rem;
}

.s-concept__section .profile-pic {
  margin-right: -10rem;
}

.s-concept__section .row {
  position: relative;
}

.s-concept__section .subhead {
  color: #445C99;
}

.s-concept__section h1 span {
  background: #9EB3E8;
}


/* responsive: concept  --------------------- */
@media screen and (max-width:1200px) {
  .s-concept__section .medium-4 {
    transform: translate(-10%, 10%);
  }

  .s-concept__section .medium-4 img {
    max-width: 120%;
  }

  .s-concept__section .profile-pic {
    margin-left: 0rem;
  }
}

@media screen and (max-width:800px) {
  .s-concept__section {
    padding-bottom: 0;
    min-height: 0;
  }

  .s-concept__section .lead {
    margin-top: 0;
  }

  .s-concept__section .profile-pic {
    margin-right: 0;
    margin-top: 48px;
  }

  .s-concept__section .medium-4 {
    transform: translate(0);
  }

  .s-concept__section .medium-4 img {
    max-width: 100%;
  }
}

/* about section ---------------------------------------------------- */

.s-about__section .subhead {
  color: #619C3D;
}

.s-about__section h1 span {
  background: #C3E4AF;
}

.s-about__section figure {
  margin-bottom: 60px;
}

.s-about__section .row .row {
  justify-content: space-between;
  flex-wrap: wrap;
}

.cards>div {
  display: flex;
  align-items: stretch;
}

.card {
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  padding: 30px 40px;
  margin: 0 0 20px;
}

.card h2 {
  font-size: 2.4rem;
  color: #4D7535;
  margin: 0 0 20px;
}

.card>p {
  text-align: justify;
  text-justify: auto;
}

.card aside {
  display: flex;
  position: relative;
}

.card aside::before {
  content: "";
  position: absolute;
  top: -18px;
  display: block;
  width: 100%;
  height: 18px;
  background: url(../images/card-line.png) no-repeat center top;
  background-size: 100% auto;
}

.card aside>div {
  padding: 18px 10px 0 10px;
}

.card aside>div img {
  border-radius: 100%;
}

.card aside>div h4 {
  border-radius: 100%;
}

.card aside>div small {
  display: block;
  margin-bottom: 14px;
}

.card aside>div p {
  margin-bottom: 0;
}

.comment {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 16px;
  letter-spacing: .3rem;
  text-indent: .3rem;
}

.comment::before {
  content: "＼";
}

.comment::after {
  content: "／";
}

@media screen and (max-width:800px) {
  .s-about__section .row .row {
    justify-content: center;
  }

  .card h2 {
    font-size: 2rem;
  }

  .card {
    padding: 32px;
  }

  .card aside {
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
  }

  .card aside::before {
    background: url(../images/card-line-sp.png) no-repeat center top;
    background-size: auto 100%;
  }

  .card aside>div {
    padding: 0;
  }

  .card aside>div strong,
  .card aside>div small {
    display: block;
    text-align: center;
  }

  .card aside>div small {
    padding: 0 0 4px;
  }
}


@media screen and (max-width:600px) {
  .comment {
    letter-spacing: 0;
  }

}

/* services section ---------------------------------------------------- */


.s-services__section .subhead {
  color: #4DBCC5;
}

.s-services__section h1 span {
  background: #9EE3E8;
}


.s-services__leftcol {
  padding-bottom: 12rem;
}

.s-services__leftcol p.lead {
  max-width: 90%;
}


/* responsive:services  */

@media screen and (max-width:1200px) {
  .services-list {
    padding-left: 10px;
  }

}

/* plan section ---------------------------------------------------- */

.s-plan__section .subhead {
  color: #97B71B;
}

.s-plan__section h1 span {
  background: #D9E89E;
}

.article-case header {
  padding: 60px 0 120px;
}

.article-case header+main {
  margin-top: -90px;
}

.article-case header h2 {
  color: #fff;
  margin: 0 0 40px;
  font-size: 3.2rem;
}

.article-case header h3 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.article-case header h3 span {
  font-size: 4.2rem;
  padding-left: 1rem;
}

.article-case main {
  margin-bottom: 80px;
}

.article-case h4 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 8px;
}

#case01 header {
  background: url(../images/case-1_bg.jpg) no-repeat center top;
  background-size: cover;
}

#case02 header {
  background: url(../images/case-2_bg.jpg) no-repeat center top;
  background-size: cover;
}

#case03 header {
  background: url(../images/case-3_bg.jpg) no-repeat center top;
  background-size: cover;
}

.galada {
  font-family: 'Galada', cursive;
}

.card h1 {
  margin: 26px 0 30px 0;
  font-size: 2.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}

.name small {
  display: block;
}

.interview__section .row {
  justify-content: space-between;
  width: 100%;
}

.interview__section .row p {
  padding-right: 5%;
  text-align: justify;
  line-height: 2.4;
}

.interview__section .row-reverse p {
  padding: 0 0 0 5%;
  text-align: justify;
}


.interview__section .row img {
  margin-bottom: 20px;
}

.row-reverse .large-4 {
  order: 0;
  text-align: left;
}

.row-reverse .large-8 {
  order: 1;
}

.interview__section h3 {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: .05rem;
}

#voices h3 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 32px;
  padding: 0 22px;
}

#voices dt {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

#voices dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #96B761;
}

#voices dd {
  margin: 0;
  padding: 0;
}

#voices dl dd:first-of-type {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 8px 0;
}

#voices dl dd:last-of-type {
  margin: 12px 0 0 0;
}

@media screen and (max-width:800px) {
  .article-case h2 br {
    display: none;
  }

  .schedule-inner {
    overflow-x: auto;
  }

  .schedule-inner table {
    width: 940px;
  }
}


@media screen and (max-width:600px) {
  .article-case header {
    padding: 60px 14px 90px;
  }

  .article-case header h3 {
    font-size: 2rem;
  }

  .article-case header h2 {
    font-size: 3rem;
  }

  .article-case main {
    margin-bottom: 0;
  }

  .article-case h4 {
    padding: 0 14px;
  }

  .article-case .card {
    margin: 0 !important;
  }

  .interview__section .row {
    padding: 0;
  }

  .interview__section .row p {
    padding-right: 0;
  }

  .interview__section .row-reverse p {
    padding: 0;
  }

}

/* basic section ---------------------------------------------------- */

.s-basic__section .subhead {
  color: #B76F1B;
}

.s-basic__section .row-stretch>div {
  display: flex;
  flex: 1 1 0%;
  align-items: stretch;
}

.basic-link>div a,
.basic-link>div span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  padding: 5rem 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  transition: all .2s linear;
  position: relative;
  line-height: 1;
  letter-spacing: .5rem;
  text-indent: .5rem;
}

.basic-link>div a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 145, 185, 0.8);
  z-index: 0;
  transition: all .5s linear;
}

.basic-link>div a:hover::before {
  opacity: 0;
}

.basic-link>div span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.8);
  z-index: 0;
}

.basic-link>div span i {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  padding-top: 4px;
}

.basic-link>div em {
  position: inherit;
  font-style: normal;
}

.basic-link>div a i {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1.4rem;
}

.basic-link>div:first-child a {
  background: url(../images/basic-link01-bg.jpg) no-repeat center;
  background-size: 100% auto;
}

.basic-link>div:nth-child(2) a {
  background: url(../images/basic-link02-bg.jpg) no-repeat center;
  background-size: 100% auto;
}

.basic-link>div:nth-child(3) a {
  background: url(../images/basic-link03-bg.jpg) no-repeat center;
  background-size: 100% auto;
}

.basic-link>div a:hover {
  background-size: 110% auto;
}

@media screen and (max-width:800px) {
  .s-basic__section .row-stretch {
    margin: 0 !important;
    align-items: center;
  }

  .s-basic__section .row-stretch>div {
    align-items: center;
    flex: 1 1 100%;
    margin-bottom: 16px;
  }
}

/* contact section ---------------------------------------------------- */

.s-contact__section .subhead {
  color: #AA1BB7;
}

.s-contact__section address {
  font-style: normal;
}

.s-contact__section address strong {
  font-size: 1.8rem;
}

.s-contact__section address p {
  margin-bottom: 8px;
}

.s-contact__section address a {
  font-size: 1.8rem;
  display: inline-block !important;
  padding: .3rem 1rem;
  pointer-events: none;
}

.s-contact__section address a:hover {
  color: #fff;
  background-color: #268BC5;
}


.s-contact__section address i {
  font-size: 1.8rem;
  transform: translate(-2px, 3px);
}

@media screen and (max-width:600px) {
  .s-contact__section address {
    text-align: left;
  }

  .s-contact__section address a {
    pointer-events: all;
  }
}

/* # footer ------------------------------------------------------------------ */
.s-footer {
  padding-top: 6rem;
  background: url(../images/footer-bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.s-footer__main {
  background: rgba(76, 145, 185, 0.2);
  padding: 3rem 0 12rem;
}

.s-footer__main h3 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #268BC5;
  letter-spacing: .5rem;
  text-indent: -.5rem;
}


.s-footer__main a {
  border-radius: 4px;
  position: relative;
}

.s-footer__main i {
  font-size: 1.8rem;
  position: absolute;
  right: 20px;
  top: calc(50% - .9rem);
}

.s-footer__main p {
  margin-bottom: 0;
}

.s-footer__bottom {
  background: rgba(255, 255, 255, 0.8);
  line-height: 8.8rem;
  height: 8.8rem;
  text-align: center;
  text-indent: .2rem;
  letter-spacing: .2rem;
  font-weight: 600;
  font-size: 1.3rem;
}

/*  go top -------------------------- */
.ss-go-top {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  bottom: 8.4rem;
  right: 8rem;
}

.ss-go-top a,
.hero-scroll a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 6.4rem;
  width: 6.4rem;
  border-radius: 50%;
  background-color: #268BC5;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.ss-go-top a:hover,
.ss-go-top a:focus,
.hero-scroll a:hover,
.hero-scroll a:focus {
  background-color: #0c2d69;
}

.ss-go-top i,
.hero-scroll i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-indent: 0;
}


.ss-go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* responsive: ----- */

@media screen and (max-width:1200px) {
  .ss-go-top {
    right: 6rem;
  }

  .ss-go-top a {
    height: 6rem;
    width: 6rem;
  }

}

@media screen and (max-width:900px) {
  .s-footer .footer-contacts {
    margin-left: 0;
  }

  .s-footer__main .column {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media screen and (max-width:800px) {

  .ss-go-top {
    right: 3.6rem;
    bottom: 4rem;
  }

  .ss-go-top a {
    height: 5.2rem;
    width: 5.2rem;
  }

  .s-footer__bottom {
    line-height: 6.8rem;
    height: 6.8rem;
  }

}

@media screen and (max-width:600px) {
  .s-footer {
    padding-top: 0;
  }

  .ss-go-top {
    right: 2.4rem;
  }

}