@charset "UTF-8";
/* CSS Document */
/*def end*/
/*share*/
::-moz-selection {
  background: rgba(51, 51, 51, 0.6);
  /* Safari */
  color: white;
}
::selection {
  background: rgba(51, 51, 51, 0.6);
  /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(51, 51, 51, 0.6);
  /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

i.fa {
  margin-right: 0.25em;
}

i.fa.right {
  margin-left: 0.25em;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

._pc {
  display: block;
}
@media all and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media all and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

#wrapper {
  width: 100%;
  margin: 200px auto 0;
  padding: 0 0 50PX;
}
#wrapper section {
  margin-bottom: 6em;
}
#wrapper.frontpage_wrapper {
  margin-top: 0;
}
@media all and (max-width: 640px) {
  #wrapper {
    margin-top: 60px;
  }
  #wrapper section {
    margin-bottom: 3em;
  }
  #wrapper section.header_wrapper {
    margin-bottom: 2em;
  }
}

.home #wrapper {
  margin-top: 10px;
}

.menuWrapper {
  float: right;
  position: relative;
  z-index: 0;
  width: 60px;
  height: 60px;
  padding: 20px;
  padding-left: 25px;
  display: none;
}
@media all and (max-width: 640px) {
  .menuWrapper {
    display: block;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#menuButton span, #menuButton::before, #menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 1em;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
  -webkit-transition: -webkit-transform 150ms 50ms;
  transition: -webkit-transform 150ms 50ms;
  transition: transform 150ms 50ms;
  transition: transform 150ms 50ms, -webkit-transform 150ms 50ms;
}
#menuButton::before {
  -webkit-transform: translate(0, -0.5em);
          transform: translate(0, -0.5em);
}
#menuButton::after {
  -webkit-transform: translate(0, 0.5em);
          transform: translate(0, 0.5em);
}
#menuButton::before, #menuButton::after {
  content: "";
  z-index: 2;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
#menuButton.is-visible span {
  opacity: 0;
}
#menuButton.is-visible::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menuButton.is-visible::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
}
header #global_navigation_wrapper {
  max-width: 1100px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header #header_logo {
  float: left;
  line-height: 100px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
header #header_logo img {
  vertical-align: middle;
  width: 110px;
  margin-right: 1em;
}
header #header_logo a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
header #header_logo a:hover {
  opacity: 0.5;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  header #header_logo {
    line-height: 60px;
    font-size: 1em;
  }
  header #header_logo a:hover {
    opacity: 1;
  }
  header #header_logo img {
    width: 50px;
  }
}
@media all and (max-width: 640px) {
  header #header_logo {
    padding-left: 0.5em;
  }
  header #header_logo img {
    margin-right: 0.5em;
  }
  header #global_navigation_wrapper {
    background: rgba(255, 255, 255, 0.8);
  }
  header #global_navigation_wrapper.is-visible {
    background: rgba(255, 255, 255, 0.9);
  }
  header #global_navigation_wrapper.is-visible nav#global_navigation {
    max-height: 120vh;
    height: 120vh;
  }
}
header nav#global_navigation {
  float: right;
}
header nav#global_navigation .glwrapper {
  overflow: hidden;
  position: relative;
  font-size: 0.95em;
}
header nav#global_navigation .glwrapper dl {
  text-align: right;
  float: left;
  height: 100px;
  padding-top: 35px;
  display: block;
  position: relative;
  margin-left: 0.25em;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
@media all and (min-width: 640px) {
  header nav#global_navigation .glwrapper dl a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0.5em 0.75em;
  }
  header nav#global_navigation .glwrapper dl a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  header nav#global_navigation .glwrapper dl a:hover {
    color: black;
    color: white;
  }
  header nav#global_navigation .glwrapper dl a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
header nav#global_navigation .glwrapper dl:hover::before {
  opacity: 1;
}
header nav#global_navigation .glwrapper dd {
  display: none;
}
header nav#global_navigation .glwrapper ul {
  position: absolute;
  right: 0;
  top: 20px;
}
header nav#global_navigation .glwrapper ul li {
  display: inline-block;
  font-size: 0.85em;
}
header nav#global_navigation .glwrapper ul li i.fa {
  padding-right: 0.1em;
}
@media all and (min-width: 640px) and (min-width: 640px) {
  header nav#global_navigation .glwrapper ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0.5em 0.75em;
  }
  header nav#global_navigation .glwrapper ul li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  header nav#global_navigation .glwrapper ul li a:hover {
    color: black;
    color: white;
  }
  header nav#global_navigation .glwrapper ul li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media all and (max-width: 640px) {
  header nav#global_navigation {
    float: none;
    max-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    clear: both;
  }
  header nav#global_navigation .glwrapper {
    height: calc(100vh - 60px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding: 0;
  }
  header nav#global_navigation .glwrapper dl {
    float: none;
    text-align: left;
    padding: 0.5em 1em;
    height: auto;
    overflow: hidden;
    width: 100%;
    width: 95%;
    font-size: 150%;
    margin: 0 auto;
  }
  header nav#global_navigation .glwrapper dt {
    float: none;
    width: 100%;
    line-height: 2em;
    text-align: center;
  }
  header nav#global_navigation .glwrapper dd {
    width: 60%;
    float: left;
    font-weight: normal;
    display: block;
    line-height: 2em;
    padding-left: 2em;
  }
  header nav#global_navigation .glwrapper ul {
    position: relative;
    top: auto;
    right: auto;
  }
  header nav#global_navigation .glwrapper ul li {
    font-size: 1em;
    margin-right: 1em;
  }
  header nav#global_navigation ul#support_navigation {
    padding: 2%;
    overflow: hidden;
    border-top: thin black dashed;
    padding-top: 1em;
  }
  header nav#global_navigation ul#support_navigation li {
    width: 46%;
    margin: 0 2%;
    float: left;
    display: block;
    margin-bottom: 4%;
  }
  header nav#global_navigation ul#support_navigation li a {
    background: black;
    padding: 1em 0;
    display: block;
    margin: 0 auto;
    color: white;
    font-size: 0.9em;
    text-align: center;
    border-radius: 0.5em;
  }
}
header nav#sub_navigation {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
header nav#sub_navigation.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
header nav#sub_navigation #sub_navigation_arrow {
  position: absolute;
}
header nav#sub_navigation #sub_navigation_arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  border-top: none;
  border-right: 5px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  border-left: 5px solid transparent;
}
header nav#sub_navigation dl {
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
header nav#sub_navigation dl.visible {
  visibility: visible;
  opacity: 1;
}
header nav#sub_navigation dl a {
  color: white;
}
header nav#sub_navigation dl dt {
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 1.1em;
  height: 80px;
  line-height: 80px;
  padding-right: 50px;
}
header nav#sub_navigation dl dt::after {
  display: block;
  content: "";
  height: 60%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20%;
  background: white;
}
header nav#sub_navigation dl dd {
  font-size: 0.95em;
  padding-left: 50px;
  display: inline-block;
}
header nav#sub_navigation ul#support_navigation {
  display: none;
}
header nav#sub_navigation ul {
  text-align: center;
  line-height: 80px;
}
header nav#sub_navigation ul li {
  display: inline-block;
  margin-right: 2em;
}
header nav#sub_navigation ul li a {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
header nav#sub_navigation ul li a:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  text-decoration: none;
}
header nav#sub_navigation ul li:after {
  color: white;
  margin: 0 1em;
}
header nav#sub_navigation ul li:last-child:after {
  content: "";
}
@media all and (max-width: 640px) {
  header nav#sub_navigation {
    display: none;
  }
}

#home_wrapper {
  position: relative;
  width: 100%;
  border-top: solid #f5dd4a 5px;
  border-bottom: solid #f5dd4a 5px;
  margin: 0 auto;
  margin-top: 100px;
}
@media all and (max-width: 640px) {
  #home_wrapper {
    margin-top: 60px;
    width: 100%;
  }
}

#home_slider .slider {
  padding-top: 45%;
}
#home_slider::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: url(../image/bg3.png) rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 640px) {
  #home_slider .slider {
    padding-top: 100%;
  }
}

#home_catch {
  z-index: 10;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home_catch h2 {
  font-size: 3em;
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-style: italic;
}
#home_catch h3 {
  font-size: 1.5em;
  white-space: nowrap;
}
@media all and (max-width: 640px) {
  #home_catch {
    min-width: 0;
  }
  #home_catch h2 {
    font-size: 1.75em;
  }
  #home_catch h3 {
    font-size: 1em;
  }
}

#home_keyvisual {
  width: 100%;
  margin: 0px auto 0px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
#home_keyvisual .slider_item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#home_keyvisual .slider_item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background: url(../photo/home/bg3.png) rgba(0, 0, 0, 0.3);
}
#home_keyvisual .slider_item a {
  display: block;
  height: 100%;
  width: 100%;
}
#home_keyvisual .slider_item .bg_img {
  height: 100%;
  overflow: hidden;
  min-height: 500px;
}
#home_keyvisual .slider_item .title_wrapper {
  display: none;
  z-index: 2;
  width: 100%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home_keyvisual .slider_item .title_wrapper h2 {
  font-size: 3em;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
#home_keyvisual .slider_item .title_wrapper h2 span {
  font-size: 0.6em;
}
#home_keyvisual .slider_item .title_wrapper h2:after {
  border-bottom: none;
}
#home_keyvisual .slider_item .title_wrapper h3 {
  font-size: 2em;
  margin-bottom: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#home_keyvisual .slider_item .title_wrapper h4 {
  font-size: 1.5em;
  padding-top: 0.25em;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
#home_keyvisual .slider_item.slick-active .title_wrapper h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#home_keyvisual .slider_item.slick-active .title_wrapper h3, #home_keyvisual .slider_item.slick-active .title_wrapper h4 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 640px) {
  #home_keyvisual .slider_item {
    height: 40vh;
  }
  #home_keyvisual .slider_item .title_wrapper {
    width: 90%;
  }
  #home_keyvisual .slider_item .title_wrapper h2 {
    font-size: 1.5em;
  }
  #home_keyvisual .slider_item .title_wrapper h3 {
    font-size: 1.25em;
  }
  #home_keyvisual .slider_item .title_wrapper h4 {
    font-size: 1.1em;
  }
  #home_keyvisual .slider_item .title_wrapper hr {
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #home_keyvisual .slider_item .title_wrapper hr:after {
    width: 90%;
  }
  #home_keyvisual .slider_item .bg_image {
    height: 100%;
    overflow: hidden;
  }
  #home_keyvisual .slider_item .bg_image img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #home_keyvisual .slider_item.slick-active .title_wrapper hr {
    width: 90%;
  }
}

.gallery_wrapper section.single_page p, .news_wrapper section.single_page p {
  line-height: 2em;
}
.gallery_wrapper section.single_page p a, .news_wrapper section.single_page p a {
  text-decoration: underline;
}
.gallery_wrapper section.single_page p a:hover, .news_wrapper section.single_page p a:hover {
  text-decoration: none;
}

section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
section.c3 {
  width: 1100px;
  max-width: none;
  border: thin solid #f5dd4a;
  padding: 3em 2em;
  border-radius: 2em;
}
section.c3 h2:after {
  display: none;
}
section.full_width {
  max-width: none;
  padding: 0;
}
section.full_width.c1 {
  background: rgba(0, 0, 0, 0.2);
  padding: 4em 0;
}
section.full_width.c1 h2:after {
  display: none;
}
section.full_width.c2 {
  background: rgba(245, 221, 74, 0.07);
  padding: 4em 0;
}
section.full_width .photo_gallery_wide, section.full_width .photo_gallery_wide_simple {
  margin: 0 auto;
}
section:nth-child(2n) {
  background: #f1f1f1;
  padding: 50px 0;
}
section.single_page .photo_gallery_wide {
  margin-bottom: 2em;
}
section.single_page p {
  margin-bottom: 1em;
}
section .section_footer {
  text-align: center;
}
section .description {
  text-align: center;
}
section .outline_list {
  text-align: center;
}
section .outline_list dd + dt, section .outline_list dt + dt {
  margin-top: 50px;
}
section .outline_list dt {
  margin: 0 auto;
  display: table;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  font-size: 110%;
  font-weight: bold;
}
section .outline_list dd {
  margin-top: 10px;
}
@media all and (max-width: 640px) {
  section .outline_list {
    line-height: 1.5em;
  }
}
@media all and (max-width: 640px) {
  section {
    padding: 0 5%;
  }
  section.c3 {
    width: 100%;
    border: none;
    margin: 0 auto;
    padding: 1em;
  }
  section.full_width h3 {
    padding: 0 5%;
  }
  section.full_width.c1 {
    padding: 1.5em 0 3em;
  }
  section.full_width.c2 {
    padding: 1.5em 0 3em;
  }
  section.full_width.c2 .description {
    padding: 0 1em;
  }
}
section h2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #f5dd4a;
  display: table;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 1em 2em;
  border-radius: 15px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  position: relative;
}
@media all and (max-width: 640px) {
  section h2 {
    line-height: 1.5em;
    margin-bottom: 2em;
    padding: 0.5em 1em;
  }
}
section h2.nomargin {
  margin-bottom: 1em;
}
section h3 {
  text-align: center;
  margin-bottom: 3em;
  line-height: 1.5em;
}
section h4 {
  text-align: center;
  margin-bottom: 1em;
}

.image {
  margin: 0 auto 1em;
  text-align: center;
  max-width: 700px;
}
.image.main {
  margin-bottom: 4em;
}
@media all and (max-width: 640px) {
  .image.size_middle {
    max-width: 75%;
  }
}
@media all and (max-width: 640px) {
  .image.size_min {
    max-width: 50%;
  }
}

.map {
  margin: 0 auto 2em;
  max-width: 800px;
}
@media all and (max-width: 640px) {
  .map iframe {
    height: 40vh;
  }
}

.catch {
  font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  text-align: center;
  font-size: 2em;
  padding-top: 0.5em;
}
@media all and (max-width: 640px) {
  .catch {
    font-size: 1.1em;
  }
}

.text {
  line-height: 1.5em;
}

.description {
  margin: 0 auto 3em;
  max-width: 700px;
  line-height: 1.75em;
}
.description p {
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .description {
    margin-bottom: 1.5em;
  }
}

.photo_gallery_wide_simple + .description {
  margin-top: 3em;
}

hr.clear {
  border: none;
  height: 100px;
}

.dot_list li {
  position: relative;
  padding-left: 1.5em;
}
.dot_list li::before {
  left: 0;
  position: absolute;
  content: "・";
}

.keyvisual img {
  width: 100%;
}

.taglist {
  font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 5em;
}
.taglist li {
  margin-bottom: 1em;
  line-height: 1.2em;
}
.taglist a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.taglist a:hover {
  color: black;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .taglist {
    width: 90%;
    margin: 0 auto 2em;
  }
}

.centering_box {
  text-align: center;
}

.column_box {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.column_box .column_left {
  float: left;
  margin-right: 2.5%;
  width: 37.5%;
  padding: 0 1em;
}
.column_box .column_left h2, .column_box .column_left h3, .column_box .column_left h4 {
  text-align: left;
}
.column_box .column_left h2:after, .column_box .column_left h3:after, .column_box .column_left h4:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.column_box .column_right {
  float: left;
  width: 60%;
  padding: 0 1em;
}
.column_box .column_right h2, .column_box .column_right h3, .column_box .column_right h4 {
  text-align: left;
}
.column_box .column_right h2:after, .column_box .column_right h3:after, .column_box .column_right h4:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
@media all and (max-width: 640px) {
  .column_box .column_left {
    float: none;
    width: 100%;
  }
  .column_box .column_right {
    float: none;
    width: 100%;
  }
}
.column_box:last-child {
  margin-bottom: 0;
}

.box_link {
  background: gray;
  padding: 0.5em 1em;
  color: white;
  border: thin solid gray;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box_link:hover {
  text-decoration: none;
  background: white;
  color: gray;
}

.visual_explain {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 700px;
  margin: 0 auto 5em;
}
.visual_explain .explain {
  position: absolute;
  width: 45%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  line-height: 2em;
}
.visual_explain .explain h3 {
  text-align: center;
  margin-bottom: 1em;
}
.visual_explain .explain .explain_body {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.visual_explain .visual img {
  height: 400px;
}
@media all and (max-width: 640px) {
  .visual_explain .explain {
    width: 100%;
    height: auto;
    padding: 1em;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
  }
  .visual_explain .explain .explain_body {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
  .visual_explain .visual img {
    height: auto;
  }
}

.header_wrapper {
  position: relative;
  overflow: hidden;
}
.header_wrapper h2 {
  position: relative;
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 0.75em;
}
.header_wrapper h2 ._ja {
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.header_wrapper h2 ._en {
  letter-spacing: 0.1em;
  margin-top: 0.25em;
  text-transform: uppercase;
}
.header_wrapper h2:after {
  position: absolute;
  content: "";
  height: 0.75em;
  width: 10em;
  border-bottom: black solid thin;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header_wrapper h3 {
  text-align: center;
  margin-top: 1em;
  font-size: 1.5em;
}
.header_wrapper .description {
  margin-top: 2.5em;
}
.header_wrapper.simple {
  padding-top: 3em;
  border: solid thin black;
  border-left: none;
  border-right: none;
}
.header_wrapper.visual_background {
  height: 400px;
}
.header_wrapper.visual_background .text {
  color: white;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
}
.header_wrapper.visual_background .text .description {
  margin-bottom: 0;
}
.header_wrapper.visual_background .image img {
  width: 100%;
  height: auto;
  min-width: 400px;
}
@media all and (max-width: 640px) {
  .header_wrapper.visual_background {
    width: 100%;
  }
  .header_wrapper.visual_background .text {
    width: 85%;
  }
  .header_wrapper.visual_background .image img {
    min-width: 0;
  }
}
.header_wrapper.visual_background .keyvisual {
  position: absolute;
  width: 100%;
}
.header_wrapper.visual_background .keyvisual img {
  height: 400px;
}
.header_wrapper.visual_background .keyvisual::before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 640px) {
  .header_wrapper.visual_background .keyvisual {
    height: 100%;
    overflow: hidden;
  }
  .header_wrapper.visual_background .keyvisual img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.header_wrapper ul {
  text-align: center;
  padding: 0;
  margin-bottom: 3em;
}
.header_wrapper ul li {
  display: inline-block;
  font-weight: bold;
}
.header_wrapper ul li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_wrapper ul li a:hover {
  color: black;
  text-decoration: none;
}
.header_wrapper ul li:after {
  margin: 0 0.5em;
  content: " | ";
}
.header_wrapper ul li:last-child:after {
  content: "";
}
@media all and (max-width: 640px) {
  .header_wrapper h2 {
    font-size: 1.2em;
  }
  .header_wrapper h3 {
    font-size: 1.1em;
  }
  .header_wrapper ul {
    display: none;
  }
}

.three_column {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.three_column .nolink {
  opacity: 0.3;
}
.three_column ._left {
  float: left;
  width: 33.333333%;
}
.three_column ._center {
  float: left;
  width: 33.333333%;
  text-align: center;
}
.three_column ._date {
  line-height: 2em;
}
.three_column ._right {
  float: right;
  width: 33.333333%;
  text-align: right;
}
.three_column ._right .fa-chevron-right {
  margin-left: 0.5em;
  margin-right: 0;
}
@media all and (max-width: 640px) {
  .three_column {
    width: 100%;
  }
}

.text_right {
  text-align: right;
}

small.text_center {
  display: block;
  margin: 0 auto;
}

.text_center {
  text-align: center;
}

.sub_content {
  background: #F1F1F1;
  padding: 2.5em 1em;
}
.sub_content .parallel_list_wrapper {
  margin-bottom: 1em;
  padding-top: 1em;
}
.sub_content .parallel_list_wrapper dl {
  width: 32%;
  margin: 0 0.666666667%;
}
.sub_content .parallel_list_wrapper dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}
.sub_content .parallel_list_wrapper dt img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.sub_content .parallel_list_wrapper dd {
  font-size: 0.8em;
}
@media all and (max-width: 640px) {
  .sub_content .parallel_list_wrapper dl {
    width: 100%;
    margin: 0 auto 0.5em;
  }
  .sub_content .parallel_list_wrapper dd {
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .sub_content {
    padding: 1.5em 1.5em 0em;
  }
}
.sub_content.white_back {
  background: white;
}

.line_link {
  text-align: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.line_link:hover {
  color: black;
  text-decoration: none;
}
.line_link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: black;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.line_link:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.block_text {
  display: inline-block;
  padding: 0.5em 1em;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.boxlink_list {
  overflow: hidden;
  padding-bottom: 2em;
}
.boxlink_list li {
  width: 30%;
  margin: 0 1.666666667%;
  float: left;
}
.boxlink_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  background: black;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.boxlink_list li a:after {
  line-height: 1.2em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
}
.boxlink_list li a:hover {
  text-decoration: none;
  padding-left: 1.5em;
}
.boxlink_list li a:hover:after {
  right: 1.25em;
}

.accordion_item {
  margin-bottom: 1em;
  padding: 0.5em 1em 1em;
}
@media all and (max-width: 640px) {
  .accordion_item {
    padding: 0.5em 0em 1em;
  }
}
.accordion_item .accordion_parent_header {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 0.5em 1em;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}
.accordion_item .accordion_parent_header:after {
  position: absolute;
  content: "";
  height: 0.75em;
  width: 5em;
  border-bottom: black dotted thin;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.accordion_item .accordion_child_header, .accordion_item .accordion_child_nolink {
  background: black;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
.accordion_item .accordion_child_header {
  position: relative;
  cursor: pointer;
}
.accordion_item .accordion_child_header::after {
  position: absolute;
  right: 2.5em;
  content: "開く";
  font-size: 0.8em;
  text-align: right;
  opacity: 0.8;
}
.accordion_item .accordion_child_header::before {
  line-height: 1.2em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
}
.accordion_item .accordion_child_header:hover {
  text-decoration: none;
}
.accordion_item .accordion_child_header.active {
  background: black;
}
.accordion_item .accordion_child_header.active::after {
  content: "閉じる";
}
.accordion_item .accordion_child_header.active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.accordion_item .accordion_child_nolink {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.5);
}
.accordion_item .accordion_child_body {
  margin-bottom: 1em;
  max-height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.accordion_item .accordion_child_body:last-child {
  margin-top: 0;
}
.accordion_item .accordion_child_body.active {
  padding: 2em 0;
  max-height: 100em;
}

.photo_gallery img {
  width: 250px;
  height: auto;
}
.photo_gallery.parallel_list_wrapper dl {
  max-width: 250px;
}

.photo_gallery_wide, .photo_gallery_wide_simple {
  margin-bottom: 2em;
}
.photo_gallery_wide .slick-slide, .photo_gallery_wide_simple .slick-slide {
  margin: 0 2px;
}
.photo_gallery_wide img, .photo_gallery_wide_simple img {
  width: auto;
  height: 500px;
}
@media all and (max-width: 640px) {
  .photo_gallery_wide img, .photo_gallery_wide_simple img {
    height: 200px;
  }
  .photo_gallery_wide.slick-slider, .photo_gallery_wide_simple.slick-slider {
    margin-bottom: 1em;
  }
}

.photo_gallery_display {
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .photo_gallery_display {
    width: 95%;
  }
  .photo_gallery_display.slick-slider {
    margin-bottom: 1em;
  }
}

.photo_gallery_thumbnail {
  width: 80%;
  margin: 0 auto;
}
.photo_gallery_thumbnail li {
  margin: 0 1em;
}
@media all and (max-width: 640px) {
  .photo_gallery_thumbnail {
    width: 95%;
  }
  .photo_gallery_thumbnail li {
    margin: 0 0.25em;
  }
}

.center_image {
  text-align: center;
  margin-bottom: 4em;
}

.list_flat li {
  display: inline;
}
.list_flat li::after {
  content: "/";
  margin: 0 0.5em;
}
.list_flat li:last-child::after {
  content: "";
  margin: 0;
}

.list_function_wrapper li {
  margin-bottom: 1em;
}
.list_function_wrapper span {
  font-weight: bold;
  color: black;
}
.list_function_wrapper span::after {
  content: "：";
}

.list_merit_wrapper {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
.list_merit_wrapper .list_merit {
  float: left;
  width: 23%;
  margin: 0 1%;
  background: #e4ebf7;
  border-radius: 1em;
}
.list_merit_wrapper .list_merit dt {
  text-align: center;
  font-size: 1.2em;
  background: rgba(255, 255, 255, 0.9);
  border: black solid 6px;
  color: black;
  font-weight: bold;
  height: 180px;
  width: 180px;
  line-height: 168px;
  margin: 25px auto 1em;
  border-radius: 90px;
}
.list_merit_wrapper .list_merit dd {
  line-height: 1.5em;
  padding: 0.5em 1.5em;
  text-align: justify;
  height: 9em;
  font-size: 0.9em;
}
@media all and (max-width: 640px) {
  .list_merit_wrapper {
    width: 100%;
  }
  .list_merit_wrapper .list_merit {
    width: 90%;
    margin: 0 auto 5%;
    float: none;
    border: black solid 6px;
    background: white;
  }
  .list_merit_wrapper .list_merit dt {
    border: none;
    line-height: 1em;
    height: auto;
    width: 80%;
    border-radius: 1em;
    margin: 1em auto 0;
  }
  .list_merit_wrapper .list_merit dd {
    height: auto;
    padding: 1em;
  }
}

.process_chart {
  text-align: center;
  overflow: hidden;
}
.process_chart li {
  width: 80%;
  margin: 0 auto 60px;
  position: relative;
  background: rgba(245, 221, 74, 0.1);
  background: black;
  height: 240px;
  border-radius: 1em;
  color: white;
  counter-increment: count;
}
.process_chart li:nth-child(2n) {
  background: #e4ebf7;
  color: black;
}
.process_chart li dl dt::before {
  content: counter(count);
}
.process_chart li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  border-left: 10px solid transparent;
  border-top: 15px solid #f5dd4a;
  border-right: 10px solid transparent;
}
.process_chart li:last-child::after {
  display: none;
}
.process_chart li dl {
  /*            float: left;
              width: 50%;
              position: absolute;
              top: 50%;
              left: 10%;
              transform: translate(-20%, -50%);*/
  width: 50%;
  text-align: left;
  padding-left: 70px;
  padding-right: 30px;
}
.process_chart li dl dt {
  padding-top: 28px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1.5em;
  position: relative;
}
.process_chart li dl dt::before {
  /*
                      position: absolute;
                      left: 10px;
                      font-size: 3em;
                      top: 0;
  */
  position: absolute;
  left: -48px;
  font-size: 3em;
  top: 15px;
}
.process_chart li dl dd {
  line-height: 1.5em;
}
.process_chart li .images {
  float: right;
  width: 50%;
  overflow: hidden;
}
.process_chart li .images .imgbox {
  border-radius: 0 1em 1em 0;
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 240px;
}
.process_chart li .images .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: auto;
}
@media all and (max-width: 640px) {
  .process_chart li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .process_chart li::after {
    bottom: -20px;
    border-left: 7px solid transparent;
    border-top: 14px solid #f5dd4a;
    border-right: 7px solid transparent;
  }
  .process_chart li dl {
    /*                float: none;
                    width: 100%;
                    position: relative;
                    top: auto;
                    left: auto;
                    transform: none;*/
    width: 100%;
    padding-bottom: 20px;
  }
  .process_chart li dl dt {
    padding-top: 0.75em;
    margin-bottom: 0.25em;
  }
  .process_chart li dl dt::before {
    font-size: 2.5em;
    top: 6px;
  }
  .process_chart li .images {
    float: none;
    width: 100%;
  }
  .process_chart li .images .slick-slider {
    margin-bottom: 0;
  }
  .process_chart li .images .imgbox {
    border-radius: 1em 1em 0 0;
    border-left: none;
    height: 180px;
    height: auto;
    padding-top: 35%;
  }
}

/*.process_chart {
    text-align: center;
    overflow: hidden;
    li {
        width: 80%;
        margin: 0 auto 60px;
        height: 450px;
        position: relative;
        border-radius: 1em;
        background: rgba($keycolor2, .1);

        &::before {
            content: "";
            display: block;
            position: absolute;
            bottom: -45px;
            transform: translateX(-50%);
            left: 50%;
            border-left: 5px solid transparent;
            border-top: 10px solid rgba($keycolor, 1);
            border-right: 5px solid transparent;
        }
        &:last-child::before {
            display: none;
        }

        dl {
            position: absolute;
            bottom: -35px;
            left: 20px;
            width: calc(100% - 40px);

            color: white;
            background: rgba($keycolor, .9);
            dt {
                padding-top: 1em;
                font-size: 1.25em;
                font-weight: bold;
                margin-bottom: .5em;
            }
            dd {
                line-height: 1.5em;
                padding: 0 1em 1em;
            }
        }

        .imgbox {
            width: 100%;
            height: 450px;
            overflow: hidden;
            border-radius: 1em;
            img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100%;
                height: auto;
            }
            &.square {
                img {
                    width: auto;
                    max-width: none;
                    height: 100%;
                }
            }
        }

    }
}*/
._slick {
  border-radius: 1em;
}
._slick.facility, ._slick.business {
  width: 800px;
  margin: 0 auto 2em;
}
._slick.facility .imgbox, ._slick.business .imgbox {
  border-radius: 1em;
  width: 800px;
  height: 400px;
  overflow: hidden;
}
._slick.facility .imgbox img, ._slick.business .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
._slick.facility .imgbox.square img, ._slick.business .imgbox.square img {
  width: auto;
  max-width: none;
  height: 100%;
}
._slick.business .imgbox {
  width: 800px;
  height: 800px;
}
._slick.business .imgbox img {
  border-radius: 1em;
  width: auto;
  max-width: none;
  height: 100%;
}
@media all and (max-width: 640px) {
  ._slick.facility, ._slick.business {
    width: 100%;
  }
  ._slick.facility .imgbox, ._slick.business .imgbox {
    border-radius: 0.5em;
    width: 100%;
    height: 200px;
  }
}

.flow_chart li {
  border: thin solid rgba(0, 0, 0, 0.5);
  background: black;
  color: white;
  position: relative;
  max-width: 500px;
  margin: 0 auto 1em;
  text-align: center;
  padding: 1em;
  border-radius: 0.5em;
}
.flow_chart li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  border-top: 10px solid rgba(84, 97, 200, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow_chart li:last-child::before {
  display: none;
}

.circle_list {
  overflow: hidden;
  text-align: center;
  padding: 1em 0;
}
.circle_list li {
  display: inline-block;
  border-radius: 100%;
  border: solid thin black;
  width: 200px;
  height: 200px;
  margin: 0 50px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.circle_list li ._ja {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.circle_list li ._en {
  margin-top: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.circle_list li a {
  border-radius: 100%;
  padding-top: 80px;
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.circle_list li a:before {
  background: black;
  border: black thin solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 0.5em 0.75em;
  border-radius: 1em;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  color: white;
  bottom: 1em;
  content: "view detail";
}
.circle_list li a:after {
  position: absolute;
  bottom: 35%;
  left: 25%;
  content: "";
  width: 50%;
  height: 1px;
  background: black;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.circle_list li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.circle_list li:hover {
  border: solid thin black;
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%);
}
.circle_list li:hover a:after {
  /*                    bottom: 1.2em;
                      color: $keycolor;
                      background: $lightgray;
                      border: $keycolor thin solid;*/
}
@media all and (max-width: 640px) {
  .circle_list li {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 1em;
    display: block;
  }
  .circle_list li a {
    padding-top: 0;
    padding: 1em;
    background: none;
  }
  .circle_list li a:before {
    left: auto;
    text-align: center;
    right: 1em;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .circle_list li a:after {
    display: none;
  }
}

.contact_text {
  font-size: 1em;
  line-height: 2em;
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
}
.contact_text i {
  margin-right: 0.5em;
}
.contact_text a {
  text-decoration: none;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_text a:hover {
  opacity: 0.5;
}
.contact_text ._item {
  width: 45%;
  margin: 0 2.25%;
  margin-bottom: 20px;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.5em;
  border-radius: 5px;
  display: inline-block;
  color: white;
  font-weight: bold;
  background: #f5dd4a;
}
@media all and (max-width: 640px) {
  .contact_text {
    width: 90%;
    font-size: 0.9em;
  }
  .contact_text ._item {
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.2em;
  }
}

.dl_parallel {
  max-width: 800px;
  margin: 0 auto;
}
.dl_parallel dt {
  width: 20%;
  float: left;
  line-height: 2em;
  border-top: thin black dotted;
  padding-top: 0.25em;
}
.dl_parallel dt span {
  color: gray;
}
.dl_parallel dd {
  margin-left: 21%;
  line-height: 2em;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-top: thin black dotted;
}
.dl_parallel dd a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: black solid thin;
}
.dl_parallel dd a:hover {
  text-decoration: none;
  color: black;
}
.dl_parallel dd p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.dl_parallel dd .button_link {
  padding: 0.25em 0.5em;
  display: inline;
  white-space: nowrap;
}
.dl_parallel dd .button_link i.fa {
  margin-right: 0.25em;
}
@media all and (max-width: 640px) {
  .dl_parallel dt {
    text-align: center;
    float: none;
    width: 100%;
    font-weight: bold;
  }
  .dl_parallel dd {
    text-align: center;
    padding-top: 0;
    border-top: none;
    float: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 1.5em;
  }
}

.button_link {
  background: black;
  border-radius: 2em;
  line-height: 1em;
  font-size: 0.8em;
  color: white;
  padding: 1em 1.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.button_link:hover {
  background: #f5dd4a;
  color: white;
  text-decoration: none;
}
.button_link i.fa {
  margin-right: 0.5em;
}
@media all and (max-width: 640px) {
  .button_link {
    padding: 0.75em 1em;
  }
}

.button_nolink {
  background: lightgray;
  border-radius: 2em;
  line-height: 1em;
  font-size: 0.8em;
  color: white;
  padding: 1em 1.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.button_nolink i.fa {
  margin-right: 0.25em;
}
@media all and (max-width: 640px) {
  .button_nolink {
    padding: 0.75em 1em;
  }
}

#history_table .history_block {
  overflow: hidden;
  position: relative;
}
#history_table .history_block::before {
  display: block;
  position: absolute;
  background: lightgray;
  height: 100%;
  width: 1px;
  content: "";
  left: 18%;
}
#history_table .history_block h4 {
  width: 18%;
  float: left;
  font-size: 3em;
  font-weight: 400;
  color: lightgray;
  margin-right: 2%;
  font-style: italic;
}
#history_table .history_block table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  width: 58%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2em;
}
#history_table .history_block table tr td {
  padding: 0.5em;
  border-bottom: lightgray dotted thin;
  vertical-align: top;
}
#history_table .history_block table td {
  line-height: 1.5em;
}
#history_table .history_block table td:nth-child(1) {
  width: 8em;
}
#history_table .history_block ul {
  width: 20%;
  float: left;
}
#history_table .history_block ul li {
  margin-bottom: 1em;
}
#history_table .history_block:last-child table {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  #history_table .history_block::before {
    display: none;
  }
  #history_table .history_block h4 {
    width: 100%;
    float: none;
    margin-bottom: 0.25em;
  }
  #history_table .history_block table {
    float: none;
    width: 100%;
  }
  #history_table .history_block ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
  }
  #history_table .history_block ul li {
    width: 48%;
    margin: 0 1% 2%;
    float: left;
  }
  #history_table .history_block:last-child table {
    margin-bottom: 2em;
  }
}

.vertical_list_wrapper {
  margin: 0 auto;
  max-width: 700px;
}
.vertical_list_wrapper dl {
  border-bottom: thin dotted black;
  padding: 0.75em 0.5em 0.75em;
}
.vertical_list_wrapper dt {
  float: left;
  width: 6em;
}
.vertical_list_wrapper dd {
  padding-left: 6em;
}
.vertical_list_wrapper a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vertical_list_wrapper a:hover {
  color: black;
  text-decoration: none;
}
.vertical_list_wrapper.news_list dt {
  width: 10em;
}
.vertical_list_wrapper.news_list dd {
  padding-left: 10em;
}
.vertical_list_wrapper.item_list dl {
  border-bottom: none;
}
.vertical_list_wrapper.item_list dt {
  line-height: 1.5em;
  padding: 0.5em;
  width: 10em;
}
.vertical_list_wrapper.item_list dd {
  line-height: 1.5em;
  padding: 0.5em;
  padding-left: 10em;
  border-bottom: thin dotted black;
}
@media all and (max-width: 640px) {
  .vertical_list_wrapper dt {
    float: none;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .vertical_list_wrapper dd {
    padding-left: 0;
  }
  .vertical_list_wrapper.news_list dt {
    width: 100%;
  }
  .vertical_list_wrapper.news_list dd {
    padding-left: 0;
  }
  .vertical_list_wrapper.item_list dt {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    padding-top: 0.5em;
  }
  .vertical_list_wrapper.item_list dd {
    padding-left: 0;
    padding-top: 0;
  }
}

.serial_list_wrapper {
  overflow: hidden;
}
.serial_list_wrapper dl {
  overflow: hidden;
  width: 47%;
  margin: 0 1.5% 2em;
  background: white;
  float: left;
}
.serial_list_wrapper dl dt {
  float: left;
  width: 30%;
  margin-right: 1.5%;
  padding: 0.5em;
  height: 75px;
}
.serial_list_wrapper dl dd {
  height: 100%;
  float: left;
  width: 68.5%;
  padding: 1em 0;
  padding-right: 2em;
  font-size: 0.8em;
}
.serial_list_wrapper dl dd ._date {
  margin-bottom: 5px;
}
.serial_list_wrapper dl dd ._title {
  font-size: 1.2em;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.serial_list_wrapper dl dd ._subtitle {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .serial_list_wrapper dl {
    width: 100%;
    margin: 0 0 1.5em;
  }
  .serial_list_wrapper dl dt {
    width: 100%;
    float: none;
    padding-top: 60%;
  }
  .serial_list_wrapper dl dd {
    float: none;
    width: 100%;
    padding: 1em;
  }
}
.serial_list_wrapper dl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.serial_list_wrapper dl a:hover {
  text-decoration: none;
  color: black;
}
.serial_list_wrapper dl a:hover dt img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.definition_list {
  margin: 0 auto 3em;
  max-width: 700px;
}
.definition_list dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.definition_list dd {
  line-height: 1.5em;
  margin-bottom: 2em;
}

.thumbnail_box {
  overflow: hidden;
}
.thumbnail_box dl {
  float: left;
  margin: 0 0.25em;
  width: 24%;
  margin: 0 0.5%;
  position: relative;
}
.thumbnail_box dl dt {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.thumbnail_box dl dt img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.thumbnail_box dl dd {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1em 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thumbnail_box dl dd::after {
  content: "VIEW DETAIL";
  font-size: 0.7em;
  display: block;
  margin: 1em auto 0;
  background: #f5dd4a;
  padding: 0.25em 0;
  border-radius: 1em;
  line-height: 1.5em;
  width: 90px;
}
.thumbnail_box dl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thumbnail_box dl a dt {
  overflow: hidden;
}
.thumbnail_box dl a dt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thumbnail_box dl a:hover {
  text-decoration: none;
  color: black;
}
.thumbnail_box dl a:hover dt img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail_box dl a:hover dd {
  background: rgba(0, 0, 0, 0.9);
}
@media all and (max-width: 640px) {
  .thumbnail_box dl {
    width: 48%;
    margin-bottom: 1%;
  }
  .thumbnail_box dl dd {
    font-size: 0.8em;
    padding: 0.75em 0;
  }
}

.parallel_list_wrapper {
  overflow: hidden;
}
.parallel_list_wrapper.column_5 dl {
  width: 19%;
  margin: 0 0.5%;
}
@media all and (max-width: 640px) {
  .parallel_list_wrapper.column_5 dl {
    width: 100%;
    margin: 0 0 1em;
    padding-bottom: 1em;
    border-bottom: thin dotted black;
  }
  .parallel_list_wrapper.column_5 dl dt {
    float: left;
    width: 25%;
    margin-right: 2%;
  }
  .parallel_list_wrapper.column_5 dl dd {
    float: left;
    width: 73%;
  }
}
.parallel_list_wrapper dl {
  float: left;
  margin: 0 0.25em;
}
.parallel_list_wrapper dl dd {
  padding: 0.5em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.parallel_list_wrapper dl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.parallel_list_wrapper dl a dt {
  overflow: hidden;
}
.parallel_list_wrapper dl a dt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.parallel_list_wrapper dl a:hover {
  text-decoration: none;
  color: black;
}
.parallel_list_wrapper dl a:hover dt img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.wpcf7-response-output {
  max-width: 700px;
  margin: 0 auto 3em;
  text-align: center;
  border-radius: 0.5em;
  padding: 1em 0.5em;
}
@media all and (max-width: 640px) {
  .wpcf7-response-output {
    width: 90%;
  }
}

.wpcf7-response-output.wpcf7-validation-errors {
  border: red solid thin;
  background: rgba(255, 0, 0, 0.2);
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: green solid thin;
  background: rgba(0, 128, 0, 0.2);
}

.screen-reader-response[role=alert] {
  display: none;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table a {
  text-decoration: underline;
}
.table a:hover {
  text-decoration: none;
}
.table thead {
  border-bottom: thin #CCC dotted;
}
.table thead td {
  font-weight: bold;
  text-align: center;
}
.table tr {
  border-top: thin #f5dd4a dotted;
}
.table tr td {
  vertical-align: top;
  padding: 0.5em 0.2em;
  line-height: 1.5em;
}
.table tr:last-child {
  border-bottom: none;
}
.table.contact_table {
  width: 100%;
  margin: 0 auto 3em;
  max-width: 700px;
  line-height: 1.75em;
}
.table.contact_table .must {
  color: red;
  text-decoration: none;
}
.table.contact_table .must:before {
  content: "*";
}
.table.contact_table tr td {
  padding-left: 0.5em;
}
.table.contact_table tr td:nth-child(1) {
  width: 25%;
  vertical-align: middle;
}
.table.contact_table tr td:nth-child(2) {
  width: 75%;
}
@media all and (max-width: 640px) {
  .table.contact_table tr td {
    padding-left: 0;
  }
  .table.contact_table tr td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .table.contact_table tr td:nth-child(2) {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 1em;
  }
}
.table.contact_table button, .table.contact_table input[type=submit] {
  width: 100%;
  font-size: 12px;
  padding: 7px;
  margin: 0 auto;
  border: none;
  background: black;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px black solid;
  cursor: pointer;
}
.table.contact_table button:hover, .table.contact_table input[type=submit]:hover {
  border: 3px black solid;
  background: white;
  color: black;
}
.table.contact_table button, .table.contact_table input[type=submit] {
  width: 70%;
  padding: 15px;
  margin: 0 auto 20px;
  font-size: 15px;
}
@media all and (max-width: 640px) {
  .table.contact_table button, .table.contact_table input[type=submit] {
    width: 100%;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  background: rgba(245, 221, 74, 0.1);
  width: 100%;
  font-size: 12px;
  margin: 0 auto;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus {
  outline: none;
  color: black;
  background: rgba(245, 221, 74, 0.2);
}

.wpcf7-list-item-label {
  margin-left: 0.5em;
  margin-right: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  display: inline-block;
  padding-top: 0.5em;
  color: red;
}
.wpcf7-not-valid-tip::before {
  color: red;
  content: "*";
}

textarea {
  min-height: 100px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.custom-dropdown select {
  background-color: #F1F1F1;
  font-size: inherit;
  padding: 10px;
  font-size: 12px;
  border: 0;
  margin: 0;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  -moz-appearance: button;
       appearance: button;
  /* hide default arrow in chrome OSX */
  -webkit-appearance: none;
  /* hide default arrow in chrome OSX */
}
.custom-dropdown::before, .custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "▼";
  height: 1em;
  font-size: 0.625em;
  line-height: 1;
  right: 0.8em;
  top: 50%;
  margin-top: -0.5em;
  color: rgba(0, 0, 0, 0.4);
}
.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}
.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, 0.1);
}

#case_controller button, #case_controller input[type=submit] {
  width: 100%;
  font-size: 12px;
  padding: 7px;
  margin: 0 auto;
  border: none;
  background: black;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px black solid;
  cursor: pointer;
}
#case_controller button:hover, #case_controller input[type=submit]:hover {
  border: 3px black solid;
  background: white;
  color: black;
}
#case_controller ul {
  padding-top: 1em;
  overflow: hidden;
}
#case_controller ul li {
  width: 24%;
  float: left;
  margin-right: 1.333333%;
}
#case_controller ul li.send_btn {
  margin-right: 0;
}
#case_controller ul li.send_btn dt {
  visibility: hidden;
}
#case_controller ul li.send_btn dd {
  border-bottom: none;
}
#case_controller ul li.keyword_input {
  width: 49.33333%;
}
@media all and (max-width: 640px) {
  #case_controller ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1em;
  }
  #case_controller ul li.keyword_input {
    width: 100%;
    margin-right: 0;
  }
}
#case_controller dl dt {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
#case_controller dl dt::after {
  margin: 0 0.5em;
  content: ":";
}
#case_controller dl dd {
  width: 100%;
  display: inline-block;
  border-bottom: black solid thin;
}

.alert_box {
  text-align: center;
  border: darkgray thin solid;
  width: 100%;
  padding: 2em 0;
  border-radius: 0.5em;
  background: #fcfcfc;
  color: gray;
  line-height: 1.5em;
}

#case_list .parallel_list_wrapper {
  margin-bottom: 3em;
}
#case_list .parallel_list_wrapper dl {
  width: 32.333333333%;
  margin: 0 0.5%;
  margin-bottom: 1%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 640px) {
  #case_list .parallel_list_wrapper dl {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#case_list .parallel_list_wrapper dl dt {
  background: lightgray;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#case_list .parallel_list_wrapper dl dt::before {
  display: block;
  width: 100%;
  content: "";
  padding-top: 77%;
}
#case_list .parallel_list_wrapper dl a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
#case_list .parallel_list_wrapper dl a:hover dd {
  opacity: 1;
  visibility: visible;
}
#case_list .parallel_list_wrapper dl a:hover dd .title {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#case_list .parallel_list_wrapper dl dd {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  padding-top: 1em;
  font-size: 0.8em;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: url(../photo/home/bg3.png) rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 640px) {
  #case_list .parallel_list_wrapper dl dd {
    visibility: visible;
    opacity: 1;
  }
}
#case_list .parallel_list_wrapper dl dd .title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  font-size: 1.5em;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  letter-spacing: 0.1em;
}

#page_index_wrapper {
  background: url(../photo/bg_sample.jpg) no-repeat bottom center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 75px;
  border-top: solid black 5px;
  border-bottom: solid #f5dd4a 5px;
  display: none;
}
#page_index_wrapper.company {
  background: url(../photo/header_visual/company_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
#page_index_wrapper.styrene {
  background: url(../photo/header_visual/styrene.jpg) no-repeat center center;
  background-size: cover;
}
#page_index_wrapper.business {
  background: url(../photo/header_visual/business_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
#page_index_wrapper.overseas {
  background: url(../photo/header_visual/overseas_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
#page_index_wrapper.facility {
  background: url(../photo/header_visual/facility_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
#page_index_wrapper.gallery {
  background: url(../photo/header_visual/gallery_pc.jpg) no-repeat center bottom;
  background-size: cover;
}
#page_index_wrapper.contact, #page_index_wrapper.plain, #page_index_wrapper.recruit {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(245, 221, 74, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(245, 221, 74, 0.9));
}
#page_index_wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  opacity: 0.7;
  background: url(../photo/home/bg3.png) rgba(0, 0, 0, 0.3);
}
#page_index_wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 1000px)/2);
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  background: rgba(0, 0, 0, 0.6);
}
#page_index_wrapper .slider {
  min-height: 250px;
}
#page_index_wrapper #page_index {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#page_index_wrapper #page_title {
  line-height: 1.5em;
}
#page_index_wrapper.simple {
  min-height: 250px;
}
#page_index_wrapper.simple::before {
  content: none;
}
#page_index_wrapper.simple #page_index {
  min-height: 250px;
}
#page_index_wrapper.simple #page_index.centering {
  min-height: 250px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page_index_wrapper.simple #page_title {
  position: absolute;
  z-index: 4;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  white-space: nowrap;
}
#page_index_wrapper #page_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 20%;
  text-align: center;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#page_index_wrapper #page_contents {
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 30px 0 30px 60px;
  width: 60%;
  margin-left: 40%;
}
#page_index_wrapper #page_contents li {
  line-height: 1em;
  padding: 0.5em;
  font-size: 1.2em;
  margin: 0.5em 0;
}
#page_index_wrapper #page_contents a {
  color: white;
}
@media all and (min-width: 640px) {
  #page_index_wrapper #page_contents a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0.5em 0.75em;
  }
  #page_index_wrapper #page_contents a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  #page_index_wrapper #page_contents a:hover {
    color: black;
    color: white;
  }
  #page_index_wrapper #page_contents a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media all and (max-width: 640px) {
  #page_index_wrapper {
    margin-bottom: 30px;
  }
  #page_index_wrapper::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  #page_index_wrapper .slider {
    min-height: 150px;
  }
  #page_index_wrapper #page_index {
    width: 100%;
    padding: 2em 0 1em;
  }
  #page_index_wrapper #page_title {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    left: auto;
    font-size: 1.25em;
  }
  #page_index_wrapper.simple {
    min-height: 0;
  }
  #page_index_wrapper.simple #page_index {
    min-height: 150px;
  }
  #page_index_wrapper.simple #page_title {
    font-size: 1.25em;
  }
  #page_index_wrapper #page_contents {
    padding: 1em 0.5em 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #page_index_wrapper #page_contents li {
    display: inline-block;
    line-height: 1em;
    padding: 0.25em;
    font-size: 1.2em;
    margin: 0 0.25em 1em;
    font-size: 0.9em;
  }
  #page_index_wrapper #page_contents a {
    color: white;
  }
}
@media all and (max-width: 640px) and (min-width: 640px) {
  #page_index_wrapper #page_contents a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0.5em 0.75em;
  }
  #page_index_wrapper #page_contents a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  #page_index_wrapper #page_contents a:hover {
    color: black;
    color: white;
  }
  #page_index_wrapper #page_contents a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

footer {
  background: #f1f1f1;
}
footer #footer_tag_line {
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
  font-weight: bold;
  background: url(../img/footer_tagline.jpg) no-repeat center center;
  background-size: cover;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
@media all and (max-width: 640px) {
  footer #footer_tag_line {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 1em 0;
  }
}
footer #footer_content_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 2em 0;
}
footer #footer_content_wrapper ._header {
  font-weight: bold;
  margin-bottom: 1em;
}
footer #footer_contact_wrapper {
  padding: 20px 0px 15px 20px;
  width: 530px;
  border-radius: 10px;
  background: white;
  float: left;
  overflow: hidden;
  text-align: center;
}
footer #footer_contact_wrapper #footer_contact_link {
  width: 170px;
  float: left;
}
footer #footer_contact_wrapper #footer_contact_link ._header {
  margin-bottom: 0.8em;
}
footer #footer_contact_wrapper #footer_contact_link p {
  margin-bottom: 0.8em;
  line-height: 1.6em;
  font-size: 0.9em;
}
footer #footer_contact_wrapper #footer_contact_link ul li {
  width: 170px;
  margin-bottom: 0.5em;
}
footer #footer_contact_wrapper #footer_contact_link ul li:last-child {
  margin-bottom: 0;
}
footer #footer_contact_wrapper #footer_contact_link ul li a {
  display: block;
  border-radius: 5px;
  font-size: 0.9em;
  padding: 0.75em 0;
  text-align: center;
  background: black;
  color: white;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer #footer_contact_wrapper #footer_contact_link ul li a .fa {
  width: 20px;
  margin-right: 0.1em;
}
footer #footer_contact_wrapper #footer_contact_link ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: black;
  text-decoration: none;
}
footer #footer_contact_wrapper #footer_calendar {
  float: left;
  overflow: hidden;
  width: 340px;
  padding: 0 10px;
}
footer #footer_contact_wrapper #footer_calendar .xo-months {
  overflow: hidden;
  font-size: 0.9em;
}
footer #footer_contact_wrapper #footer_calendar .xo-months tr.dayname td {
  width: 18px;
  text-align: center;
  color: black;
}
footer #footer_contact_wrapper #footer_calendar .xo-months caption {
  color: black;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
footer #footer_contact_wrapper #footer_calendar .xo-month-wrap {
  float: left;
  margin: 0 5px;
}
footer #footer_contact_wrapper #footer_calendar .holiday-titles {
  display: none;
}
footer #footer_contact_wrapper #footer_calendar .other-month {
  opacity: 0.5;
}
footer #footer_contact_wrapper #footer_calendar .holiday-all {
  color: red;
}
footer #footer_contact_wrapper #footer_calendar thead, footer #footer_contact_wrapper #footer_calendar .month-dayname-space, footer #footer_contact_wrapper #footer_calendar .month-event-space {
  display: none;
}
@media all and (max-width: 640px) {
  footer #footer_contact_wrapper {
    width: 100%;
    float: none;
    padding: 20px;
  }
  footer #footer_contact_wrapper #footer_contact_link {
    width: 100%;
    float: none;
    margin-bottom: 2em;
  }
  footer #footer_contact_wrapper #footer_contact_link ul li {
    width: 80%;
    margin: 0 auto 1em;
  }
  footer #footer_contact_wrapper #footer_calendar {
    width: 100%;
    float: none;
    padding: 0;
  }
  footer #footer_contact_wrapper #footer_calendar .xo-month-wrap {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
footer #footer_sitemap {
  width: 49%;
  float: right;
  overflow: hidden;
  height: 210px;
  position: relative;
  margin-top: 15px;
}
footer #footer_sitemap .glwrapper {
  position: relative;
}
footer #footer_sitemap .glwrapper a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
footer #footer_sitemap .glwrapper a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  color: #f5dd4a;
  text-decoration: none;
}
footer #footer_sitemap .glwrapper dl {
  font-size: 0.9em;
  width: 30%;
  position: absolute;
  top: 0;
}
footer #footer_sitemap .glwrapper dl.nav_company {
  top: 0;
  left: 0%;
}
footer #footer_sitemap .glwrapper dl.nav_overseas {
  top: 110px;
  left: 0%;
}
footer #footer_sitemap .glwrapper dl.nav_styrene {
  top: 0;
  left: 33%;
}
footer #footer_sitemap .glwrapper dl.nav_ourbusiness {
  top: 30px;
  left: 33%;
}
footer #footer_sitemap .glwrapper dl.nav_facility {
  top: 0px;
  left: 66%;
}
footer #footer_sitemap .glwrapper dl.nav_gallery {
  top: 85px;
  left: 66%;
}
footer #footer_sitemap .glwrapper dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 20px;
}
footer #footer_sitemap .glwrapper dl dd {
  padding-left: 1em;
}
footer #footer_sitemap .glwrapper dl dd ul li {
  line-height: 25px;
}
footer #footer_sitemap .glwrapper ul#support_navigation {
  position: absolute;
  top: 125px;
  left: 66%;
}
footer #footer_sitemap .glwrapper ul#support_navigation i.fa {
  width: 20px;
  text-align: center;
}
footer #footer_sitemap .glwrapper ul#support_navigation li {
  line-height: 25px;
  font-size: 0.9em;
}
footer #footer_sitemap .glwrapper ul#support_navigation .nav_contact {
  display: none;
}
@media all and (max-width: 640px) {
  footer #footer_sitemap {
    padding: 0;
    float: none;
    width: 100%;
    height: auto;
  }
  footer #footer_sitemap .glwrapper {
    width: 100%;
    padding: 1em;
  }
  footer #footer_sitemap .glwrapper dl {
    float: left;
    width: 50%;
    margin-bottom: 0.5em;
    position: relative;
  }
  footer #footer_sitemap .glwrapper dl.nav_company {
    top: auto;
    left: auto;
  }
  footer #footer_sitemap .glwrapper dl.nav_overseas {
    top: auto;
    left: auto;
  }
  footer #footer_sitemap .glwrapper dl.nav_styrene {
    top: auto;
    left: auto;
  }
  footer #footer_sitemap .glwrapper dl.nav_ourbusiness {
    top: auto;
    left: auto;
  }
  footer #footer_sitemap .glwrapper dl.nav_facility {
    top: auto;
    left: auto;
  }
  footer #footer_sitemap .glwrapper dl.nav_gallery {
    top: auto;
    left: auto;
  }
  footer #footer_sitemap .glwrapper dl:last-child {
    padding-top: 1.5em;
    display: block;
  }
  footer #footer_sitemap .glwrapper dd {
    display: none;
  }
  footer #footer_sitemap .glwrapper ul#support_navigation {
    position: relative;
    top: auto;
    left: auto;
    clear: both;
  }
  footer #footer_sitemap .glwrapper ul#support_navigation i.fa {
    width: 20px;
    text-align: center;
  }
  footer #footer_sitemap .glwrapper ul#support_navigation li {
    width: 50%;
    float: left;
    line-height: 25px;
    font-size: 0.9em;
  }
}
footer #footer_navigation {
  background: black;
  overflow: hidden;
  font-size: 0.8em;
}
footer #footer_navigation section {
  max-width: 1100px;
  overflow: hidden;
  padding: 1em;
  line-height: 5em;
  color: white;
}
footer #footer_navigation section a {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer #footer_navigation section a:hover {
  opacity: 0.5;
  text-decoration: none;
}
footer #footer_navigation #footer_logo {
  display: table;
  margin: 0 auto;
  color: white;
  letter-spacing: 0.1em;
}
footer #footer_navigation #footer_logo strong {
  font-size: 1.2em;
  margin-right: 1em;
}
footer #footer_navigation #footer_logo img {
  width: 60px;
  vertical-align: middle;
  margin-right: 1em;
}
footer #footer_navigation ul {
  float: right;
}
footer #footer_navigation ul li {
  float: left;
  margin-left: 2em;
}
@media all and (max-width: 640px) {
  footer #footer_navigation {
    padding: 1.5em 0 0.5em;
  }
  footer #footer_navigation ul {
    margin-bottom: 1em;
    float: none;
    overflow: hidden;
    text-align: center;
  }
  footer #footer_navigation ul li {
    margin: 0 0.5em 0;
    float: none;
    display: inline-block;
  }
  footer #footer_navigation section {
    line-height: inherit;
    padding: 0;
  }
  footer #footer_navigation #footer_logo {
    float: none;
    margin-bottom: 1em;
  }
  footer #footer_navigation #footer_logo .logo_body {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  footer #footer_navigation #footer_logo strong {
    margin-right: 0;
  }
  footer #footer_navigation #footer_logo a {
    display: block;
    text-align: center;
  }
}
footer div#copyright {
  letter-spacing: 0.1em;
  width: 100%;
  line-height: 4em;
  text-align: center;
  font-size: 0.8em;
}
@media all and (max-width: 640px) {
  footer div#copyright {
    line-height: 1.5em;
    padding: 1em 0;
    font-size: 0.7em;
  }
}

#footer_content_list {
  margin-bottom: 1.5em;
  font-size: 0.8em;
  width: 100%;
  position: relative;
}
#footer_content_list dt {
  padding-top: 70%;
  min-width: 250px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body, .catch, .taglist,
.header_wrapper.case ._ja, .header_wrapper.case h2 ._ja, .header_wrapper.case .description,
.three_column,
.serial_list_wrapper dl dd ._title {
    font-family: "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  }

  /* IE11 */
}
/*# sourceMappingURL=base.css.map */