@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
    max-width: 100vw;
  }
}
/*-------------------------------------------------------------------
header
/*-------------------------------------------------------------------*/
.inner {
  width: 980px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  display: block;
  clear: both;
}

/* header */
#top-head {
  width: 100%;
  position: absolute;
  top: -100px;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a, #top-head {
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

#global-nav ul li {
  float: left;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #global-nav ul li {
    padding: 4vw 0;
  }
}

#global-nav ul li a {
  padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
  height: 55px;
  position: fixed;
  top: 0;
  margin-top: 0;
  padding-top: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
}

/* Toggle Button */
#nav-toggle {
  width: 33.75px;
  height: 31.5px;
  position: absolute;
  top: 26.25px;
  right: 30px;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  #nav-toggle {
    width: 6.8vw;
    height: 5.6vw;
    top: 6.6666666667vw;
    right: 5.3333333333vw;
  }
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 768px) {
  #nav-toggle span {
    height: 0.4vw;
  }
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}
@media screen and (max-width: 768px) {
  #nav-toggle span:nth-child(2) {
    top: 2.1333333333vw;
  }
}

#nav-toggle span:nth-child(3) {
  top: 24px;
}
@media screen and (max-width: 768px) {
  #nav-toggle span:nth-child(3) {
    top: 4.2666666667vw;
  }
}

#top-head, .inner {
  width: 100%;
  padding: 0;
}

#top-head {
  position: fixed;
  top: 0;
  margin-top: 0;
}

/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  background: transparent;
}

#mobile-head {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 999;
}

#global-nav {
  width: 814px;
  min-height: 1000px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  padding: 80px 90px 20px;
  background: #fff;
  transition: 0.5s ease-in-out;
  /* 開いてないときは画面外に配置 */
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  #global-nav {
    width: 91.7333333333vw;
    padding: 9.3333333333vw 2.6666666667vw 9.3333333333vw 6.6666666667vw;
  }
}

.global-nav_inner {
  width: 100%;
  max-height: 87vh;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

#global-nav ul li {
  position: static;
  float: none;
}

@media screen and (max-height: 900px) {
  .nav_innerWrap {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .nav_innerWrap {
    height: 90vh;
    margin-top: 6vw;
    padding-right: 4vw;
  }
}
.nav_innerWrap::-webkit-scrollbar {
  width: 10px;
}
.nav_innerWrap::-webkit-scrollbar-track {
  background-color: #ccc;
}
.nav_innerWrap::-webkit-scrollbar-thumb {
  background-color: #17585d;
}

#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
  display: block;
  width: 100%;
  padding: 0;
  color: #1a0b08;
  letter-spacing: 0.1em;
}
#top-head #global-nav ul li a .ja, #top-head.fixed #global-nav ul li a .ja {
  padding-right: 50px;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #top-head #global-nav ul li a .ja, #top-head.fixed #global-nav ul li a .ja {
    padding-right: 6.6666666667vw;
    font-size: 4vw;
  }
}
#top-head #global-nav ul li a .en, #top-head.fixed #global-nav ul li a .en {
  color: #0075c2;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #top-head #global-nav ul li a .en, #top-head.fixed #global-nav ul li a .en {
    font-size: 2.6666666667vw;
  }
}

#nav-toggle {
  display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span {
  background: #9fa0a0;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  transform: translateY(0);
}

header {
  color: #1a0b08;
}
header .header_logo {
  display: block;
  width: 182px;
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 29.3333333333vw;
  }
}
header .nav_topCont {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .nav_topCont {
    margin-bottom: 4vw;
  }
}
header .icon_linkWrap {
  margin-right: 130px;
}
@media screen and (max-width: 768px) {
  header .icon_linkWrap {
    display: flex;
    margin-right: 0;
    align-items: center;
  }
}
header .icon_linkWrap a {
  display: inline-block;
}
header .icon_linkWrap a:first-child {
  width: 40px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .icon_linkWrap a:first-child {
    width: 7.4666666667vw;
    margin-right: 4vw;
  }
}
header .icon_linkWrap a:nth-child(2) {
  width: 48px;
}
@media screen and (max-width: 768px) {
  header .icon_linkWrap a:nth-child(2) {
    width: 9.3333333333vw;
  }
}

.company_info {
  margin-top: 78px;
  padding-bottom: 40px;
}
.company_info .no_link {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .company_info {
    margin-top: 10.4vw;
    padding-bottom: 24vw;
  }
}
.company_info .company_name {
  width: 212px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .company_info .company_name {
    width: 45.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.company_info .company_address {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .company_info .company_address {
    font-size: 3.4666666667vw;
  }
}

.sns_listWrap {
  display: flex;
  position: absolute;
  top: 18.75px;
  right: 82.5px;
  z-index: 1000;
  align-items: center;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  .sns_listWrap {
    top: 5.3333333333vw;
    right: 16.2666666667vw;
  }
}
.sns_listWrap .sns_list01 {
  width: 39.75px;
  margin-right: 17.25px;
}
@media screen and (max-width: 768px) {
  .sns_listWrap .sns_list01 {
    width: 7.0666666667vw;
    margin-right: 4vw;
  }
}
.sns_listWrap .sns_list02 {
  width: 42.75px;
}
@media screen and (max-width: 768px) {
  .sns_listWrap .sns_list02 {
    width: 7.6vw;
  }
}

.open .sns_listWrap {
  display: none;
}
.open #nav-toggle span {
  filter: none;
}

#nav-toggle span {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 768px) {
  .text_tel {
    font-size: 5.0666666667vw;
    line-height: 1.4;
    margin-bottom: -5.5vw;
    display: block;
  }
}

/* imgalpha */
a.imgalpha {
  opacity: 1;
  transition: all 0.3s;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

a.imgalpha:hover {
  opacity: 0.6;
  transition: all 0.3s;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
img {
  width: 100%;
}

body {
  min-width: 990px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
body.over {
  overflow: hidden;
}

.cont_inner {
  width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .cont_inner {
    width: 100%;
  }
}

.top .wrap {
  overflow: hidden;
  opacity: 0;
}

/*-------------------------------------------------------------------
mv
/*-------------------------------------------------------------------*/
.mv {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/mv_bg01_sp.jpg);
  }
}
.mv_ttl {
  width: 430.5px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    width: 66.6666666667vw;
  }
}
.mv .swiper_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv .swiper_wrap {
    height: 100vh;
  }
}
.mv .mv_img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv .scroll_ico {
  width: 15px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4));
}
@media screen and (max-width: 768px) {
  .mv .scroll_ico {
    display: none;
  }
}
.mv .scroll_ico polyline {
  -webkit-animation: sway 4s linear infinite;
          animation: sway 4s linear infinite;
}
.mv svg:not(:root) {
  overflow: visible !important;
}
@-webkit-keyframes sway {
  /* 最初と最後の位置 */
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  /* 途中の位置 */
  50% {
    opacity: 1;
    transform: translateY(20px);
  }
  90% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes sway {
  /* 最初と最後の位置 */
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  /* 途中の位置 */
  50% {
    opacity: 1;
    transform: translateY(20px);
  }
  90% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/*-------------------------------------------------------------------
nav
/*-------------------------------------------------------------------*/
.nav {
  height: 108.75px;
  position: relative;
  margin-top: -108.75px;
  background-color: #1a0b08;
  background-color: rgba(26, 11, 8, 0.5);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav_listWrap {
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}
.nav_list {
  display: flex;
  display: flex;
  height: 100%;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.nav_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  pointer-events: none;
  transform: translate(0%, -50%);
  background-color: #fff;
}
.nav_list:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 24px;
  pointer-events: none;
  transform: translate(0%, -50%);
  background-color: #fff;
}
.nav_list a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 84px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/*-------------------------------------------------------------------
imgList_wrap
/*-------------------------------------------------------------------*/
.imgList_wrap {
  display: flex;
}

/*-------------------------------------------------------------------
about
/*-------------------------------------------------------------------*/
.about {
  position: relative;
  background-image: url(../images/about_bg01_pc.jpg);
  background-attachment: fixed;
  background-size: 1000px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about .about_img {
    width: 78.4vw;
    margin: 0 auto 6vw;
  }
}
.about .cont_inner {
  position: relative;
  padding: 80px 80px 60px;
  background-color: #231815;
}
@media screen and (max-width: 768px) {
  .about .cont_inner {
    padding: 8vw 0 8vw;
  }
}
.about .cont_inner::after {
  content: "";
  display: block;
  width: 98px;
  height: 980px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-image: url(../images/about_object01_pc.svg);
  transform: translate(-120%, 0%);
}
.about .cont_inner::before {
  content: "";
  display: block;
  width: 1183px;
  height: 1202px;
  position: absolute;
  right: -940px;
  bottom: -500px;
  background-image: url(../images/about_object02_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about .cont_inner::before {
    width: 55.2vw;
    height: 140vw;
    right: 0vw;
    bottom: 145.3333333333vw;
    background-image: url(../images/about_object02_sp.png);
    background-size: 100%;
  }
}
.about_ttl {
  width: 1062px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .about_ttl {
    width: 95.3333333333vw;
    margin: 0 auto 8vw;
  }
}
.about_lead {
  width: 457px;
  position: relative;
  right: 0;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .about_lead {
    width: 74vw;
    right: 0;
    margin: 0 auto 7.3333333333vw;
  }
}
.about_bottomTtl {
  width: 710px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_bottomTtl {
    width: 89.3333333333vw;
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
  }
}
.about_bottomTxt {
  color: #fff;
  line-height: 1.65;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about_bottomTxt {
    line-height: 2;
    font-size: 3.7333333333vw;
    text-align: center;
    letter-spacing: 0;
  }
}

body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 99;
}
body.nav_open {
  overflow: hidden;
}
body.nav_open::after {
  opacity: 1;
}

.back-to-top {
  display: none;
  display: inline-block;
  width: 80px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  color: #fff;
  z-index: 98;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  .back-to-top {
    width: 10.6666666667vw;
    bottom: 4%;
  }
}

.loading {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/loading_bg01.jpg);
  background-size: cover;
  transition: opacity 2s;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.loading.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading .loading_logo {
  width: 408px;
  opacity: 0;
  transform: translate(0px, 2%);
}
@media screen and (max-width: 768px) {
  .loading .loading_logo {
    width: 66.6666666667vw;
  }
}

.form td {
  position: relative;
}

label.error {
  background: none !important;
  display: block !important;
  font-size: 14px;
  color: #E60012 !important;
  position: absolute;
  padding-left: 0 !important;
  padding-top: 5px !important;
}
@media screen and (max-width: 768px) {
  label.error {
    width: 100%;
    text-align: center;
    font-size: 4vw;
  }
}

.formError.inline {
  display: block !important;
}

.contact .contactform #formWrap .checkbox {
  position: relative;
}

.checkbox .formError.inline .formErrorContent {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .checkbox .formError.inline .formErrorContent {
    text-align: center;
  }
}

.checkbox label.error {
  position: absolute !important;
  width: 100%;
  padding-top: 32px;
  pointer-events: none !important;
}

@media screen and (max-width: 768px) {
  .formError.inline .formErrorContent {
    text-align: center !important;
  }
}

.swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-color: #fcf8df;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: 100px;
}

/*↓↓↓プログレスバー用のスタイル↓↓↓*/
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transition-timing-function: linear;
  background-color: #333;
}

.swiper-pagination-progressbar {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-slide {
  padding: 0;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.contact_mv_ttlInner {
  width: 163px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact_mv_ttlInner {
    width: 25.6vw;
  }
}

.cont_ttl {
  max-width: 1154px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cont_ttl {
    max-width: 1154px;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
}
.cont_ttl::before, .cont_ttl::after {
  display: block;
  width: 444px;
  height: 2px;
  position: absolute;
  top: 22px;
  background-color: #c9a063;
  content: "";
}
@media screen and (max-width: 768px) {
  .cont_ttl::before, .cont_ttl::after {
    width: 26.9333333333vw;
    height: 0.2666666667vw;
    top: 4.6666666667vw;
  }
}
.cont_ttl::before {
  left: 0;
}
.cont_ttl::after {
  right: 0;
}
.cont_ttl span {
  display: inline-block;
}
.cont_ttl .ttl_en {
  margin-right: auto;
  margin-left: auto;
}
.cont_ttl .ttl_ja {
  color: #fff;
  font-size: 23px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cont_ttl .ttl_ja {
    font-size: 6vw;
  }
}

/*-------------------------------------------------------------------
service
/*-------------------------------------------------------------------*/
.service {
  position: relative;
  background-image: url(../images/loading_bg01.jpg);
  background-size: cover;
}
.service .cont_inner::before {
  display: block;
  width: 468px;
  height: 644px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/service_bg02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-100%);
  z-index: -1;
  content: "";
}
.service .cont_inner {
  position: relative;
  padding: 70px 82px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service .cont_inner {
    padding: 8vw 0 33.0666666667vw;
  }
}
.service .cont_inner::after {
  display: block;
  width: 98px;
  height: 980px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-image: url(../images/about_object01_pc.svg);
  transform: translate(-120%, 150px);
  content: "";
}
@media screen and (max-width: 768px) {
  .service .cont_inner::after {
    content: none;
  }
}
.service .cont_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service .cont_ttl {
    margin-bottom: 4.6666666667vw;
  }
}
.service .cont_ttl .ttl_en {
  width: 152px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service .cont_ttl .ttl_en {
    width: 30.9333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.service .cont_ttl .ttl_ja {
  color: #231815;
}

ul.service_listWrap {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

li.service_list {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  li.service_list {
    display: block;
    margin-bottom: 14.4vw;
  }
}
li.service_list:last-child {
  margin-bottom: 0;
}
li.service_list .serviceList_img {
  max-width: 510px;
  height: 324px;
}
@media screen and (max-width: 768px) {
  li.service_list .serviceList_img {
    max-width: 76vw;
    height: 52vw;
    margin: 0 auto 6vw;
  }
}
li.service_list .serviceList_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
li.service_list .serviceList_txtWrap {
  width: calc(100% - 550px);
  position: relative;
}
@media screen and (max-width: 768px) {
  li.service_list .serviceList_txtWrap {
    width: 100%;
    padding: 0 12vw;
  }
}
li.service_list .serviceList_txtWrap::before {
  display: block;
  width: 350px;
  height: 280px;
  position: absolute;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
}
@media screen and (max-width: 768px) {
  li.service_list .serviceList_txtWrap::before {
    width: 46.6666666667vw;
    height: 37.3333333333vw;
    top: initial;
    bottom: -10.6666666667vw;
    transform: translateY(0);
  }
}
li.service_list .serviceList_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  li.service_list .serviceList_ttl {
    margin-bottom: 4.2666666667vw;
  }
}
li.service_list .serviceList_txt dt {
  line-height: 1.66;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  li.service_list .serviceList_txt dt {
    margin-bottom: 1.7333333333vw;
    line-height: 1.2;
    font-size: 6.6666666667vw;
  }
}
li.service_list .serviceList_txt dd {
  line-height: 1.47;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.024em;
}
@media screen and (max-width: 768px) {
  li.service_list .serviceList_txt dd {
    line-height: 1.667;
    font-size: 4vw;
    letter-spacing: 0;
  }
}
li.service_list:nth-child(1) .serviceList_ttl {
  width: 180px;
}
@media screen and (max-width: 768px) {
  li.service_list:nth-child(1) .serviceList_ttl {
    width: 34.6666666667vw;
  }
}
li.service_list:nth-child(1) .serviceList_txtWrap::before {
  background-image: url(../images/service_num01.svg);
}
li.service_list:nth-child(2) .serviceList_img {
  max-width: 912px;
  margin-right: -380px;
}
@media screen and (max-width: 768px) {
  li.service_list:nth-child(2) .serviceList_img {
    max-width: 76vw;
    height: 71.2vw;
    margin-right: auto;
  }
}
li.service_list:nth-child(2) .serviceList_ttl {
  width: 190px;
}
@media screen and (max-width: 768px) {
  li.service_list:nth-child(2) .serviceList_ttl {
    width: 36.8vw;
  }
}
li.service_list:nth-child(2) .serviceList_txtWrap::before {
  right: 25px;
  background-image: url(../images/service_num02.svg);
}
@media screen and (max-width: 768px) {
  li.service_list:nth-child(2) .serviceList_txtWrap::before {
    right: 0;
  }
}
li.service_list:nth-child(3) .serviceList_ttl {
  width: 350px;
}
@media screen and (max-width: 768px) {
  li.service_list:nth-child(3) .serviceList_ttl {
    width: 67.4666666667vw;
  }
}
li.service_list:nth-child(3) .serviceList_txtWrap::before {
  background-image: url(../images/service_num03.svg);
}
li.service_list:nth-child(4) .serviceList_ttl {
  width: 210px;
}
@media screen and (max-width: 768px) {
  li.service_list:nth-child(4) .serviceList_ttl {
    width: 40.8vw;
  }
}
li.service_list:nth-child(4) .serviceList_txtWrap::before {
  background-image: url(../images/service_num04.svg);
}
li.service_list:not(.reverse) .serviceList_img {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  li.service_list:not(.reverse) .serviceList_img {
    margin-right: auto;
  }
}
li.service_list.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}

/*-------------------------------------------------------------------
work
/*-------------------------------------------------------------------*/
.work {
  position: relative;
  background-image: url(../images/about_bg01_pc.jpg);
  background-attachment: fixed;
  background-size: 1000px;
}
.work .cont_inner {
  position: relative;
  padding: 90px 0 36px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .work .cont_inner {
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
.work .cont_inner::after {
  display: block;
  width: 98px;
  height: 980px;
  position: absolute;
  top: 120px;
  right: -30px;
  opacity: 0.6;
  background-image: url(../images/about_object01_pc.svg);
  transform: translate(120%, 0%);
  content: "";
}
.work .cont_inner::before {
  display: block;
  width: 98px;
  height: 980px;
  position: absolute;
  right: -30px;
  bottom: 120px;
  opacity: 0.6;
  background-image: url(../images/about_object01_pc.svg);
  transform: translate(120%, 0%);
  content: "";
}
.work .cont_inner .work_listWrap::after {
  display: block;
  width: 98px;
  height: 980px;
  position: absolute;
  top: 50%;
  left: -30px;
  opacity: 0.6;
  background-image: url(../images/about_object01_pc.svg);
  transform: translate(-120%, -50%);
  content: "";
}
.work .cont_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .work .cont_ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.work .cont_ttl .ttl_en {
  width: 118px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .work .cont_ttl .ttl_en {
    width: 24vw;
    margin-bottom: 2.9333333333vw;
  }
}
.work .mail_message {
  padding-top: 46px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .work .mail_message {
    padding-top: 6.6666666667vw;
  }
}
.work .mail_message span {
  display: block;
}
.work .mail_message .icon {
  width: 42px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .work .mail_message .icon {
    width: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.work .mail_message .txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .work .mail_message .txt {
    font-size: 4vw;
  }
}
.work .mail_message .txt_message {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .work .mail_message .txt_message {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}

li.work_list {
  display: flex;
  margin-bottom: 40px;
  margin-left: 80px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  li.work_list {
    margin-bottom: 4.5333333333vw;
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
li.work_list:last-child {
  margin-bottom: 0;
}
li.work_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
li.work_list .workList_ttl {
  max-width: 308px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  li.work_list .workList_ttl {
    max-width: 44.5333333333vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
li.work_list .workList_txtWrap {
  width: 300px;
  margin-right: 80px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  li.work_list .workList_txtWrap {
    width: auto;
    margin-top: -9.8666666667vw;
    margin-right: 0;
    margin-left: 5.6vw;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  li.work_list .neg_Mr {
    margin-top: -11.3333333333vw;
  }
}
li.work_list .neg_Mr .workList_ttl_r {
  max-width: 308px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  li.work_list .neg_Mr .workList_ttl_r {
    max-width: 39.7333333333vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }
  li.work_list .neg_Mr .workList_ttl_r img {
    width: 98%;
  }
}
li.work_list .neg_Mr .workList_ttl_r img {
  width: 93%;
}
li.work_list .workList_details dt, li.work_list .workList_details dd {
  line-height: 1.61;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  li.work_list .workList_details dt, li.work_list .workList_details dd {
    line-height: 1.1;
    font-size: 4vw;
  }
}
li.work_list .workList_details dt {
  color: #b5b5b6;
  font-weight: 400;
}
li.work_list .workList_details dd {
  color: #fff;
  font-weight: 600;
}
li.work_list .workList_miniImg {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  li.work_list .workList_miniImg {
    margin-top: 4vw;
    margin-right: 4vw;
    order: 3;
  }
}
li.work_list .workList_miniImg p {
  width: 300px;
  height: 206px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  li.work_list .workList_miniImg p {
    width: 40vw;
    height: 34.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
li.work_list .workList_miniImg p:last-child {
  margin-bottom: 0;
}
li.work_list .workList_img {
  width: 544px;
  height: 424px;
}
@media screen and (max-width: 768px) {
  li.work_list .workList_img {
    width: 100%;
    height: 68.8vw;
    order: 1;
  }
}
li.work_list.reverse {
  justify-content: flex-start;
}
li.work_list.reverse .workList_txtWrap {
  margin-right: 0;
  margin-left: 18px;
  z-index: 10;
  order: 3;
}
@media screen and (max-width: 768px) {
  li.work_list.reverse .workList_txtWrap {
    margin-left: 4.2666666667vw;
  }
}
li.work_list.reverse .workList_img {
  order: 1;
}
li.work_list.reverse .workList_miniImg {
  margin-right: 0;
  margin-left: 14px;
  order: 2;
}
@media screen and (max-width: 768px) {
  li.work_list.reverse .workList_miniImg {
    margin-left: 4vw;
  }
}

/*-------------------------------------------------------------------
company
/*-------------------------------------------------------------------*/
.company {
  position: relative;
  padding: 70px 0 190px;
  background-image: url(../images/company_bg_pc.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 5.3333333333vw 0 30.6666666667vw;
    background-image: url(../images/company_bg_sp.jpg);
    background-attachment: unset;
  }
}
.company .cont_ttl {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .company .cont_ttl {
    margin-bottom: 4vw;
  }
}
.company .cont_ttl .ttl_en {
  width: 200px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .company .cont_ttl .ttl_en {
    width: 41.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.company::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26, 11, 8, 0.7);
  z-index: -1;
  content: "";
  mix-blend-mode: multiply;
}
.company .company_detail {
  width: 890px;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.35;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company .company_detail {
    width: 89.3333333333vw;
    border: 0.4vw solid #fff;
    line-height: 1.26;
    font-size: 4vw;
    text-align: center;
  }
}
.company .company_detail tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .company .company_detail tr {
    border-bottom: 0.4vw solid #fff;
  }
}
.company .company_detail th {
  width: 182px;
  padding: 14px 30px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .company .company_detail th {
    display: block;
    width: 100%;
    padding: 2.6666666667vw 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.company .company_detail td {
  padding: 14px 30px;
}
@media screen and (max-width: 768px) {
  .company .company_detail td {
    display: block;
    width: 100%;
    padding: 2.6666666667vw 0;
  }
}

/*-------------------------------------------------------------------
map
/*-------------------------------------------------------------------*/
.map_cont .bottom_img {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .map_cont .bottom_img {
    height: 100.2666666667vw;
  }
}
.map_cont .bottom_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 619.5px;
}
@media screen and (max-width: 768px) {
  .map {
    width: 92vw;
    margin: 4vw auto;
    padding-top: 60.2666666667vw;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------------------------------------------------------
footer
/*-------------------------------------------------------------------*/
footer {
  color: #fff;
}

.footer_inner {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    max-width: 100%;
  }
}

.footer_topCont {
  position: relative;
  padding: 36px 0 3px;
  background-color: #1a0b08;
}
@media screen and (max-width: 768px) {
  .footer_topCont {
    padding: 9.6vw 0 0.5333333333vw;
    text-align: center;
  }
}
.footer_topCont::before {
  display: block;
  width: 100%;
  height: 10.5px;
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #b28247;
  content: "";
}
@media screen and (max-width: 768px) {
  .footer_topCont::before {
    height: 1.8666666667vw;
    bottom: 0.5333333333vw;
  }
}
.footer_topCont .footer_inner {
  display: flex;
  padding-bottom: 52.5px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_topCont .footer_inner {
    display: block;
    padding-bottom: 12.5333333333vw;
  }
}
.footer_topCont .company_info {
  max-width: 712.5px;
  width: 64.18918919%;
}
@media screen and (max-width: 768px) {
  .footer_topCont .company_info {
    max-width: 100%;
    width: 100%;
  }
}
.footer_topCont .footer_logo {
  display: block;
  width: 196.5px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer_topCont .footer_logo {
    width: 53.3333333333vw;
    margin: 0 auto 11.2vw;
  }
}
.footer_topCont .company_name {
  width: 246px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer_topCont .company_name {
    width: 48.5333333333vw;
    margin: 0 auto 2.1333333333vw;
  }
}
.footer_topCont .company_address {
  line-height: 1.416;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .footer_topCont .company_address {
    margin-bottom: 7.2vw;
    line-height: 1.88;
    font-size: 4.2666666667vw;
  }
}
.footer_topCont .icon_linkWrap a {
  display: inline-block;
  width: 39.75px;
  margin-right: 22.5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer_topCont .icon_linkWrap a {
    width: 7.2vw;
    margin-right: 4.2666666667vw;
  }
}
.footer_topCont .icon_linkWrap a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer_topCont .icon_linkWrap a:last-child {
    vertical-align: 10%;
  }
}

.footer_bottomCont {
  padding: 19.5px 0 26.25px;
  text-align: center;
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .footer_bottomCont {
    padding: 5.3333333333vw 0;
  }
}
.footer_bottomCont .copyright {
  width: 339px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_bottomCont .copyright {
    width: 77.8666666667vw;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.footer_companyWrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer_companyWrap {
    display: block;
  }
}

.company_address {
  white-space: nowrap;
}

_::-webkit-full-page-media, _:future, :root .about {
  background-attachment: unset;
}

_::-webkit-full-page-media, _:future, :root .work {
  background-attachment: unset;
}

_::-webkit-full-page-media, _:future, :root .company {
  background-attachment: unset;
}

/*-------------------------------------------------------------------
contact
/*-------------------------------------------------------------------*/
.contact {
  /*-------------------------------------------------------------------
  thanks
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  thanks
  /*-------------------------------------------------------------------*/
}
.contact .contact_mv {
  display: flex;
  width: 100%;
  height: 440px;
  position: relative;
  background-image: url(../images/img_mv_pc.jpg);
  background-size: cover;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .contact_mv {
    height: 57.33333333vw;
    background-image: url(../images/img_mv_sp.jpg);
  }
}
.contact .contact_mv .contact_mv_box {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact_mv .contact_mv_box {
    padding-top: 6.6666666667vw;
  }
}
.contact .contact_mv .contact_mv_box .contact_mv_ttl {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact .contact_mv .contact_mv_box .contact_mv_ttl {
    font-size: 8.66666667vw;
  }
}
.contact .contact_mv .contact_mv_box .contact_mv_ttl::before {
  display: block;
  width: 450px;
  height: 1px;
  position: absolute;
  top: 35%;
  right: 0%;
  background-color: #fff;
  transform: translate(110%, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .contact .contact_mv .contact_mv_box .contact_mv_ttl::before {
    width: 33.8666666667vw;
    top: 10vw;
    right: 0;
    transform: translate(100%, -50%);
  }
}
.contact .contact_mv .contact_mv_box .contact_mv_ttl::after {
  display: block;
  width: 450px;
  height: 1px;
  position: absolute;
  top: 35%;
  left: 0%;
  background-color: #fff;
  transform: translate(-110%, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .contact .contact_mv .contact_mv_box .contact_mv_ttl::after {
    width: 33.8666666667vw;
    top: 10vw;
    left: 0;
    transform: translate(-100%, -50%);
  }
}
.contact .contact_mv .contact_mv_box .contact_mv_ttl_sub {
  margin-top: 40px;
  color: #fff;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .contact .contact_mv .contact_mv_box .contact_mv_ttl_sub {
    margin-top: 2.5vw;
    font-size: 4.66666667vw;
  }
}
.contact .contact_mv::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(23, 28, 97, 0.5);
  content: "";
}
.contact .contact_mv::after {
  display: block;
  content: "";
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 19.2vw;
  height: 15.2vw;
  background-image: url(../images/contact_headLogo01.svg);
  background-size: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .contact .contact_mv::after {
    display: block;
  }
}
.contact .contactform .contact_info {
  display: flex;
  height: 160px;
  line-height: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .contactform .contact_info {
    width: 87.666667vw;
    height: 100%;
    margin: 0 auto;
    padding: 10vw 0;
    line-height: 1.7;
  }
}
.contact .contactform .contact_info h3 {
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .contact .contactform .contact_info h3 {
    font-size: 3.86666667vw;
  }
}
.contact .contactform #formWrap {
  margin-bottom: 50px;
  padding: 50px 0 40px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 15px;
  background-color: #f5f4ed;
  /*リセット */
  /* チェックボックス */
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap {
    margin-bottom: 50px;
    padding: 6.33333333vw 0 5.33333333vw;
    font-size: 3.86666667vw;
  }
}
.contact .contactform #formWrap .privacy_policy_btn:hover {
  opacity: 0.8;
}
.contact .contactform #formWrap .formTable {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable {
    margin: 0 auto 0;
  }
}
.contact .contactform #formWrap .formTable .form td {
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable .form td {
    width: 90.66666667vw;
    padding: 0;
  }
}
.contact .contactform #formWrap .formTable .form .content {
  height: 230px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable .form .content {
    height: 58.66666667vw;
  }
}
.contact .contactform #formWrap .formTable .form .form_Ttl {
  position: relative;
  margin: 0;
  padding: 35px 45px 0 0;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable .form .form_Ttl {
    padding: 8vw 0 3vw 0;
  }
}
.contact .contactform #formWrap .formTable .form input, .contact .contactform #formWrap .formTable .form textarea {
  width: 530px;
  height: 50px;
  padding-left: 20px;
  font-weight: bold;
  color: #231815;
  font-size: 15px;
  border: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 0px #e7e3d6;
}
.contact .contactform #formWrap .formTable .form input::-moz-placeholder, .contact .contactform #formWrap .formTable .form textarea::-moz-placeholder {
  color: #E0E1E1;
}
.contact .contactform #formWrap .formTable .form input:-ms-input-placeholder, .contact .contactform #formWrap .formTable .form textarea:-ms-input-placeholder {
  color: #E0E1E1;
}
.contact .contactform #formWrap .formTable .form input::placeholder, .contact .contactform #formWrap .formTable .form textarea::placeholder {
  color: #E0E1E1;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable .form input, .contact .contactform #formWrap .formTable .form textarea {
    width: 100%;
    height: 12vw;
  }
}
.contact .contactform #formWrap .formTable .form textarea {
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable th {
    display: flex;
    padding: 8vw 0 3vw 0;
  }
}
.contact .contactform #formWrap .formTable .requiredIcon {
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 0;
  margin: 0 3px;
  padding: 3px 8px 2px 11px;
  border-radius: 2px;
  color: #fff;
  line-height: 19px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: 1px;
  letter-spacing: 0.3rem;
  background-color: #c9a063;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .formTable .requiredIcon {
    width: 12vw;
    height: 5.0666666667vw;
    top: 8.73333333vw;
    right: initial;
    margin-left: 4vw;
    padding: 0;
    font-size: 2.93333333vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-top: 0.6vw;
  }
}
@media screen and (min-width: 430px) and (max-width: 768px) {
  .contact .contactform #formWrap .formTable .requiredIcon {
    top: 8.73333333vw;
  }
}
.contact .contactform #formWrap .privacy_policy {
  overflow-y: scroll;
  height: 200px;
  padding-left: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .privacy_policy {
    display: none;
  }
}
.contact .contactform #formWrap .privacy_policy .privacy_policy_Ttl {
  margin-bottom: 10px;
  font-weight: bold;
}
.contact .contactform #formWrap .privacy_policy .privacy_policy_Ttl span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .privacy_policy .privacy_policy_Ttl span {
    font-size: 4vw;
  }
}
.contact .contactform #formWrap .privacy_policy .privacy_policy_p {
  margin-bottom: 20px;
}
.contact .contactform #formWrap .privacy_policy_inner {
  width: 810px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .privacy_policy_inner {
    width: 90.66666667vw;
  }
}
.contact .contactform #formWrap .privacy_policy_btn {
  text-align: center;
  transition: 0.3s;
}
.contact .contactform #formWrap .privacy_policy_Txt {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .privacy_policy_Txt {
    margin-top: 5.33333333vw;
    margin-bottom: 0;
    line-height: 2.75862069;
    padding-top: 0;
    padding-bottom: 5vw;
  }
}
.contact .contactform #formWrap .privacy_policy_Check {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.contact .contactform #formWrap input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .contactform #formWrap .checkbox {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .checkbox {
    margin-bottom: 7.66666667vw;
  }
}
.contact .contactform #formWrap input[type=checkbox] {
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.contact .contactform #formWrap input[type=checkbox]::before, .contact .contactform #formWrap input[type=checkbox]::after {
  display: block;
  position: absolute;
  content: "";
}
.contact .contactform #formWrap input[type=checkbox]::before {
  width: 30px;
  height: 30px;
  top: 50%;
  left: -10px;
  border: 1px solid #666464;
  border-radius: 0%;
  background-color: #fff;
  transform: translateY(-50%);
}
.contact .contactform #formWrap input[type=checkbox]::after {
  width: 20px;
  height: 10px;
  top: -8px;
  left: -5px;
  border-bottom: 3px solid #666464;
  border-left: 3px solid #666464;
  opacity: 0;
  transform: rotate(-45deg);
}
.contact .contactform #formWrap input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact .contactform #formWrap .privacy_policy_Txt .smooth {
  border-bottom: #c9a063 solid 1px;
  color: #c9a063;
  font-weight: bold;
}
.contact .contactform #formWrap .privacy_policy_btn {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .privacy_policy_btn {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5vw;
  }
}
.contact .contactform #formWrap .privacy_policy_btn input {
  width: 220px;
  height: 45px;
  border: #1d2088;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #1d2088;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap .privacy_policy_btn input {
    width: 90.6666666667vw;
    height: 11.33333333vw;
    font-size: 3.86666667vw;
  }
}
.contact .contactform table.formTable {
  border-collapse: collapse;
  margin: 0 auto;
}
.contact .contactform table.formTable td, .contact .contactform table.formTable th {
  padding: 22px;
}
.contact .contactform table.formTable th {
  width: 28%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}
@media screen and (max-width: 768px) {
  .contact .contactform #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  .contact .contactform table.formTable th, .contact .contactform table.formTable td {
    display: block;
    width: auto;
  }
  .contact .contactform table.formTable th {
    margin-top: 5px;
    position: relative;
    border-bottom: 0;
  }
  .contact .contactform form input[type=text], .contact .contactform form textarea {
    display: block;
    width: 80%;
    padding: 5px;
    font-size: 110%;
  }
  .contact .contactform form input[type=submit], .contact .contactform form input[type=reset], .contact .contactform form input[type=button] {
    display: block;
    width: 100%;
    height: 11.2vw;
  }
}
.contact .thanks .thanks_Txt {
  margin: 100px auto;
  line-height: 3.52631579;
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .thanks .thanks_Txt {
    margin: 6.6666666667vw auto 17.3333333333vw;
    line-height: 2.75862069;
    font-size: 3.86666667vw;
  }
}
.contact .thanks .thanks_Btn {
  margin-bottom: 150px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact .thanks .thanks_Btn {
    margin-bottom: 21.33333333vw;
  }
}
.contact .thanks .thanks_Btn:hover {
  opacity: 0.8;
}
.contact .thanks .thanks_Btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  border: #1d2088 1px solid;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  border: 2px solid #1D2088;
}
@media screen and (max-width: 768px) {
  .contact .thanks .thanks_Btn a {
    width: 90.66666667vw;
    height: 11.33333333vw;
    font-size: 3.86666667vw;
    border: 2px solid #1D2088;
  }
}
.contact footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact footer .footer_topCont {
    padding: 20.6vw 0 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact footer .footer_topCont .footer_Link {
    display: flex;
    max-width: 89.333333vw;
    margin: 0 auto 6.33333333vw;
    font-size: 3.86666667vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact footer .footer_topCont .footer_Link .footer_Link_list {
    max-width: 35.66666667vw;
    width: 100%;
    height: 10vw;
    margin-left: 8.66666667vw;
    text-align: left;
  }
}
.contact footer .footer_Link {
  display: none;
}
.contact footer .footer_txt {
  width: 1359px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact footer .footer_txt {
    max-width: 98vw;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
  }
}

/*confirm*/
@media screen and (max-width: 768px) {
  .confirm .contactform .contact_info {
    height: auto;
  }
}
.confirm .btn_wrap {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .confirm .btn_wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .confirm table.formTable {
    width: 90.6666666667vw;
  }
}
.confirm table.formTable th {
  padding: 8vw 0 3vw 0;
}
@media screen and (max-width: 768px) {
  .confirm table.formTable th {
    display: flex;
  }
}
.confirm table.formTable td div {
  width: 530px;
  height: 50px;
  padding-left: 20px;
  font-weight: bold;
  color: #231815;
  font-size: 15px;
  border: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 0px #e7e3d6;
  display: flex;
  align-items: center;
}
.confirm table.formTable td div::-moz-placeholder {
  color: #E0E1E1;
}
.confirm table.formTable td div:-ms-input-placeholder {
  color: #E0E1E1;
}
.confirm table.formTable td div::placeholder {
  color: #E0E1E1;
}
@media screen and (max-width: 768px) {
  .confirm table.formTable td div {
    width: 100%;
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm table.formTable td {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .confirm tr:nth-of-type(5) th {
    vertical-align: 0 !important;
    top: -1em;
  }
  .confirm tr:nth-of-type(5) th .requiredIcon {
    top: 43px;
  }
  .confirm tr:nth-of-type(5) td div {
    min-height: 230px;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 1.5em;
  }
  .confirm tr:nth-of-type(6) {
    display: none;
  }
}
.confirm .submit_btn {
  width: 220px;
  height: 45px;
  border: #1d2088;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #1d2088;
  color: #231815;
  background-color: #fff;
  font-weight: bold;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .confirm .submit_btn {
    width: 90.6666666667vw !important;
    height: 11.33333333vw;
    font-size: 3.86666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}
.confirm .back_btn {
  width: 220px;
  height: 45px;
  border: #1d2088;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #1d2088;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .confirm .back_btn {
    width: 90.6666666667vw !important;
    height: 11.33333333vw;
    font-size: 3.86666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22.6666666667vw;
  }
}

.contact.confirm .contactform table.formTable th {
  top: 0.5em;
}
.contact.confirm .contactform #formWrap .formTable .requiredIcon {
  top: 24px;
}
.contact.confirm tr:nth-of-type(5) th {
  top: -0.5em;
}
.contact.confirm tr:nth-of-type(5) th .requiredIcon {
  top: 32px;
}/*# sourceMappingURL=style.css.map */