.header-inner:after, .contents-inner:after, .footer-link:after, .bnr-area {
  clear: both;
  content: '';
  display: block;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  padding-left: 0;
}

dd ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

dd ul li {
  margin-bottom: 1.5rem;
}

address {
  font-style: normal;
}

h3 {
  margin: 0;
}

.section-title {
  font-size: 1.5em;
}

.section-title + p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.header {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-logo {
  float: left;
  width: 80%;
}

.header-tel {
  color: #bb4049;
  float: right;
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: right;
  width: 40%;
}
.header-tel rt {
  font-size: 1.0rem;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 25px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #555;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.nav {
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  display: none;
  z-index: 9998;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

.nav-item {
  border-bottom: 1px solid #000;
}
.nav-item:first-child:hover,
.nav-item:first-child.active {
  background-color: #E50012;
}
.nav-item:nth-child(2):hover,
.nav-item:nth-child(2).active {
  background-color: #E50012;
}
.nav-item:nth-child(3):hover,
.nav-item:nth-child(3).active {
  background-color: #E50012;
}
.nav-item:nth-child(4):hover,
.nav-item:nth-child(4).active {
  background-color: #E50012;
}
.nav-item:last-child:hover,
.nav-item:last-child.active {
  background-color: #E50012;
}

.nav-item a {
  color: #000;
  display: block;
  font-size: 1.285em;
  line-height: 80px;
  text-decoration: none;
}

.nav-item.active a,
.nav-item a:hover{
  color: #fff;
}

.hero {
  background: #DAE2F8;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(right, #DAE2F8, #EEFAFC);
  background: linear-gradient(to left, #DAE2F8, #EEFAFC);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  display: block;
  line-height: 150px;
  text-align: center;
}
.hero img {
  vertical-align: middle;
  width: 170px;
}

.contents {
  padding: 1.5rem 0 6rem;
}

.contents-inner {
  padding-right: 10px;
  padding-left: 10px;
}

.topics {
  overflow-x: scroll;
  height: 180px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.topics > dt {
  float: left;
}

.topics dd {
  padding-left: 18rem;
  margin-bottom: 1.5rem;
}

article,
section {
  margin-bottom: 2em;
}

.accordion-button {
  display: block;
  line-height: 40px;
  width: 100%;
  font-size: 2rem;
  padding-left: 20px;
  border: none;
  font-weight: bold;
}

.button-google {
  background: #0ea25f;
  color: #fff;
}

.button-google i {
  color: #da4b40;
}

#gmap,
.fb-page {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}

.accordion-button i {
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.accordion-button.active i {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button-facebook {
  background: #3b5998;
  color: #fff;
}

.footer {
  background-color: #FFFFFF;
  margin-top: 100px;
}

.footer-inner {
  height: 300px;
  position: relative;
}

.footer-left {
  background-color: #bb4049;
  height: 400px;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  position: absolute;
  top: -100px;
  width: 320px;
}
.footer-left p {
  color: #591e25;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.pagetop {
  display: block;
  height: 90px;
  text-align: center;
}
.pagetop img {
  width: 105px;
}

.footer-logo {
  margin-bottom: 20px;
  width: 120px;
}

.footer-link {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-link-item {
  border: 1px solid #000000;
  float: left;
  font-size: 1.2rem;
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 65px;
}
.footer-link-item:nth-child(4) {
  height: 30px;
  line-height: 1.15;
}
.footer-link-item a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.footer-right {
  color: #000000;
  float: right;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.lead {
  background-color: #3b3633;
  color: #fff;
  line-height: 50px;
  margin: 0;
  text-align: center;
}

.heading {
  background-color: #bb4049;
  color: #fff;
  font-size: 2rem;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 25px;
}

.bnr-vertical {
  display: block;
  margin-top: 1em;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.is-hidden {
  display: none;
}

.page-title {
  width: 300px;
  font-size: 2em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .5em;
}

.page-title-yellow {
  color: #f3c759;
  border-bottom: 5px solid;
}

.page-title-green {
  color: #6ebc59;
  border-bottom: 5px solid;
}

.page-title-purple {
  color: #8b90be;
  border-bottom: 5px solid;
}

.page-title-pink {
  color: #cd579b;
  border-bottom: 5px solid;
}

.page-title-blue {
  color: #44a5cb;
  border-bottom: 5px solid;
}

.equ {
  border: 1px solid #000;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.equ::after {
    content: '';
    display: block;
    clear: both;
}

.equ-photo {
  width: 100%;
  margin-bottom: 1rem;
}

.equ-name {
  font-size: 1.5em;
  color: #c40d23;
}

.equ-text {
  margin: 0;
}

.bnr-area {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
}

.bnr {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
}

.thumb {
  margin: 0;
  padding: 0;
}

.thumb a {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.thumb p {
  background: rgba(35, 24, 21, 0.8);
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  padding: 14px;
  margin: 0;
}

.profile {
  margin-bottom: 3rem;
}

.profile-img {
  margin-bottom: 1.5rem;
}

.profile li,
.profile dl {
  margin: 0;
}

.profile-inner {
  margin-bottom: 1.5rem;
}

.profile-position {
  margin: 0;
}

.profile-name {
  font-family: serif;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.profile-career {
  border: 1px solid #000;
  padding: 1rem;
  font-size: 12px;
}

.profile-career dl {
  margin: 0;
}

.profile-career dl:first-child {
  margin-bottom: 24px;
}

.profile-career dt {
  font-weight: bold;
}

.profile-career ul {
  list-style-position: inside;
}

.profile-career li {
  margin: 0;
}

.future dt {
  color: #44a5cb;
}

#formWrap span {
  color: #f00;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .header {
    padding: 0;
  }

  .header-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-logo {
    width: 60%;
  }

  .menu-trigger {
    display: none;
  }

  .nav {
    position: relative;
    display: block;
  }

  .nav-list {
    display: table;
  }

  .nav-item {
    display: table-cell;
    border: none;
  }

  .lead {
    font-size: 1.275em;
  }

  .contents-inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main {
    float: left;
    width: 66.66%;
  }

  .sub {
    float: right;
    width: 31.25%;
  }

  .accordion-button {
    display: none;
  }

  #gmap,
  .fb-page {
    display: block;
  }

  .is-hidden {
    display: block;
  }

  .equ-photo {
    float: right;
    margin: 0;
    width: 300px;
    padding-left: 1rem;
  }

  .bnr-area {
    width: 100%;
    margin-right: -1rem;
  }

  .bnr-area::after {
    content: '';
    display: block;
    clear: both;
  }

  .bnr {
    width: 33.333%;
    float: left;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-grid {
    margin-right: -20px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  .l-grid::after {
    content: '';
    display: block;
    clear: both;
  }
  .l-grid > li {
    float: left;
    margin-bottom: 20px;
  }

  .l-grid-col3 > li {
    width: 33.333%;
    padding-right: 20px;
  }

  .profile-inner::after {
    content: '';
    display: block;
    clear: both;
  }

  .profile-img {
    float: left;
    width: 36%;
    margin: 0;
  }

  .profile-detail {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }

  .header-inner,
  .nav-inner,
  .contents-inner,
  .footer-inner {
    margin: 0 auto;
    width: 960px;
  }

  .header-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .contents-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
