@charset "UTF-8";
/* line 1, ../sass/_reset.scss */
html {
  overflow: hidden;
  overflow-y: scroll;
}

/* line 5, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 11, ../sass/_reset.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
}
/* line 15, ../sass/_reset.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/_reset.scss */
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, ../sass/_reset.scss */
small {
  font-size: 12px;
}

@media (max-width: 1000px) {
  /* line 34, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  /* line 42, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.6;
  }
}
/* line 49, ../sass/_reset.scss */
tr {
  word-break: break-all;
}

/* line 52, ../sass/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 57, ../sass/_reset.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 62, ../sass/_reset.scss */
dd {
  margin-left: 0;
}

/* line 65, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 70, ../sass/_reset.scss */
select option {
  padding: 0px 5px;
}

/* line 73, ../sass/_reset.scss */
form label {
  cursor: pointer;
}

/* line 76, ../sass/_reset.scss */
input:placeholder {
  color: #999;
}

/* line 79, ../sass/_reset.scss */
input:-ms-input-placeholder {
  color: #999;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 25, ../sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 39, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 52, ../sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 62, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 71, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 82, ../sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 95, ../sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 105, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 115, ../sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 124, ../sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 134, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 153, ../sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 162, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 179, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 183, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 194, ../sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 203, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
/* line 231, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 244, ../sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 254, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 265, ../sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 276, ../sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 288, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 302, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 316, ../sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 325, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 334, ../sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 344, ../sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 354, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 363, ../sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 373, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 386, ../sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 395, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 406, ../sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 414, ../sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 425, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* VARIABLE COLOR */
/* VARIABLE FONT */
/* VARIABLE MEDIA */
/* MIXIN */
/* line 5, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 100%;
  color: #222;
  font-family: "Noto Sans JP","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 16, ../sass/style.scss */
.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 20, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* LINK */
/* line 25, ../sass/style.scss */
a, a:link, a:visited, a img {
  color: #154290;
  text-decoration: none;
  transition: .3s;
}

/* line 30, ../sass/style.scss */
a:hover {
  color: #2559b2;
}

/* line 33, ../sass/style.scss */
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* scroll efect */
/* line 38, ../sass/style.scss */
.effect-fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 800ms;
}

/* line 43, ../sass/style.scss */
.effect-fadein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* HEADER */
/* line 3, ../sass/_header.scss */
#header {
  width: 100%;
  height: 80px;
  z-index: 1400;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}
/* line 11, ../sass/_header.scss */
#header .logo {
  position: absolute;
  z-index: 1500;
  margin: 0;
  top: 15px;
  left: 15px;
}
/* line 17, ../sass/_header.scss */
#header .logo a {
  width: 260px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
/* line 23, ../sass/_header.scss */
#header .logo a img {
  display: block;
  margin-top: 8px;
}
/* line 27, ../sass/_header.scss */
#header .logo a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #154290;
}
/* line 33, ../sass/_header.scss */
#header .navCont {
  position: absolute;
  top: 0;
  right: 20px;
}
/* line 37, ../sass/_header.scss */
#header .navCont ul {
  padding-top: 18px;
}
/* line 40, ../sass/_header.scss */
#header .navCont li {
  display: inline-block;
}
/* line 43, ../sass/_header.scss */
#header .navCont li a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  margin: 0 10px;
  color: #222;
}
@media screen and (max-width: 1050px) {
  /* line 43, ../sass/_header.scss */
  #header .navCont li a {
    margin: 0 4px;
  }
}
@media screen and (max-width: 940px) {
  /* line 43, ../sass/_header.scss */
  #header .navCont li a {
    margin: 0;
  }
}
/* line 60, ../sass/_header.scss */
#header .navCont li a:after {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 33%;
  right: 33%;
  display: block;
  content: "";
  background: none;
  transition: .3s;
}
/* line 71, ../sass/_header.scss */
#header .navCont li a:hover {
  color: #154290;
}
/* line 74, ../sass/_header.scss */
#header .navCont li a:hover:after {
  left: 5px;
  right: 5px;
  background: #154290;
}
/* line 79, ../sass/_header.scss */
#header .navCont li a span {
  font-weight: normal;
}
/* line 82, ../sass/_header.scss */
#header .navCont li a:active::after {
  bottom: 10px;
}
/* line 87, ../sass/_header.scss */
#header .navBtn {
  transition: .3s;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1600;
}
/* line 93, ../sass/_header.scss */
#header .navBtn a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: block;
  width: 180px;
  height: 80px;
  background: #154290;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1050px) {
  /* line 93, ../sass/_header.scss */
  #header .navBtn a {
    width: 100px;
  }
}
/* line 107, ../sass/_header.scss */
#header .navBtn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* line 114, ../sass/_header.scss */
#header .navBtn a:hover {
  background: #2559b2;
}
/* line 117, ../sass/_header.scss */
#header .navBtn a:active {
  transform: scale(0.9);
}
/* line 122, ../sass/_header.scss */
#header .nav-open {
  display: block;
}

/* line 181, ../sass/_header.scss */
#header.smallhead {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: .3s;
}

@media screen and (max-width: 840px) {
  /* line 127, ../sass/_header.scss */
  #header .navCont, #header.smallhead .navCont {
    z-index: -1;
    opacity: 0;
    transition: .3s;
    position: fixed;
    padding: 0;
  }
  /* line 133, ../sass/_header.scss */
  #header .navCont ul, #header.smallhead .navCont ul {
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
  }
  /* line 138, ../sass/_header.scss */
  #header .navCont li, #header.smallhead .navCont li {
    width: 100%;
  }
  /* line 140, ../sass/_header.scss */
  #header .navCont li a, #header.smallhead .navCont li a {
    font-size: 40px;
    font-size: 2.5rem;
    display: none;
    color: #fff;
  }
}
@media screen and (max-width: 840px) and (max-width: 768px) {
  /* line 140, ../sass/_header.scss */
  #header .navCont li a, #header.smallhead .navCont li a {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 840px) {
  /* line 144, ../sass/_header.scss */
  #header .navCont li a:after, #header.smallhead .navCont li a:after {
    display: none;
  }
  /* line 147, ../sass/_header.scss */
  #header .navCont li a:active, #header.smallhead .navCont li a:active {
    transform: scale(0.9);
  }
  /* line 153, ../sass/_header.scss */
  #header .nav-open, #header.smallhead .nav-open {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 80px;
    height: 70px;
    cursor: pointer;
    z-index: 9999;
  }
  /* line 162, ../sass/_header.scss */
  #header .nav-open i, #header.smallhead .nav-open i {
    display: block;
    width: 30px;
    height: 3px;
    background: #154290;
    margin-left: 25px;
  }
  /* line 169, ../sass/_header.scss */
  #header .nav-open i:nth-child(1), #header.smallhead .nav-open i:nth-child(1) {
    margin-top: 23px;
  }
  /* line 172, ../sass/_header.scss */
  #header .nav-open i:nth-child(2), #header.smallhead .nav-open i:nth-child(2) {
    margin-top: 7px;
    opacity: 1;
  }
  /* line 176, ../sass/_header.scss */
  #header .nav-open i:nth-child(3), #header.smallhead .nav-open i:nth-child(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 640px) {
  /* line 191, ../sass/_header.scss */
  #header, #header.smallhead {
    height: 60px;
  }
  /* line 193, ../sass/_header.scss */
  #header .logo, #header.smallhead .logo {
    top: 8px;
    left: 8px;
  }
  /* line 196, ../sass/_header.scss */
  #header .logo a, #header.smallhead .logo a {
    width: 230px;
  }
  /* line 198, ../sass/_header.scss */
  #header .logo a img, #header.smallhead .logo a img {
    margin-top: 4px;
  }
  /* line 204, ../sass/_header.scss */
  #header .navBtn a, #header.smallhead .navBtn a {
    height: 60px;
  }
  /* line 208, ../sass/_header.scss */
  #header .nav-open, #header.smallhead .nav-open {
    top: -5px;
  }
}
/* line 213, ../sass/_header.scss */
#nav:checked + .nav-open {
  transform: rotate(45deg);
  position: fixed;
}

/* line 217, ../sass/_header.scss */
#nav:checked + .nav-open i {
  transition: transform 0.2s ease;
  background: #fff;
}

/* line 221, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(10px) rotate(180deg);
}

/* line 224, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

/* line 227, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-10px) rotate(90deg);
}

/* line 230, ../sass/_header.scss */
#nav:checked ~ .navCont {
  background: #154290;
  background: -moz-linear-gradient(145deg, #154290, #1e8ccc);
  background: -webkit-linear-gradient(145deg, #154290, #1e8ccc);
  background: linear-gradient(145deg, #154290, #1e8ccc);
  z-index: 9990;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
/* line 240, ../sass/_header.scss */
#nav:checked ~ .navCont ul {
  transform: translateY(-50%);
  top: 50%;
  padding-top: 0;
  margin-top: -0.5em;
}
/* line 246, ../sass/_header.scss */
#nav:checked ~ .navCont li a {
  display: inline-block;
  color: #fff;
  text-shadow: 0px 5px 15px #154290;
}

/* line 252, ../sass/_header.scss */
.hidden {
  display: none;
}

/* TOP SLIDER */
/* line 3, ../sass/_topslider.scss */
.slick-slider {
  padding: 0 0 12px 0;
  position: relative;
  margin-top: 80px;
}

/* line 8, ../sass/_topslider.scss */
.slick-slider img {
  margin: 0 auto;
}

/* line 11, ../sass/_topslider.scss */
.fix-height {
  min-height: 400px;
  max-height: 680px;
  height: 100vh;
  overflow: hidden;
}

/* line 17, ../sass/_topslider.scss */
.slick-slide:hover {
  cursor: pointer;
}

/* line 20, ../sass/_topslider.scss */
.slick-list:focus:focus {
  position: relative;
}

/* line 23, ../sass/_topslider.scss */
.slick-list:focus:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #00C2FF;
  z-index: -1;
}

/* line 33, ../sass/_topslider.scss */
.js-slider .slick-list:focus {
  position: relative;
}

/* line 36, ../sass/_topslider.scss */
.js-slider .slick-list:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #00C2FF;
  z-index: 1;
}

/* line 46, ../sass/_topslider.scss */
.main-slider-image {
  min-height: 400px;
  max-height: 680px;
  height: 100vh;
  background: no-repeat center #333;
  background-size: cover;
  cursor: default !important;
}
/* line 53, ../sass/_topslider.scss */
.main-slider-image a {
  cursor: default !important;
  color: #154290;
}

/* line 58, ../sass/_topslider.scss */
.main-slider-image a:hover {
  text-decoration: none;
}

/* line 61, ../sass/_topslider.scss */
.main-slider-text-outer {
  height: 100%;
}

/* line 64, ../sass/_topslider.scss */
.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 69, ../sass/_topslider.scss */
.main-slider-text-inner {
  height: calc(100vh - 180px);
  min-height: 400px;
}

/* line 73, ../sass/_topslider.scss */
.main-slider-main-copy {
  width: auto;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 60px;
  color: #fff;
  font-size: 100px;
}
/* line 85, ../sass/_topslider.scss */
.main-slider-main-copy strong {
  font-size: 120px;
  display: block;
  margin-bottom: 20px;
  line-height: 120px;
}
/* line 91, ../sass/_topslider.scss */
.main-slider-main-copy span {
  font-size: 156px;
}
/* line 94, ../sass/_topslider.scss */
.main-slider-main-copy em {
  font-style: normal;
  font-size: 200px;
  line-height: 160px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}

/* line 102, ../sass/_topslider.scss */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

@media screen and (max-width: 768px) {
  /* line 109, ../sass/_topslider.scss */
  .slick-slide {
    min-height: 560px;
    height: 560px;
  }

  /* line 113, ../sass/_topslider.scss */
  .fix-height {
    min-height: 560px;
    height: 560px;
  }

  /* line 117, ../sass/_topslider.scss */
  .main-slider-image {
    min-height: 560px;
    height: 560px;
  }

  /* line 121, ../sass/_topslider.scss */
  .main-slider-text-inner {
    min-height: 560px;
    height: 560px;
  }

  /* line 126, ../sass/_topslider.scss */
  .main-slider-main-copy em {
    font-size: 180px;
    line-height: 180px;
  }
}
@media screen and (max-width: 640px) {
  /* line 133, ../sass/_topslider.scss */
  .slick-slider {
    margin-top: 60px;
    min-height: 440px;
    height: 440px;
  }

  /* line 138, ../sass/_topslider.scss */
  .fix-height {
    min-height: 440px;
    height: 440px;
  }

  /* line 142, ../sass/_topslider.scss */
  .main-slider-image {
    min-height: 440px;
    height: 440px;
  }

  /* line 146, ../sass/_topslider.scss */
  .main-slider-text-inner {
    min-height: 440px;
    height: 440px;
  }

  /* line 150, ../sass/_topslider.scss */
  .main-slider-main-copy {
    left: 30px;
    font-size: 60px;
  }
  /* line 153, ../sass/_topslider.scss */
  .main-slider-main-copy strong {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
  }
  /* line 158, ../sass/_topslider.scss */
  .main-slider-main-copy span {
    font-size: 66px;
  }
  /* line 161, ../sass/_topslider.scss */
  .main-slider-main-copy em {
    font-size: 120px;
    line-height: 100px;
    display: block;
  }
}
/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1559105090') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot?1559105091');
  src: url('../fonts/slick.eot?&1559105091#iefix') format("embedded-opentype"), url('../fonts/slick.woff?1559105093') format("woff"), url('../fonts/slick.ttf?1559105092') format("truetype"), url('../fonts/slick.svg?1559105092#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* FOOTER */
/* line 3, ../sass/_footer.scss */
.ftcontact {
  width: 85%;
  padding: 80px 7.5%;
  background: #f4f5f7;
}
/* line 7, ../sass/_footer.scss */
.ftcontact h2 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #154290;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  /* line 7, ../sass/_footer.scss */
  .ftcontact h2 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 88, ../sass/_snippet.scss */
.ftcontact h2:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #154290;
}
/* line 11, ../sass/_footer.scss */
.ftcontact h2:after {
  display: none;
}

/* line 16, ../sass/_footer.scss */
.btncont {
  max-width: 480px;
  margin: 0 auto;
}
/* line 19, ../sass/_footer.scss */
.btncont a {
  margin-top: 2.5em;
  display: block;
  background: #154290;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
}
/* line 30, ../sass/_footer.scss */
.btncont a:hover {
  background: #2559b2;
}
/* line 33, ../sass/_footer.scss */
.btncont a:active {
  transform: scale(0.9);
}

/* line 38, ../sass/_footer.scss */
#footer {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 38, ../sass/_footer.scss */
  #footer {
    width: 90%;
    padding: 40px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 38, ../sass/_footer.scss */
  #footer {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 43, ../sass/_footer.scss */
#footer .footinfo1 {
  width: 100%;
  flex-basis: 37%;
  -webkit-flex-basis: 37%;
}
/* line 48, ../sass/_footer.scss */
#footer .logofoot {
  margin: 0 0 120px;
  text-align: center;
  width: 240px;
}
/* line 52, ../sass/_footer.scss */
#footer .logofoot a {
  width: 240px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
/* line 58, ../sass/_footer.scss */
#footer .logofoot a img {
  display: block;
  margin-top: 10px;
}
/* line 62, ../sass/_footer.scss */
#footer .logofoot a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #154290;
}
/* line 68, ../sass/_footer.scss */
#footer .copy {
  font-size: 13px;
  font-size: .8rem;
  font-family: "Montserrat", sans-serif;
}
/* line 72, ../sass/_footer.scss */
#footer ul {
  flex-basis: 21%;
  -webkit-flex-basis: 21%;
}
/* line 76, ../sass/_footer.scss */
#footer li {
  margin-bottom: .75em;
}
/* line 78, ../sass/_footer.scss */
#footer li a {
  position: relative;
  padding-left: .5em;
  padding-right: .5em;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
}
/* line 56, ../sass/_snippet.scss */
#footer li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
/* line 69, ../sass/_snippet.scss */
#footer li a:hover {
  color: #154290;
}
/* line 72, ../sass/_snippet.scss */
#footer li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  /* line 78, ../sass/_footer.scss */
  #footer li a {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 81, ../sass/_footer.scss */
#footer li a:after {
  background: #2559b2;
}
/* line 84, ../sass/_footer.scss */
#footer li a:hover {
  color: #fff;
}

/* line 90, ../sass/_footer.scss */
#pageTop {
  bottom: 0;
  right: 0;
  display: block;
  position: fixed;
}
/* line 95, ../sass/_footer.scss */
#pageTop a {
  width: 80px;
  height: 80px;
  display: block;
  color: #fff;
  background: #eff2f6;
  background: rgba(21, 66, 144, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 999;
}
/* line 105, ../sass/_footer.scss */
#pageTop a:hover {
  background: rgba(21, 66, 144, 0.5);
}
/* line 107, ../sass/_footer.scss */
#pageTop a:hover:after {
  margin-top: -4px;
}
/* line 111, ../sass/_footer.scss */
#pageTop a:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: .3s;
}
/* line 126, ../sass/_footer.scss */
#pageTop a:active {
  transform: scale(0.96);
  transition: all 0.05s ease;
}
/* line 129, ../sass/_footer.scss */
#pageTop a:active:after {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  /* line 137, ../sass/_footer.scss */
  #footer .logofoot {
    margin: 0 auto 20px;
  }
  /* line 140, ../sass/_footer.scss */
  #footer .copy {
    text-align: center;
  }
  /* line 143, ../sass/_footer.scss */
  #footer ul {
    width: 100%;
    padding-top: 20px;
  }
  /* line 147, ../sass/_footer.scss */
  #footer li {
    width: 50%;
    float: left;
  }

  /* line 152, ../sass/_footer.scss */
  #pageTop {
    width: 100%;
    position: relative;
    margin-bottom: -40px;
    text-align: right;
  }
  /* line 157, ../sass/_footer.scss */
  #pageTop a {
    background: #2559b2;
    margin-left: auto;
  }
}
/* アニメーション */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ------------------------------
　　ボタン
------------------------------ */
/* line 45, ../sass/_acmunit.scss */
.btn {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border: 0;
  border-radius: 3px;
  background: #666;
}

/* line 57, ../sass/_acmunit.scss */
.btn:hover,
.btn:visited {
  text-decoration: none;
  color: #fff;
}

/* line 64, ../sass/_acmunit.scss */
.btn:focus,
.btn:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 70, ../sass/_acmunit.scss */
.btn:hover {
  color: #fff;
  background-color: #444;
  background-image: linear-gradient(to bottom, #666, #444);
}

/* line 76, ../sass/_acmunit.scss */
.btn:active,
.btn:focus {
  background: #444;
}

/* ボタン　色付き */
/* line 83, ../sass/_acmunit.scss */
.btn-attention {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border: 0;
  border-radius: 3px;
  background: #c41134;
}

/* line 95, ../sass/_acmunit.scss */
.btn-attention:hover,
.btn-attention:visited {
  text-decoration: none;
  color: #fff;
}

/* line 102, ../sass/_acmunit.scss */
.btn-attention:focus,
.btn-attention:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 108, ../sass/_acmunit.scss */
.btn-attention:hover {
  color: #fff;
  background-color: #910021;
  background-image: linear-gradient(to bottom, #c41134, #910021);
}

/* line 114, ../sass/_acmunit.scss */
.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
/* line 121, ../sass/_acmunit.scss */
.btn-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #666;
}

/* line 136, ../sass/_acmunit.scss */
.btn-large:hover,
.btn-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 143, ../sass/_acmunit.scss */
.btn-large:focus,
.btn-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 149, ../sass/_acmunit.scss */
.btn-large:hover {
  background: #444;
}

/* line 153, ../sass/_acmunit.scss */
.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
/* line 160, ../sass/_acmunit.scss */
.btn-attention-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #c41134;
}

/* line 175, ../sass/_acmunit.scss */
.btn-attention-large:hover,
.btn-attention-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 182, ../sass/_acmunit.scss */
.btn-attention-large:focus,
.btn-attention-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 188, ../sass/_acmunit.scss */
.btn-attention-large:hover {
  background: #910021;
}

/* line 192, ../sass/_acmunit.scss */
.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン */
/* line 199, ../sass/_acmunit.scss */
.btn-block-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #666;
}

/* line 215, ../sass/_acmunit.scss */
.btn-block-large:hover,
.btn-block-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 222, ../sass/_acmunit.scss */
.btn-block-large:focus,
.btn-block-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 228, ../sass/_acmunit.scss */
.btn-block-large:hover {
  background: #444;
}

/* line 232, ../sass/_acmunit.scss */
.btn-block-large:active,
.btn-block-large:focus {
  background: #444;
}

/* デスクトップ：最大360pxボタン 色付き */
/* line 239, ../sass/_acmunit.scss */
.btn-attention-block-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  transition: background-color .25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #c41134;
}

/* line 256, ../sass/_acmunit.scss */
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  text-decoration: none;
  color: #fff;
}

/* line 262, ../sass/_acmunit.scss */
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

/* line 268, ../sass/_acmunit.scss */
.btn-attention-block-large:hover {
  background: #910021;
}

/* line 272, ../sass/_acmunit.scss */
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  /* line 280, ../sass/_acmunit.scss */
  .btn-block-large {
    max-width: 360px;
  }

  /* line 284, ../sass/_acmunit.scss */
  .btn-attention-block-large {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/_acmunit.scss */
  .btn-search-block {
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}
/* ボーダーボタン */
/* line 304, ../sass/_acmunit.scss */
.home-btn {
  margin: 20px 0 10px;
}

/* line 309, ../sass/_acmunit.scss */
.btn-border {
  font-size: 16px;
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 318, ../sass/_acmunit.scss */
.btn-border [class*='acms-icon-'] {
  font-size: 14px;
  color: #ccc;
}

/* line 323, ../sass/_acmunit.scss */
.btn-border:hover {
  text-decoration: none;
}

/* ------------------------------
　　ラベル
------------------------------ */
/* line 331, ../sass/_acmunit.scss */
.label-new {
  background: #c41134;
}

/* line 336, ../sass/_acmunit.scss */
.label-category {
  background: #666;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
/* line 344, ../sass/_acmunit.scss */
.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  color: #fff;
  background: url("../images/bg_other.jpg") #333 no-repeat center;
  background-size: cover;
}

/* line 355, ../sass/_acmunit.scss */
.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 365, ../sass/_acmunit.scss */
.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}

/* line 373, ../sass/_acmunit.scss */
.page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

/* line 380, ../sass/_acmunit.scss */
.page-title a {
  color: #fff;
}

/* line 385, ../sass/_acmunit.scss */
.page-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

@media (min-width: 768px) {
  /* line 394, ../sass/_acmunit.scss */
  .page-title-wrapper {
    height: 270px;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
/* line 403, ../sass/_acmunit.scss */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 410, ../sass/_acmunit.scss */
.pager li {
  display: inline-block;
  margin: 0 5px;
}

/* line 415, ../sass/_acmunit.scss */
.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #fff;
  border-radius: 3px;
  background: #767676;
}

/* line 424, ../sass/_acmunit.scss */
.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  border-radius: 3px;
  background: #e5e5e5;
}

/* line 432, ../sass/_acmunit.scss */
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}

/* line 438, ../sass/_acmunit.scss */
.pager-link:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

/* line 445, ../sass/_acmunit.scss */
.pager-link-forward {
  float: right;
}

/* line 450, ../sass/_acmunit.scss */
.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  /* line 457, ../sass/_acmunit.scss */
  .pager-link {
    padding: 5px 10px;
  }

  /* line 461, ../sass/_acmunit.scss */
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
/* line 469, ../sass/_acmunit.scss */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}

/* line 476, ../sass/_acmunit.scss */
.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

/* line 481, ../sass/_acmunit.scss */
.serial-nav .serial-nav-item-prev {
  text-align: left;
}

/* line 485, ../sass/_acmunit.scss */
.serial-nav .serial-nav-item-next {
  text-align: right;
}

/* line 489, ../sass/_acmunit.scss */
.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/* line 496, ../sass/_acmunit.scss */
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
  text-decoration: none;
  color: inherit;
}

/* line 504, ../sass/_acmunit.scss */
.serial-nav a:hover {
  background: #e5e5e5;
}

@media screen and (min-width: 768px) {
  /* line 511, ../sass/_acmunit.scss */
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }

  /* line 516, ../sass/_acmunit.scss */
  .serial-nav .serial-nav-item-prev {
    float: left;
  }

  /* line 520, ../sass/_acmunit.scss */
  .serial-nav .serial-nav-item-next {
    float: right;
  }

  /* line 524, ../sass/_acmunit.scss */
  .serial-nav a {
    display: inline;
    border: 0;
  }

  /* line 529, ../sass/_acmunit.scss */
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
/* ------------------------------
　　トピックパス
------------------------------ */
/* line 539, ../sass/_acmunit.scss */
.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  background: #f5f5f5;
}

/* line 546, ../sass/_acmunit.scss */
.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

/* line 552, ../sass/_acmunit.scss */
.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url("../images/marker/icon_arrow.png") no-repeat left center;
}

/* line 558, ../sass/_acmunit.scss */
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

/* line 564, ../sass/_acmunit.scss */
.topicpath-link {
  font-size: 14px;
  color: #666;
}

/* line 569, ../sass/_acmunit.scss */
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
  color: #666;
}

/* ------------------------------
　　サマリー
------------------------------ */
/* line 580, ../sass/_acmunit.scss */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* line 589, ../sass/_acmunit.scss */
.summary-default-entry {
  float: left;
  box-sizing: border-box;
  padding: 10px;
  transition: background-color .25s ease-out;
  color: #333;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 600, ../sass/_acmunit.scss */
.summary-default-entry.bl-hover {
  background: #f1f1f1;
}

/* line 604, ../sass/_acmunit.scss */
.acms-entry .summary-default-entry {
  padding: 10px;
}

/* line 609, ../sass/_acmunit.scss */
.summary-title {
  font-size: 16px;
  margin: 0 0 10px 0;
}

/* line 616, ../sass/_acmunit.scss */
.summary-detail {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 625, ../sass/_acmunit.scss */
  .summary-default-entry-image-wrap img {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 480px) {
  /* line 634, ../sass/_acmunit.scss */
  .summary-default {
    margin: 0 0 20px 0;
  }
}
/* エントリーのスタイル */
/* line 641, ../sass/_acmunit.scss */
.entry-column {
  word-wrap: break-word;
  color: #333;
}

/* line 646, ../sass/_acmunit.scss */
.entry-column h2 {
  font-size: 18px;
  margin: 0 10px 25px 10px;
  padding: 5px 10px;
  color: #666;
  border-left: 4px solid #666;
}

/* line 654, ../sass/_acmunit.scss */
.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 660, ../sass/_acmunit.scss */
.entry-column h3 {
  font-size: 16px;
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  color: #333;
  background: #e5e5e5;
}

/* line 668, ../sass/_acmunit.scss */
.entry-column a:link {
  text-decoration: none;
}

/* line 672, ../sass/_acmunit.scss */
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}

/* line 678, ../sass/_acmunit.scss */
.entry-column a:visited {
  text-decoration: none;
}

/* 本文 */
/* line 684, ../sass/_acmunit.scss */
.entry-column p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 30px;
}

/* エントリー内ボタン */
/*.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a
{
	font-weight: bold;
	line-height: 1.2;

	display: inline-block;

	padding: 8px 15px;

	color: #fff;
	border: 0;
	border-radius: 3px; 
	background: #666;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited
{
	text-decoration: none; 
	color: #fff;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active
{
	color: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover
{
	color: #fff; 
	background-color: #444;
	background-image: linear-gradient(to bottom, #666, #444);
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus
{
	background: #444;
}*/
/* 色付きボタン */
/*.entry-column p.entry-btn-attention a
{
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	border: 0;
	border-radius: 3px; 
	background: #c41134;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited
{
	text-decoration: none; 
	color: #fff;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active
{
	color: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover
{
	color: #fff; 
	background-color: #910021;
	background-image: linear-gradient(to bottom, #c41134, #910021);
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus
{
	background: #910021;
}*/
/* line 769, ../sass/_acmunit.scss */
.entry-column p.summary-title {
  margin: 0 0 10px 0;
}

/* line 773, ../sass/_acmunit.scss */
.entry-column p.summary-detail {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* エントリー内コンテナー */
/* line 780, ../sass/_acmunit.scss */
.entry-container {
  margin: 0 5px;
}

/* テーブル */
/* line 786, ../sass/_acmunit.scss */
.entry-column table {
  width: 100%;
  margin: 0 0 30px 0;
}

/* line 791, ../sass/_acmunit.scss */
.entry-column table.table-history {
  table-layout: fixed;
}

/* line 796, ../sass/_acmunit.scss */
.entry-column th,
.entry-column td {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  color: #333;
  border-top: 1px solid #dfdfdf;
}

/* line 809, ../sass/_acmunit.scss */
.entry-column .acms-table-responsive {
  margin-bottom: 30px;
}

/* line 813, ../sass/_acmunit.scss */
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}

/* line 819, ../sass/_acmunit.scss */
.entry-column .acms-table-responsive table {
  margin: 0;
}

/* line 824, ../sass/_acmunit.scss */
.entry-column th {
  background: #f5f5f5;
}

/* 沿革用テーブル */
/* line 830, ../sass/_acmunit.scss */
.entry-column table.table-history tr {
  background: #fff;
}

/* line 835, ../sass/_acmunit.scss */
.entry-column table.table-history th,
.entry-column table.table-history td {
  display: block;
}

/* line 841, ../sass/_acmunit.scss */
.entry-column table.table-history th {
  padding: 10px;
}

/* line 846, ../sass/_acmunit.scss */
.entry-column table.table-history td {
  padding: 10px 0;
}

/* line 851, ../sass/_acmunit.scss */
.entry-column table.table-history .table-history-img {
  display: block;
  padding: 0 10px 10px 10px;
  background: #fff;
}

/* リスト */
/* line 859, ../sass/_acmunit.scss */
.entry-column ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 2em;
}

/* line 864, ../sass/_acmunit.scss */
.entry-column ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
}

/* line 870, ../sass/_acmunit.scss */
.entry-column ul.summary-default {
  padding: 0;
}

/* line 874, ../sass/_acmunit.scss */
.entry-column ul.summary-default li {
  margin: 0;
}

/* 番号付きリスト */
/* line 880, ../sass/_acmunit.scss */
.entry-column ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 2.5em;
}

/* line 885, ../sass/_acmunit.scss */
.entry-column ol li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
}

/* 定義リスト */
/* line 893, ../sass/_acmunit.scss */
.entry-column dl {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 902, ../sass/_acmunit.scss */
.entry-column dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

/* line 910, ../sass/_acmunit.scss */
.entry-column dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: 0;
}

/* 引用 */
/* line 919, ../sass/_acmunit.scss */
.entry-column blockquote {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px 15px 16px;
  border-left: 4px solid #bfbfbf;
  background: #efefef;
}

/* ソースコード */
/* line 933, ../sass/_acmunit.scss */
.entry-column pre {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px 0;
}

/* line 939, ../sass/_acmunit.scss */
.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

/* line 944, ../sass/_acmunit.scss */
.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
/* line 950, ../sass/_acmunit.scss */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* ユニット */
/* line 957, ../sass/_acmunit.scss */
.entry-column .caption {
  font-size: 13px;
  margin: 0 0 20px 0;
}

/* line 963, ../sass/_acmunit.scss */
.column-file-auto + .caption {
  margin-left: 10px;
}

@media screen and (min-width: 480px) {
  /* line 970, ../sass/_acmunit.scss */
  .entry-column .table-history-img {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  /* line 978, ../sass/_acmunit.scss */
  .entry-column th,
  .entry-column td {
    font-size: 16px;
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #dfdfdf;
  }

  /* line 987, ../sass/_acmunit.scss */
  .entry-column th {
    background: inherit;
  }

  /* line 991, ../sass/_acmunit.scss */
  .entry-column tr:nth-child(odd) {
    background: #f5f5f5;
  }
}
/* エントリーフッター */
/* line 998, ../sass/_acmunit.scss */
.entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
/* line 1006, ../sass/_acmunit.scss */
.entry-tag {
  margin: 0 0 5px 0;
}

/* line 1011, ../sass/_acmunit.scss */
.entry-tag-icon {
  float: left;
  color: #707070;
}

/* line 1017, ../sass/_acmunit.scss */
.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

/* 続きを読むボタン */
/* line 1024, ../sass/_acmunit.scss */
.continue-link {
  font-size: 16px;
  margin: 0;
}

/* line 1030, ../sass/_acmunit.scss */
.continue-link a {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  background: #767676;
}

/* line 1040, ../sass/_acmunit.scss */
.continue-link a [class*='acms-icon'] {
  margin: 0 10px 0 0;
}

/* line 1044, ../sass/_acmunit.scss */
.continue-link a:link,
.continue-link a:visited {
  color: #fff;
}

/* line 1049, ../sass/_acmunit.scss */
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  /* line 1061, ../sass/_acmunit.scss */
  .entry-tag {
    margin: 0;
  }

  /* 続きを読むボタン */
  /* line 1066, ../sass/_acmunit.scss */
  .continue-link a {
    font-weight: normal;
    padding: 5px 10px;
  }
}
/* ------------------------------
　　編集ページ
------------------------------ */
/* line 1076, ../sass/_acmunit.scss */
.field-title {
  padding: 0 10px;
}

/* line 1081, ../sass/_acmunit.scss */
.field-title:first-child {
  margin: 0 0 10px 0;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
/* line 1089, ../sass/_acmunit.scss */
.contact-box p.message {
  font-weight: bold;
  margin: 0 0 35px 0;
  padding: 0 10px;
  color: #c41134;
}

/* line 1098, ../sass/_acmunit.scss */
.contact-box p.contact-no {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

/* line 1105, ../sass/_acmunit.scss */
.contact-box p.contact-no a {
  color: inherit;
}

/* line 1110, ../sass/_acmunit.scss */
.contact-box p.error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}

/* line 1117, ../sass/_acmunit.scss */
.contact-box table.contact-form {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* line 1123, ../sass/_acmunit.scss */
.contact-box table.contact-form tr {
  background: #fff;
}

@media screen and (min-width: 480px) {
  /* line 1130, ../sass/_acmunit.scss */
  .contact-box th,
  .contact-box td {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  /* line 1139, ../sass/_acmunit.scss */
  .contact-box th {
    width: 260px;
  }
}
/* ステップ 
------------------------------ */
/* line 1147, ../sass/_acmunit.scss */
.contact-box .mail-step {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
  background: #e5e5e5;
}

/* line 1157, ../sass/_acmunit.scss */
.contact-box .mail-step-item {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 0 10px;
  padding: 18px 0 14px;
  list-style: none;
  color: #999;
  border-bottom: 4px solid transparent;
}

/* line 1168, ../sass/_acmunit.scss */
.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}

/* line 1175, ../sass/_acmunit.scss */
.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  /* line 1183, ../sass/_acmunit.scss */
  .contact-box .mail-step {
    height: 60px;
  }
}
/* 送信ボタン
------------------------------ */
/* line 1191, ../sass/_acmunit.scss */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

/* line 1198, ../sass/_acmunit.scss */
.form-btn {
  display: inline-block;
}

/* line 1203, ../sass/_acmunit.scss */
.form-btn-return {
  float: left;
}

/* line 1208, ../sass/_acmunit.scss */
.form-btn-send {
  float: right;
}

@media screen and (min-width: 768px) {
  /* line 1215, ../sass/_acmunit.scss */
  .form-btn-return {
    float: none;
  }

  /* line 1219, ../sass/_acmunit.scss */
  .form-btn-send {
    float: none;
    width: 100%;
    max-width: 360px;
  }
}
/* ラベル 
------------------------------ */
/* line 1229, ../sass/_acmunit.scss */
.label-required {
  font-size: 12px;
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 3px;
  background: #c41134;
}

@media screen and (min-width: 768px) {
  /* line 1241, ../sass/_acmunit.scss */
  .label-required {
    float: right;
  }
}
/* フォーム要素
------------------------------ */
/* line 1249, ../sass/_acmunit.scss */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

/* line 1254, ../sass/_acmunit.scss */
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

/* line 1259, ../sass/_acmunit.scss */
.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

/* line 1264, ../sass/_acmunit.scss */
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

/* line 1270, ../sass/_acmunit.scss */
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

/* line 1276, ../sass/_acmunit.scss */
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

/* バリデーター
------------------------------ */
/* line 1284, ../sass/_acmunit.scss */
.valid-mark {
  display: none;
}

/* line 1289, ../sass/_acmunit.scss */
.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

/* line 1297, ../sass/_acmunit.scss */
.invalid {
  background: #ffebee !important;
}

/* A-BLOG CMS */
/* line 4, ../sass/_acmcustom.scss */
.acms-container {
  text-align: left;
}

/* line 8, ../sass/_acmcustom.scss */
#adminBox {
  margin-bottom: 0 !important;
  text-align: left;
  position: relative;
  z-index: 50;
}
/* line 13, ../sass/_acmcustom.scss */
#adminBox a {
  text-decoration: none;
}

/* line 17, ../sass/_acmcustom.scss */
.acms-admin-btn-admin, .formEntryActionUnit .btn {
  font-size: 13px;
  font-size: .8rem;
}

/* line 20, ../sass/_acmcustom.scss */
.acms-admin-modal, .select2-results__option {
  text-align: left;
}

/* line 23, ../sass/_acmcustom.scss */
.acms-topicpath {
  display: inline-block;
}
/* line 25, ../sass/_acmcustom.scss */
.acms-topicpath li {
  font-size: 13px;
  font-size: .8rem;
  padding-bottom: 1em;
}
/* line 28, ../sass/_acmcustom.scss */
.acms-topicpath li a {
  font-size: 13px;
  font-size: .8rem;
  text-decoration: underline;
}

/* line 35, ../sass/_acmcustom.scss */
.acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: .25em;
  padding-bottom: 1em;
}

/* line 39, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  text-align: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

/* line 44, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage], .acms-entry [class*=column-media], .acms-entry [class*=column-video], .acms-entry [class*=column-youtube] {
  padding-left: 2.5% !important;
  padding-right: 2.5% !important;
}

/* line 48, ../sass/_acmcustom.scss */
[class*=column-eximage], [class*=column-file], [class*=column-image], [class*=column-map], [class*=column-media], [class*=column-module], [class*=column-quote], [class*=column-street-view], [class*=column-video], [class*=column-yolp], [class*=column-youtube] {
  margin-bottom: 2em !important;
}
@media screen and (max-width: 640px) {
  /* line 48, ../sass/_acmcustom.scss */
  [class*=column-eximage], [class*=column-file], [class*=column-image], [class*=column-map], [class*=column-media], [class*=column-module], [class*=column-quote], [class*=column-street-view], [class*=column-video], [class*=column-yolp], [class*=column-youtube] {
    margin-bottom: 1em !important;
  }
}

/* line 55, ../sass/_acmcustom.scss */
.acms-entry [class*=column-eximage-] .caption, .acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption {
  text-align: center;
  font-size: 13px;
  font-size: .8rem;
}

/* line 59, ../sass/_acmcustom.scss */
.acms-admin-icon, [class*=acms-admin-icon-] {
  position: relative;
}

/* line 62, ../sass/_acmcustom.scss */
.entry {
  text-align: left;
}

/* line 65, ../sass/_acmcustom.scss */
.entry-column {
  text-align: left;
}
/* line 67, ../sass/_acmcustom.scss */
.entry-column h2 {
  color: #154290;
  font-size: 30px !important;
  font-size: 1.85rem !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 67, ../sass/_acmcustom.scss */
  .entry-column h2 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
/* line 73, ../sass/_acmcustom.scss */
.entry-column h3 {
  color: #154290;
  font-size: 24px;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  /* line 73, ../sass/_acmcustom.scss */
  .entry-column h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 80, ../sass/_acmcustom.scss */
.entry-column h4 {
  color: #154290;
  font-size: 18px;
  font-size: 1.1rem;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
/* line 87, ../sass/_acmcustom.scss */
.entry-column em {
  font-style: normal;
  font-weight: bold;
  color: #154290;
}
/* line 92, ../sass/_acmcustom.scss */
.entry-column .txt-center {
  text-align: center;
}
/* line 95, ../sass/_acmcustom.scss */
.entry-column .entry-danger-text {
  background: #ffdbe1;
  padding: 20px;
  border-radius: 10px;
}
/* line 100, ../sass/_acmcustom.scss */
.entry-column .line {
  display: inline;
  background: linear-gradient(transparent 75%, #B5FF14 0);
}
/* line 104, ../sass/_acmcustom.scss */
.entry-column .color-red {
  color: #ff647e;
}
/* line 107, ../sass/_acmcustom.scss */
.entry-column .txt-bold {
  font-weight: bold;
}
/* line 110, ../sass/_acmcustom.scss */
.entry-column .txt-big {
  font-size: 2em;
}
/* line 113, ../sass/_acmcustom.scss */
.entry-column .entryFormColumnBody em, .entry-column .entryFormColumnBody em, .entry-column .entry em {
  background: red;
  color: #fff;
}
/* line 117, ../sass/_acmcustom.scss */
.entry-column .txt-comment {
  padding: 1.5em;
  border: 2px solid #f4f5f7;
}
/* line 121, ../sass/_acmcustom.scss */
.entry-column ul {
  list-style: circle;
  padding-left: 2em;
  margin-bottom: 2em;
}
/* line 125, ../sass/_acmcustom.scss */
.entry-column ul a {
  text-decoration: underline !important;
}
/* line 129, ../sass/_acmcustom.scss */
.entry-column ul li, .entry-column ol li {
  margin-bottom: .5em;
}
/* line 132, ../sass/_acmcustom.scss */
.entry-column .entry-container {
  margin: 0 0 2em;
}
/* line 135, ../sass/_acmcustom.scss */
.entry-column table {
  border-collapse: collapse;
  margin: 0;
  width: auto;
}
/* line 139, ../sass/_acmcustom.scss */
.entry-column table a {
  text-decoration: underline !important;
}
/* line 142, ../sass/_acmcustom.scss */
.entry-column table th, .entry-column table td {
  display: table-cell;
  border: solid 1px #ccc;
}
/* line 146, ../sass/_acmcustom.scss */
.entry-column table th {
  background: #f4f5f7;
}
/* line 149, ../sass/_acmcustom.scss */
.entry-column table tr:nth-child(odd) {
  background: #f9f9f9;
}
/* line 153, ../sass/_acmcustom.scss */
.entry-column .resume {
  display: block;
  padding: 30px 30px 0;
  background: #eff2f6;
  margin-bottom: 40px;
}
/* line 158, ../sass/_acmcustom.scss */
.entry-column .resume ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  /* line 158, ../sass/_acmcustom.scss */
  .entry-column .resume ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 164, ../sass/_acmcustom.scss */
.entry-column .resume li {
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
  padding-left: 5%;
  margin-bottom: 30px;
  position: relative;
}
/* line 170, ../sass/_acmcustom.scss */
.entry-column .resume li:after {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 3%;
  margin-top: -7px;
  display: block;
  content: "";
  border-bottom: 2px solid #d1d6de;
  border-right: 2px solid #d1d6de;
  transform: rotate(45deg);
}
/* line 183, ../sass/_acmcustom.scss */
.entry-column .resume li a {
  text-decoration: none !important;
}
/* line 185, ../sass/_acmcustom.scss */
.entry-column .resume li a:hover {
  text-decoration: underline !important;
}

/* line 192, ../sass/_acmcustom.scss */
.entryCont .entry-column, .entryList .entry-column {
  text-align: left;
  margin: 0 auto;
  border-left: none;
}
/* line 196, ../sass/_acmcustom.scss */
.entryCont .entry-column h2, .entryList .entry-column h2 {
  font-size: 24px;
  font-size: 1.4rem;
  margin: 0 0 30px;
  border-left: none;
  color: #fff;
  clear: both;
  position: relative;
  padding: 20px;
  background: #2559b2;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 196, ../sass/_acmcustom.scss */
  .entryCont .entry-column h2, .entryList .entry-column h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 206, ../sass/_acmcustom.scss */
.entryCont .entry-column h2:after, .entryList .entry-column h2:after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  left: 7px;
  display: block;
  content: "";
  background: #2559b2;
}
/* line 216, ../sass/_acmcustom.scss */
.entryCont .entry-column h2:before, .entryList .entry-column h2:before {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 7px;
  right: -7px;
  display: block;
  content: "";
  background: #2559b2;
}
/* line 227, ../sass/_acmcustom.scss */
.entryCont .entry-column .ttl0, .entryList .entry-column .ttl0 {
  padding: 0 !important;
  margin-top: -100px !important;
  color: #154290 !important;
  background: none !important;
}
/* line 232, ../sass/_acmcustom.scss */
.entryCont .entry-column .ttl0 span, .entryList .entry-column .ttl0 span {
  background: #f4f5f7 !important;
  border-bottom: 3px solid #2559b2;
  padding: 20px;
  display: block;
}
/* line 238, ../sass/_acmcustom.scss */
.entryCont .entry-column .ttl0:after, .entryList .entry-column .ttl0:after {
  display: none;
}
/* line 241, ../sass/_acmcustom.scss */
.entryCont .entry-column .ttl0:before, .entryList .entry-column .ttl0:before {
  position: relative;
  width: 100%;
  height: 100px;
  top: 0;
  right: 0;
  display: block;
  content: "";
  background: none;
}
/* line 253, ../sass/_acmcustom.scss */
.entryCont .entry-column .subttl2 span, .entryList .entry-column .subttl2 span {
  background: none !important;
  font-size: 24px;
  font-size: 1.4rem;
  border-left: 5px solid #d1d6de;
  border-bottom: none;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  /* line 253, ../sass/_acmcustom.scss */
  .entryCont .entry-column .subttl2 span, .entryList .entry-column .subttl2 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 261, ../sass/_acmcustom.scss */
.entryCont .entry-column h3, .entryList .entry-column h3 {
  padding: 15px 20px;
  margin: 0 0 30px;
  color: #154290;
  background: #f4f5f7;
  border-bottom: 3px solid #2559b2;
  font-size: 24px;
  font-size: 1.4rem;
  clear: both;
}
@media screen and (max-width: 768px) {
  /* line 261, ../sass/_acmcustom.scss */
  .entryCont .entry-column h3, .entryList .entry-column h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 270, ../sass/_acmcustom.scss */
.entryCont .entry-column h4, .entryList .entry-column h4 {
  font-size: 18px;
  font-size: 1.1rem;
  margin: 0 0 20px;
  padding: 15px;
  border-bottom: 2px solid #2559b2;
  color: #2559b2;
  clear: both;
}
/* line 278, ../sass/_acmcustom.scss */
.entryCont .entry-column h5, .entryList .entry-column h5 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #1e8ccc;
  clear: both;
}
/* line 284, ../sass/_acmcustom.scss */
.entryCont .entry-column p, .entryList .entry-column p {
  margin: 0 0 2em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  /* line 284, ../sass/_acmcustom.scss */
  .entryCont .entry-column p, .entryList .entry-column p {
    margin: 0 0 1em;
  }
}
/* line 290, ../sass/_acmcustom.scss */
.entryCont .entry-column p a, .entryCont .entry-column p a:hover, .entryCont .entry-column p a:visited, .entryList .entry-column p a, .entryList .entry-column p a:hover, .entryList .entry-column p a:visited {
  text-decoration: underline;
  position: relative;
  z-index: 50;
}
/* line 296, ../sass/_acmcustom.scss */
.entryCont .entry-column .tdW25, .entryList .entry-column .tdW25 {
  width: 25%;
}
/* line 299, ../sass/_acmcustom.scss */
.entryCont .entry-column .tdW50, .entryList .entry-column .tdW50 {
  width: 50%;
}

/* line 303, ../sass/_acmcustom.scss */
p.entry-btn, p.entry-btn-attention {
  margin: 0 1em 2em 0 !important;
  display: inline-block;
}
/* line 306, ../sass/_acmcustom.scss */
p.entry-btn a, p.entry-btn-attention a {
  color: #fff;
  background: #2559b2;
  padding: 1.5em 3em 1.6em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none !important;
  position: relative;
}
/* line 315, ../sass/_acmcustom.scss */
p.entry-btn a:hover, p.entry-btn-attention a:hover {
  background: #1e8ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
  transition: .3s;
}
/* line 174, ../sass/_snippet.scss */
p.entry-btn a:hover:hover, p.entry-btn-attention a:hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}
/* line 178, ../sass/_snippet.scss */
p.entry-btn a:hover:active, p.entry-btn-attention a:hover:active {
  transform: scale(0.96) translateY(-4px);
  transition: all 0.05s ease;
}
@media screen and (max-width: 768px) {
  /* line 321, ../sass/_acmcustom.scss */
  p.entry-btn a, p.entry-btn-attention a {
    padding: 1em 2em;
  }
}

/* line 327, ../sass/_acmcustom.scss */
p.entry-btn-attention a {
  background: none;
  color: #154290;
  border: 2px solid #154290;
}
/* line 331, ../sass/_acmcustom.scss */
p.entry-btn-attention a:hover {
  background: #eff2f6;
}

/* line 336, ../sass/_acmcustom.scss */
.acms-grid, .acms-grid-r {
  margin-left: 0;
  margin-right: 0;
}

/* line 340, ../sass/_acmcustom.scss */
.acms-summary-image {
  width: 30%;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}

/* line 346, ../sass/_acmcustom.scss */
.acms-summary-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 354, ../sass/_acmcustom.scss */
.acms-summary-body {
  display: table-cell;
  vertical-align: middle;
}
/* line 357, ../sass/_acmcustom.scss */
.acms-summary-body p {
  line-height: 1.5;
  margin: 0;
  font-size: 18px;
  font-size: 1.1rem;
}

/* line 363, ../sass/_acmcustom.scss */
div.pp_overlay {
  z-index: 9999 !important;
}

/* ENTRY */
/* line 367, ../sass/_acmcustom.scss */
.pagetitle {
  margin-top: 80px;
  padding: 180px 0 150px;
  position: relative;
}
/* line 371, ../sass/_acmcustom.scss */
.pagetitle h1 {
  font-size: 24px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  /* line 371, ../sass/_acmcustom.scss */
  .pagetitle h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 377, ../sass/_acmcustom.scss */
.pagetitle h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  /* line 377, ../sass/_acmcustom.scss */
  .pagetitle h1 span {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 384, ../sass/_acmcustom.scss */
.pagetitle:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 34, 84, 0.65);
}

/* line 395, ../sass/_acmcustom.scss */
.pagetitle2 {
  margin-top: 80px;
  padding: 60px 0;
  position: relative;
}
/* line 399, ../sass/_acmcustom.scss */
.pagetitle2:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 34, 84, 0.65);
}
/* line 409, ../sass/_acmcustom.scss */
.pagetitle2 p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  z-index: 100;
  position: relative;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 409, ../sass/_acmcustom.scss */
  .pagetitle2 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 419, ../sass/_acmcustom.scss */
.pagetitle2 h1, .pagetitle2 .newsttl {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
  position: relative;
  z-index: 100;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 419, ../sass/_acmcustom.scss */
  .pagetitle2 h1, .pagetitle2 .newsttl {
    font-size: 30px;
    font-size: 1.85rem;
  }
}

/* line 427, ../sass/_acmcustom.scss */
.entryCont, .entryList {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 40px 5%;
  overflow: hidden;
}
/* line 433, ../sass/_acmcustom.scss */
.entryCont header, .entryList header {
  text-align: center;
  padding: 1.5em 0 3em;
}
/* line 437, ../sass/_acmcustom.scss */
.entryCont h1, .entryCont .ttlblog, .entryList h1, .entryList .ttlblog {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
  padding: 0 45px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  /* line 437, ../sass/_acmcustom.scss */
  .entryCont h1, .entryCont .ttlblog, .entryList h1, .entryList .ttlblog {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 444, ../sass/_acmcustom.scss */
.entryCont h1:before, .entryCont h1:after, .entryCont .ttlblog:before, .entryCont .ttlblog:after, .entryList h1:before, .entryList h1:after, .entryList .ttlblog:before, .entryList .ttlblog:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 6px;
  background: #1e8ccc;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
/* line 455, ../sass/_acmcustom.scss */
.entryCont h1:before, .entryCont .ttlblog:before, .entryList h1:before, .entryList .ttlblog:before {
  left: -10px;
}
/* line 458, ../sass/_acmcustom.scss */
.entryCont h1:after, .entryCont .ttlblog:after, .entryList h1:after, .entryList .ttlblog:after {
  right: -10px;
}
/* line 461, ../sass/_acmcustom.scss */
.entryCont .ttlblog, .entryList .ttlblog {
  margin: .5em 0;
}
/* line 464, ../sass/_acmcustom.scss */
.entryCont article, .entryList article {
  margin-bottom: 2em;
}

/* line 468, ../sass/_acmcustom.scss */
.indlist {
  overflow: visible;
  padding: 0 0 2em;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}
/* line 478, ../sass/_acmcustom.scss */
.indlist li {
  -webkit-flex-basis: 47.5%;
  flex-basis: 47.5%;
  list-style: none;
}
/* line 482, ../sass/_acmcustom.scss */
.indlist li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  padding: 60px 0;
  margin-bottom: 40px;
  background: #2559b2;
}
/* line 492, ../sass/_acmcustom.scss */
.indlist li a:hover {
  background: #1e8ccc;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* line 498, ../sass/_acmcustom.scss */
.indlist li a:active {
  background: #154290;
}

/* line 504, ../sass/_acmcustom.scss */
.busilist {
  text-align: left;
}
/* line 506, ../sass/_acmcustom.scss */
.busilist li {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
/* line 509, ../sass/_acmcustom.scss */
.busilist li a {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-size: 1.4rem;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* line 509, ../sass/_acmcustom.scss */
  .busilist li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 516, ../sass/_acmcustom.scss */
.busilist li a:after {
  content: '';
  position: absolute;
  top: -400px;
  left: -450px;
  display: inline-block;
  width: 800px;
  height: 800px;
  background: #154290;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
/* line 529, ../sass/_acmcustom.scss */
.busilist li a:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 534, ../sass/_acmcustom.scss */
.busilist li a:hover:after {
  transition: .3s;
}
/* line 538, ../sass/_acmcustom.scss */
.busilist li a span {
  position: relative;
  z-index: 2;
  display: block;
  margin-left: 40px;
}

/* line 548, ../sass/_acmcustom.scss */
.busilist2 li {
  -webkit-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
/* line 551, ../sass/_acmcustom.scss */
.busilist2 li a {
  padding: 30px 0;
  margin-bottom: 25px;
}

/* line 558, ../sass/_acmcustom.scss */
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

/* line 565, ../sass/_acmcustom.scss */
ul.serial-nav a {
  min-width: 14em;
  text-align: center;
  background: #fff;
  color: #154290 !important;
  padding: 1em 2em;
  display: inline-block;
  border: 1px solid #154290;
  text-decoration: none;
  position: relative;
}
/* line 575, ../sass/_acmcustom.scss */
ul.serial-nav a:hover {
  background: #154290;
  color: #fff !important;
  border: 1px solid #154290;
  text-decoration: none;
}
/* line 580, ../sass/_acmcustom.scss */
ul.serial-nav a:hover .material-icons {
  color: #fff;
}
/* line 584, ../sass/_acmcustom.scss */
ul.serial-nav a .material-icons {
  font-size: 30px !important;
  font-size: 1.85rem !important;
  color: #2559b2;
  position: absolute;
}
@media screen and (max-width: 768px) {
  /* line 584, ../sass/_acmcustom.scss */
  ul.serial-nav a .material-icons {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
/* line 592, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-prev .material-icons {
  left: 10px;
  top: 50%;
  margin-top: -15px;
}
/* line 599, ../sass/_acmcustom.scss */
ul.serial-nav .serial-nav-item-next .material-icons {
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

/* line 608, ../sass/_acmcustom.scss */
ul.pager a .material-icons {
  vertical-align: text-bottom;
}

/* line 613, ../sass/_acmcustom.scss */
.acms-admin-form-width-3quarters, .acms-admin-form-width-half {
  font-size: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  /* line 613, ../sass/_acmcustom.scss */
  .acms-admin-form-width-3quarters, .acms-admin-form-width-half {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 616, ../sass/_acmcustom.scss */
#js-edit_inplace-holder {
  position: relative;
  z-index: 50;
}

/* BLOG */
/* line 621, ../sass/_acmcustom.scss */
#blog {
  max-width: 1000px;
}
/* line 623, ../sass/_acmcustom.scss */
#blog h1 {
  display: block;
  background: none;
  text-align: left;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 30px !important;
  font-size: 1.85rem !important;
}
@media screen and (max-width: 768px) {
  /* line 623, ../sass/_acmcustom.scss */
  #blog h1 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
/* line 631, ../sass/_acmcustom.scss */
#blog h1:before {
  display: none;
}
/* line 634, ../sass/_acmcustom.scss */
#blog h1:after {
  display: none;
}
/* line 638, ../sass/_acmcustom.scss */
#blog .txt-center {
  text-align: center;
}
/* line 641, ../sass/_acmcustom.scss */
#blog .blogL {
  width: 71%;
  float: left;
}
/* line 644, ../sass/_acmcustom.scss */
#blog .blogL article {
  margin-bottom: 2em;
}
/* line 648, ../sass/_acmcustom.scss */
#blog .blogR {
  width: 25%;
  float: right;
  padding-top: 2.7em;
  text-align: left;
}
/* line 653, ../sass/_acmcustom.scss */
#blog .blogR h2 {
  font-size: 18px;
  font-size: 1.1rem;
  margin-bottom: .75em;
}
/* line 658, ../sass/_acmcustom.scss */
#blog .blogR ul li {
  margin-bottom: .75em;
  line-height: 1.5;
}
/* line 663, ../sass/_acmcustom.scss */
#blog .blogR .entry-list, #blog .blogR .category-list {
  padding: 1em 1em .25em;
  margin-bottom: 2em;
  background: #f4f5f7;
  border-radius: 10px;
}
/* line 669, ../sass/_acmcustom.scss */
#blog .blogR .entry-list-date {
  font-size: 13px;
  font-size: .8rem;
  color: #1e8ccc;
}
/* line 674, ../sass/_acmcustom.scss */
#blog header {
  padding: 1em 0;
  margin-bottom: 30px;
  border-top: solid 3px #2559b2;
  border-bottom: solid 3px #2559b2;
}
/* line 679, ../sass/_acmcustom.scss */
#blog header:after {
  content: "";
  clear: both;
  display: block;
}
/* line 685, ../sass/_acmcustom.scss */
#blog header h1 a {
  text-decoration: none;
}
/* line 689, ../sass/_acmcustom.scss */
#blog header time {
  width: 6em;
  float: left;
  display: block;
  color: #1e8ccc;
  padding-top: .7em;
}
/* line 696, ../sass/_acmcustom.scss */
#blog header .entryCate {
  font-size: 13px;
  font-size: .8rem;
  margin: .6em 0 0 6em;
  text-align: right;
}
/* line 700, ../sass/_acmcustom.scss */
#blog header .entryCate a {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  background: #f4f5f7;
}
/* line 705, ../sass/_acmcustom.scss */
#blog header .entryCate a:hover {
  background: #eff2f6;
}

@media screen and (max-width: 768px) {
  /* line 715, ../sass/_acmcustom.scss */
  .acms-col-sm-3 {
    width: 50% !important;
    margin-bottom: 10px !important;
  }

  /* line 719, ../sass/_acmcustom.scss */
  .summary-default-entry-image-wrap img {
    width: 100%;
  }

  /* line 722, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding: 20px 5%;
  }
  /* line 724, ../sass/_acmcustom.scss */
  .entryCont header, .entryList header {
    padding-bottom: 2em;
  }

  /* line 728, ../sass/_acmcustom.scss */
  .entryCont .entryList {
    margin: 0 auto;
  }

  /* line 733, ../sass/_acmcustom.scss */
  .indlist li a {
    padding: 40px 0;
  }

  /* line 740, ../sass/_acmcustom.scss */
  .busilist li a {
    font-size: 18px;
    font-size: 1.1rem;
    padding: 80px 0;
  }
  /* line 743, ../sass/_acmcustom.scss */
  .busilist li a:after {
    top: -300px;
    left: -300px;
    width: 600px;
    height: 600px;
  }
  /* line 749, ../sass/_acmcustom.scss */
  .busilist li a span {
    margin-left: 20px;
  }

  /* line 757, ../sass/_acmcustom.scss */
  .busilist2 li a {
    padding: 20px 0;
  }

  /* line 762, ../sass/_acmcustom.scss */
  .entryCont {
    padding: 30px 5%;
  }

  /* line 765, ../sass/_acmcustom.scss */
  ul.serial-nav {
    margin: 0 0 20px;
  }
  /* line 767, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-prev {
    float: left;
    display: inline;
  }
  /* line 771, ../sass/_acmcustom.scss */
  ul.serial-nav .serial-nav-item-next {
    float: right;
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  /* line 778, ../sass/_acmcustom.scss */
  .acms-admin-col-6 {
    width: 100%;
  }

  /* line 782, ../sass/_acmcustom.scss */
  .entryCont .entry-column .entry-container, .entryList .entry-column .entry-container {
    margin-bottom: 1.5em;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
  }
  /* line 788, ../sass/_acmcustom.scss */
  .entryCont .entry-column .entry-container .table-chu, .entryList .entry-column .entry-container .table-chu {
    white-space: nowrap;
  }
  /* line 792, ../sass/_acmcustom.scss */
  .entryCont .entry-column ul, .entryList .entry-column ul {
    clear: both;
  }
  /* line 795, ../sass/_acmcustom.scss */
  .entryCont .entry-column h2, .entryList .entry-column h2 {
    margin: 0 0 10px;
  }
  /* line 798, ../sass/_acmcustom.scss */
  .entryCont .entry-column h3, .entryList .entry-column h3 {
    margin: 0 0 10px;
  }
  /* line 801, ../sass/_acmcustom.scss */
  .entryCont .entry-column h4, .entryList .entry-column h4 {
    margin: 0 0 10px;
  }
  /* line 804, ../sass/_acmcustom.scss */
  .entryCont .entry-column .resume, .entryList .entry-column .resume {
    padding: 15px 15px 0;
    margin-bottom: 20px;
  }
  /* line 807, ../sass/_acmcustom.scss */
  .entryCont .entry-column .resume ul, .entryList .entry-column .resume ul {
    text-align: left;
  }
  /* line 810, ../sass/_acmcustom.scss */
  .entryCont .entry-column .resume li, .entryList .entry-column .resume li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  /* line 814, ../sass/_acmcustom.scss */
  .entryCont .entry-column .resume li a, .entryList .entry-column .resume li a {
    padding-left: 20px;
  }
  /* line 817, ../sass/_acmcustom.scss */
  .entryCont .entry-column .resume li:after, .entryList .entry-column .resume li:after {
    left: 0;
  }

  /* SP ENTRY */
  /* line 824, ../sass/_acmcustom.scss */
  .pagetitle {
    margin-top: 60px;
    padding: 80px 0 60px;
  }

  /* line 828, ../sass/_acmcustom.scss */
  .pagetitle2 {
    margin-top: 60px;
    padding: 30px 0;
  }

  /* line 832, ../sass/_acmcustom.scss */
  .entryCont, .entryList {
    padding: 20px 5%;
  }

  /* line 835, ../sass/_acmcustom.scss */
  .indlist {
    padding-bottom: 0;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
  }
  /* line 840, ../sass/_acmcustom.scss */
  .indlist li a {
    margin-bottom: 20px;
  }

  /* line 847, ../sass/_acmcustom.scss */
  .busilist li a {
    padding: 50px 0;
    background-size: 80% !important;
    text-shadow: 1px 1px 5px #154290;
  }
  /* line 851, ../sass/_acmcustom.scss */
  .busilist li a:after {
    top: -300px;
    left: -490px;
    width: 600px;
    height: 600px;
  }

  /* line 861, ../sass/_acmcustom.scss */
  ul.serial-nav a {
    font-size: 13px;
    font-size: .8rem;
  }

  /* line 865, ../sass/_acmcustom.scss */
  .acms-topicpath li {
    margin-right: 0;
    padding-bottom: .25em;
  }

  /* line 870, ../sass/_acmcustom.scss */
  #blog h1 {
    font-size: 30px !important;
    font-size: 1.85rem !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  /* line 870, ../sass/_acmcustom.scss */
  #blog h1 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 873, ../sass/_acmcustom.scss */
  #blog .blogL {
    width: 100%;
    float: none;
  }
  /* line 877, ../sass/_acmcustom.scss */
  #blog .blogR {
    display: none;
  }
}
/* TOP */
/* line 58, ../sass/style.scss */
.topcatch [class*=column-eximage], .topcatch [class*=column-file], .topcatch [class*=column-image], .topcatch [class*=column-map], .topcatch [class*=column-media], .topcatch [class*=column-module], .topcatch [class*=column-quote], .topcatch [class*=column-street-view], .topcatch [class*=column-video], .topcatch [class*=column-yolp], .topcatch [class*=column-youtube], .topbusi [class*=column-eximage], .topbusi [class*=column-file], .topbusi [class*=column-image], .topbusi [class*=column-map], .topbusi [class*=column-media], .topbusi [class*=column-module], .topbusi [class*=column-quote], .topbusi [class*=column-street-view], .topbusi [class*=column-video], .topbusi [class*=column-yolp], .topbusi [class*=column-youtube] {
  margin-bottom: 0 !important;
}

/* line 62, ../sass/style.scss */
.topttl2 {
  font-size: 24px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 30px;
  background: linear-gradient(transparent 80%, #eff2f6 70%);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 62, ../sass/style.scss */
  .topttl2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 62, ../sass/style.scss */
  .topttl2 {
    margin-bottom: 1em;
  }
}

/* line 65, ../sass/style.scss */
.topnews {
  width: 70%;
  background: #154290;
  position: relative;
  padding: 40px 0 10px;
}
/* line 70, ../sass/style.scss */
.topnews article {
  padding: 0 80px 30px 10%;
  text-align: left;
}
/* line 73, ../sass/style.scss */
.topnews article time {
  color: #fff;
  margin-bottom: 5px;
  padding-left: 10px;
  display: block;
}
/* line 80, ../sass/style.scss */
.topnews article p a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: .5em;
  padding-right: .5em;
  display: inline-block;
  z-index: 1;
}
/* line 56, ../sass/_snippet.scss */
.topnews article p a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
/* line 69, ../sass/_snippet.scss */
.topnews article p a:hover {
  color: #154290;
}
/* line 72, ../sass/_snippet.scss */
.topnews article p a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  /* line 80, ../sass/style.scss */
  .topnews article p a {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 87, ../sass/style.scss */
.topnews .btnnews {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* line 93, ../sass/style.scss */
.topnews .btnnews a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: .3s;
  color: #fff;
  font-weight: bold;
}
/* line 99, ../sass/style.scss */
.topnews .btnnews a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 104, ../sass/style.scss */
.topnews .since {
  position: absolute;
  right: -260px;
  top: 0;
  font-size: 40px;
  line-height: 40px;
  color: #2559b2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  z-index: 1;
}

/* line 116, ../sass/style.scss */
.topcatch {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 92.5%;
  padding: 140px 0 120px 7.5%;
}
@media screen and (max-width: 640px) {
  /* line 116, ../sass/style.scss */
  .topcatch {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 120, ../sass/style.scss */
.topcatch .topcatchtxt {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  text-align: left;
  padding-right: 3%;
  position: relative;
}
/* line 126, ../sass/style.scss */
.topcatch .topcatchtxt h2 {
  font-size: 30px !important;
  font-size: 1.85rem !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 126, ../sass/style.scss */
  .topcatch .topcatchtxt h2 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
/* line 129, ../sass/style.scss */
.topcatch .topcatchtxt h2 strong {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.1rem;
  color: #154290;
  display: block;
  margin-bottom: 10px;
}
/* line 137, ../sass/style.scss */
.topcatch .topcatchtxt p {
  line-height: 2;
}
/* line 140, ../sass/style.scss */
.topcatch .topcatchtxt .column-media-center {
  text-align: right;
}
/* line 142, ../sass/style.scss */
.topcatch .topcatchtxt .column-media-center .columnImage {
  width: 200px;
  margin-top: 30px;
}
/* line 148, ../sass/style.scss */
.topcatch .topcatchpic {
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
  position: relative;
  margin-top: -150px;
  z-index: -1;
}
/* line 154, ../sass/style.scss */
.topcatch .topcatchpic p {
  font-family: "Montserrat", sans-serif;
  font-size: 110px;
  text-align: left;
  letter-spacing: 0;
  line-height: 110px;
  color: #eff2f6;
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  top: 33%;
  left: -112.5%;
  z-index: 2;
}
/* line 168, ../sass/style.scss */
.topcatch .topcatchpic img {
  z-index: 1;
}

/* line 174, ../sass/style.scss */
.topgroup h2 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #154290;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 174, ../sass/style.scss */
  .topgroup h2 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 88, ../sass/_snippet.scss */
.topgroup h2:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #154290;
}

/* line 177, ../sass/style.scss */
.topgroupin {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  background: #154290;
  background: -moz-linear-gradient(145deg, #154290, #1e8ccc);
  background: -webkit-linear-gradient(145deg, #154290, #1e8ccc);
  background: linear-gradient(145deg, #154290, #1e8ccc);
  text-align: left;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 177, ../sass/style.scss */
  .topgroupin {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 184, ../sass/style.scss */
.topgroupin:before {
  position: absolute;
  display: block;
  width: 1px;
  top: 80px;
  left: 50%;
  bottom: 80px;
  content: "";
  background: #1e8ccc;
}
/* line 194, ../sass/style.scss */
.topgroupin dl {
  -webkit-flex-basis: 35.5%;
  flex-basis: 35.5%;
  padding: 40px 7% 40px 7.5%;
}
/* line 199, ../sass/style.scss */
.topgroupin dt {
  font-size: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 199, ../sass/style.scss */
  .topgroupin dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 205, ../sass/style.scss */
.topgroupin dd {
  color: #fff;
  line-height: 2;
}
/* line 208, ../sass/style.scss */
.topgroupin dd a {
  color: #fff;
  text-decoration: underline;
}

/* line 216, ../sass/style.scss */
.topgroupin.effect-fadein dl {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 800ms 400ms;
}
/* line 220, ../sass/style.scss */
.topgroupin.effect-fadein dl:nth-child(odd) {
  transition: all 800ms 800ms;
}

/* line 226, ../sass/style.scss */
.topgroupin.effect-fadein.effect-scroll dl {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 231, ../sass/style.scss */
.topbusi {
  width: 100%;
  padding: 80px 0;
  background: #f4f5f7;
}
/* line 235, ../sass/style.scss */
.topbusi h2 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #154290;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 235, ../sass/style.scss */
  .topbusi h2 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 88, ../sass/_snippet.scss */
.topbusi h2:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #154290;
}

/* line 239, ../sass/style.scss */
.topbusiin {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  /* line 239, ../sass/style.scss */
  .topbusiin {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 245, ../sass/style.scss */
.topbusiin:last-child {
  padding-bottom: 0;
}
/* line 248, ../sass/style.scss */
.topbusiin .topbusitxt {
  background: rgba(255, 255, 255, 0.7);
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  margin: 0 7.5% 0 -21%;
  padding: 70px 6% 70px;
  text-align: left;
  position: relative;
}
/* line 256, ../sass/style.scss */
.topbusiin .topbusitxt h3 {
  font-size: 24px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 256, ../sass/style.scss */
  .topbusiin .topbusitxt h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 261, ../sass/style.scss */
.topbusiin .topbusitxt .entry-btn {
  width: 100%;
  text-align: center;
  margin: 2em 0 0 0;
}
/* line 267, ../sass/style.scss */
.topbusiin .topbusitxt .btnbusi a {
  margin-top: 2.5em;
  display: block;
  background: #154290;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* line 277, ../sass/style.scss */
.topbusiin .topbusitxt .btnbusi a:hover {
  background: #2559b2;
}
/* line 280, ../sass/style.scss */
.topbusiin .topbusitxt .btnbusi a:active {
  transform: scale(0.9);
}
/* line 286, ../sass/style.scss */
.topbusiin .topbusipic {
  -webkit-flex-basis: 71%;
  flex-basis: 71%;
}
/* line 289, ../sass/style.scss */
.topbusiin .topbusipic .column-media-auto {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
/* line 295, ../sass/style.scss */
.topbusiin:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 300, ../sass/style.scss */
.topbusiin:nth-child(odd) .topbusitxt {
  margin: 0 -21% 0 7.5%;
}

/* line 306, ../sass/style.scss */
.topbusiin.effect-fadein .topbusitxt {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 800ms 400ms;
}

/* line 313, ../sass/style.scss */
.topbusiin.effect-fadein.effect-scroll .topbusitxt {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 319, ../sass/style.scss */
.topsolu {
  width: 100%;
  padding: 80px 0;
  overflow: hidden !important;
}
/* line 323, ../sass/style.scss */
.topsolu h2 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #154290;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 323, ../sass/style.scss */
  .topsolu h2 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 88, ../sass/_snippet.scss */
.topsolu h2:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #154290;
}
/* line 326, ../sass/style.scss */
.topsolu p.entry-btn {
  margin: 4em 0 0 !important;
}

/* line 330, ../sass/style.scss */
.topsoluin {
  max-width: 1160px;
  margin: 0 auto;
}
/* line 333, ../sass/style.scss */
.topsoluin a {
  height: 100%;
  margin: 0 7.5%;
  display: block;
  text-align: left;
}
/* line 338, ../sass/style.scss */
.topsoluin a:hover .topsolupic {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 342, ../sass/style.scss */
.topsoluin a:hover .topsolupic img {
  -webkit-transform: scale(1.1) translate(-45.5%, -45.5%);
  -ms-transform: scale(1.1) translate(-45.5%, -45.5%);
  transform: scale(1.1) translate(-45.5%, -45.5%);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 349, ../sass/style.scss */
.topsoluin a h3 {
  color: #222;
  font-size: 18px;
  font-size: 1.1rem;
  transition: .3s;
}
/* line 354, ../sass/style.scss */
.topsoluin a p {
  color: #222;
  transition: .3s;
}
/* line 358, ../sass/style.scss */
.topsoluin a:hover h3, .topsoluin a:hover p {
  color: #2559b2;
}
/* line 363, ../sass/style.scss */
.topsoluin #nolink a:hover .topsolupic img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 369, ../sass/style.scss */
.topsoluin #nolink:hover {
  cursor: default;
}
/* line 371, ../sass/style.scss */
.topsoluin #nolink:hover a {
  cursor: default;
}
/* line 375, ../sass/style.scss */
.topsoluin #nolink a:hover {
  cursor: default;
  pointer-events: none;
  color: #222;
}
/* line 379, ../sass/style.scss */
.topsoluin #nolink a:hover h3 {
  color: #222;
}
/* line 382, ../sass/style.scss */
.topsoluin #nolink a:hover p {
  color: #222;
}
/* line 386, ../sass/style.scss */
.topsoluin .slick-list {
  overflow: visible !important;
}
/* line 389, ../sass/style.scss */
.topsoluin .slick-prev,
.topsoluin .slick-next {
  height: 30px !important;
  width: 30px !important;
  z-index: 10 !important;
}
/* line 395, ../sass/style.scss */
.topsoluin .slick-prev:before,
.topsoluin .slick-next:before {
  font-size: 30px !important;
  color: #d1d6de !important;
}
/* line 400, ../sass/style.scss */
.topsoluin .slick-next {
  right: -13px !important;
}
/* line 403, ../sass/style.scss */
.topsoluin .slick-prev {
  left: -13px !important;
}
@media screen and (max-width: 768px) {
  /* line 407, ../sass/style.scss */
  .topsoluin .slick-next {
    right: 0 !important;
  }
  /* line 410, ../sass/style.scss */
  .topsoluin .slick-prev {
    left: 0 !important;
  }
}

/* line 415, ../sass/style.scss */
.topsolupic {
  width: 100%;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  margin-bottom: 1em;
}
/* line 421, ../sass/style.scss */
.topsolupic img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 431, ../sass/style.scss */
.topover {
  width: 100%;
  padding: 80px 0;
  background: #154290;
  background: url(../images/overseas.png) center center no-repeat, -moz-linear-gradient(145deg, #154290, #1e8ccc);
  background: url(../images/overseas.png) center center no-repeat, -webkit-linear-gradient(145deg, #154290, #1e8ccc);
  background: url(../images/overseas.png) center center no-repeat, linear-gradient(145deg, #154290, #1e8ccc);
  background-size: contain;
}
/* line 439, ../sass/style.scss */
.topover h2 {
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #154290;
  text-align: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  /* line 439, ../sass/style.scss */
  .topover h2 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 88, ../sass/_snippet.scss */
.topover h2:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #154290;
}
/* line 442, ../sass/style.scss */
.topover h2:after {
  background: #fff;
}
/* line 446, ../sass/style.scss */
.topover p {
  margin-top: -1em;
  color: #fff;
  font-weight: bold;
}
/* line 451, ../sass/style.scss */
.topover ul {
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  padding-top: 420px;
}
/* line 457, ../sass/style.scss */
.topover li {
  width: 45%;
  display: inline-block;
  padding: 0 2%;
}
/* line 461, ../sass/style.scss */
.topover li a {
  width: 100%;
  margin-top: 2.5em;
  display: block;
  background: #fff;
  color: #154290;
  padding: 25px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
/* line 471, ../sass/style.scss */
.topover li a:hover {
  color: #fff;
  background: #154290;
}
/* line 475, ../sass/style.scss */
.topover li a:active {
  transform: scale(0.9);
}

/* line 481, ../sass/style.scss */
.topban {
  width: 100%;
}
/* line 483, ../sass/style.scss */
.topban ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  /* line 483, ../sass/style.scss */
  .topban ul {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 486, ../sass/style.scss */
.topban li {
  width: 100%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
/* line 490, ../sass/style.scss */
.topban li a {
  display: block;
  color: #fff;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: bold;
}
/* line 498, ../sass/style.scss */
.topban li a strong {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 498, ../sass/style.scss */
  .topban li a strong {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 505, ../sass/style.scss */
.topban li a strong:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #fff;
}

/* line 520, ../sass/style.scss */
.topcsr::before, .toprecr::before {
  background: url(../images/csr.jpg) center center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 537, ../sass/style.scss */
.topcsr:hover::before, .toprecr:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 543, ../sass/style.scss */
.toprecr::before {
  background: url(../images/recruit.jpg) center center;
  background-size: cover;
}

/* BUSINESS */
/* line 550, ../sass/style.scss */
#sign1, #sign2, #sign3, #sign4, #sign5, #sign6, #sign7, #sign8, #sign9 {
  margin: -50px 0 0;
  color: #2559b2;
  padding: 120px 0 0 120px;
  background: none;
}
/* line 555, ../sass/style.scss */
#sign1::before, #sign2::before, #sign3::before, #sign4::before, #sign5::before, #sign6::before, #sign7::before, #sign8::before, #sign9::before {
  display: none;
}
/* line 558, ../sass/style.scss */
#sign1::after, #sign2::after, #sign3::after, #sign4::after, #sign5::after, #sign6::after, #sign7::after, #sign8::after, #sign9::after {
  background: #2559b2;
  bottom: -20px;
}

/* line 563, ../sass/style.scss */
.sign-icon {
  width: 100px !important;
  display: block !important;
  margin: -70px 0 30px 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* line 570, ../sass/style.scss */
.ttlBus {
  margin: 0 0 40px;
  padding: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #154290;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  /* line 570, ../sass/style.scss */
  .ttlBus {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
/* line 88, ../sass/_snippet.scss */
.ttlBus:after {
  position: absolute;
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background: #154290;
}

/* CONTACT */
/* line 577, ../sass/style.scss */
#contactform .entry-btn-attention {
  width: 100%;
  text-align: center;
}

/* line 582, ../sass/style.scss */
#contact {
  max-width: 800px;
  margin: 0 auto 0;
  text-align: left;
  padding: 0 2.5% 10em;
}
/* line 587, ../sass/style.scss */
#contact .contactIn {
  margin-top: 2em;
}
/* line 590, ../sass/style.scss */
#contact dl {
  width: 100%;
  border-top: 1px solid #1e8ccc;
}
/* line 594, ../sass/style.scss */
#contact dt {
  width: 12em;
  float: left;
  font-weight: bold;
  padding: .75em;
}
/* line 599, ../sass/style.scss */
#contact dt strong {
  background: #ff647e;
  font-weight: bold;
  margin: 3px 5px 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: right;
}
/* line 610, ../sass/style.scss */
#contact dd {
  padding: .75em .75em .75em 13.5em;
  border-bottom: 1px solid #1e8ccc;
}
/* line 613, ../sass/style.scss */
#contact dd .acms-admin-text-error {
  margin-bottom: 0;
  color: #ff647e !important;
}

/* line 619, ../sass/style.scss */
.inpAge {
  width: 4em !important;
}

/* line 622, ../sass/style.scss */
.form-btn {
  width: 40%;
  margin: 0 2.5%;
  display: inline-block;
}

/* line 627, ../sass/style.scss */
.btnSend {
  text-align: center;
  padding-top: 1em;
  overflow: hidden;
}

/* line 632, ../sass/style.scss */
.btnSend input {
  width: 100%;
  background: #154290;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  padding: 21px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.4rem;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  /* line 632, ../sass/style.scss */
  .btnSend input {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 646, ../sass/style.scss */
.btnSend input:hover {
  background: #154290;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=70)";
}

/* line 653, ../sass/style.scss */
#btnToInput {
  border: 2px solid #154290 !important;
  background: #fff !important;
  color: #154290 !important;
}
/* line 657, ../sass/style.scss */
#btnToInput:hover {
  border: 2px solid #154290 !important;
  background: #2559b2 !important;
}

/* line 662, ../sass/style.scss */
#btnConfirm {
  max-width: 260px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 670, ../sass/style.scss */
  .topnews .since {
    right: -200px;
    font-size: 30px;
    line-height: 30px;
  }

  /* line 678, ../sass/style.scss */
  .topcatch .topcatchpic p {
    font-size: 60px;
    line-height: 80px;
    top: 10%;
  }

  /* line 685, ../sass/style.scss */
  .topbusiin {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  /* line 688, ../sass/style.scss */
  .topbusiin .topbusitxt {
    padding: 20px 0 0;
  }

  /* line 692, ../sass/style.scss */
  .topbusiin {
    padding-bottom: 40px;
  }
  /* line 694, ../sass/style.scss */
  .topbusiin:nth-child(odd) {
    flex-direction: column;
  }
  /* line 697, ../sass/style.scss */
  .topbusiin .topbusitxt {
    width: 82.5%;
    margin: -30px 0  0 7.5%;
    padding: 30px 5%;
  }
  /* line 703, ../sass/style.scss */
  .topbusiin:nth-child(odd) .topbusitxt {
    margin: -30px 0  0 7.5%;
  }

  /* line 709, ../sass/style.scss */
  .topbusiin.effect-fadein .topbusitxt {
    transition: all 800ms 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 715, ../sass/style.scss */
  .topnews {
    width: 100%;
    padding: 30px 0 10px;
  }
  /* line 718, ../sass/style.scss */
  .topnews article {
    padding: 0 80px 20px 20px;
  }
  /* line 720, ../sass/style.scss */
  .topnews article time {
    padding-left: 0;
  }
  /* line 724, ../sass/style.scss */
  .topnews .btnnews {
    right: 0;
  }
  /* line 727, ../sass/style.scss */
  .topnews .since {
    right: auto;
    left: 30px;
    top: -25px;
  }

  /* line 733, ../sass/style.scss */
  .topcatch {
    width: 90%;
    padding: 60px 5%;
    overflow: hidden;
  }
  /* line 737, ../sass/style.scss */
  .topcatch .topcatchtxt {
    padding-right: 0;
  }
  /* line 739, ../sass/style.scss */
  .topcatch .topcatchtxt h2 {
    font-size: 30px !important;
    font-size: 1.85rem !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  /* line 739, ../sass/style.scss */
  .topcatch .topcatchtxt h2 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 744, ../sass/style.scss */
  .topcatch .topcatchpic {
    margin-top: 20px;
    margin-right: -5.5%;
  }
  /* line 747, ../sass/style.scss */
  .topcatch .topcatchpic p {
    display: none;
  }

  /* line 752, ../sass/style.scss */
  .topgroupin {
    padding: 40px 0;
  }
  /* line 754, ../sass/style.scss */
  .topgroupin dl {
    padding: 30px 5%;
  }
  /* line 756, ../sass/style.scss */
  .topgroupin dl:nth-child(odd) {
    border-top: 1px solid #1e8ccc;
  }
  /* line 760, ../sass/style.scss */
  .topgroupin:before {
    display: none;
  }

  /* line 765, ../sass/style.scss */
  .topgroupin.effect-fadein dl {
    transition: all 800ms 0;
  }
  /* line 767, ../sass/style.scss */
  .topgroupin.effect-fadein dl:nth-child(odd) {
    transition: all 800ms 0;
  }

  /* line 772, ../sass/style.scss */
  .topbusi {
    padding: 60px 0;
  }

  /* line 775, ../sass/style.scss */
  .topsolu {
    padding: 60px 0;
  }

  /* line 778, ../sass/style.scss */
  .topsoluin {
    min-height: 240px;
    height: 240px;
  }

  /* line 782, ../sass/style.scss */
  .topover {
    width: 95%;
    padding: 80px 2.5%;
  }
  /* line 785, ../sass/style.scss */
  .topover p {
    font-size: 13px;
    font-size: .8rem;
  }
  /* line 788, ../sass/style.scss */
  .topover ul {
    padding-top: 180px;
  }

  /* line 794, ../sass/style.scss */
  .topban li a {
    padding: 80px 0;
  }

  /* BUSINESS */
  /* line 800, ../sass/style.scss */
  #sign1, #sign2, #sign3, #sign4, #sign5, #sign6, #sign7, #sign8, #sign9 {
    margin: -60px 0 0;
    padding: 80px 0 0 85px;
  }

  /* line 804, ../sass/style.scss */
  .sign-icon {
    width: 70px !important;
    margin: -50px 0 20px 0 !important;
  }

  /* line 808, ../sass/style.scss */
  .ttlBus {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  /* SP CONTACT */
  /* line 813, ../sass/style.scss */
  #contact {
    padding-bottom: 2em;
  }
  /* line 815, ../sass/style.scss */
  #contact dt {
    float: none;
    padding: .75em .75em .25em;
  }
  /* line 819, ../sass/style.scss */
  #contact dd {
    padding: 0 .75em .75em;
  }
}

/*  拠点紹介　みよしオフィス紹介
------------------------------ */
.column-media-center.entry-133 {
  border: 1px solid #bfbfbf;
  padding: 0 !important;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.entry-133 .caption{
  margin-bottom: 0 !important;
  font-size: 1.1rem !important;
  text-align: left !important;
  font-weight: bold;
  padding-left: .5rem;
}
.entry-133 .miyoshi-alt{
  margin-bottom: 5px !important;
  text-align: left;
  font-size: .9rem;
  padding-left: .5rem;
}

/*  TOPページNEWSのmargin追加
------------------------------ */

@media (max-width: 769px){
  section.topnews{
      margin-top: 50px;
  }
}