@charset "UTF-8";
/* ===================================================================
CSS information for basement
=================================================================== */
/* ===================================================================
file : base.css
=================================================================== */
.con_second_nav .con_service, .con_faq_lower h5, .con_faq_lower dl dt, .con_faq_lower dl dd, .con_flowguide, #footer .con_diagnosis, #footer .wrp_gallery, .box_contact {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .con_second_nav .con_service, .con_faq_lower h5, .con_faq_lower dl dt, .con_faq_lower dl dd, .con_flowguide, #footer .con_diagnosis, #footer .wrp_gallery, .box_contact {
    width: 90%;
    padding: 0;
  }
}

#footer .con_f_contact .box_contact {
  margin-inline: auto;
  max-width: 1500px;
}
@media only screen and (min-width: 1280px) {
  #footer .con_f_contact .box_contact {
    width: 90%;
  }
}
@media print {
  #footer .con_f_contact .box_contact {
    width: 90%;
  }
}
.ie8 #footer .con_f_contact .box_contact, #footer .con_f_contact .ie8 .box_contact {
  width: 90%;
}
@media only screen and (max-width: 1279px) {
  #footer .con_f_contact .box_contact {
    width: 90%;
  }
}

#header .con_header .box_header, #header .con_header ul.sp_hnav, #footer .box_footer, #footer .con_group, #footer .con_profile, #footer .con_copyright {
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  #header .con_header .box_header, #header .con_header ul.sp_hnav, #footer .box_footer, #footer .con_group, #footer .con_profile, #footer .con_copyright {
    padding: 0 3%;
  }
}
@media print {
  #header .con_header .box_header, #header .con_header ul.sp_hnav, #footer .box_footer, #footer .con_group, #footer .con_profile, #footer .con_copyright {
    padding: 0 3%;
  }
}
.ie8 #header .con_header .box_header, #header .con_header .ie8 .box_header, .ie8 #header .con_header ul.sp_hnav, #header .con_header .ie8 ul.sp_hnav, .ie8 #footer .box_footer, #footer .ie8 .box_footer, .ie8 #footer .con_group, #footer .ie8 .con_group, .ie8 #footer .con_profile, #footer .ie8 .con_profile, .ie8 #footer .con_copyright, #footer .ie8 .con_copyright {
  padding: 0 3%;
}
@media only screen and (max-width: 1279px) {
  #header .con_header .box_header, #header .con_header ul.sp_hnav, #footer .box_footer, #footer .con_group, #footer .con_profile, #footer .con_copyright {
    width: 91.66667%;
  }
}

#header .con_header .box_header:after, ul.box_points:after, .con_flowguide .box_flowguide:after, .con_flowguide .box_flowguide li.box_step h4:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
#sp_menu .con_menu .box_menu > li button {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 青 */
/* 緑ボタン・基準 */
/* 赤いボタン・マルコ系 */
/* H3見だし・左に■　ビッグサイズです */
.accordion.all {
  color: #fff;
  background: #777;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 120%;
}
.accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: solid 7px #000;
  border-bottom-width: 0;
  z-index: 100;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.accordion.all.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all + * {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #fff;
    background: #777;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-size: 120%;
  }
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: solid 7px #000;
    border-bottom-width: 0;
    z-index: 100;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
:root {
  --header-height: 164.22;
  --scrollbar-width: 0px;
  --base: 15.08;
}
@media (max-width: 767px) {
  :root {
    --base: 16.4531;
  }
}

html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #131313;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 150%;
}
.ie body {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #131313;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #131313;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 300;
}

input, select, textarea {
  font-size: 100%;
}

img[width][height] {
  height: auto;
}

@media only screen and (min-width: 1280px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1279px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

[data-text]::before {
  content: attr(data-text) "";
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
  }
}
@media print {
  #page {
    font-size: 100% !important;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
  }
}
.ie8 #page {
  font-size: 100% !important;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #page {
    width: 100%;
    overflow: hidden;
  }
}

#header .wrp_main.adjustment {
  position: absolute;
  z-index: 999;
  right: calc( 137 / 15 * 1em);
  top: 0;
  padding-top: .2em;
}
#header .wrp_main.adjustment .box_h1 h1 {
  color: #666;
  font-size: 75%;
  font-weight: 100;
}
#header .wrp_main.adjustment.hide {
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .wrp_main.adjustment {
    left: 0;
    right: unset;
    padding-top: 0;
  }
  #header .wrp_main.adjustment .box_h1 {
    display: inline-block;
    margin-top: .2em !important;
  }
  #header .wrp_main.adjustment .box_h1 h1 {
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 150px);
  }
}
@media only screen and (max-width: 767px) {
  #header .wrp_main.adjustment {
    margin: auto;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: unset;
    top: 0;
    padding-top: 0;
  }
  #header .wrp_main.adjustment .box_h1 {
    font-size: 12px;
    display: inline-block !important;
    line-height: 1em;
  }
  #header .wrp_main.adjustment .box_h1 h1 {
    display: inline-block;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 120px);
  }
}




#header .box_sns ul_sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}　



#header .box_lang {
  --color: #A9A9A9;
  display: inline-block;
  background: #F5F5F5;
  position: absolute;
  z-index: 999;
  right: calc( 50 / 15 * 1em);
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .box_lang {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_lang {
    right: calc( 15 / 15 * 1em);
  }
}
#header .box_lang a {
  text-decoration: none;
  display: block;
  padding: 0.2em 1em;
  color: var(--color);
  transition: all .5s ease;
}
@media only screen and (max-width: 767px) {
  #header .box_lang a {
    padding: 0.3em 0.8em;
  }
}
#header .box_lang a:hover {
  background: #FAEBD7;
}
#header .box_lang .txt_lang {
  font-size: calc( 10 / 10 * 1em );
  color: var(--color);
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #header .box_lang .txt_lang {
    font-size: calc( 12 / 15 * 1em );
  }
}
#header .box_lang .txt_lang::before {
  content: '';
  height: 1em;
  width: 1em;
  margin-right: .2em;
  background: url(/assets/img/ntr_lang.png) no-repeat center/cover;
}
#header .con_header {
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 2em 0 0.5em;!important;
  position: absolute;
  opacity: 5;
}
#header .con_header .box_header {
  position: relative;
  max-width: 1820px;
  box-sizing: content-box;
}
#header .con_header .box_header .logo {
  float: left;
  margin-top: 0px;
}
#header .con_header .box_header .logo a {
  display: inline-block;
}
@media only screen and (min-width: 1280px) {
  #header .con_header .box_header .logo {
    position: relative;
  }
  #header .con_header .box_header .logo img {
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }


}
@media print {
  #header .con_header .box_header .logo {
    position: relative;
  }
  #header .con_header .box_header .logo img {
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  #header .con_header .box_header .logo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../asset/img/creators_head_img1.gif) no-repeat center/100% auto;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    pointer-events: none;
  }
}
.ie8 #header .con_header .box_header .logo {
  position: relative;
}
.ie8 #header .con_header .box_header .logo img {
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.ie8 #header .con_header .box_header .logo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../assets/img/logo-with-sub_NOTAR_2025.gif) no-repeat center/100% auto;
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  pointer-events: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  #header .con_header .box_header .logo {
    margin-left: 0;
    width: 300px;
  }
}
#header .con_header .box_header .gnav {
  float: right;
  width: 920px;
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
#header .con_header .box_header .gnav > li {
  align-items: center;
  white-space: nowrap;
}
#header .con_header .box_header .gnav > li > a {
  font-size: 110%;
  display: block;
  padding: 2em 1.5em 1.5em;
  text-decoration: none;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}


#header .con_header .box_header .gnav > li .con_sub_nav {
  position: absolute;
  z-index: 13;
  top: 90%;
  width: 70%;
  right: 0;
  background: #fff;
  max-height: calc(100vh - 100%);
  overflow-y: scroll;
  overflow-x: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 5;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
#header .con_header .box_header .gnav > li .con_sub_nav::-webkit-scrollbar {
  width: 5px;
}
#header .con_header .box_header .gnav > li .con_sub_nav::-webkit-scrollbar-track {
  background-color: #fff;
}
#header .con_header .box_header .gnav > li .con_sub_nav::-webkit-scrollbar-thumb {
  background-color: #969996;
}
.ie8 #header .con_header .box_header .gnav > li .con_sub_nav, .ie9 #header .con_header .box_header .gnav > li .con_sub_nav {
  display: none;
}
@-webkit-keyframes $name {
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes $name {
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes $name {
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header .con_header .box_header .gnav > li .con_sub_nav .box_sub_nav h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
#header .con_header .box_header .gnav > li .con_sub_nav .box_sub_nav .box_nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
#header .con_header .box_header .gnav > li .con_sub_nav .box_sub_nav h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
#header .con_header .box_header .gnav > li .con_sub_nav .box_sub_nav .box_hotel {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
#header .con_header .box_header .gnav > li:hover > a {
  background: #fff;
}
#header .con_header .box_header .gnav > li:hover .con_sub_nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.ie8 #header .con_header .box_header .gnav > li:hover .con_sub_nav, .ie9 #header .con_header .box_header .gnav > li:hover .con_sub_nav {
  display: block;
}
#header .con_header .box_header .gnav > li:first-child a.mm_ser {
  padding-right: 2em;
  position: relative;
  cursor: pointer;
}
#header .con_header .box_header .gnav > li:first-child a.mm_ser:after {
  position: absolute;
  right: 1em;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  background: #fff;
  border-color: #D2B48C transparent transparent transparent;
}
#header .con_header .box_header .gnav > li:last-child a {
  margin-left: 1.5em;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  #header .con_header .box_header .gnav {
    width: 850px;
  }
  #header .con_header .box_header .gnav > li > a {
    padding: 1.5em .7em 1em;
  }
  #header .con_header .box_header .gnav > li:last-child a {
    margin-left: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1279px) {
  #header .con_header .box_header .logo {
    float: none;
    width: 62%;
    margin: 0;
    text-align: left;
  }
}
#header .con_header .tel {
  text-align: right;
  font-family: "Sweet Sans Pro Medium", Arial,"ＭＳ Ｐゴシック" , serif;
  font-weight: normal;
  font-size: 120%;
  margin-top: 6px;
  margin-right: 20px;
  -moz-transition: opacity 0.35s, margin-top 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, margin-top 0.35s, height 0.35s;
  -webkit-transition: opacity 0.35s, margin-top 0.35s, height 0.35s;
  transition: opacity 0.35s, margin-top 0.35s, height 0.35s;
}
#header .con_header .tel i {
  display: inline-block;
  width: 14px;
  margin-right: 10px;
}
#header .con_header .tel i img {
  display: block;
}
#header .con_header .tel span {
  display: inline-block;
}
#header .con_header.active {
  position: fixed !important;
  background: #fff;
  -moz-transition: background 0.35s ease-out 0.35s;
  -o-transition: background 0.35s ease-out 0.35s;
  -webkit-transition: background 0.35s ease-out;
  -webkit-transition-delay: 0.35s;
  transition: background 0.35s ease-out 0.35s;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header.active {
    padding: 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header.active {
    padding: 0 0 1em;
  }
}
#header .con_header.active .box_header .logo {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #header .con_header.active .box_header .logo {
    display: block;
  }
  #header .con_header.active .box_header .logo img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header .con_header.active .box_header .logo:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  #header .con_header.active .box_header .logo {
    display: block;
  }
  #header .con_header.active .box_header .logo img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header .con_header.active .box_header .logo:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.ie8 #header .con_header.active .box_header .logo {
  display: block;
}
.ie8 #header .con_header.active .box_header .logo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ie8 #header .con_header.active .box_header .logo:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .con_header ul.sp_hnav {
  margin-top: 1rem;
  display: flex;
  align-items: stretch;
  max-width: 1820px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav {
    margin-top: 1rem;
  }
}
#header .con_header ul.sp_hnav li {
  display: inline-block;
}
#header .con_header ul.sp_hnav li a {
  color: #D2B48C;
  text-decoration: none;
  font-size: 120%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav li a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li a {
    font-size: 87%;
  }
}
#header .con_header ul.sp_hnav li.btn_soudan {
  align-self: center;
  width: 32.36264%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav li.btn_soudan {
    width: 46.0516%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_soudan {
    width: 42.68657%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav li.btn_soudan {
    text-align: center;
  }
}
#header .con_header ul.sp_hnav li.btn_con {
  align-self: center;
  width: 32.36264%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav li.btn_con {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_con {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav li.btn_con {
    text-align: center;
  }
}
#header .con_header ul.sp_hnav li.btn_tel {
  width: 5%;
  align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #header .con_header ul.sp_hnav li.btn_tel {
    display: none !important;
  }
}
#header .con_header ul.sp_hnav li.btn_tel a {
  display: block;
}
#header .con_header ul.sp_hnav li.btn_snav {
  position: relative;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn {
  z-index: 555;
  width: 65px;
  height: 65px;
  text-align: right;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2.5em;
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu {
    height: 1.2em;
  }
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .15em;
  background: #D2B48C;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu .line.line01 {
  top: 0;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu .line.line02 {
  top: 1.1em;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu .line.line02 {
    top: 0.5em;
  }
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn span.ic_menu .line.line03 {
  bottom: 0;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn.active span.ic_menu .line.line01 {
  top: 1.4em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn.active span.ic_menu .line.line01 {
    top: 0.6em;
  }
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn.active span.ic_menu .line.line02 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn.active span.ic_menu .line.line03 {
  bottom: auto;
  top: 1.4em;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn.active span.ic_menu .line.line03 {
    top: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header ul.sp_hnav li.btn_snav {
    width: 17.16867%;
    display: flex;
    justify-content: flex-end;
  }
  #header .con_header ul.sp_hnav li.btn_snav .sp_menu_btn {
    width: 1.5em;
    height: 1.5em;
  }
}
#header .con_header ul.sp_hnav.nav_recruit {
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  #header .con_header {
    position: absolute;
    z-index: 300;
    padding: 1.5rem 0 1.2rem;
    border-bottom: 1px solid #f8f8f8;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    padding: 3rem 0 1.2rem;
  }
  #header .con_header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #ececec;
    width: 100%;
    height: 1px;
  }
}
#header .con_header.hide {
  padding: 0 0 1.15385rem 0 !important;
}
@media only screen and (max-width: 1279px) {
  #header .con_header.hide {
    z-index: 999 !important;
  }
}
#header .con_header.hide .box_header h2.logo {
  display: none !important;
}

/* ------ メガナビ ------- */
.con_second_nav {
  position: absolute;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #139bcb;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.45s, opacity 0.45s;
  -o-transition: height 0.45s, opacity 0.45s;
  -webkit-transition: height 0.45s, opacity 0.45s;
  transition: height 0.45s, opacity 0.45s;
}
.con_second_nav .con_service {
  max-width: 1160px;
  padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .con_second_nav .con_service {
    padding: 5% 0;
  }
}
.con_second_nav .con_service h3 {
  font-weight: 300;
  font-size: 120%;
  color: #fff;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_second_nav .con_service h3 {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_second_nav .con_service h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_second_nav .con_service h3 {
    margin-bottom: 3%;
  }
}
.con_second_nav .con_service h3 a {
  color: #fff;
  text-decoration: none;
}
.con_second_nav .con_service .box_service ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border-right: 1px solid #40b5de;
}
.con_second_nav .con_service .box_service ul.service_first-list {
  border-left: 1px solid #40b5de;
}
.con_second_nav .con_service .box_service ul li {
  display: block;
  border-bottom: 1px solid #40b5de;
}
.con_second_nav .con_service .box_service ul li:first-child {
  border-top: 1px solid #40b5de;
}
.con_second_nav .con_service .box_service ul li a {
  display: block;
  padding: 10px 12px;
  display: table;
  width: 100%;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_second_nav .con_service .box_service ul li a .photo {
  display: table-cell;
  vertical-align: middle;
  width: 68px;
}
.con_second_nav .con_service .box_service ul li a h4 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: 100;
  padding-left: 10px;
  font-size: 100%;
}
.con_second_nav .con_service .box_service ul li a h4 em {
  display: block;
  font-size: 87%;
}
.con_second_nav .con_service .box_service ul li a:hover {
  background: #40b5de;
}
.con_second_nav .con_service .box_service ul li.title_in {
  position: relative;
}
.con_second_nav .con_service .box_service ul li.title_in:after {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url(../re_images/common/ic_arrow_w.png) no-repeat center;
  background-size: 100% auto;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_second_nav .con_service .box_service ul li.title_in:after {
    width: .8em;
    height: .8em;
  }
}
.con_second_nav .con_service .box_service ul li.title_in a {
  background: #0f8cb9;
  padding: 30px 20px;
}
.con_second_nav .con_service .box_service ul li.title_in a h3 {
  margin: 0;
}
.con_second_nav .con_service .box_service ul li.title_in a:hover {
  background: #40b5de;
}
@media only screen and (min-width: 1024px) {
  .con_second_nav .con_service {
    overflow: hidden;
  }
  .con_second_nav .con_service .box_service {
    float: left;
    width: 60.34483%;
  }
  .con_second_nav .con_service .box_service.box_inbound {
    float: right;
    width: 30.17241%;
  }
  .con_second_nav .con_service .box_service.box_inbound ul {
    border-left: 1px solid #40b5de;
    width: 100%;
  }
}
@media print {
  .con_second_nav .con_service {
    overflow: hidden;
  }
  .con_second_nav .con_service .box_service {
    float: left;
    width: 60.34483%;
  }
  .con_second_nav .con_service .box_service.box_inbound {
    float: right;
    width: 30.17241%;
  }
  .con_second_nav .con_service .box_service.box_inbound ul {
    border-left: 1px solid #40b5de;
    width: 100%;
  }
}
.ie8 .con_second_nav .con_service {
  overflow: hidden;
}
.ie8 .con_second_nav .con_service .box_service {
  float: left;
  width: 60.34483%;
}
.ie8 .con_second_nav .con_service .box_service.box_inbound {
  float: right;
  width: 30.17241%;
}
.ie8 .con_second_nav .con_service .box_service.box_inbound ul {
  border-left: 1px solid #40b5de;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .con_second_nav .con_service {
    letter-spacing: -.4em;
    text-align: center;
  }
  .con_second_nav .con_service .box_service {
    width: 350px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .con_second_nav .con_service .box_service.box_inbound {
    margin-left: 20px;
  }
  .con_second_nav .con_service .box_service ul {
    float: none;
    width: 100%;
    border-left: 1px solid #40b5de;
  }
  .con_second_nav .con_service .box_service ul.service_first-list li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_second_nav .con_service .box_service {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .con_second_nav .con_service .box_service h3 {
    font-weight: bold;
  }
  .con_second_nav .con_service .box_service ul {
    float: none;
    width: 100%;
    border-left: 1px solid #40b5de;
  }
  .con_second_nav .con_service .box_service ul.service_first-list li:last-child {
    border-bottom: none;
  }
  .con_second_nav .con_service .box_service ul li a {
    padding: 2.5%;
  }
  .con_second_nav .con_service .box_service ul li a .photo {
    width: 11.92982%;
  }
  .con_second_nav .con_service .box_service ul li a h4 {
    padding-left: 1.75439%;
  }
  .con_second_nav .con_service .box_service.box_inbound {
    margin-top: 10%;
    margin-left: 0;
    padding-bottom: 15%;
  }
}
.con_second_nav .btn_cl {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_second_nav .btn_cl {
    width: 4.58333%;
    top: 3%;
    right: 3%;
  }
}
.con_second_nav .btn_cl-b {
  cursor: pointer;
  margin: auto;
  width: 4.58333%;
}

.open .con_second_nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: auto;
  overflow: visible;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .lower #header .wrp_main .box_h1 {
    display: none;
  }
}

.type_sub #header .con_header {
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_header {
    position: relative;
  }
}
.type_sub #header .con_header:active {
  position: fixed;
}
.type_sub #header .wrp_main .box_h1 {
  position: static;
  margin-top: 10px;
}
.type_sub #header .wrp_main .box_h1 h1, .type_sub #header .wrp_main .box_h1 .tel {
  color: #131313;
}
.type_sub #header .con_main-img .page_title {
  margin: 160px 0 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .type_sub #header .con_main-img .page_title {
    margin: 30px 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_main-img .page_title {
    margin: 9% 0 0 0;
  }
}
.type_sub #header .con_main-img .page_title em {
  display: block;
  font-family: "Sweet Sans Pro Medium", Arial,"ＭＳ Ｐゴシック" , serif;
  font-weight: normal;
  font-size: 374%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .type_sub #header .con_main-img .page_title em {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_main-img .page_title em {
    font-size: 200%;
  }
}
.type_sub #header .con_main-img .page_title span {
  display: block;
  font-size: 140%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .type_sub #header .con_main-img .page_title span {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_main-img .page_title span {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_main-img .page_title {
    text-align: center;
  }
  .type_sub #header .con_main-img .page_title span {
    font-size: 100%;
  }
}
.type_sub #header .con_main-img .photo {
  margin-top: 95px;
}
@media only screen and (min-width: 1280px) {
  .type_sub #header .con_main-img .photo {
    position: relative;
    left: 50%;
    margin-left: -960px;
  }
}
@media print {
  .type_sub #header .con_main-img .photo {
    position: relative;
    left: 50%;
    margin-left: -960px;
  }
}
.ie8 .type_sub #header .con_main-img .photo {
  position: relative;
  left: 50%;
  margin-left: -960px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .type_sub #header .con_main-img .photo {
    overflow: hidden;
  }
  .type_sub #header .con_main-img .photo img {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_main-img .photo {
    overflow: hidden;
  }
  .type_sub #header .con_main-img .photo img {
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .type_sub #header .con_main-img .photo {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .type_sub #header .con_main-img .photo {
    margin-top: 7%;
  }
}

/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
.st_common01 {
  letter-spacing: .08em;
}
.st_common01 .en {
  font-size: 440%;
  line-height: 1;
  font-family: "Sweet Sans Pro Medium", Arial,"ＭＳ Ｐゴシック" , serif;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_common01 .en {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .st_common01 .en {
    font-size: 240%;
  }
}
.st_common01 .jp {
  font-size: 114%;
  line-height: 1;
  margin-left: calc(10 / 17 * 1em);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .st_common01 .jp {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	.con_faq_lower //下層FAQコンテンツ
----------------------------------------------------------- */
.con_faq_lower {
  margin-top: 130px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_faq_lower {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq_lower {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq_lower {
    margin-bottom: 7%;
  }
}
.con_faq_lower h5 {
  margin-bottom: 30px;
  font-size: 167%;
  max-width: 1820px;
}
@media only screen and (max-width: 767px) {
  .con_faq_lower h5 {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_faq_lower h5 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq_lower h5 {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1910px) {
  .con_faq_lower h5 {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .con_faq_lower h5 {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ie8 .con_faq_lower h5 {
  padding: 0 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_faq_lower dl {
  padding: 25px 0;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (max-width: 767px) {
  .con_faq_lower dl {
    padding: 4% 0;
  }
}
.con_faq_lower dl:first-child {
  border-top: 1px solid #d6d6d6;
}
.con_faq_lower dl dt, .con_faq_lower dl dd {
  display: block;
  max-width: 1820px;
  font-size: 100%;
}
@media only screen and (min-width: 1280px) and (max-width: 1910px) {
  .con_faq_lower dl dt, .con_faq_lower dl dd {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .con_faq_lower dl dt, .con_faq_lower dl dd {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ie8 .con_faq_lower dl dt, .ie8 .con_faq_lower dl dd {
  padding: 0 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_faq_lower dl dt, .con_faq_lower dl dd {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq_lower dl dt, .con_faq_lower dl dd {
    font-size: 87%;
  }
}
.con_faq_lower dl dt:before, .con_faq_lower dl dd:before {
  content: "Q.";
  display: inline-block;
  vertical-align: middle;
  font-family: "Sweet Sans Pro Medium", Arial,"ＭＳ Ｐゴシック" , serif;
  font-weight: normal;
  font-size: 407%;
  color: #2cbef1;
  font-weight: 600;
  margin-right: .5em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .con_faq_lower dl dt:before, .con_faq_lower dl dd:before {
    font-size: 267%;
    vertical-align: top;
  }
}
.con_faq_lower dl dt span, .con_faq_lower dl dd span {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .con_faq_lower dl dt span, .con_faq_lower dl dd span {
    width: 80%;
  }
}
.con_faq_lower dl dt {
  font-weight: 600;
}
.con_faq_lower dl dd:before {
  content: "A.";
}

/* -----------------------------------------------------------
	ul.box_points 仮想ページポイント
----------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
  ul.box_points {
    margin-bottom: 0;
  }
}
ul.box_points li {
  margin: 0 1% 1% 1%;
  padding: 1em;
  width: 31.33%;
  float: left;
  font-size: 100%;
  line-height: 1.2em;
  background: #fff;
  border: 1px solid #fd8282;
  vertical-align: top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  ul.box_points li {
    margin: 0 0 4% 0;
    width: 100%;
    float: none;
  }
}
ul.box_points li span {
  padding-top: 5px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  ul.box_points li span {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  ul.box_points li span {
    padding-top: 0;
  }
}
ul.box_points li:before {
  margin-right: 12px;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../re_images/common/ic_check03.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
@media only screen and (max-width: 767px) {
  ul.box_points li:before {
    margin-right: 2.5%;
  }
}
@media only screen and (max-width: 1279px) {
  ul.box_points li:before {
    width: 1.2em;
    height: 1.2em;
    font-size: 87%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

/* -----------------------------------------------------------
	.con_flowguide 	サイトオープンまでの流れ
----------------------------------------------------------- */
.con_flowguide {
  margin-bottom: 120px;
  max-width: 1160px;
}
@media only screen and (max-width: 767px) {
  .con_flowguide {
    margin-bottom: 20%;
  }
}
.con_flowguide h3 {
  margin-bottom: 24px;
  text-align: center;
  font-weight: normal;
  text-align: center;
  font-size: 234%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide h3 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide h3 {
    font-size: 174%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide h3 {
    font-size: 134%;
  }
}
.con_flowguide .box_flowguide {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .con_flowguide .box_flowguide {
    display: table;
    table-layout: fixed;
  }
  .con_flowguide .box_flowguide li.box_step {
    width: 12.5%;
    display: table-cell;
    vertical-align: top;
  }
}
@media print {
  .con_flowguide .box_flowguide {
    display: table;
    table-layout: fixed;
  }
  .con_flowguide .box_flowguide li.box_step {
    width: 12.5%;
    display: table-cell;
    vertical-align: top;
  }
}
.ie8 .con_flowguide .box_flowguide {
  display: table;
  table-layout: fixed;
}
.ie8 .con_flowguide .box_flowguide li.box_step {
  width: 12.5%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide .box_flowguide li.box_step {
    float: left;
    width: 25%;
  }
}
.con_flowguide .box_flowguide li.box_step {
  -moz-box-shadow: 6px 0 1px -2px #f8f8f7;
  -webkit-box-shadow: 6px 0 1px -2px #f8f8f7;
  box-shadow: 6px 0 1px -2px #f8f8f7;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide .box_flowguide li.box_step {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step {
    padding: 8px 0;
    float: none;
    -moz-box-shadow: 0px 3px 0px 0px #f8f8f7;
    -webkit-box-shadow: 0px 3px 0px 0px #f8f8f7;
    box-shadow: 0px 3px 0px 0px #f8f8f7;
  }
}
.con_flowguide .box_flowguide li.box_step:nth-last-of-type(1) {
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide .box_flowguide li.box_step:nth-of-type(4) {
    box-shadow: none;
  }
}
.con_flowguide .box_flowguide li.box_step h4 {
  margin-bottom: 15px;
  padding-top: 30px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step h4 {
    padding-top: 0;
  }
}
.con_flowguide .box_flowguide li.box_step h4 span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step h4 span {
    vertical-align: middle;
  }
}
.con_flowguide .box_flowguide li.box_step h4 span.num {
  font-size: 180%;
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step h4 span.num {
    margin-right: 4%;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    color: #fff;
    font-size: 67%;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #139bcb;
  }
}
.con_flowguide .box_flowguide li.box_step h4 span.st {
  font-size: 100%;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step h4 span.st {
    width: 75%;
    text-align: left;
  }
}
.con_flowguide .box_flowguide li.box_step .circle, .con_flowguide .box_flowguide li.box_step .icon {
  padding: 15px 0;
  text-align: center;
  vertical-align: top;
}
.con_flowguide .box_flowguide li.box_step .circle {
  position: relative;
  z-index: 1;
}
.con_flowguide .box_flowguide li.box_step .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: -1;
  background: #969996;
}
.con_flowguide .box_flowguide li.box_step .txt {
  padding: 0 10px 30px 25px;
  paddding: 0 10px 30px 25px;
  font-size: 87%;
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step .txt {
    paddding: 0 3% 4%;
  }
}
.con_flowguide .box_flowguide li.box_step.arrow {
  position: relative;
  -moz-box-shadow: 2px 3px 5px 3px #f8f8f7;
  -webkit-box-shadow: 2px 3px 5px 3px #f8f8f7;
  box-shadow: 2px 3px 5px 3px #f8f8f7;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide .box_flowguide li.box_step.arrow {
    -moz-box-shadow: 6px 0 1px -2px #f8f8f7;
    -webkit-box-shadow: 6px 0 1px -2px #f8f8f7;
    box-shadow: 6px 0 1px -2px #f8f8f7;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_flowguide li.box_step.arrow {
    -moz-box-shadow: 0px 3px 0px 0px #f8f8f7;
    -webkit-box-shadow: 0px 3px 0px 0px #f8f8f7;
    box-shadow: 0px 3px 0px 0px #f8f8f7;
  }
}
.con_flowguide .box_flowguide li.box_step.arrow:after {
  content: "";
  margin-left: -15px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 31px;
  height: 47px;
  background: url(../service/inbound/images/multilingual-site/ic_redarrow.png) center 0 no-repeat;
}
@media only screen and (max-width: 1279px) {
  .con_flowguide .box_flowguide li.box_step.arrow:after {
    content: none;
    background-image: none;
  }
}
.con_flowguide .box_laguages {
  padding-top: 75px;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide .box_laguages {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_laguages {
    padding-top: 5%;
  }
}
.con_flowguide .box_laguages p {
  text-align: center;
}
.con_flowguide .box_laguages p span, .con_flowguide .box_laguages p img {
  display: inline-block;
  vertical-align: middle;
}
.con_flowguide .box_laguages p span {
  margin-right: 60px;
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_laguages p span {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_flowguide .box_laguages p span {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_laguages p span {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flowguide .box_laguages p span {
    display: block;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  /* -----------------------------------------------------------
  	.con_f_contact （202211追加）
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_diagnosis
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_infor
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_gallery
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	.con_profile
  ----------------------------------------------------------- */
}
#footer .con_f_contact {
  background: #D2B48C;
}
#footer .con_f_contact .box_contact {
  padding: 17rem 0 14rem;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_f_contact .box_contact {
    padding: 17rem 0 14rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact {
    padding: 5.76923rem 0 4.61538rem;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .con_f_contact .box_contact {
    display: flex;
  }
}
@media print {
  #footer .con_f_contact .box_contact {
    display: flex;
  }
}
.ie8 #footer .con_f_contact .box_contact {
  display: flex;
}
#footer .con_f_contact .box_contact .box_st {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_f_contact .box_contact .box_st {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact .box_st {
    width: 100%;
  }
}
#footer .con_f_contact .box_contact .box_st h2.st_common01 {
  margin-bottom: 3.84615rem;
}
#footer .con_f_contact .box_contact .box_st h2.st_common01 span {
  display: block;
}
#footer .con_f_contact .box_contact .box_st h2.st_common01 span.en {
  margin-top: 0;
}
#footer .con_f_contact .box_contact .box_st h2.st_common01 span.jp {
  margin-top: 1em;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact .box_st h2.st_common01 {
    text-align: center;
  }
}
#footer .con_f_contact .box_contact .box_btn {
  max-width: 270px;
  width: 25.23364%;
}
@media only screen and (min-width: 1280px) {
  #footer .con_f_contact .box_contact .box_btn {
    margin-left: auto;
  }
}
@media print {
  #footer .con_f_contact .box_contact .box_btn {
    margin-left: auto;
  }
}
.ie8 #footer .con_f_contact .box_contact .box_btn {
  margin-left: auto;
}
#footer .con_f_contact .box_contact .box_btn ul li {
  margin-bottom: 1.53846rem;
}
#footer .con_f_contact .box_contact .box_btn ul li a {
  border: 1px solid #fff;
  padding: 1.7rem 1.53846rem;
  display: block;
  color: #fff;
  text-decoration: none;
  -moz-transition: color 0.35s, background 0.35s;
  -o-transition: color 0.35s, background 0.35s;
  -webkit-transition: color 0.35s, background 0.35s;
  transition: color 0.35s, background 0.35s;
}
#footer .con_f_contact .box_contact .box_btn ul li a:hover {
  color: #131313;
  background: #fff;
}
#footer .con_f_contact .box_contact .box_btn ul li a span {
  display: block;
  position: relative;
  padding-left: 30px;
}
#footer .con_f_contact .box_contact .box_btn ul li a span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d4d4d4;
  border-radius: 100vh;
  background: #fff;
}
#footer .con_f_contact .box_contact .box_btn ul li a span:after {
  position: absolute;
  content: '';
  left: 9px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid #D2B48C;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#footer .con_f_contact .box_contact .box_btn ul li a span.fs90 {
  font-size: 90%;
}
#footer .con_f_contact .box_contact .box_btn ul li:first-child a {
  background: #fff;
  color: #131313;
}
#footer .con_f_contact .box_contact .box_btn ul li:first-child a:hover {
  color: #fff;
  background: transparent;
}
#footer .con_f_contact .box_contact .box_btn .txt_faq {
  text-align: right;
}
#footer .con_f_contact .box_contact .box_btn .txt_faq a {
  color: #fff;
  text-decoration: none !important;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
#footer .con_f_contact .box_contact .box_btn .txt_faq a:hover {
  border: none;
}
#footer .con_f_contact .box_contact .box_tel {
  max-width: 450px;
  width: 35%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_f_contact .box_contact .box_tel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact .box_tel {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_f_contact .box_contact .box_tel {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact .box_tel {
    margin: 15% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_f_contact .box_contact .box_tel {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact .box_tel {
    padding-left: 0;
  }
}
#footer .con_f_contact .box_contact .box_tel li {
  margin-top: 8px;
  color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_f_contact .box_contact .box_tel li {
    margin-top: 2%;
  }
}
#footer .con_f_contact .box_contact .box_tel li em {
  vertical-align: middle;
  float: right;
}
#footer .con_f_contact .box_contact .box_tel li em a {
  text-decoration: none;
  color: #fff;
}
#footer .con_f_contact .box_contact .box_tel li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1279px) {
  #footer .con_f_contact .box_contact .box_st {
    width: 100%;
  }
  #footer .con_f_contact .box_contact .box_btn {
    max-width: 100%;
    width: 100%;
    margin-top: 7%;
  }
}
#footer .con_diagnosis {
  max-width: 1820px;
  margin-top: 150px;
}
@media only screen and (min-width: 1280px) and (max-width: 1910px) {
  #footer .con_diagnosis {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  #footer .con_diagnosis {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ie8 #footer .con_diagnosis {
  padding: 0 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis {
    margin-top: 15%;
  }
}
#footer .con_diagnosis .logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .logo {
    width: 19.66667%;
    margin: auto;
  }
}
#footer .con_diagnosis h3 {
  font-size: 234%;
  margin-top: 45px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_diagnosis h3 {
    font-size: 187%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis h3 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis h3 {
    margin-top: 6%;
  }
}
#footer .con_diagnosis > .catch {
  font-size: 114%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_diagnosis > .catch {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis > .catch {
    font-size: 87%;
  }
}
#footer .con_diagnosis .box_btn {
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_btn {
    margin-top: 5%;
  }
}
#footer .con_diagnosis .box_btn li {
  float: right;
  width: 49.45055%;
}
#footer .con_diagnosis .box_btn li a {
  display: block;
  border: 1px solid #2cbef1;
  color: #2cbef1;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 140%;
  padding: 1.5em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background 0.35s, color 0.35s, border-color 0.35s;
  -o-transition: background 0.35s, color 0.35s, border-color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s, border-color 0.35s;
  transition: background 0.35s, color 0.35s, border-color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_diagnosis .box_btn li a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_btn li a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_btn li a {
    padding: 1em 0;
  }
}
#footer .con_diagnosis .box_btn li a:before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url(../re_images/common/ic_btn.png) no-repeat center;
  background-size: 100% auto;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_btn li a:before {
    width: 1em;
    height: 1em;
  }
}
#footer .con_diagnosis .box_btn li a:hover {
  background: #2cbef1;
  color: #fff;
}
#footer .con_diagnosis .box_btn li:first-child {
  float: left;
}
#footer .con_diagnosis .box_btn li:first-child a {
  background: #2cbef1;
  color: #fff;
}
#footer .con_diagnosis .box_btn li:first-child a:hover {
  color: #fff;
  background-color: #007fbb;
  border-color: #007fbb;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_btn li {
    float: none;
    width: 100%;
  }
  #footer .con_diagnosis .box_btn li:first-child {
    float: none;
    margin-bottom: 2%;
  }
}
#footer .con_diagnosis .box_tel {
  margin-top: 35px;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_tel {
    margin-top: 5%;
  }
}
#footer .con_diagnosis .box_tel li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
#footer .con_diagnosis .box_tel li:first-child {
  margin-right: 50px;
}
#footer .con_diagnosis .box_tel li a, #footer .con_diagnosis .box_tel li span {
  display: block;
  font-size: 147%;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_diagnosis .box_tel li a, #footer .con_diagnosis .box_tel li span {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_tel li a, #footer .con_diagnosis .box_tel li span {
    font-size: 120%;
  }
}
#footer .con_diagnosis .box_tel li a em, #footer .con_diagnosis .box_tel li span em {
  font-family: "Times New Roman", serif;
  font-size: 191%;
  margin-left: .2em;
}
@media only screen and (max-width: 767px) {
  #footer .con_diagnosis .box_tel li {
    display: block;
  }
  #footer .con_diagnosis .box_tel li:first-child {
    margin-right: 0;
    margin-bottom: 1%;
  }
}
#footer .con_infor {
  /* ----- .con_mem ------------- */
  border-bottom: 1px solid #dadada;
  width: 100%;
  /* ----- .con_sns ------------- */
}
#footer .con_infor .con_mem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .con_infor .con_mem > li {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #dadada;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li {
    width: 100%;
  }
}
#footer .con_infor .con_mem > li a {
  display: block;
  letter-spacing: -.4em;
  text-align: center;
  padding: 75px 0 75px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a {
    padding: 5.38462rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a {
    padding: 3.07692rem 0;
  }
}
#footer .con_infor .con_mem > li a .inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
#footer .con_infor .con_mem > li a .photo {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
  width: 181px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .photo {
    width: 149px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .photo {
    width: 149px;
  }
}
#footer .con_infor .con_mem > li a .box_txt {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
  width: 360px;
  text-align: left;
  padding-left: 1.53846rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt {
    padding-left: 2rem;
  }
}
#footer .con_infor .con_mem > li a .box_txt .price {
  background: #000;
  color: #fff;
  padding: 2px 4px;
  margin-bottom: 0.76923rem;
  display: inline-block;
}
#footer .con_infor .con_mem > li a .box_txt h4 {
  color: #204777;
  margin-bottom: 0;
  font-size: 167%;
  line-height: 1.3;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt h4 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt h4 {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt h4 {
    font-size: 134%;
  }
}
#footer .con_infor .con_mem > li a .box_txt .txt {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt .txt {
    font-size: 87%;
  }
}
#footer .con_infor .con_mem > li a .box_txt ol {
  margin-top: 10px;
  font-size: 107%;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt ol {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt ol {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt ol {
    font-size: 94%;
  }
}
#footer .con_infor .con_mem > li a .box_txt ol li {
  line-height: 1.75;
}
#footer .con_infor .con_mem > li a .box_txt ol li i {
  margin-right: .5em;
  display: inline-block;
  vertical-align: text-top;
  font-size: 63%;
  line-height: 2em;
  width: 2em;
  text-align: center;
  color: #fff;
  background: #000;
  -moz-border-radius: 2.1em;
  -webkit-border-radius: 2.1em;
  border-radius: 2.1em;
}
#footer .con_infor .con_mem > li a .box_txt ul {
  margin-top: 10px;
  font-size: 107%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt ul {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt ul {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt ul {
    font-size: 94%;
  }
}
#footer .con_infor .con_mem > li a .box_txt ul li {
  width: 50%;
  float: left;
}
#footer .con_infor .con_mem > li a .box_txt .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt .btn {
    margin-top: 3%;
  }
}
#footer .con_infor .con_mem > li a .box_txt .btn span {
  display: block;
  border: 1px solid #2cbef1;
  color: #fff;
  background-color: #2cbef1;
  text-decoration: none;
  text-align: center;
  font-size: 100%;
  padding: .6em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: background 0.35s, border-color 0.35s, color 0.35s;
  -o-transition: background 0.35s, border-color 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, border-color 0.35s, color 0.35s;
  transition: background 0.35s, border-color 0.35s, color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_mem > li a .box_txt .btn span {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a .box_txt .btn span {
    font-size: 87%;
  }
}
#footer .con_infor .con_mem > li a:hover .btn span {
  background: #007fbb;
  border-color: #007fbb;
  color: #fff;
}
#footer .con_infor .con_mem > li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #D2B48C transparent;
  right: 2px;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li a:after {
    border-width: 0 0 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_mem > li:first-child {
    border-bottom: 1px solid #dadada;
  }
}
#footer .con_infor .con_mem > li:last-child {
  border: 0;
}
#footer .con_infor .con_sns {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 30px 0;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns {
    padding: 5% 0;
  }
}
#footer .con_infor .con_sns div.box_sns {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
#footer .con_infor .con_sns div.box_sns h5 {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 100%;
  margin-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_sns div.box_sns h5 {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns div.box_sns h5 {
    font-size: 87%;
  }
}
#footer .con_infor .con_sns div.box_sns ul {
  display: inline-block;
  vertical-align: middle;
}
#footer .con_infor .con_sns div.box_sns ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 10px;
}
#footer .con_infor .con_sns div.box_sns ul li a {
  display: block;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
#footer .con_infor .con_sns div.box_sns ul li a img {
  position: relative;
  -moz-transition: top 0.25s, left 0.25s;
  -o-transition: top 0.25s, left 0.25s;
  -webkit-transition: top 0.25s, left 0.25s;
  transition: top 0.25s, left 0.25s;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns div.box_sns ul li a img {
    width: 100%;
  }
}
#footer .con_infor .con_sns div.box_sns ul li a:hover img, #footer .con_infor .con_sns div.box_sns ul li a:active img {
  top: 1px;
  left: 1px;
}
#footer .con_infor .con_sns .box_link {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: left;
}
#footer .con_infor .con_sns .box_link li {
  display: block;
}
#footer .con_infor .con_sns .box_link li:first-child {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_sns .box_link li:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns .box_link li:first-child {
    margin-bottom: 2%;
  }
}
#footer .con_infor .con_sns .box_link li a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 100%;
}
.mouse #footer .con_infor .con_sns .box_link li a:hover, .touch #footer .con_infor .con_sns .box_link li a.touchstart {
  text-decoration: underline !important;
}
.touch #footer .con_infor .con_sns .box_link li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_infor .con_sns .box_link li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_sns .box_link li a {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns .box_link li a {
    font-size: 87%;
  }
}
#footer .con_infor .con_sns .box_link li:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background: url(../re_images/common/ic_btn02.png) no-repeat center;
  background-size: 100% auto;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns .box_link li:before {
    width: .8em;
    height: .8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .con_sns .box_link {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  #footer .con_infor .con_sns .box_link li {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .con_infor .con_sns .box_link li:first-child {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .con_sns {
    text-align: left;
  }
  #footer .con_infor .con_sns div.box_sns {
    display: block;
    width: 92%;
    margin: 0 auto 5%;
  }
  #footer .con_infor .con_sns div.box_sns h5 {
    width: 31.15942%;
    margin-right: 0;
  }
  #footer .con_infor .con_sns div.box_sns ul {
    width: 68.84058%;
  }
  #footer .con_infor .con_sns div.box_sns ul li {
    width: 17.36842%;
    margin-left: 3.15789%;
  }
  #footer .con_infor .con_sns div.box_sns ul li:first-child {
    margin-left: 0;
  }
  #footer .con_infor .con_sns .box_link {
    display: block;
    width: 92%;
    margin: auto;
  }
}
#footer .con_infor .box_bn {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn {
    padding: 5% 0;
  }
}
#footer .con_infor .box_bn ul {
  max-width: 1160px;
  margin: auto;
  overflow: hidden;
  width: 90.625%;
}
#footer .con_infor .box_bn ul li {
  float: right;
  width: 47.84483%;
}
#footer .con_infor .box_bn ul li:first-child {
  float: left;
}
#footer .con_infor .box_bn ul li a {
  display: block;
}
.mouse #footer .con_infor .box_bn ul li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_infor .box_bn ul li a:hover, .touch #footer .con_infor .box_bn ul li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.touch #footer .con_infor .box_bn ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_infor .box_bn ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_infor .box_bn ul li.bn_recruit {
  position: relative;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns {
  position: absolute;
  left: 110px;
  bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 73%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    width: 100%;
  }
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit {
  width: 49%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit {
    width: 100%;
  }
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit li {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 0;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit li.btn_career a {
  background-color: #4a3e34;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit li.btn_career a:hover {
  background-color: #312922;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit li.btn_begin a {
  background-color: #926a47;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit li.btn_begin a:hover {
  background-color: #715237;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta {
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta {
    width: 100%;
  }
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta .btn_insta a {
  background-color: #926147;
  border: 1px solid #88593f;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta .btn_insta a:hover {
  background-color: #88593f;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 134%;
  margin-top: 10px;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    padding: 1% 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    padding: 1% 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    margin-top: 0;
  }
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns a:hover {
  opacity: 1;
}
#footer .con_infor .box_bn ul li.bn_recruit .box_btns a:after {
  content: "\25B6";
  display: inline-block;
  font-size: .4em;
  line-height: 1em;
  margin-right: 0;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a:after {
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a:after {
    margin-top: -0.2em;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
@media print {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.ie8 #footer .con_infor .box_bn ul li.bn_recruit .box_btns a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 1280px) {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    overflow: hidden;
  }
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit {
    float: left;
  }
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta {
    float: right;
  }
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta a {
    padding: 33px 20px 34px 10px;
    font-size: 120%;
  }
}
@media print {
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
    overflow: hidden;
  }
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit {
    float: left;
  }
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta {
    float: right;
  }
  #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta a {
    padding: 33px 20px 34px 10px;
    font-size: 120%;
  }
}
.ie8 #footer .con_infor .box_bn ul li.bn_recruit .box_btns {
  overflow: hidden;
}
.ie8 #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_recruit {
  float: left;
}
.ie8 #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta {
  float: right;
}
.ie8 #footer .con_infor .box_bn ul li.bn_recruit .box_btns .btns_insta a {
  padding: 33px 20px 34px 10px;
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  #footer .con_infor .box_bn ul li {
    float: none;
    width: 100%;
  }
  #footer .con_infor .box_bn ul li:first-child {
    float: none;
    margin-bottom: 5%;
  }
}
#footer .box_footer {
  max-width: 1820px;
  margin-top: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .box_footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer {
    margin-top: 20%;
  }
}
@media only screen and (max-width: 1279px) {
  #footer .box_footer h2 {
    width: 70%;
    margin: auto;
    text-align: center;
  }
}
#footer .box_footer .box_sns {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .box_footer .box_sns {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_sns {
    margin-top: 10%;
  }
}
#footer .box_footer .box_sns li {
  width: 26px;
  display: inline-block;
  margin-left: 17px;
}
#footer .box_footer .box_sns li:first-child {
  margin-left: 0;
}
#footer .box_footer .box_sns li a {
  display: block;
}
.mouse #footer .box_footer .box_sns li a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .box_footer .box_sns li a:hover, .touch #footer .box_footer .box_sns li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.touch #footer .box_footer .box_sns li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .box_footer .box_sns li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .box_footer .box_sns li a img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .box_sns li {
    width: 8%;
    margin-left: 3.40909%;
  }
}
#footer .box_footer .catch {
  font-weight: 600;
  font-size: 147%;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .box_footer .catch {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .catch {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .catch {
    text-align: left;
    width: 15.5em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .box_footer h2 {
    float: left;
  }
  #footer .box_footer .box_sns {
    float: left;
    margin-left: 45px;
  }
  #footer .box_footer .catch {
    float: right;
  }
}
@media print {
  #footer .box_footer h2 {
    float: left;
  }
  #footer .box_footer .box_sns {
    float: left;
    margin-left: 45px;
  }
  #footer .box_footer .catch {
    float: right;
  }
}
.ie8 #footer .box_footer h2 {
  float: left;
}
.ie8 #footer .box_footer .box_sns {
  float: left;
  margin-left: 45px;
}
.ie8 #footer .box_footer .catch {
  float: right;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .box_footer h2 {
    order: 0;
  }
  #footer .box_footer .box_sns {
    width: 100%;
    order: 1;
  }
  #footer .box_footer .catch {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
#footer .con_group {
  overflow: hidden;
}
#footer .con_group .box_group {
  margin-top: 35px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group {
    margin-bottom: 0;
  }
}
#footer .con_group .box_group h4 {
  display: inline-block;
  font-size: 114%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_group .box_group h4 {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group h4 {
    font-size: 100%;
  }
}
#footer .con_group .box_group h4:after {
  content: "";
  position: absolute;
  left: 130%;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #c8c8c8;
}
#footer .con_group .box_group .box_brands {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .box_brands {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_group .box_group .box_brands {
    gap: 5.83333%;
  }
}
@media print {
  #footer .con_group .box_group .box_brands {
    gap: 5.83333%;
  }
}
.ie8 #footer .con_group .box_group .box_brands {
  gap: 5.83333%;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .box_brands {
    flex-direction: column;
    align-items: center;
  }
}
#footer .con_group .box_group .box_brands dt {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .box_brands dt {
    margin-bottom: 84px;
  }
}
#footer .con_group .box_group .box_brands dt a {
  display: block;
}
#footer .con_group .box_group .box_brands dt a img {
  display: block;
}
#footer .con_group .box_group .box_brands dd .list_group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #footer .con_group .box_group .box_brands dd .list_group {
    gap: 40px 30px;
    max-width: 1100px;
  }
}
@media print {
  #footer .con_group .box_group .box_brands dd .list_group {
    gap: 40px 30px;
    max-width: 1100px;
  }
}
.ie8 #footer .con_group .box_group .box_brands dd .list_group {
  gap: 40px 30px;
  max-width: 1100px;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .box_brands dd .list_group {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .box_brands dd .list_group li + li {
    margin-top: 40px;
  }
}
#footer .con_group .box_group .box_brands dd .list_group li a {
  display: block;
  width: fit-content;
}
#footer .con_group .box_group .box_brands dd .list_group li a img {
  display: block;
  max-height: 27px;
}
@media only screen and (max-width: 767px) {
  #footer .con_group .box_group .box_brands dd .list_group li a img {
    object-fit: contain;
    object-position: left;
    max-width: 200px;
    width: fit-content;
    height: 100%;
  }
}
#footer .con_group .box_group .box_brands dd .list_group li a img.zerotwo {
  max-height: 34px;
}
#footer .wrp_gallery {
  max-width: 1820px;
}
#footer .wrp_gallery .con_gallery {
  background: #000;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .wrp_gallery .con_gallery .box_gallery li a {
  display: block;
  position: relative;
  text-decoration: none;
}
#footer .wrp_gallery .con_gallery .box_gallery li a .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 87%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .wrp_gallery .con_gallery .box_gallery li a .caption {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .wrp_gallery .con_gallery .box_gallery li a .caption {
    font-size: 67%;
  }
}
#footer .wrp_gallery .con_gallery.con_gallery02 {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #footer .wrp_gallery {
    background: #000;
    overflow: hidden;
  }
  #footer .wrp_gallery .con_gallery {
    width: 48.5%;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    padding: 0;
  }
  #footer .wrp_gallery .con_gallery .box_gallery li {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  #footer .wrp_gallery .con_gallery .box_gallery li a {
    display: block;
    overflow: hidden;
  }
  #footer .wrp_gallery .con_gallery .box_gallery li a img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
  #footer .wrp_gallery .con_gallery .box_gallery li a .caption {
    padding: .5em;
  }
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child {
  width: 400px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * {
  width: 279px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * + * {
  width: 383px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * + * + * {
  width: 271px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * + * + * + * {
  width: 279px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * + * + * + * + * {
  width: 552px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * + * + * + * + * + * {
  width: 264px;
}
#footer .con_gallery .simply-scroll .simply-scroll-list li:first-child + * + * + * + * + * + * + * {
  width: 405px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child {
  width: 552px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * {
  width: 264px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * + * {
  width: 405px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * + * + * {
  width: 401px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * + * + * + * {
  width: 279px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * + * + * + * + * {
  width: 383px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * + * + * + * + * + * {
  width: 271px;
}
#footer .con_gallery02 .simply-scroll .simply-scroll-list li:first-child + * + * + * + * + * + * + * {
  width: 220px;
}
#footer .con_profile {
  max-width: 1820px;
  margin-top: 110px;
}
@media only screen and (min-width: 1280px) and (max-width: 1910px) {
  #footer .con_profile {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  #footer .con_profile {
    padding: 0 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ie8 #footer .con_profile {
  padding: 0 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #footer .con_profile {
    margin-top: 10%;
  }
}
#footer .con_profile h3 {
  font-family: "Sweet Sans Pro Medium", Arial,"ＭＳ Ｐゴシック" , serif;
  font-weight: normal;
  font-size: 267%;
  font-weight: 100;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_profile h3 {
    font-size: 234%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile h3 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile h3 {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile h3 {
    display: block;
    text-align: center;
    color: #fff;
    background: #000;
    padding: .8em 0;
  }
  #footer .con_profile h3 span {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .con_profile h3 i {
    width: 1.2em;
    height: 1.2em;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: .5em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
  }
  #footer .con_profile h3 i:before, #footer .con_profile h3 i:after {
    content: "";
    width: .65em;
    height: 1px;
    position: absolute;
    top: 50%;
    left: .3em;
    background: #000;
  }
  #footer .con_profile h3 i:after {
    width: 1px;
    height: .7em;
    left: 50%;
    top: .3em;
    -moz-transition: height 0.35s, top 0.35s;
    -o-transition: height 0.35s, top 0.35s;
    -webkit-transition: height 0.35s, top 0.35s;
    transition: height 0.35s, top 0.35s;
  }
  #footer .con_profile h3.active i:after {
    height: 0;
    top: 50%;
  }
}
#footer .con_profile .box_pro {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro {
    margin-bottom: 15%;
  }
}
#footer .con_profile .box_pro h4 {
  display: inline-block;
  font-size: 107%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_profile .box_pro h4 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro h4 {
    font-size: 100%;
  }
}
#footer .con_profile .box_pro h4:after {
  content: "";
  position: absolute;
  left: 130%;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #c8c8c8;
}
#footer .con_profile .box_pro .list_pro {
  display: block;
}
#footer .con_profile .box_pro .list_pro li {
  display: block;
  overflow: hidden;
  font-size: 94%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_profile .box_pro .list_pro li {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_pro li {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_pro li {
    margin-top: 4%;
  }
}
#footer .con_profile .box_pro .list_pro li h5, #footer .con_profile .box_pro .list_pro li address, #footer .con_profile .box_pro .list_pro li .tel {
  float: left;
}
#footer .con_profile .box_pro .list_pro li h5 {
  font-weight: 300;
  width: 270px;
}
@media only screen and (max-width: 1279px) {
  #footer .con_profile .box_pro .list_pro li h5 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_pro li h5 {
    margin-bottom: .3em;
    font-size: 94%;
  }
}
#footer .con_profile .box_pro .list_pro li address {
  width: 560px;
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_pro li address {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_pro li address {
    font-size: 87%;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .con_profile .box_pro .list_pro li address.overseas {
    width: auto;
  }
}
@media print {
  #footer .con_profile .box_pro .list_pro li address.overseas {
    width: auto;
  }
}
.ie8 #footer .con_profile .box_pro .list_pro li address.overseas {
  width: auto;
}
@media only screen and (max-width: 1279px) {
  #footer .con_profile .box_pro .list_pro li .tel {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_pro li .tel {
    font-size: 87%;
  }
}
#footer .con_profile .box_pro .list_pro li.first {
  display: block;
  margin-left: 0;
}
#footer .con_profile .box_pro .list_group li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_profile .box_pro .list_group li {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_group li {
    margin-left: 0;
  }
}
#footer .con_profile .box_pro .list_group li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .box_pro .list_group li {
    display: block;
    margin-bottom: 5%;
  }
  #footer .con_profile .box_pro .list_group li:first-child {
    width: 40.625%;
  }
  #footer .con_profile .box_pro .list_group li:first-child + * {
    width: 67.5%;
  }
  #footer .con_profile .box_pro .list_group li:first-child + * + * {
    width: 95.9375%;
  }
}
#footer .con_profile .wrp_pro {
  overflow: hidden;
}
#footer .con_profile .wrp_pro .box_bn li {
  display: block;
  margin: 0 0 10px 10px;
  float: left;
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .wrp_pro .box_bn li {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
  #footer .con_profile .wrp_pro .box_bn {
    width: 100%;
    letter-spacing: -.4em;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .con_profile .wrp_pro .box_bn li {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 10px;
  }
}
@media print {
  #footer .con_profile .wrp_pro .box_bn {
    width: 100%;
    letter-spacing: -.4em;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .con_profile .wrp_pro .box_bn li {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 10px;
  }
}
.ie8 #footer .con_profile .wrp_pro .box_bn {
  width: 100%;
  letter-spacing: -.4em;
  text-align: center;
  margin-bottom: 30px;
}
.ie8 #footer .con_profile .wrp_pro .box_bn li {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .con_profile .wrp_pro {
    display: none;
  }
  #footer .con_profile .wrp_pro .box_list {
    float: none;
    width: 100%;
  }
  #footer .con_profile .wrp_pro .box_bn {
    float: none;
    width: 100%;
    margin-top: 5%;
    overflow: hidden;
  }
  #footer .con_profile .wrp_pro .box_bn li {
    width: 47%;
    float: left;
  }
  #footer .con_profile .wrp_pro .box_bn li:nth-child(even) {
    float: right;
  }
  #footer .con_profile .wrp_pro .box_bn li img {
    width: 100%;
  }
  #footer .con_profile .wrp_pro .box_bn li:first-child + * {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_profile .wrp_pro {
    display: block !important;
  }
}
@media print {
  #footer .con_profile .wrp_pro {
    display: block !important;
  }
}
.ie8 #footer .con_profile .wrp_pro {
  display: block !important;
}
#footer .con_copyright {
  max-width: 1820px;
  box-sizing: content-box;
  padding-top: 30px;
  margin: 30px auto;
  border-top: 1px solid #c8c8c8;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright {
    margin: 7% auto;
  }
}
#footer .con_copyright .box_pri p {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}
#footer .con_copyright .box_pri p.ic {
  margin-right: 15px;
  letter-spacing: -.4em;
}
#footer .con_copyright .box_pri p.txt {
  font-size: 87%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_copyright .box_pri p.txt {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright .box_pri p.txt {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright .box_pri p {
    display: block;
  }
  #footer .con_copyright .box_pri p.ic {
    margin-right: 2.5%;
    width: 5.83333%;
  }
  #footer .con_copyright .box_pri p.txt {
    width: 91.66667%;
  }
  #footer .con_copyright .box_pri p.txt a {
    display: block;
  }
}
#footer .con_copyright .box_pri .btn_ptop {
  float: right;
}
.mouse #footer .con_copyright .box_pri .btn_ptop {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #footer .con_copyright .box_pri .btn_ptop:hover, .touch #footer .con_copyright .box_pri .btn_ptop.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.touch #footer .con_copyright .box_pri .btn_ptop {
  -webkit-tap-highlight-color: transparent;
}
.touch #footer .con_copyright .box_pri .btn_ptop.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#footer .con_copyright .box_copyright {
  font-size: 87%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer .con_copyright .box_copyright {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright .box_copyright {
    font-size: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .con_copyright .box_copyright {
    text-align: right;
  }
}
@media print {
  #footer .con_copyright .box_copyright {
    text-align: right;
  }
}
.ie8 #footer .con_copyright .box_copyright {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #footer .con_copyright .box_pri, #footer .con_copyright .box_copyright {
    width: 100%;
  }
}

#fixnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0583c4;
  z-index: 22;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 768px) {
  #fixnav-sp {
    display: none !important;
  }
}
@media print {
  #fixnav-sp {
    display: none !important;
  }
}
.ie8 #fixnav-sp {
  display: none !important;
}
#fixnav-sp li {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  padding: .6em 0;
}
#fixnav-sp li a, #fixnav-sp li span {
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 74%;
}
#fixnav-sp li a img, #fixnav-sp li span img {
  display: block;
  margin: 0 auto .5em;
  max-width: 49px;
  width: 25.52083%;
  line-height: 1;
}
#fixnav-sp li a em, #fixnav-sp li span em {
  display: block;
  text-align: center;
}
#fixnav-sp li:first-child a {
  border-left: none;
}
#fixnav-sp.fixnav_recruit {
  display: none;
}

@media only screen and (max-width: 767px) {
  .con_second_nav#pop_service {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: -2000;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15%;
  }

  .serviceOpen .con_second_nav#pop_service {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    height: 100%;
    z-index: 2000;
  }
}
#sp_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow-y: scroll;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  display: none;
}
#sp_menu .con_menu {
  max-width: 650px;
  margin: auto;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 767px) {
  #sp_menu .con_menu {
    padding: 10% 0 3%;
  }
}
#sp_menu .con_menu .logo {
  width: 170px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #sp_menu .con_menu .logo {
    width: 30.68182%;
  }
}
@media only screen and (max-width: 767px) {
  #sp_menu .con_menu .logo {
    width: 35%;
  }
}
#sp_menu .con_menu .box_menu {
  margin-top: 100px;
  overflow: hidden;
  letter-spacing: .08em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #sp_menu .con_menu .box_menu {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #sp_menu .con_menu .box_menu {
    margin-top: 5%;
  }
}
#sp_menu .con_menu .box_menu,
#sp_menu .con_menu .box_menu * {
  box-sizing: border-box;
}
#sp_menu .con_menu .box_menu > li {
  border-bottom: 1px solid #dcdcdc;
}
#sp_menu .con_menu .box_menu > li a,
#sp_menu .con_menu .box_menu > li button, #sp_menu .con_menu .box_menu > li.btn_tel > .tel {
  display: flex;
  width: 100%;
  color: #131313;
}
.mouse #sp_menu .con_menu .box_menu > li a, .mouse
#sp_menu .con_menu .box_menu > li button, .mouse #sp_menu .con_menu .box_menu > li.btn_tel > .tel {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse #sp_menu .con_menu .box_menu > li a:hover, .touch #sp_menu .con_menu .box_menu > li a.touchstart, .mouse
#sp_menu .con_menu .box_menu > li button:hover, .touch
#sp_menu .con_menu .box_menu > li button.touchstart, .mouse #sp_menu .con_menu .box_menu > li.btn_tel > .tel:hover, .touch #sp_menu .con_menu .box_menu > li.btn_tel > .tel.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.touch #sp_menu .con_menu .box_menu > li a, .touch
#sp_menu .con_menu .box_menu > li button, .touch #sp_menu .con_menu .box_menu > li.btn_tel > .tel {
  -webkit-tap-highlight-color: transparent;
}
.touch #sp_menu .con_menu .box_menu > li a.touchend, .touch
#sp_menu .con_menu .box_menu > li button.touchend, .touch #sp_menu .con_menu .box_menu > li.btn_tel > .tel.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#sp_menu .con_menu .box_menu > li a, #sp_menu .con_menu .box_menu > li.btn_tel > .tel {
  text-decoration: none;
}
#sp_menu .con_menu .box_menu > li a:after, #sp_menu .con_menu .box_menu > li.btn_tel > .tel:after {
  margin-left: auto;
  margin-top: .4em;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #D2B48C;
  border-style: solid;
  border-width: .4em 0 .4em .4em;
}
#sp_menu .con_menu .box_menu > li > a,
#sp_menu .con_menu .box_menu > li > button, #sp_menu .con_menu .box_menu > li.btn_tel > .tel {
  padding: 5.33333%;
  font-size: 100%;
  font-weight: bold;
  background: #fff;
}
#sp_menu .con_menu .box_menu > li button {
  align-items: center;
}
#sp_menu .con_menu .box_menu > li button:not(.active) + .box_nav {
  display: none;
}
#sp_menu .con_menu .box_menu > li button:not(.active) .ico_toggle::before {
  transform: rotate(-90deg);
}
#sp_menu .con_menu .box_menu > li button.active .ico_toggle::before {
  opacity: 0;
}
#sp_menu .con_menu .box_menu > li button .ico_toggle {
  position: relative;
  margin-left: auto;
  width: .8em;
  height: .8em;
  aspect-ratio: 1 / 1;
  transition: inherit;
}
#sp_menu .con_menu .box_menu > li button .ico_toggle::before, #sp_menu .con_menu .box_menu > li button .ico_toggle::after {
  color: #D2B48C;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: inherit;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: inherit;
  content: "";
}
#sp_menu .con_menu .box_menu > li a p span {
  display: block;
}
#sp_menu .con_menu .box_menu > li .box_nav {
  padding: 0 5.33333%;
  background: #dcdcdc;
}
#sp_menu .con_menu .box_menu > li .box_nav > li {
  font-size: calc(13 / 15 * 1em);
}
#sp_menu .con_menu .box_menu > li .box_nav > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#sp_menu .con_menu .box_menu > li .box_nav > li a {
  padding: 5.33333% 0;
}
#sp_menu .con_menu .box_menu > li .box_nav > li a .ic_blank {
  display: inline-block;
  width: .8em;
  height: .8em;
  background: url(../re_images/common/ic_blank.svg) no-repeat;
  background-size: cover;
  transform: translate(0.4em, 4px);
}
#sp_menu .con_menu .box_menu > li .box_nav > li dl {
  margin-top: 0;
}
#sp_menu .con_menu .box_menu > li .box_nav > li dl dt {
  padding: 5.33333% 0;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
#sp_menu .con_menu .box_menu > li .box_nav > li dl dt::before {
  content: "■ ";
}
#sp_menu .con_menu .box_menu > li .box_nav > li dl dd ul li {
  font-size: 115%;
}
#sp_menu .con_menu .box_menu > li .box_nav > li dl dd ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#sp_menu .con_menu .box_menu > li .box_nav > li:not(:first-child) dl dt {
  padding-top: 3em;
}
#sp_menu .con_menu .snav {
  margin-top: 2.30769rem;
}
#sp_menu .con_menu .snav li {
  margin-bottom: 1.92308rem;
}
#sp_menu .con_menu .snav li a {
  padding: 0 5.33333%;
  text-decoration: none;
}

/* -----------------------------------------------------------
	sub navi style
----------------------------------------------------------- */
.box_service_sub_nav {
  text-align: left;
  padding: 2% 0 0;
}
.box_service_sub_nav .box_service_nav {
  margin: auto;
  max-width: 2500px;
  width: 92%;
  display: flex;
  margin-bottom: 2%;
}
@media only screen and (min-width: 1280px) {
  .box_service_sub_nav .box_service_nav {
    justify-content: space-between;
  }
}
@media print {
  .box_service_sub_nav .box_service_nav {
    justify-content: space-between;
  }
}
.ie8 .box_service_sub_nav .box_service_nav {
  justify-content: space-between;
}
.box_service_sub_nav .box_service_nav dl {
  width: 22.85714%;
  max-width: 290px;
}
.box_service_sub_nav .box_service_nav dl.box_inbound ul li a::before {
  top: calc(11 / 15 * 1em);
  transform: unset;
}
.box_service_sub_nav .box_service_nav dl.box_inbound ul li a::after {
  top: calc(11 / 15 * 1em);
  transform: translateY(calc(6 / 15 * 1em));
}
.box_service_sub_nav .box_service_nav dl dt {
  margin-bottom: calc(14 / 17 * 1em);
  padding: calc(15 / 17 * 1em) 0;
  letter-spacing: .08em;
  font-size: calc(17 / 15 * 1em);
  font-weight: bold;
  border-bottom: 2px solid #f0f0ee;
}
.box_service_sub_nav .box_service_nav dl dd {
  font-size: 100%;
}
.box_service_sub_nav .box_service_nav dl dd ul li a {
  border-bottom: none;
}
.box_service_sub_nav .box_service_nav dl dd ul li a span.ic_blank {
  display: inline-block;
  width: .8em;
  height: .8em;
  background: url(../re_images/common/ic_blank.svg) no-repeat;
  background-size: cover;
  transform: translateX(-0.5em);
}
.box_service_sub_nav .box_service_footer {
  background: #dcdcdc;
  padding: 2.33333% 2.33333% 3.33333%;
}
.box_service_sub_nav .box_service_footer .box_service_other {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto 1.53846rem;
  background: #fff;
  padding: 1.33333% 3%;
  background: #fff;
  border-radius: 15px;
}
.box_service_sub_nav .box_service_footer .box_service_other dl {
  display: flex;
  align-items: center;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dt {
  width: 10.66667%;
  flex-shrink: 0;
  letter-spacing: .08em;
  padding-block: calc( 13 / 17 * 1em);
  font-size: 114%;
  font-weight: bold;
  margin-right: 3.5461%;
  border-right: 1px solid #8f8f8f;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd {
  width: 100%;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd ul {
  display: flex;
  justify-content: flex-start;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd ul li {
  margin-right: 3em;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd ul li a {
  display: block;
  border-bottom: none;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd ul li a span {
  display: block;
  font-size: 87%;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd ul li a:before {
  top: 30%;
}
.box_service_sub_nav .box_service_footer .box_service_other dl dd ul li a:after {
  top: 25%;
  left: .45em;
  width: 4px;
  height: 4px;
  border: 0;
  border-top: 1px solid #D2B48C;
  border-right: 1px solid #D2B48C;
  transform: rotate(45deg);
}
.box_service_sub_nav .box_service_footer .box_service_other.last {
  margin-bottom: 0;
}
.box_service_sub_nav .box_nav {
  overflow: hidden;
  text-align: left;
}
.box_service_sub_nav .box_nav li {
  float: left;
  width: 31.76471%;
  margin-left: 2.35294%;
}
.box_service_sub_nav .box_nav li:first-child, .box_service_sub_nav .box_nav li:first-child + * + * + *, .box_service_sub_nav .box_nav li:first-child + * + * + * + * + * + *, .box_service_sub_nav .box_nav li:first-child + * + * + * + * + * + * + * + * + * {
  margin-left: 0;
  clear: left;
}
.box_service_sub_nav .box_nav li a {
  padding-block: calc(14 / 17 * 1em);
  font-size: calc(17 / 15 * 1em);
}
.box_service_sub_nav ul li {
  position: relative;
}
.box_service_sub_nav ul li:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 0;
  -moz-transition: width, 0.4s;
  -o-transition: width, 0.4s;
  -webkit-transition: width, 0.4s;
  transition: width, 0.4s;
}
.box_service_sub_nav ul li a {
  display: flex;
  align-items: baseline;
  gap: calc(18 / 15 * 1em);
  padding: calc(8 / 15 * 1em) 0 calc(8 / 15 * 1em) calc(10 / 5 * 1em);
  line-height: 1.66667;
  white-space: normal;
  letter-spacing: -.04em;
  text-decoration: none;
  border-bottom: 2px solid #f0f0ee;
  position: relative;
  z-index: 2;
  -moz-transition: color, 0.4s;
  -o-transition: color, 0.4s;
  -webkit-transition: color, 0.4s;
  transition: color, 0.4s;
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  .box_service_sub_nav ul li a {
    gap: 1em;
  }
}
.box_service_sub_nav ul li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 18px;
  height: 18px;
  background: #FDF5E6 !important;
  border: 1px solid #d4d4d4;
  border-radius: 100vh;
}
.box_service_sub_nav ul li a:after {
  position: absolute;
  top: 50%;
  left: .55em;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid #D2B48C;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.box_service_sub_nav ul li:hover::after {
  width: 100%;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  table.tbl_basic {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
    font-size: 87%;
  }
}
table.tbl_basic th, table.tbl_basic td {
  border: 1px solid #dfdfdf;
  vertical-align: top;
}
table.tbl_basic th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 225px;
  background: #f1f1f1;
  padding: 1em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  table.tbl_basic th {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
    width: 100%;
  }
}
table.tbl_basic td {
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th, table.tbl_basic td {
    display: block;
  }
  table.tbl_basic tr th {
    text-align: center;
    padding: 1em 0;
    border-bottom: none;
  }
  table.tbl_basic tr + tr th {
    border-top: none;
  }
}

/* -----------------------------------------------------------
	Title
----------------------------------------------------------- */
.st_common_01 {
  text-align: center;
  font-size: 294%;
  color: #198bff;
  line-height: 1.2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_common_01 {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .st_common_01 {
    font-size: 147%;
  }
}
.st_common_01 span {
  position: relative;
  z-index: 2;
}
.st_common_01 span:after {
  content: '';
  background: #f0ff00;
  height: 38%;
  width: 105%;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  display: block;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .st_common_01 span.bg_pc:after {
    width: 105%;
  }
  .st_common_01 span.bg_pc > span:after {
    display: none;
  }
}
@media print {
  .st_common_01 span.bg_pc:after {
    width: 105%;
  }
  .st_common_01 span.bg_pc > span:after {
    display: none;
  }
}
.ie8 .st_common_01 span.bg_pc:after {
  width: 105%;
}
.ie8 .st_common_01 span.bg_pc > span:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .st_common_01 span.bg_pc:after {
    display: none;
  }
  .st_common_01 span.bg_pc > span {
    display: inline-block;
  }
  .st_common_01 span.bg_pc > span:after {
    height: 32%;
    bottom: 7%;
  }
}

.st_common_02 {
  text-align: center;
  font-size: 267%;
  line-height: 1.2;
  position: relative;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .st_common_02 {
    font-size: 227%;
  }
}
@media only screen and (max-width: 767px) {
  .st_common_02 {
    font-size: 147%;
  }
}
.st_common_02:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 3px;
  left: 50%;
  background: #f0ff00;
  top: 0;
}
.st_common_02:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 3px;
  right: 50%;
  background: #198bff;
  top: 0;
}

.box_contact {
  margin-top: 110px;
}
@media only screen and (min-width: 1280px) {
  .box_contact {
    padding: 0 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .box_contact {
    padding: 0 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ie8 .box_contact {
  padding: 0 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_contact {
    margin-top: 10%;
  }
}
.box_contact h5 {
  font-size: 234%;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_contact h5 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .box_contact h5 {
    font-size: 134%;
  }
}





