@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: .2em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #595757;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pwid";
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

html {
  font-size: 1px;
  /*@media (max-width:$breakpoint_sp) {
    font-size: .08vw;
  }*/
}

@media (max-width: 1300px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .26vw;
  }
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a.no-link,
a.disable,
.disable a,
a.coming-soon {
  cursor: default !important;
  pointer-events: none;
}

a.disable,
.disable a {
  opacity: .5 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

.bottom-links a.disable {
  opacity: 1 !important;
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  span.pc {
    display: inline !important;
  }
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

/* ----------------------------------------
  responsible-contents  tablet 
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

/* ----------------------------------------
  responsible-contents  sp 
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*==================================================================================
 common
==================================================================================*/
.all-wrap {
  position: relative;
  overflow: hidden;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: .2em;
  color: #748A98;
}

.all-wrap img {
  width: 100%;
}

.all-wrap .main {
  position: relative;
  z-index: 1;
}

.serif {
  font-family: 'Shippori Mincho', serif;
}

.garamond {
  font-family: 'EB Garamond', serif;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  margin: 0 auto;
  max-width: 1200rem;
}

.fixed-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/contents-bg.jpg);
  background-size: cover;
}

main {
  position: relative;
  padding-top: 106px;
}

main figure {
  position: relative;
}

main .colorBlack {
  color: #000 !important;
}

main .colorWhite {
  color: #fff !important;
}

main img {
  width: 100%;
}

.image,
.images {
  position: relative;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 10rem;
  line-height: 1;
  background: rgba(21, 21, 21, 0.6);
  color: #fff;
  padding: 4rem 8rem;
}

.caption.no-bg {
  color: #1D1D1D;
  background: none;
}

.caption.bottom {
  bottom: -20px;
}

img {
  max-width: 100%;
  height: auto;
}

.font-size0 {
  font-size: 0%;
}

.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.font-size455 {
  font-size: 455%;
}

.font-size460 {
  font-size: 460%;
}

.font-size465 {
  font-size: 465%;
}

.font-size470 {
  font-size: 470%;
}

.font-size475 {
  font-size: 475%;
}

.font-size480 {
  font-size: 480%;
}

.font-size485 {
  font-size: 485%;
}

.font-size490 {
  font-size: 490%;
}

.font-size495 {
  font-size: 495%;
}

.font-size500 {
  font-size: 500%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe, .click-btn {
    display: block;
    text-align: center;
    width: 80%;
    margin: 20px auto;
  }
  .cap-sp {
    font-size: 11px;
    margin: 6px 10px 0 0;
    text-align: right;
  }
}

.js-scroll {
  transform: translateY(20px);
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s ease, transform 1.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), filter 1s;
}

.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
  filter: blur(0px);
}

.js-scroll01 {
  /*transform : translateX(-100%);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.1s;
  &.on {
    transform : translateX(0);
    opacity: 1;
  }*/
}

.js-scroll02 {
  /*transform : translateX(100%);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.1s;
  &.on {
    transform : translateX(0);
    opacity: 1;
  }*/
}

.page-annotation {
  position: relative;
  z-index: 2;
  padding: 40rem 0 70rem;
  font-size: 11px;
  line-height: 1.5;
}

.page-annotation p {
  line-height: 1.5;
  letter-spacing: .1em;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.common-cv-button01 {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16rem;
  color: #fff;
  text-align: center;
  padding: 20rem 23rem;
  background: #fff;
  transition: border-width .5s;
}

.common-cv-button01 span {
  position: relative;
  z-index: 4;
  letter-spacing: .015em;
  transition: letter-spacing .5s;
}

.common-cv-button01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #549FCA;
  transform: scale(1);
  transition: transform .5s;
  opacity: 1;
  z-index: 1;
}

.common-cv-button01::after {
  content: ">>>";
  position: absolute;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  z-index: 3;
}

.common-cv-button01.color02::before {
  background: linear-gradient(45deg, #DEA7A7 0%, #A75D50 100%);
  background: #549FCA;
}

.common-cv-button01.color03::before {
  background: linear-gradient(45deg, #86AFC6 0%, #44738E 100%);
  background: #5F8971;
}

@media screen and (min-width: 1025px) {
  .common-cv-button01:hover {
    opacity: 1 !important;
  }
  .common-cv-button01:hover span {
    letter-spacing: .25em;
  }
  .common-cv-button01:hover::before {
    transform: scale(2);
  }
}

.common-button02,
.common-button01 {
  display: block;
  box-sizing: border-box;
  height: 70rem;
  max-width: 272rem;
  text-align: right;
  position: relative;
  color: #fff;
  font-size: 18rem;
  overflow: hidden;
}

.common-button02.none,
.common-button01.none {
  pointer-events: none;
}

.common-button02 .in,
.common-button01 .in {
  display: block;
  position: absolute;
  padding: 24rem 5%;
  box-sizing: border-box;
  width: 100%;
  transition: border .5s;
}

.common-button02 .in::after,
.common-button01 .in::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  background: #549FCA;
  transform: scale(1);
  transition: transform .5s;
  opacity: 1;
}

.common-button02 .in span,
.common-button01 .in span {
  position: relative;
  z-index: 2;
  letter-spacing: .1em;
  transition: letter-spacing .5s;
}

@media screen and (min-width: 1025px) {
  .common-button02:hover,
  .common-button01:hover {
    opacity: 1 !important;
  }
  .common-button02:hover .in,
  .common-button01:hover .in {
    border-width: 0px;
  }
  .common-button02:hover .in::after,
  .common-button01:hover .in::after {
    transform: scale(1.1);
  }
  .common-button02:hover .in span,
  .common-button01:hover .in span {
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 768px) {
  .common-button02,
  .common-button01 {
    height: auto;
    max-width: auto;
    max-width: inherit;
    font-size: 18rem;
  }
  .common-button02 .in,
  .common-button01 .in {
    padding: 16rem 5%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    padding-right: 10rem;
  }
  .common-button02 .in span,
  .common-button01 .in span {
    position: relative;
    z-index: 2;
    letter-spacing: .1em;
    transition: letter-spacing .5s;
  }
}

.common-button02 {
  background: linear-gradient(100deg, #0E6BB2 0%, #93A5C3 60%, #5C5C89 80%, #073659 100%);
}

.common-button02 .in::after {
  background: #172D54;
}

.haeder-cv-button01 {
  display: block;
  padding: 8rem 20rem 8rem;
  color: #fff;
  box-sizing: border-box;
  width: 145rem;
  text-align: center;
  font-size: 12rem;
  background: #549FCA;
  background-position: left center;
  background-size: 200%;
  transition: background-position .5s;
}

@media screen and (min-width: 1025px) {
  .haeder-cv-button01:hover {
    opacity: 1 !important;
    transition: background-position .5s;
    background-position: right center;
  }
}

.haeder-cv-button01.color02 {
  background: #5F8971;
  background-position: left center;
  background-size: 200%;
}

@media screen and (min-width: 1025px) {
  .haeder-cv-button01.color02:hover {
    opacity: 1 !important;
    transition: background-position .5s;
    background-position: right center;
  }
}

.haeder-cv-button01.color03 {
  background: #5F8971;
  background-position: left center;
  background-size: 200%;
}

@media screen and (min-width: 1025px) {
  .haeder-cv-button01.color03:hover {
    opacity: 1 !important;
    transition: background-position .5s;
    background-position: right center;
  }
}

/*==================================================================================
 site-header
==================================================================================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(0%);
  transition: transform .35s;
}

.site-header.on {
  transform: translateY(-100%);
}

.site-header .wrap {
  position: relative;
}

.site-header .logo {
  padding: 46rem 0rem 15rem;
  width: 240rem;
}

.site-header .tools-wrap {
  position: absolute;
  top: 12rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .tool-outline,
.site-header .tool-map {
  margin-right: 25rem;
}

.site-header .tool-outline a,
.site-header .tool-map a {
  color: #393939;
  font-size: 12rem;
  display: block;
  position: relative;
}

.site-header .tool-outline a::after,
.site-header .tool-map a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 100%;
  margin-right: 5rem;
  width: 10rem;
  height: 1px;
  background-color: #393939;
}

.site-header .tool-outline {
  margin-right: 12rem;
}

@media screen and (max-width: 1024px) {
  .site-header .logo {
    width: 240rem;
  }
  .site-header .haeder-cv-button01 {
    width: 160rem;
  }
}

@media screen and (max-width: 768px) {
  .site-header .logo {
    width: 180rem;
    padding: 15rem 0;
  }
  .site-header .menu {
    position: absolute;
    top: 50%;
    width: 40rem;
    height: 22rem;
    right: 20rem;
    transform: translateY(-50%);
  }
  .site-header .menu .lines {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #172D54;
    display: block;
    right: 0;
    transition: width .6s;
  }
  .site-header .menu .line01 {
    top: 0;
  }
  .site-header .menu .line02 {
    top: 50%;
  }
  .site-header .menu .line03 {
    top: 100%;
  }
  .site-header .menu.on .line02 {
    width: 60%;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  background-color: #fff;
  z-index: 2;
  color: #172D54;
}

.site-footer .footer-navigation {
  padding: 80rem 0;
  background: none;
}

.site-footer .footer-navigation .lead {
  color: #549FCA;
  font-size: 30rem;
  line-height: 1.2;
  padding-bottom: 77rem;
  text-align: center;
}

.site-footer .footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .footer-navigation li {
  width: 50%;
  position: relative;
}

.site-footer .footer-navigation li.disable a {
  opacity: 1 !important;
}

.site-footer .footer-navigation li.disable::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #172D54;
  mix-blend-mode: multiply;
  opacity: .4;
  transition: opacity .5s;
}

.site-footer .footer-navigation li a {
  display: block;
  position: relative;
  color: #fff;
}

.site-footer .footer-navigation li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #172D54;
  mix-blend-mode: multiply;
  opacity: .4;
  transition: opacity .5s;
}

.site-footer .footer-navigation li a:hover {
  opacity: 1 !important;
}

.site-footer .footer-navigation li a:hover::after {
  opacity: 0;
}

.site-footer .footer-navigation li a.none {
  pointer-events: none;
}

.site-footer .footer-navigation li a .en {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  line-height: 1.9;
  font-size: 30rem;
  text-align: center;
  font-weight: normal;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.site-footer .footer-navigation li a .en .mini {
  padding-top: 10rem;
  display: block;
  font-size: 18rem;
}

.site-footer .copyright {
  padding: 15px 0;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  background: #10395c;
  color: #fff;
  margin-top: 50rem;
}

.site-footer .contact {
  margin: 0 auto;
  max-width: 1100rem;
  width: 90%;
  padding-bottom: 95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer .contact li {
  width: 33%;
  margin-right: 20rem;
}

.site-footer .contact li:last-child {
  margin-right: 0;
}

.site-footer .contact a {
  box-shadow: 0px 0px 16px #aaa;
}

@media screen and (max-width: 768px) {
  .site-footer .contact li {
    margin-right: auto;
  }
}

.site-footer .holiday {
  margin: 0 auto 30px;
  text-align: center;
}

.site-footer .holiday .text {
  color: #172D54;
  font-size: 14rem;
  line-height: 1.8;
  text-align: center;
  border: 1px solid;
  display: inline-block;
  padding: 20px;
}

.site-footer .holiday .text span {
  padding-bottom: 13px;
  display: inline-block;
}

.site-footer .detail {
  text-align: center;
  padding-bottom: 45rem;
}

.site-footer .detail .office-name {
  font-size: 14rem;
  line-height: 1.8;
  padding-bottom: 10rem;
}

.site-footer .detail .phone-number {
  padding-bottom: 20rem;
}

.site-footer .detail .phone-number a {
  font-size: 50rem;
  line-height: 1.2;
  color: #172D54;
}

.site-footer .detail .business-hour {
  font-size: 14rem;
  line-height: 1.8;
}

.site-footer .detail .holiday {
  font-size: 15rem;
  line-height: 1.8;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  margin: 20rem auto 0;
  border: 1px solid;
}

.site-footer .bnr_area {
  max-width: 720rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 100px;
}

.site-footer .bnr_area li {
  width: 48%;
  margin-right: 4%;
}

.site-footer .bnr_area li:last-child {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .site-footer .bnr_area {
    display: block;
    margin: 0 auto 50px;
    padding: 0 10px;
  }
  .site-footer .bnr_area li {
    width: 100%;
  }
  .site-footer .bnr_area li:last-child {
    margin-top: 20px;
  }
}

.site-footer .company-links {
  max-width: 720rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .company-links li {
  width: 26%;
  margin-right: 3%;
}

.site-footer .company-links li:nth-child(2) {
  width: 30%;
}

.site-footer .company-links li:last-child {
  width: 37%;
  margin-right: auto;
}

.site-footer .company-links p {
  font-size: 12rem;
  padding-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 42rem;
  }
  .site-footer .footer-navigation {
    padding: 53rem 0 50rem;
  }
  .site-footer .footer-navigation .lead {
    font-size: 22rem;
    padding-bottom: 40rem;
  }
  .site-footer .footer-navigation li {
    width: 50%;
  }
  .site-footer .footer-navigation li a .en {
    list-style: 1.9;
    font-size: 22rem;
  }
  .site-footer .footer-navigation li a .en .mini {
    padding-top: 10rem;
    font-size: 14rem;
  }
  .site-footer .footer-navigation li a .en .mini01 {
    display: inherit;
  }
  .site-footer .copyright {
    font-size: 10px;
    line-height: 1.7;
  }
  .site-footer .contact {
    margin: 0 auto;
    max-width: 900rem;
    width: 90%;
    padding-bottom: 35rem;
    display: block;
  }
  .site-footer .contact li {
    width: auto;
    margin-bottom: 20rem;
  }
  .site-footer .detail {
    padding-bottom: 45rem;
  }
  .site-footer .detail .office-name {
    font-size: 14rem;
    padding-bottom: 7rem;
    color: #393939;
  }
  .site-footer .detail .phone-number {
    padding-bottom: 10rem;
  }
  .site-footer .detail .phone-number a {
    font-size: 40rem;
    line-height: 1.2;
    color: #172D54;
  }
  .site-footer .detail .business-hour {
    font-size: 14rem;
    color: #393939;
  }
  .site-footer .company-links {
    max-width: 600rem;
    display: block;
  }
  .site-footer .company-links li {
    margin: 0 auto 25rem;
    width: 51%;
  }
  .site-footer .company-links li:nth-child(2) {
    width: 65%;
  }
  .site-footer .company-links li:last-child {
    width: 79%;
    margin: auto;
  }
  .site-footer .company-links p {
    font-size: 11rem;
    padding-bottom: 8rem;
  }
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30;
}

/*==================================================================================
 navi
==================================================================================*/
.global-navi {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: calc(100% - 260rem);
}

.global-navi .links {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.global-navi .links li {
  position: relative;
}

.global-navi .links a {
  position: relative;
  padding: 20rem 0 10rem;
  display: block;
  color: #393939;
  text-align: center;
}

.global-navi .links a span {
  display: block;
}

.global-navi .links a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #966545;
  transition: left .5s,width .5s;
}

.global-navi .links a:hover {
  opacity: 1 !important;
}

.global-navi .links a:hover::before {
  width: 100%;
  left: 0;
}

.global-navi .links .en {
  font-size: 12rem;
}

.global-navi .links .ja {
  font-size: 10rem;
}

.global-navi .current a {
  pointer-events: none;
}

.global-navi .current a::before {
  width: 100%;
  left: 0;
}

.global-navi .disable a::before {
  display: none;
}

@media screen and (min-width: 1025px) {
  .sp-navi {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-navi {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    transition: transform .35s;
    transform: translateY(100%);
  }
  .sp-buttons.on {
    transform: translateY(0%);
  }
  .sp-buttons li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .sp-buttons a {
    display: block;
    padding: 20rem 0 20rem;
    color: #fff;
    line-height: 1.4;
    font-size: 12rem;
    background: linear-gradient(0deg, #C79754 0%, #966545 100%);
    background: #549FCA;
  }
  .sp-buttons a img {
    height: 25rem;
    margin-bottom: 5rem;
  }
  .sp-buttons a img.icn02 {
    height: 20rem;
  }
  .sp-buttons a img.icn05 {
    height: 20rem;
  }
  .sp-buttons .button03 a,
  .sp-buttons .button02 a {
    background: #10395c;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 19rem 0 20rem;
  }
  .sp-buttons .button03 a {
    border-left: none;
  }
  .sp-buttons .button01 a {
    background: #549FCA;
  }
  .sp-buttons .button04 a {
    background: linear-gradient(0deg, #86AFC6 0%, #44738E 100%);
    background: #5F8971;
  }
  .sp-navi {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 10002;
    box-sizing: border-box;
    background: #021534;
    padding-top: 0rem !important;
  }
  .sp-navi .close-btn {
    position: absolute;
    top: 11rem;
    right: 11rem;
    width: 55rem;
    height: 55rem;
  }
  .sp-navi .close-btn .lines {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .sp-navi .close-btn .line02 {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .sp-navi .close a {
    display: block;
    height: 64rem;
    position: relative;
  }
  .sp-navi .close span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 32rem;
    height: 32rem;
    border: 2px solid #4982A0;
  }
  .sp-navi .close span::after, .sp-navi .close span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 26rem;
    height: 2rem;
    background-color: #4982A0;
  }
  .sp-navi .close span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .sp-navi .navi-logo {
    background-color: #fff;
    padding: 20rem 24%;
  }
  .sp-navi .links {
    box-sizing: border-box;
    border-bottom: 1px solid #4982A0;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: auto;
  }
  .sp-navi .links li {
    float: left;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
  }
  .sp-navi .links li:nth-child(2n) {
    float: right;
    border-right: none;
  }
  .sp-navi .links a {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 8rem 0;
    text-align: center;
    color: #fff;
  }
  .sp-navi .links .en {
    display: block;
    font-size: 16rem;
  }
  .sp-navi .links .ja {
    padding-top: 6rem;
    display: block;
    font-size: 10px;
    color: #fff;
  }
  .sp-navi .button-links li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .sp-navi .button-links a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #4982A0;
    padding: 20rem 0;
    font-size: 16rem;
    background: linear-gradient(90deg, #263B72 50%, #050F29);
  }
  .sp-navi .button-links .button02 {
    background: linear-gradient(90deg, #7F8589 0%, #5E6164 50%);
  }
  .sp-navi .common-cv-button01 {
    border: none;
    padding: 12rem 0;
  }
}

.sp-navi .links .new a,
.global-navi .links .new a {
  position: relative;
}

.sp-navi .links .new a::after,
.global-navi .links .new a::after {
  content: "New";
  display: inline-block;
  padding: 2.5rem 8rem;
  background: #8B7357;
  color: #fff;
  font-size: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-navi .links .new a::after {
  padding: 2.5rem 8rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /*====================================
 common
======================================*/
  /*==============================
 site-header
================================*/
  /*==============================
 siteFooter
===============================*/
  /*====================
 global-navi
=============================*/
}

/*# sourceMappingURL=style.css.map */
