@charset "UTF-8";
/*
    Theme Name: 大同DMソリューション
    Description: 大同DMソリューション
    Theme URI: テーマの URL
    Author: 大同DMソリューション
    Author https://www.daidodms.co.jp/
    Version: ver.1.0
    License: ライセンス
    License URI: https://www.daidodms.co.jp/
*/
/* CSS Document */
/*******************************
			リセット設定
*******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  margin: 0 auto;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 0px solid #c1c1c1;
  outline: 0px solid rgba(51, 51, 51, 0.3);
}

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

a img {
  border: 0;
}

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
  padding: 0;
}

p {
  margin: 0 auto;
  padding: 0;
}

b,
strong {
  font-weight: bold;
  letter-spacing: 2px;
}

/*******************************
			header
*******************************/
header {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 10px 15px;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 60px;
}
header #site_title {
  margin: 0;
  width: 280px;
  position: relative;
  z-index: 10000;
}
header #site_title .ddms-logo {
  width: 280px;
  height: auto;
  display: block;
}
header #site_title .ddms-logo.white {
  display: none;
}
header #header_right {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  height: 60px;
}
@media only screen and (min-width: 1024px) {
  header {
    display: flex;
    justify-content: space-between;
    height: 100px;
    padding: 20px 30px 0px;
    align-items: center;
    background-color: transparent;
    transition: background-color 1s;
  }
  header.white {
    background-color: #fff;
  }
  header #site_title {
    position: absolute;
    top: 15px;
  }
  header #site_title .site_title_link.white .ddms-logo {
    display: none;
  }
  header #site_title .site_title_link.white .ddms-logo.white {
    display: block;
  }
  header #site_title .site_title_link .ddms-logo {
    width: 280px;
    height: auto;
    display: block;
  }
  header #site_title .site_title_link .ddms-logo.white {
    display: none;
  }
  header #header_right {
    position: static;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1281px) {
  header #site_title {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    width: 340px;
  }
  header #site_title .site_title_link .ddms-logo {
    width: 340px;
  }
  header #header_right {
    width: calc(100% - 380px);
  }
}

#global_nav {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  height: calc(100vh - 60px);
  overflow-y: auto;
  background-color: #000;
}
#global_nav.open {
  height: calc(var(--vh, 1vh) * 100);
}
#global_nav .global_nav_inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  background-color: #000;
  height: auto;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#global_nav .global_nav_inner .global_nav {
  margin: 0 20px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
#global_nav .global_nav_inner .global_nav .global_nav_block {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#global_nav .global_nav_inner .global_nav .global_nav_block a {
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  padding: 20px 0 20px 20px;
  display: block;
  width: calc(100% - 30px);
  position: relative;
}
#global_nav .global_nav_inner .global_nav .global_nav_block a::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
#global_nav .global_nav_inner .global_nav .global_nav_block .arrow {
  display: block;
  width: 20px;
  height: 20px;
  z-index: 2;
  background-color: transparent;
  position: relative;
  transform: rotateX(0deg);
  transition: transform 0.5s;
  cursor: pointer;
}
#global_nav .global_nav_inner .global_nav .global_nav_block .arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 35%;
  left: 50%;
  transform-origin: center;
}
#global_nav .global_nav_inner .global_nav .global_nav_block .arrow.open {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
#global_nav .global_nav_inner .global_nav.parent .child {
  display: none;
  border-top: 1px dotted #fff;
  padding: 0 10px;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child {
  border-bottom: 1px dashed #fff;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child:last-child {
  border-bottom: 0px dashed #fff;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_gran_child_link {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_gran_child_link::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_image_pc {
  display: none;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .great_gran_child {
  flex-flow: column;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .great_gran_child .great_great_gran_child {
  border-top: 1px dotted #fff;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .great_gran_child .great_great_gran_child a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
}
#global_nav .global_nav_inner .global_nav.parent .child .gran_child .great_gran_child .great_great_gran_child a::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
#global_nav .global_nav_inner .global_nav.single a {
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 20px 0 20px 20px;
  display: block;
  position: relative;
}
#global_nav .global_nav_inner .global_nav.single a::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
#global_nav .global_nav_inner .global_nav.global_nav_contact a {
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 20px 0 20px 20px;
  display: block;
  position: relative;
}
#global_nav .global_nav_inner .global_nav.global_nav_contact a::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  background-image: url(common/images/mail_ico.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: none;
}
@media only screen and (min-width: 1024px) {
  #global_nav {
    display: block !important;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: auto;
    background-color: transparent;
    min-height: auto;
  }
  #global_nav.open {
    height: auto;
    min-height: auto;
  }
  #global_nav .global_nav_inner {
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
  }
  #global_nav .global_nav_inner .global_nav {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
  }
  #global_nav .global_nav_inner .global_nav.white .global_nav_block a {
    color: #fff;
  }
  #global_nav .global_nav_inner .global_nav.white.single a {
    color: #fff;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block {
    position: relative;
    padding: 0 0 20px;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block a {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    width: auto;
    padding: 0;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block a.hover {
    color: #f00;
    transition: color 0.5s;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block a:hover {
    color: #f00;
    transition: color 0.5s;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block a::before {
    content: none;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block .arrow {
    width: 16px;
    height: 16px;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block .arrow::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #f00;
    border-bottom: 1px solid #f00;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 40%;
    left: 50%;
    transform-origin: center;
  }
  #global_nav .global_nav_inner .global_nav.parent .child {
    display: none;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.8588235294);
    width: 100%;
    color: #fff;
    justify-content: flex-start;
    flex-flow: row nowrap;
    position: fixed;
    left: 0;
    height: auto;
    top: 100px;
    border: 0px;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child {
    width: 18.4%;
    height: auto;
    border-bottom: 0px dashed #fff;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child:not(:last-child) {
    margin-right: 2%;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_gran_child_link {
    color: #fff;
    padding: 0;
    position: relative;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_gran_child_link::before {
    content: none;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_gran_child_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #f00;
    border-bottom: 1px solid #f00;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 0;
    transform-origin: center;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_image_pc {
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .g_menu_image_pc img {
    width: 100%;
    height: auto;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .great_gran_child {
    display: none !important;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child .great_gran_child .great_great_gran_child a {
    color: #fff;
  }
  #global_nav .global_nav_inner .global_nav.single a {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    padding: 0;
  }
  #global_nav .global_nav_inner .global_nav.single a:hover {
    color: #f00;
    transition: color 0.5s;
  }
  #global_nav .global_nav_inner .global_nav.single a::before {
    content: none;
  }
  #global_nav .global_nav_inner .global_nav.global_nav_contact.white a::before {
    background-image: url(common/images/mail_ico.png);
  }
  #global_nav .global_nav_inner .global_nav.global_nav_contact a {
    font-size: 1.4rem;
    text-align: left;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 2rem;
  }
  #global_nav .global_nav_inner .global_nav.global_nav_contact a::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 12px;
    background-image: url(common/images/mail_ico_black.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    left: 0;
    border: none;
  }
  #global_nav .global_nav_inner .child {
    display: block;
    position: absolute;
  }
  #global_nav .global_nav_inner .global_nav .global_nav_block a {
    font-size: 1.6rem;
  }
  #global_nav .global_nav_inner .global_nav.single a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  #global_nav {
    width: 880px;
    margin: 0;
  }
  #global_nav .global_nav_inner .global_nav.parent .child .gran_child {
    width: 18.4%;
    height: auto;
  }
}

#sub_nav {
  display: none;
  margin: 0;
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  #sub_nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  #sub_nav .sub_nav_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  #sub_nav .sub_nav_inner .sub_nav {
    font-size: 1.2rem;
    margin-right: 20px;
  }
  #sub_nav .sub_nav_inner .sub_nav.white a {
    color: #fff;
  }
  #sub_nav .sub_nav_inner .sub_nav.white a.serch_btn::before {
    background-image: url(common/images/seach_ico.png);
    transition: background 0.5s;
  }
  #sub_nav .sub_nav_inner .sub_nav.white a.en_btn::before {
    background-image: url(common/images/english_ico.png);
    transition: background 0.5s;
  }
  #sub_nav .sub_nav_inner .sub_nav a {
    text-decoration: none;
    transition: opacity 0.5s;
    opacity: 1;
  }
  #sub_nav .sub_nav_inner .sub_nav a:hover {
    opacity: 0.7;
  }
  #sub_nav .sub_nav_inner .sub_nav a.serch_btn {
    padding-left: 1.8rem;
    position: relative;
  }
  #sub_nav .sub_nav_inner .sub_nav a.serch_btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(common/images/seach_ico_black.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    left: 0;
  }
  #sub_nav .sub_nav_inner .sub_nav a.en_btn {
    padding-left: 1.8rem;
    position: relative;
  }
  #sub_nav .sub_nav_inner .sub_nav a.en_btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(common/images/english_ico_black.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    left: 0;
  }
  #sub_nav .daido-group_logo {
    width: auto;
    height: 20px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #sub_nav .sub_nav_inner .sub_nav {
    font-size: 1.4rem;
    margin-right: 40px;
  }
  #sub_nav .sub_nav_inner .sub_nav a.serch_btn {
    padding-left: 2rem;
  }
  #sub_nav .sub_nav_inner .sub_nav a.serch_btn::before {
    width: 16px;
    height: 16px;
  }
  #sub_nav .sub_nav_inner .sub_nav a.en_btn {
    padding-left: 2rem;
  }
  #sub_nav .sub_nav_inner .sub_nav a.en_btn::before {
    width: 16px;
    height: 16px;
  }
  #sub_nav .daido-group_logo {
    height: 28px;
  }
}

.header_toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 36px;
  height: 30px;
  display: block;
  cursor: pointer;
  z-index: 9999;
  transition: all 1s;
}
.header_toggle.open {
  width: 34px;
  height: 34px;
  transition: all 1s;
  top: 12px;
}
.header_toggle.open .bar1 {
  border-top: 2px solid #000;
  top: 4px;
  transition: all 0.5s ease;
  transform-origin: left top;
  transform: rotate(45deg);
  left: 5px;
}
.header_toggle.open .bar2 {
  border-top: 2px solid #000;
  transform: translate(-50%, -100%) scale(0, 1);
  width: 36px;
  transition: all 0.5s ease;
  transform-origin: center top;
}
.header_toggle.open .bar3 {
  border-bottom: 2px solid #000;
  bottom: 4px;
  transition: all 0.5s ease;
  transform-origin: left bottom;
  transform: rotate(-45deg);
  left: 5px;
}
.header_toggle .bar1 {
  width: 36px;
  display: block;
  border-top: 2px solid #000;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  left: 50%;
}
.header_toggle .bar2 {
  width: 36px;
  display: block;
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease;
  transform: translate(-50%, -100%) scale(1, 1);
  left: 50%;
}
.header_toggle .bar3 {
  width: 36px;
  display: block;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media only screen and (min-width: 1024px) {
  .header_toggle {
    display: none;
  }
}

/*******************************
		グローバル設定
*******************************/
html {
  font-size: 62.5%;
  margin: 0 !important;
  height: 100%;
  box-sizing: border-box;
  height: calc(var(--vh) * 100);
  height: -webkit-fill-available;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.search::before {
  content: "";
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.8;
  cursor: pointer;
}
body.fixed {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: calc(var(--vh) * 100);
  min-height: -webkit-fill-available;
  height: calc(var(--vh) * 100);
}
body p {
  font-size: 16px;
  font-size: 1.6rem;
}

a[href^=tel] {
  color: inherit;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  height: auto;
  padding-top: 60px;
}

#search {
  display: none;
  top: -80px;
  left: 0;
  height: 80px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 11000;
  transition: top 1s;
}
#search.open {
  top: 0;
}
#search #search_inner {
  flex-flow: row nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#search #search_inner #search_form #search_box {
  height: 40px;
  width: 180px;
  padding: 5px 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #000;
}
#search #search_inner #search_form #search_btn {
  font-size: 1.6rem;
  height: 40px;
  width: 80px;
  border: 0;
  margin-left: 10px;
  background-color: #444;
  color: #fff;
  border-radius: 0;
}
#search #search_inner .search-area-close {
  width: 70px;
  height: 60px;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-left: 0px;
}
#search #search_inner .search-area-close .search-area-close-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#search #search_inner .search-area-close .search-area-close-inner .search-area-close-text {
  margin-bottom: 5px;
  color: #000;
}
#search #search_inner .search-area-close::before {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  background: #000;
  content: "";
  transform: rotate(45deg);
}
#search #search_inner .search-area-close::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  background: #000;
  content: "";
  transform: rotate(-45deg);
}

#search_off {
  height: 100vh;
  position: fixed;
  width: 100%;
  display: none;
  cursor: pointer;
  z-index: 10000;
  top: 0;
  left: 0;
}

#video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp {
  display: block;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  #search #search_inner #search_form #search_box {
    width: 400px;
  }
  #search #search_inner #search_form #search_btn {
    margin-left: 15px;
  }
  #search #search_inner .search-area-close {
    margin-left: 15px;
  }
  .sp {
    display: none;
  }
  .tab {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #search #search_inner #search_form #search_box {
    width: 400px;
  }
  .wrapper {
    padding-top: 0;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
  .pc {
    display: block;
  }
}
/*******************************
			 main
*******************************/
main {
  text-align: center;
  height: auto;
  position: relative;
}
main h2 {
  font-size: 30px;
}
main p {
  line-height: 1.5;
}
main #float_menu {
  position: fixed;
  z-index: 100;
  bottom: 15vh;
  background-color: rgb(226, 0, 18);
  padding: 30px 5px 30px 35px;
  text-align: left;
  background-image: linear-gradient(135deg, rgb(226, 0, 18), rgb(141, 0, 0));
  width: 200px;
  height: 140px;
  border-radius: 5px 0 0 5px;
  right: -175px;
  transition: right 1s;
  animation: load_animation 4s;
}
main #float_menu.show {
  transition: right 1s;
  right: 0;
}
main #float_menu::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  left: 10px;
  transform-origin: center;
}
main #float_menu .float_menu {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
main #float_menu .float_menu li a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 0;
  display: block;
  position: relative;
}
main #float_menu .float_menu li a.float_menu_contact {
  padding-left: 2.2rem;
}
main #float_menu .float_menu li a.float_menu_contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  background-image: url(common/images/mail_ico.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: none;
}
@media only screen and (min-width: 1024px) {
  main #float_menu {
    bottom: 25vh;
  }
}

@keyframes load_animation {
  0% {
    right: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: -175px;
  }
}
.image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#contents {
  display: block;
  position: relative;
  height: auto;
}
#contents #contact #contact_title {
  margin-bottom: 60px;
}
#contents #contact #contact_title .title_en {
  font-family: "Big Shoulders Text", sans-serif;
  margin: 0;
  font-size: 4rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 1.2;
}
#contents #contact #contact_title .title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
}
#contents #contact #contact_mail p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#contents #contact #contact_mail .contact_mail_link {
  background-color: rgb(226, 0, 18);
  background-image: linear-gradient(135deg, rgb(226, 0, 18), rgb(141, 0, 0));
  width: 320px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto 60px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  align-items: center;
}
#contents #contact #contact_mail .contact_mail_link::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 20px;
  transform-origin: center;
}
#contents #contact #contact_mail .contact_mail_link span {
  position: relative;
  padding-left: 2.8rem;
}
#contents #contact #contact_mail .contact_mail_link span::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 20px;
  background-image: url(common/images/mail_ico.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: none;
}
#contents #contact #contact_telephone {
  display: flex;
  flex-flow: column;
}
#contents #contact #contact_telephone p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#contents #contact #contact_telephone h3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#contents #contact #contact_telephone .contact_telephone {
  font-family: "Big Shoulders Text", sans-serif;
  margin: 0 0 30px;
  font-size: 5rem;
  font-weight: 300;
  text-decoration: none;
}
#contents #contact #contact_telephone .contact_telephone_link {
  background-color: rgb(226, 0, 18);
  background-image: linear-gradient(135deg, rgb(226, 0, 18), rgb(141, 0, 0));
  width: 320px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto 40px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  align-items: center;
}
#contents #contact #contact_telephone .contact_telephone_link::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 20px;
  transform-origin: center;
}
#contents #contact #contact_telephone .contact_telephone_link span {
  position: relative;
  padding-left: 2.8rem;
}
#contents #contact #contact_telephone .contact_telephone_link span::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 18px;
  background-image: url(common/images/tel_ico.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  #contents #contact #contact_title .title_en {
    font-size: 8rem;
  }
  #contents #contact #contact_title .title {
    font-size: 1.8rem;
  }
  #contents #contact #contact_mail p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #contents #contact #contact_mail .contact_mail_link {
    background-color: rgb(226, 0, 18);
    background-image: linear-gradient(135deg, rgb(226, 0, 18), rgb(141, 0, 0));
    width: 400px;
    height: 70px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto 60px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    align-items: center;
  }
  #contents #contact #contact_mail .contact_mail_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 20px;
    transform-origin: center;
  }
  #contents #contact #contact_mail .contact_mail_link span {
    position: relative;
    padding-left: 2.8rem;
  }
  #contents #contact #contact_mail .contact_mail_link span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 20px;
    background-image: url(common/images/mail_ico.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    left: 0;
    border: none;
  }
  #contents #contact #contact_telephone {
    display: flex;
    flex-flow: column;
  }
  #contents #contact #contact_telephone p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #contents #contact #contact_telephone h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #contents #contact #contact_telephone .contact_telephone {
    font-family: "Big Shoulders Text", sans-serif;
    margin: 0 0 30px;
    font-size: 7rem;
    font-weight: 300;
    text-decoration: none;
  }
  #contents #contact #contact_telephone .contact_telephone_link {
    background-color: rgb(226, 0, 18);
    background-image: linear-gradient(135deg, rgb(226, 0, 18), rgb(141, 0, 0));
    width: 400px;
    height: 70px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto 40px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    align-items: center;
  }
  #contents #contact #contact_telephone .contact_telephone_link::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 20px;
    transform-origin: center;
  }
  #contents #contact #contact_telephone .contact_telephone_link span {
    position: relative;
    padding-left: 2.8rem;
  }
  #contents #contact #contact_telephone .contact_telephone_link span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 20px;
    background-image: url(common/images/tel_ico.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    left: 0;
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  #contents #contact #contact_title .title_en {
    font-size: 8rem;
  }
  #contents #contact #contact_title .title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  #contents #contact #contact_title .title_en {
    font-size: 8rem;
  }
  #contents #contact #contact_title .title {
    font-size: 1.8rem;
  }
}

#tagetTop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 100;
  border-radius: 30px;
  border: 2px solid #f00;
}
#tagetTop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#tagetTop a ::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 55%;
  left: 50%;
  transform-origin: center;
}

@media only screen and (min-width: 1024px) {
  .image {
    max-width: 800px;
  }
}
/*******************************
			footer
*******************************/
footer {
  height: auto;
  display: block;
  background-color: #b9b9b9;
  position: relative;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
}
footer #footer-site-logo {
  width: 280px;
  margin: 0 auto;
}
footer #footer-group-logo {
  width: 178px;
  height: auto;
  margin: 30px auto 10px;
}
footer #footer_global_nav {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  background-color: #b9b9b9;
  height: auto;
  padding-bottom: 60px;
}
footer #footer_global_nav .footer_global_nav {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #000;
}
footer #footer_global_nav .footer_global_nav .footer_global_nav_block {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
footer #footer_global_nav .footer_global_nav .footer_global_nav_block .footer_global_nav_link {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  padding: 20px 0 20px;
  display: block;
  width: calc(100% - 30px);
  position: relative;
}
footer #footer_global_nav .footer_global_nav .footer_global_nav_block .footer_global_nav_link::before {
  display: none;
}
footer #footer_global_nav .footer_global_nav .footer_global_nav_block .arrow {
  display: block;
  width: 20px;
  height: 20px;
  z-index: 2;
  background-color: transparent;
  position: relative;
  transform: rotateX(0deg);
  transition: transform 0.5s;
  cursor: pointer;
}
footer #footer_global_nav .footer_global_nav .footer_global_nav_block .arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 35%;
  left: 50%;
  transform-origin: center;
}
footer #footer_global_nav .footer_global_nav .footer_global_nav_block .arrow.open {
  transform: rotateX(180deg);
  transition: transform 0.5s;
}
footer #footer_global_nav .footer_global_nav.parent .footer_child {
  display: none;
  border-top: 1px dotted #000;
  padding: 0 10px;
}
footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child {
  border-bottom: 1px dashed #000;
}
footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child:last-child {
  border-bottom: 0px dashed #000;
}
footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child .footer_menu_gran_child_link {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
}
footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child .footer_menu_gran_child_link::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: 0;
  transform-origin: center;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block {
  border-top: 1px solid #000;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block.global_nav_contact {
  border-top: 0px solid #000;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block.global_nav_contact a {
  padding-left: 2.2rem;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block.global_nav_contact a::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  background-image: url(common/images/mail_ico_bla.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: none;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block a.en_btn {
  padding-left: 2.2rem;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block a.en_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(common/images/english_ico_bla.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: 0;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block a.serch_btn {
  padding-left: 2.2rem;
}
footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block a.serch_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(common/images/seach_ico_bla.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: 0;
}
footer #copyright {
  font-size: 1.3rem;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 30px;
  }
  footer #footer-site-logo {
    width: 410px;
  }
  footer #footer_global_nav {
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  footer #footer_global_nav .footer_global_nav {
    border-bottom: 0px solid #000;
  }
  footer #footer_global_nav .footer_global_nav .footer_global_nav_block .footer_global_nav_link {
    font-size: 1.6rem;
    padding: 15px 0 15px 0;
    width: auto;
  }
  footer #footer_global_nav .footer_global_nav .footer_global_nav_block .footer_global_nav_link:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  footer #footer_global_nav .footer_global_nav .footer_global_nav_block .arrow {
    display: none;
  }
  footer #footer_global_nav .footer_global_nav.parent .footer_child {
    border-top: 0px dotted #000;
    padding: 0;
    display: block !important;
  }
  footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child {
    border-bottom: 0px dashed #000;
  }
  footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child .footer_menu_gran_child_link {
    color: #000;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 12px 0 12px 15px;
    display: block;
    position: relative;
  }
  footer #footer_global_nav .footer_global_nav.parent .footer_child .footer_gran_child .footer_menu_gran_child_link:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block {
    border-top: 0px solid #000;
  }
  footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block .footer_global_nav_link {
    font-size: 1.6rem;
    padding: 15px 0 15px 0px;
    width: auto;
  }
  footer #footer_global_nav .footer_global_nav.single .footer_global_nav_block .footer_global_nav_link::before {
    content: none;
  }
}