@charset "UTF-8";


html {
  font-size: 10px;
}

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

}

html,
body {
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body {
  font-size: 13px;
  line-height: 1.6;
}
}

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

a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
}

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

.pd-left{
text-indent: -0.6em;
font-weight:bold;
}

/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000000;
  text-rendering: optimizeLegibility;
}

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

@media only 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 only screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 4rem;
    margin-bottom: 0.8rem;
  }
}

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

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.2;
}

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

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.25;
  text-transform: uppercase;
  letter-spacing: .16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.571;
  margin-bottom: 3.6rem;
  color: #898989;
}

.right{
text-align:right;
}

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

}

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

}

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

em,
i {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

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

blockquote {
  margin: 3.2rem 0;
  padding-left: 4.8rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: #c2c2c2;
  color: #5b4f96;
  font-family: Arial, Sans-serif;
  position: absolute;
  top: 4.4rem;
  left: -6px;
}

blockquote p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}

blockquote cite {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.25;
}

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

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

abbr {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #898989;
}


.shosai{
font-weight:800;
font-size:17px;
}


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

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

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

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: #00f0bc;
  color: #000000;
}

hr {
  border: solid #eaeaea;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.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: #5b4f96;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #5b4f96;
}

dd {
  margin: 0 0 0 2rem;
}



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

  /* WebKit, Blink, Edge */
  color: #9c9c9c;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #9c9c9c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #9c9c9c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #9c9c9c;
}

.placeholder {
  color: #9c9c9c !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: #5b4f96;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  margin: 0 .4rem 1.6rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  background-color: #d6d6d6;
  border: 0.2rem solid #d6d6d6;
}

.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: #c2c2c2;
  border-color: #c2c2c2;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #5b4f96;
  border-color: #5b4f96;
  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: #514686;
  border-color: #514686;
}

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

.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: 0.2rem solid #000000;
  color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  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
 *
 * ------------------------------------------------------------------- */




/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.h1-header {
  z-index: 600;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 24px;
}

.h1-header > .row {
  max-width: 1300px;
  height: 78px;
  position: relative;
}

.h1-header.sticky {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  top: 0;
}
.h1-header2 {
  z-index: 600;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 24px;
}

.h1-header2 > .row {
  max-width: 1300px;
  height: 78px;
  position: relative;
}

.h1-header2.sticky {
  background-color: #000;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: fixed;
  top: 0;
}
/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
  z-index: 601;
  display: inline-block;
  margin: 6px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  left: 0;
  top: 50%;
}

.header-logo img {
  width: 150px;
  height: 54px;
}


/* ------------------------------------------------------------------- 
 * ## navigation 
 * ------------------------------------------------------------------- */
.header-nav-wrap {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding-left: 180px;
  float: right;
}

.header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.6rem;
}

.header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 78px;
  color: rgba(255, 255, 255, 0.5);
  outline: none;
  position: relative;
}

.header-nav-wrap .header-main-nav li a:hover,
.header-nav-wrap .header-main-nav li a:focus {
	text-decoration: none;
  color: #ffffff;
}

.header-nav-wrap .header-main-nav li.current a {
  color: #ffffff;
}

.header-nav-wrap .header-cta {
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  right: 40px;
  top: 50%;
}

.header-nav-wrap .header-cta__btn {
  font-size: 1.2rem;
  height: 5.2rem;
  line-height: 4.8rem;
  margin: 0;
}

.sticky .header-nav-wrap .header-cta__btn {
  height: 4.8rem;
  line-height: 4.4rem;
}


/* ------------------------------------------------------------------- 
 * ## menu trigger
 * ------------------------------------------------------------------- */
.header-menu-toggle {
  display: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 15px;
  top: 18px;
}

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

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  left: 9px;
  top: 50%;
}

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

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

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

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

.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);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

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


/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
  .header-nav-wrap .header-cta {
    right: 20px;
  }

}

@media only screen and (max-width:1200px) {
  .header-nav-wrap .header-cta {
    right: 0;
  }

}

@media only screen and (max-width:1000px) {
  .header-nav-wrap {
    padding-left: 170px;
  }

  .header-nav-wrap .header-main-nav {
    font-size: 11px;
  }

  .header-nav-wrap .header-cta__btn {
    height: 4.8rem;
    line-height: 4.4rem;
    padding: 0 1.6rem;
  }

}

@media only screen and (max-width:900px) {
  .header-nav-wrap {
    text-align: right;
  }

  .header-nav-wrap .header-cta {
    display: none;
  }

}

@media only screen and (max-width:800px) {
  .h1-header {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
  }

  .h1-header > .row {
    width: 100%;
    padding: 0 !important;
  }
.h1-header2 {
    background-color: #0e1113;
    position: fixed;
    top: 0;
  }

  .h1-header2 > .row {
    width: 100%;
    padding: 0 !important;
  }
  .header-logo {
    margin: 8px 0 0 0;
    left: 44px;
  }

  .header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 44px 30px;
    text-align: left;
    position: absolute;
    top: 68px;
  }

  .header-nav-wrap .header-main-nav {
    display: block;
    font-size: 12px;
    padding-left: 0;
    margin: 0;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }

  .header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }

  .header-nav-wrap .header-cta {
    display: block;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 4.8rem;
  }

  .header-nav-wrap .header-cta__btn {
    display: block;
    font-size: 1.2rem;
    height: 5.2rem !important;
    line-height: 4.8rem !important;
    width: 100%;
    text-align: center;
  }

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

}

@media only screen and (max-width:400px) {
  .header-logo {
    left: 15px;
  }

  .header-nav-wrap {
    padding: 40px 40px 64px;
  }

  .header-menu-toggle {
    right: 15px;
  }

}


/* -------------------------------------------------------------------
 * make sure the menu is visible on larger screens
 * ------------------------------------------------------------------- */
@media only screen and (min-width:801px) {
  .header-nav-wrap {
    display: block !important;
  }

}



/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
.s-home {
  display: table;
  width: 100%;
  min-height: 788px;
  background-color: transparent;
  position: relative;
}

.s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.s-home2 {
  display: table;
  width: 100%;
  min-height: 422px;
  background-color: transparent;
  position: relative;
}

.s-home2::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
  z-index: 4;
  display: table-cell;
  vertical-align: middle;
  padding-top: 24.8rem;
  width: 100%;
  position: relative;
}

.home-content h1 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.home-content h1 img{
  width: 30%;
}
.home-content__main {
  padding-bottom: 9.6rem;
  max-width: 1300px;
  position: relative;
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


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

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

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

}

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

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

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

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

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1700px) {

  .home-content__main {
    max-width: 1200px;
  }

}

@media only screen and (max-width:1600px) {
  .home-scroll__text {
    display: none;
  }

}

@media only screen and (max-width:1500px) {
  .home-content {
    padding-top: 23.2rem;
  }

  .home-content__main {
    max-width: 1140px;
  }

  .home-content__left {
    width: calc(100% - (570px + 60px));
  }

  .home-content__right {
    width: 570px;
  }

}

@media only screen and (max-width:1400px) {
  .home-content h1 img{
    width: 30%;
  }


  .home-content__left {
    width: calc(100% - (550px + 80px));
  }

  .home-content__right {
    width: 550px;
    right: 40px;
  }

}

@media only screen and (max-width:1300px) {
  .home-content {
    padding-top: 20rem;
  }


  .home-content__left {
    width: calc(100% - (530px + 90px));
  }

  .home-content__right {
    width: 530px;
    right: 50px;
  }

}

@media only screen and (max-width:1200px) {
  .s-home {
    display: block;
    overflow: hidden;
    min-height: 550px;
	max-height: 650px;
  }

  .home-content {
    display: block;
  }

  .home-content br {
    display: none;
  }

   .home-content h1 img{
    width: 40%;
  }

  .home-content__main {
    max-width: 600px;
	padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }

  .home-content__left {
    width: 100%;
  }

  .home-content__right {
    top: 100%;
    right: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    margin-top: -40rem;
  }

  .home-content__right img {
    margin-top: 0;
  }

}

@media only screen and (max-width:900px) {
  .home-content {
    padding-top: 16.8rem;
  }
 
  .home-content__main {
    max-width: 500px;
  }

  .home-content__social {
    right: calc(30px + (5.6rem/2));
  }

  .home-scroll {
    right: 3rem;
  }

}

@media only screen and (max-width:800px) {
 
  .home-content__right {
    width: 480px;
  }

}

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


  .home-content__social,
  .home-scroll {
    display: none;
  }

}

@media only screen and (max-width:600px) {
   .home-content h1 img{
    width: 50%;
  }

  .home-content h3 {
    font-size: 1.8rem;
  }

  .home-content__main {
    padding-bottom: 4rem;
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-content__right {
    width: 400px;
    margin-top: -36rem;
  }

  .home-content__btn-wrap {
    margin-top: 4rem;
  }

}

@media only screen and (max-width:500px) {
    .s-home {
    min-height: 440px;
	max-height: 450px;
  }
.s-home2 {
  min-height: 250px;
  max-height: 300px;
}
  .home-content {
    padding-top: 18rem;
  }

  .home-content__main {
    padding-bottom: 5rem;
  }

  .home-content__right {
    width: 360px;
    margin-top: -28rem;
  }

}

@media only screen and (max-width:400px) {
  .home-content {
    padding-top: 19rem;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content__main {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-content__right {
    width: 300px;
    margin-top: -24rem;
  }

  .home-content__btn-wrap .home-content__btn {
    width: 100%;
  }

}

@media only screen and (max-width:350px) {
  .home-content__right {
    width: 280px;
  }

}




/* hover active時下線 */
.footer-nav li a{
  position: relative;
  display: block;
  padding-bottom: 10px;
}


img.logo {
	display:none;
}

img.logoScroll {
	display:inline;
	width: 100%;
	transition:all 0.5s;
}
.float-left{
	width: 20%;
	float: left;
	padding: 10px 40px 0 0;
}
@media screen and (max-width: 1200px) {
.float-left {
	padding-top: 20px;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 992px) {
.float-left {
	padding-top: 23px;
    padding-right: 10px !important;
  }
}


#h1-home {
  background-image: url(../images/top.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  color: #fff;
}
#h1-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#h1-home a:hover {
  color: #fff;
  text-decoration: none;
}

#h1-home, #h1-home .text-wrap {
  height: 900px;
}
#h1-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#h1-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#h1-home .text-inner h1 {
  margin: 12% auto 0;

}
#h1-home .text-inner h1 img{
  width: 65%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  #h1-home .text-inner h1 img{
    width: 65%;
  }
  #h1-home {
  background-image: url(../images/top_tb.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-position: top;
  }
  #h1-home, #h1-home .text-wrap {
  height: 400px;
 }
}
@media screen and (max-width: 480px) {
  
  #h1-home {
  background-image: url(../images/top_sp.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-position: top center;
}
 
}


.h1-nav-toggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}


.h1-nav-toggle.active i::before, .h1-nav-toggle.active i::after {
  background: #fff;
}

.h1-nav-toggle:hover, .h1-nav-toggle:focus, .h1-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}


.h1-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.h1-nav-toggle i::before, .h1-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.h1-nav-toggle i::before {
  top: -10px;
}

.h1-nav-toggle i::after {
  bottom: -10px;
}

.h1-nav-toggle:hover i::before {
  top: -13px;
}

.h1-nav-toggle:hover i::after {
  bottom: -13px;
}

.h1-nav-toggle.active i {
  background: transparent;
}

.h1-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.h1-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.h1-nav-toggle {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .h1-nav-toggle {
    display: block;
    z-index: 999999 !important;
  }

  /* The overlay */
#navbar2 {
    display: block; 
    background: rgba(0,0,0,0.9); 
    border: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

#navbar2.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

#navbar2.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
        animation-delay: .35s;
}

#navbar2.open li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
            animation-delay: .40s;
}

#navbar2.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
            animation-delay: .50s;
}

#navbar2{
    position: relative;
    height: 50%;
    top: 50%;
    text-align: center;
    
}

#navbar2 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#navbar2 ul li {
    display: block;
    height: 15%;
    height: calc(100% / 8);
    min-height: 65px;
    position: relative;
    opacity: 0;
}

#navbar2 ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

#navbar2 ul li a:hover:after,
#navbar2 ul li a:focus:after,
#navbar2 ul li a:active:after {
    width: 50%;
}
}
.h1-go {
  margin-top: 50px;
}
.h1-go a {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.h1-go a span {
  font-size: 50px;
  display: block;
  position: absolute;
  top: 0;
  bototm: 0;
  left: -25px;
  right: 0;
  margin: auto;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
.h1-go a:hover {
  text-decoration: none;
}
.h1-go a:hover span {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
.h1-go a span {
  font-size: 40px;
  display: block;
  position: absolute;
  top: 0;
  bototm: 0;
  left: -20px;
  right: 0;
  margin: auto;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
}
/* Arrow Animations */
/*
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}*/
.section-title {
  font-size: 40px;
  text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
  color: #000;
  font-weight: 700;
  opacity: 1;
  margin-bottom: 0px;
  text-align: left;
  
}
.section-title span{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding-left: 1em;
}
.half-hr{
  border-top: 6px solid #000;	
  width: 100px;
  text-align: left;
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.half-hr2{
  border-top: 6px solid #fff;	
  width: 100px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.h1-hr{
  border-top: 2px solid #ddd;	
}
.infom{
  width: 100%;
  color: #000;
}
.infom tr{
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.infom .date{
  width: 10%;
  padding-top: 10px;
  padding-right: 5px;
}
.infom .dd-11{
  width: 10%;
  padding-top: 10px;
  
}
.infom .dd-11:before {
  content: "TEDDY'S";
  background-color: #e21815;
  padding: 5px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
}
.infom .dd-12{
  width: 10%;
  padding-top: 10px;
}
.infom .dd-12:before {
  content: "MOKE'S";
  background-color: #ffe94a;
  padding: 5px 5px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
}
.infom .dd-13{
  width: 10%;
  padding-top: 10px;
}
.infom .dd-13:before {
  content: "MALULANI";
  background-color: #e5802c;
  padding: 5px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
}
.infom .dd-14{
  width: 10%;
  padding-top: 10px;
}
.infom .dd-14:before {
  content: "H1GLOBAL";
  background-color: #0080ff;
  padding: 5px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
}

.infom .dd-15{
  width: 10%;
  padding-top: 10px;
}
.infom .dd-15:before {
  content: "ABC";
  background-color: #ffe94a;
  padding: 5px 5px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
}
.infom .dd-16{
  width: 10%;
  padding-top: 10px;
}
.infom .dd-16:before {
  content: "STUDIO808";
  background-color: #375F20;
  padding: 5px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
}

.infom .dd-2{
  width: 80%;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.infom a{
  color: #2c1108;		
}
.infom a:hover{
  color: #666;		
}


@media screen and (max-width: 768px) {
.section-title {
  font-size: 32px;
  margin: auto;
  margin-bottom: 0px;
  text-align: center;
  
}
.section-title-sub{
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.half-hr{
  border-top: 4px solid #000;	
  width: 100px;
  margin: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}
.half-hr2{
  border-top: 4px solid #fff;	
  width: 100px;
  margin: auto;
  margin-bottom: 8px;
  margin-top: 8px;
}
.infom td{
	display: block;	
}

.infom .dd-2{
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
}
.infom .dd-11{
  width: 10%;
  padding-top: 10px;
  margin-left: 15px;
}
.infom .dd-11:before {
  content: "TEDDY'S";
  font-size: 10px;
}
.infom .dd-12{
  width: 10%;
  padding-top: 10px;
  margin-left: 15px;
}
.infom .dd-12:before {
  content: "MOKE'S";
  font-size: 10px;
}
.infom .dd-13{
  width: 10%;
  padding-top: 10px;
  margin-left: 15px;
}
.infom .dd-13:before {
  content: "MALULANI";
  font-size: 10px;
}
.infom .dd-14{
  width: 10%;
  padding-top: 10px;
  margin-left: 15px;
}
.infom .dd-14:before {
  content: "H1GLOBAL";
  font-size: 10px;
}
	.infom .dd-15{
  width: 10%;
  padding-top: 10px;
  margin-left: 15px;
}
.infom .dd-15:before {
  content: "ABC";
  font-size: 10px;
}
.infom .dd-16{
  width: 10%;
  padding-top: 10px;
  margin-left: 15px;
}
.infom .dd-16:before {
  content: "STUDIO808";
  font-size: 10px;
}
}

div::-webkit-scrollbar{
  width: 12px;
}
div::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc; 
}
div::-webkit-scrollbar-thumb{
  background: #eee;
  border-radius: 10px;
  box-shadow: none;
}
.list{
  height: 350px;
  overflow-y: scroll;
  padding-right: 10px;
}
.width_940{
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#h1-information{
	max-width: 940px;
	width: 100%;
	margin: 48px auto 0; 
}
#h1-contact{
	max-width: 940px;
	width: 100%;
	margin: 48px auto 0; 
}
#h1-business{
	width: 100%;
	margin: 48px auto 0; 
}
#h1-company{
	max-width: 940px;
	width: 100%;
	margin: 48px auto 0; 
}
@media screen and (max-width: 970px) {
	.width_940{
	width: 95%;
}
#h1-information{
	width: 95%; 
}
#h1-contact{
	width: 95%; 
}
#h1-company{
	width: 95%; 
}
}
@media screen and (max-width: 768px) {
	#h1-information{
	width: 95%;
	margin: 24px auto 0; 
}
	#h1-contact{
	width: 95%;
	margin: 24px auto 0; 
}
  .list{
  height: 350px;
  overflow-y: scroll;
  padding-right: 10px;
 }
   #h1-business{
	width: 100%;
	margin: 24px auto 0; 
}
	#h1-company{
	width: 95%;
	margin: 24px auto 0; 
}
}





.section-business{
	width: 100%;
	margin: -55px auto 0;
	background-color: #f9f5ed;
	padding-top: 0px;
	padding-bottom: 55px;
}
.section-business2{
	width: 100%;
	margin: -55px auto 0;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
.section-business{
	padding-bottom: 20px;
}
}
.box-inside{
  padding-top: 70px;
  padding-bottom: 0px;
  
}
.box-inside2{
  padding: 0 70px 0;
  
}
.business-inside{
	position: relative;
	background-image:
  linear-gradient( to right, rgba(0,0,0,0.9),  rgba(0,0,0,0.9) ),  url("../images/res_bg.jpg"); 
    

  background-repeat:
    repeat, /* 最前面の背景レイヤーに対応 */
	repeat;

  background-position:
    center, /* 最前面の背景レイヤーに対応 */
	center;
	color: #fff;
}
.content1{
	padding: 0 25%;
	margin-top: -30px;
}
.content1 p{
	height: 3em;
}
.content2{
	margin: 0 auto;
	width: 80%;
	padding: 0 10%;
	margin-bottom: 30px;
	background-image: url("../images/slide_bg1.png"); 
	background-size: cover;
}
.content3{
	margin: 0 auto;
	width: 80%;
	padding: 0 10%;
	margin-bottom: 30px;
	background-image: url("../images/slide_bg2.png"); 
	background-size: cover;
}
.slider1{
	padding: 0;
	margin-bottom: 0;
}
.triangle{
  width: 40px;
  margin: 0 auto;
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
.triangle2{
  width: 40px;
  margin: 0 auto;
  border-top: 40px solid #f9f5ed;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
}
.img-full{
	width:100%;
}
.img-left{
	width: 50%;
	float:left;
}
.img-shadow {
  margin-bottom: 20px;
}



.discription_era h2{
	font-size: 35px;
	margin-top: 0;
}
.discription_era_box2{
	margin-top: 30px;
	margin-bottom: 30px;
}
.discription_era_box2 ul li{
	list-style: square inside;
}
.discription_era_box2 h3{
	margin-top: 0;
	font-size: 22px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 600;
	position: relative;
	padding-left: 30px;
}
.discription_era_box2 h5{
	margin-top: 10px;
}
.discription_era_box2 h3::before,
.discription_era_box2 h3::after{
	content: "□";
	position: absolute;
}
.discription_era_box2 h3::before{
	left:0;
	top:-3px;
}
.discription_era_box2 h3::after{
	left: 5px;
	top: 3px;
	color: #A1B8D1;
}
.discription_era_box{
	padding-left: 0;
	z-index: 9;
}
.discription_era_box p{
	margin-bottom: 20px;
}
.discription_era_box h3{
	font-size: 22px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
}
hr.hr2 {
height: 1px;
background-color: #333;
color: #333;
margin: 15px 0;
}
@media screen and (max-width: 1440px) {
	.discription_era_box h3{
	font-size: 19px;
}
	.discription_era h2{
     font-size: 36px;
}
}
@media screen and (max-width: 1200px) {
	.discription_era{

}

	.discription_era_box h3{
	font-size: 18px;
}
	.discription_era h2{
     font-size: 28px;
}
	hr.hr2 {

}
	.discription_era_box p{
	
}
}
@media screen and (max-width: 992px) {
	.discription_era_box h3{
	font-size: 22px;
}
	.discription_era h2{
	 font-size: 38px;
     margin-bottom: 15px;
}

}
@media screen and (max-width: 768px) {
  .discription_era_box2{
	margin-top: 0px;
    margin-bottom: 20px;
}
  .discription_era_box2 h3{
	margin-top: 20px;
    margin-bottom: 20px;
}
	.discription_era_box h3{
	font-size: 20px;
}
	.discription_era h2{
	 font-size: 32px;
}
	.box-inside{
  padding-top: 25px;
  }
	.box-inside:first-child{
  padding-top: 70px;
  
}

}
.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 60px;
}

.social-icons {
  text-align: center;
}
.social-icons ul {
  padding: 0;
  margin: 0;
}
.social-icons ul li {
  list-style: none;
  display: inline-block;
}
.social-icons ul a {
  color: #000;
  font-size: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
	border: 1px solid #fff;
  background-color: #fff;
  display: inline-block;
  line-height: 30px;
  margin: 15px 5px;
}
.social-icons ul a:hover {
  background-color: #272727;
	color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.btn-shop{
  padding: 0 10px 0 0;
}
.btn-h1 {
  display: block;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  padding: 8px 1px;
  border: 2px solid #000;
  color: #000;
}
.btn-h1:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn2-h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  padding: 8px 26px;
  border: 2px solid #000;
  color: #000;
}
.btn2-h1:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn3-h1 img{
	width: 120px;
}
.btn3-h1 {
  text-align: center;
  padding: 13px 2px;
  border: 2px solid #fff;
}
.btn3-h1:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media screen and (max-width: 480px) {
.btn3-h1 img{
	width: 100px;
}
}
.mtb-btn{
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
.btn-h1 {
  font-size: 14px;
}
}
@media screen and (max-width: 1200px) {
.btn-h1 {
  font-size: 18px;
}
}
@media screen and (max-width: 992px) {
.btn-h1 {
  font-size: 18px;
}	
.btn2-h1 {
  font-size: 18px;
}
}
.syamei{
	font-size: 21px;
}
.access_era{
	padding-left: 0;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
.access_era p{
	text-align: center;
	padding: auto;
}
.mtb-btn{
  margin-top: 30px;
	margin-bottom: 30px;
}
}
.map p{
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 5px 20px;
	border: 2px solid #000;
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.map p:hover {
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.footer_bk{
  background-color: #000;
  padding: 15px 0;
}
.footer-nav{
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 0;
  text-align: center;
  list-style: none;
	padding: 0;
}
.footer-nav li {
    display: inline-block;
	font-size: 14px;
	padding: 20px 46px 10px;
	
  }
.footer-nav li a {
  color: #000;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.footer-nav li.current a {
  color: rgba(0, 0, 0, 0.8);
}

.copyright{
	font-size: 12px;
	text-align: center;
}

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

}
@media screen and (max-width: 768px) {
.footer-nav li {
    display: inline-block;
	font-size: 14px;
	padding: 10px 6px;
	list-style: none;
  }
.footer-nav li:first-child {
    padding-left: 0;
  }
.footer_bk{
  padding: 10px 0;
}
.footer_bk img{
  width: 7%;
}

}
.message{
	margin-top: 30px;
	background-image: url(../images/president_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding: 55px 0 40px;
}

.message p{
	text-align: center;
	color: #fff;
text-shadow:
  -1px -1px 0px #5c5c5c,
   1px -1px 0px #5c5c5c,
   1px  1px 0px #5c5c5c,
  -1px  1px 0px #5c5c5c;
}
.message h5{
	text-align: center;
	margin-right: 0;
}
.text_message{
	
	margin-top: 40px;
	font-size: 22px;
	font-weight: 100;
	line-height: 2.5;
}
@media screen and (max-width: 480px) {
	.message{
	padding: 40px 0 20px;
	background-image: url(../images/president_bg_sp.jpg);
	background-position: center right;
	background-size: cover;
}

.text_message{
	margin-top: 30px;
	font-size: 18px;
}
.message h5{
	text-align: right;
	margin-right: 15px;
}
}
.sp-visible{
	display: none;
}
.pc-visible{
	display: block;
}
@media screen and (max-width: 768px) {
.sp-visible{
	display: block;
}
.pc-visible{
	display: none;
}
.copyright{
	padding-top: 10px;
	text-align: center;
}
}
.bxslider5 img{
	width: 100%;
}
@-webkit-keyframes modify{
      0% { padding-top: 50px; margin-top: -50px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 50px; margin-top: -50px; }
    100% { padding-top: 0; margin-top: 0; }
}

.target_ad:target {
    -webkit-animation: modify .1s;
    animation: modify .1s;
}
.tbl-r02 {
  width: 100%;
  max-width: 740px;
  margin: 20px auto;
}
.tbl-r02 th {
  background: #efefef;
  padding: 10px 10px 10px 15px;
}
.tbl-r02 td {
background: #fcfcfc;
  padding: 10px 10px 10px 15px;
}

@media screen and (max-width: 480px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.main_txt{
    font-size: 17px;
	line-height: 2.0;
}

.shosai{
font-weight:800;
font-size:15px;
}



@media screen and (max-width: 768px) {
.main_txt{
    font-size: 16px;
	line-height: 1.6;
}
}
.hrhr{
	margin-bottom: 0;
	padding-bottom: 0;
}