@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
$slick-font-path: "./fonts/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
*/
/*
@function slick-image-url($url) {
	@if function-exists(image-url) {
			@return image-url($url);
	}
	@else {
			@return url($slick-loader-path + $url);
	}
}

@function slick-font-url($url) {
	@if function-exists(font-url) {
			@return font-url($url);
	}
	@else {
			@return url($slick-font-path + $url);
	}
}
*/
/* Slider

.slick-list {
	.slick-loading & {
			background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
	}
}
*/
/* Icons 
@if $slick-font-family == "slick" {
	@font-face {
			font-family: "slick";
			src: slick-font-url("slick.eot");
			src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
			font-weight: normal;
			font-style: normal;
	}
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@media screen and (max-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  p.commonBox {
    background-color: #f5f6fa;
    padding: 20px;
    line-height: 2; }
  p.imgInP {
    overflow: hidden; }
    p.imgInP .imgInLeft {
      display: block;
      margin-bottom: 20px; }
      p.imgInP .imgInLeft img {
        width: 100%;
        max-width: 400px; }
    p.imgInP .imgInRight {
      display: block;
      margin-bottom: 20px; }
      p.imgInP .imgInRight img {
        width: 100%;
        max-width: 400px; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none; }
    .commonBoxList li {
      background-color: #f2f3f7; }
      .commonBoxList li:first-child ~ li {
        margin-top: 10px; }
    .commonBoxList .boxList-ttl,
    .commonBoxList .txt {
      padding: 20px; }
    .commonBoxList .boxList-ttl {
      color: #33459e;
      font-size: 20px;
      font-weight: bold; }
    .commonBoxList .txt {
      border-top: solid 2px #fff; }
  .commonBoxList2 {
    list-style: none; }
    .commonBoxList2 li {
      background-color: #f2f3f7;
      font-weight: bold;
      font-size: 18px;
      position: relative;
      padding: 20px; }
      .commonBoxList2 li:first-child ~ li {
        margin-top: 10px; }
      .commonBoxList2 li .download {
        color: #33459e;
        cursor: pointer;
        display: block;
        font-weight: normal;
        font-size: 15px;
        position: relative;
        padding-left: 24px;
        margin-top: 12px; }
        .commonBoxList2 li .download::before {
          content: url("../images/second/download.png");
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      .commonBoxList2 li a {
        text-decoration: none;
        color: #000;
        display: block; }
  a[href^="tel:"] {
    color: #fff; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .btn {
    width: 240px;
    height: 40px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    position: relative;
    padding: 0 30px;
    text-decoration: none; }
    .btn:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 14px; }
    .btn.red {
      border: 2px solid #e6393f;
      background-color: #e6393f;
      color: #fff; }
    .btn.white {
      border: 2px solid #e6393f;
      background-color: #fff;
      color: #e6393f; }
      .btn.white:after {
        border-color: #e6393f; }
  footer {
    background-color: #33459e; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .commonWrap {
    margin: 0 auto 90px;
    width: 100%;
    padding: 0 15px; }
    .commonWrap p {
      margin-bottom: 20px; }
      .commonWrap p.commonBox {
        background-color: #f5f6fa;
        padding: 20px;
        line-height: 2; }
  #copperBox {
    background: #fff;
    padding: 0 0 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin-top: 50px; }
    #copperBox .forIsScroll {
      display: block; }
    #copperBox .copperInner {
      display: flex;
      align-items: center;
      padding: 0 20px;
      justify-content: space-between; }
      #copperBox .copperInner .right {
        padding-right: 20px; }
      #copperBox .copperInner br {
        display: none; }
    #copperBox a {
      color: #000;
      text-decoration: none; }
    #copperBox .read {
      background-color: #33459e;
      color: #fff;
      font-size: 14px;
      position: relative;
      margin: 0 0 8px;
      padding: 6px 0 8px 0;
      line-height: 1.2;
      text-align: center; }
      #copperBox .read span {
        display: inline-block; }
      #copperBox .read::before {
        content: url(../images/home/copper_icon.png);
        width: 25px;
        height: 19px;
        position: relative;
        top: 4px;
        left: -6px; }
    #copperBox .price {
      font-size: 12px;
      margin: 6px 0 2px; }
      #copperBox .price .number {
        color: #33459e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-right: 2px; }
      #copperBox .price .yen-ton {
        font-size: 12px; }
    #copperBox .date {
      font-size: 12px;
      font-weight: bold;
      background-color: #fff;
      display: block; }
    #copperBox .more {
      font-size: 12px;
      font-weight: bold;
      color: #e6393f;
      position: relative;
      margin: 6px 0; }
      #copperBox .more span {
        display: inline-block; }
      #copperBox .more::after {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        top: 6px;
        left: 140px;
        border-bottom: 2px solid #e6393f;
        border-right: 2px solid #e6393f;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .forPC {
    display: none !important; } }

@media print, screen and (min-width: 801px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  p.commonBox {
    background-color: #f5f6fa;
    padding: 20px 30px 20px 50px;
    line-height: 2; }
  p.imgInP {
    overflow: hidden; }
    p.imgInP .imgInLeft {
      float: left;
      margin-right: 20px;
      margin-bottom: 15px; }
    p.imgInP .imgInRight {
      float: right;
      margin-left: 20px;
      margin-bottom: 15px; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    .commonBoxList li {
      background-color: #f2f3f7;
      width: calc(50% - 5px); }
      .commonBoxList li:nth-child(2) ~ li {
        margin-top: 10px; }
    .commonBoxList .boxList-ttl,
    .commonBoxList .txt {
      padding: 23px 30px; }
    .commonBoxList .boxList-ttl {
      color: #33459e;
      font-size: 20px;
      font-weight: bold; }
    .commonBoxList .txt {
      border-top: solid 2px #fff;
      line-height: 1.87; }
  .commonBoxList2 {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    .commonBoxList2 li {
      background-color: #f2f3f7;
      position: relative;
      font-weight: bold;
      font-size: 20px;
      width: calc(50% - 5px);
      transition: .3s all; }
      .commonBoxList2 li:nth-child(2) ~ li {
        margin-top: 10px; }
      .commonBoxList2 li .download {
        color: #33459e;
        cursor: pointer;
        font-weight: normal;
        font-size: 15px;
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 90px; }
        .commonBoxList2 li .download::before {
          content: url("../images/second/download.png");
          display: block;
          position: absolute;
          top: 0;
          left: -24px; }
        .commonBoxList2 li .download.activeDownload {
          color: #fff; }
          .commonBoxList2 li .download.activeDownload::before {
            content: url("../images/second/download_white.png"); }
      .commonBoxList2 li a {
        text-decoration: none;
        color: #000;
        display: block;
        transition: .3s all;
        width: 100%;
        padding: 18px 30px; }
        .commonBoxList2 li a:hover {
          color: #fff;
          background-color: #33459e; }
  a[href^="tel:"] {
    color: #fff; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .inner {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto; }
  .btn {
    width: 240px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    position: relative;
    padding: 0 30px;
    text-decoration: none; }
    .btn:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 14px;
      transition: .5s all; }
    .btn:hover::after {
      border-top: 2px solid #e6393f;
      border-right: 2px solid #e6393f; }
    .btn.red {
      border: 2px solid #e6393f;
      background-color: #e6393f;
      color: #fff; }
      .btn.red:hover {
        -webkit-animation: redBtn .4s forwards;
                animation: redBtn .4s forwards; }
        .btn.red:hover:after {
          border-color: #e6393f; }
  @-webkit-keyframes redBtn {
    100% {
      background-color: #fff;
      color: #e6393f; } }
  @keyframes redBtn {
    100% {
      background-color: #fff;
      color: #e6393f; } }
    .btn.white {
      border: 2px solid #e6393f;
      background-color: #fff;
      color: #e6393f; }
      .btn.white:after {
        border-color: #e6393f; }
      .btn.white:hover {
        -webkit-animation: whiteBtn .4s forwards;
                animation: whiteBtn .4s forwards; }
        .btn.white:hover:after {
          border-color: #fff; }
  @-webkit-keyframes whiteBtn {
    100% {
      background-color: #e6393f;
      color: #fff; } }
  @keyframes whiteBtn {
    100% {
      background-color: #e6393f;
      color: #fff; } }
  footer {
    background-color: #33459e; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  #copperBox {
    background: #fff;
    padding: 0 0 8px;
    position: fixed;
    top: 200px;
    right: 0;
    width: 210px;
    z-index: 999;
    text-align: center;
    transition: .3s all;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.17); }
    #copperBox a {
      color: #000;
      display: block;
      transition: .5s all;
      text-decoration: none; }
      #copperBox a:hover {
        opacity: .8; }
    #copperBox .read {
      background-color: #33459e;
      color: #fff;
      font-size: 13px;
      position: relative;
      margin: 0 0 8px;
      padding: 6px 0 6px 50px;
      text-align: left;
      line-height: 1.4; }
      #copperBox .read span {
        display: block; }
      #copperBox .read::before {
        content: url(../images/home/copper_icon.png);
        width: 25px;
        height: 19px;
        position: absolute;
        top: 14px;
        left: 13px; }
    #copperBox .price {
      font-size: 14px;
      margin: 8px 0; }
      #copperBox .price .number {
        color: #33459e;
        font-size: 28px;
        font-weight: bold;
        margin-right: 4px;
        line-height: 1; }
      #copperBox .price .yen-ton {
        font-size: 12px; }
    #copperBox .date {
      font-size: 12px;
      font-weight: bold;
      background-color: #e6e6e6;
      display: block; }
    #copperBox .more {
      font-size: 14px;
      font-weight: bold;
      color: #e6393f;
      position: relative;
      margin: 8px 0;
      text-align: center; }
      #copperBox .more::after {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 7px;
        right: -12px;
        border-bottom: 1px solid #e6393f;
        border-right: 1px solid #e6393f;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .forSP {
    display: none !important; } }

@media screen and (max-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none; }
  .commonBoxList2 {
    list-style: none; }
  a[href^="tel:"] {
    color: #fff; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .btn.red {
    border: 2px solid #e6393f;
    background-color: #e6393f;
    color: #fff; }
  .btn.white {
    border: 2px solid #e6393f;
    background-color: #fff;
    color: #e6393f; }
    .btn.white:after {
      border-color: #e6393f; }
  footer {
    background-color: #33459e;
    width: 100%; }
    footer #footerInner {
      display: flex;
      flex-wrap: wrap; }
      footer #footerInner .credit {
        padding: 50px 2.5vw 30px 0;
        width: 100%;
        order: 4;
        text-align: center; }
        footer #footerInner .credit .logo {
          width: 180px;
          margin: auto; }
          footer #footerInner .credit .logo svg {
            width: 100%;
            height: auto;
            fill: #fff; }
        footer #footerInner .credit h2 {
          font-size: 15px;
          font-weight: 400;
          color: #fff;
          margin-top: 10px;
          margin-left: 2.5vw; }
        footer #footerInner .credit p {
          font-size: 13px;
          color: #fff;
          line-height: 1.6;
          color: #fff;
          margin-top: 15px; }
          footer #footerInner .credit p span {
            display: inline-block;
            margin-left: 2.5vw; }
          footer #footerInner .credit p .tel, footer #footerInner .credit p .fax {
            margin-left: 2.5vw; }
          footer #footerInner .credit p br.forPC {
            display: none; }
      footer #footerInner .footerMenu {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        footer #footerInner .footerMenu dl {
          width: 100%;
          border-bottom: 1px solid #5663a6; }
          footer #footerInner .footerMenu dl dt a {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;
            padding-left: 1em; }
          footer #footerInner .footerMenu dl.harf {
            width: 50%; }
            footer #footerInner .footerMenu dl.harf dt:nth-of-type(odd) {
              border-right: 1px solid #5663a6; }
            footer #footerInner .footerMenu dl.harf dt a {
              padding: 0;
              justify-content: center; }
          footer #footerInner .footerMenu dl dt.parent {
            display: flex; }
            footer #footerInner .footerMenu dl dt.parent a {
              flex: 1; }
            footer #footerInner .footerMenu dl dt.parent span {
              width: 50px;
              height: 50px;
              display: block;
              border-left: 1px solid #5663a6;
              position: relative; }
              footer #footerInner .footerMenu dl dt.parent span:after, footer #footerInner .footerMenu dl dt.parent span:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background-color: #fff;
                position: absolute;
                top: 24px;
                left: 15px; }
              footer #footerInner .footerMenu dl dt.parent span:before {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                transition: all .3s; }
              footer #footerInner .footerMenu dl dt.parent span.isOpen:before {
                -webkit-transform: rotate(0);
                        transform: rotate(0); }
          footer #footerInner .footerMenu dl dt.noChild a {
            position: relative;
            display: block;
            height: 50px;
            display: flex;
            align-items: center; }
            footer #footerInner .footerMenu dl dt.noChild a:after {
              content: "";
              display: block;
              width: 7px;
              height: 7px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 22px;
              margin: auto 0;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          footer #footerInner .footerMenu dl dd {
            display: none; }
            footer #footerInner .footerMenu dl dd ul {
              list-style: none;
              display: flex;
              flex-wrap: wrap; }
              footer #footerInner .footerMenu dl dd ul li {
                width: 50%;
                background-color: #5663a6;
                margin-top: 1px; }
                footer #footerInner .footerMenu dl dd ul li:nth-of-type(odd) {
                  border-right: 1px solid #33459e; }
                footer #footerInner .footerMenu dl dd ul li a {
                  display: flex;
                  align-items: center;
                  width: 100%;
                  height: 50px;
                  color: #fff;
                  text-decoration: none;
                  padding: 0 1em; }
      footer #footerInner .btn.red {
        font-size: 14px;
        width: 180px;
        height: 40px;
        margin: 20px auto 0;
        padding-left: 50px;
        white-space: nowrap; }
        footer #footerInner .btn.red::after {
          display: none; }
      footer #footerInner .icon.mail {
        width: 20px;
        position: absolute;
        height: 20px;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        fill: #fff; }
        footer #footerInner .icon.mail:active, footer #footerInner .icon.mail:hover {
          color: #e6393f; }
        footer #footerInner .icon.mail svg {
          width: 20px;
          height: 20px;
          fill: currentColor;
          -webkit-transform: .5s all;
                  transform: .5s all; }
      footer #footerInner .copy {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 1em 0;
        order: 5; }
    footer #pageTop {
      width: 50px;
      height: 50px;
      background-color: #33459e;
      position: fixed;
      bottom: -50px;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 10px;
      z-index: 99;
      cursor: pointer;
      /*
            &:hover {
                animation: pagetopHover .3s forwards;
                opacity: 1;
            }
            */ }
      footer #pageTop:after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      footer #pageTop.isScroll {
        -webkit-animation: pagetop .5s forwards;
                animation: pagetop .5s forwards; }
  @-webkit-keyframes pagetop {
    100% {
      bottom: 0; } }
  @keyframes pagetop {
    100% {
      bottom: 0; } }
  @-webkit-keyframes pagetopHover {
    100% {
      opacity: .7; } }
  @keyframes pagetopHover {
    100% {
      opacity: .7; } }
    footer .hideSp {
      display: none; }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; } }

@media screen and (min-width: 801px) and (max-width: 1049px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none; }
  .commonBoxList2 {
    list-style: none; }
  a[href^="tel:"] {
    color: #fff;
    margin-left: 2.5vw; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .btn.red {
    border: 2px solid #e6393f;
    background-color: #e6393f;
    color: #fff; }
  .btn.white {
    border: 2px solid #e6393f;
    background-color: #fff;
    color: #e6393f; }
    .btn.white:after {
      border-color: #e6393f; }
  footer {
    background-color: #33459e;
    width: 100%; }
    footer #footerInner {
      display: flex;
      flex-wrap: wrap; }
      footer #footerInner .credit {
        padding: 50px 2.5vw 50px 0;
        width: 100%;
        order: 4;
        text-align: center; }
        footer #footerInner .credit .logo {
          width: 180px;
          margin: auto; }
          footer #footerInner .credit .logo svg {
            width: 100%;
            height: auto;
            fill: #fff; }
        footer #footerInner .credit h2 {
          font-size: 15px;
          font-weight: 400;
          color: #fff;
          margin-top: 10px;
          margin-left: 2.5vw; }
        footer #footerInner .credit p {
          font-size: 13px;
          color: #fff;
          line-height: 1.6;
          color: #fff;
          margin-top: 15px; }
          footer #footerInner .credit p span {
            display: inline-block;
            margin-left: 2.5vw; }
          footer #footerInner .credit p .tel, footer #footerInner .credit p .fax {
            margin-left: 2.5vw; }
          footer #footerInner .credit p br.forPC {
            display: none; }
      footer #footerInner .footerMenu {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        footer #footerInner .footerMenu dl {
          width: 100%;
          border-bottom: 1px solid #5663a6; }
          footer #footerInner .footerMenu dl dt a {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;
            padding-left: 1em; }
          footer #footerInner .footerMenu dl.harf {
            width: 50%; }
            footer #footerInner .footerMenu dl.harf dt:nth-of-type(odd) {
              border-right: 1px solid #5663a6; }
            footer #footerInner .footerMenu dl.harf dt a {
              padding: 0;
              justify-content: center; }
          footer #footerInner .footerMenu dl dt.parent {
            display: flex; }
            footer #footerInner .footerMenu dl dt.parent a {
              flex: 1; }
            footer #footerInner .footerMenu dl dt.parent span {
              width: 50px;
              height: 50px;
              display: block;
              border-left: 1px solid #5663a6;
              position: relative; }
              footer #footerInner .footerMenu dl dt.parent span:after, footer #footerInner .footerMenu dl dt.parent span:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background-color: #fff;
                position: absolute;
                top: 24px;
                left: 15px; }
              footer #footerInner .footerMenu dl dt.parent span:before {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                transition: all .3s; }
              footer #footerInner .footerMenu dl dt.parent span.isOpen:before {
                -webkit-transform: rotate(0);
                        transform: rotate(0); }
          footer #footerInner .footerMenu dl dt.noChild a {
            position: relative;
            display: block;
            height: 50px;
            display: flex;
            align-items: center; }
            footer #footerInner .footerMenu dl dt.noChild a:after {
              content: "";
              display: block;
              width: 7px;
              height: 7px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 22px;
              margin: auto 0;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          footer #footerInner .footerMenu dl dd {
            display: none; }
            footer #footerInner .footerMenu dl dd ul {
              list-style: none;
              display: flex;
              flex-wrap: wrap; }
              footer #footerInner .footerMenu dl dd ul li {
                width: 50%;
                background-color: #5663a6;
                margin-top: 1px; }
                footer #footerInner .footerMenu dl dd ul li:nth-of-type(odd) {
                  border-right: 1px solid #33459e; }
                footer #footerInner .footerMenu dl dd ul li a {
                  display: flex;
                  align-items: center;
                  width: 100%;
                  height: 50px;
                  color: #fff;
                  text-decoration: none;
                  padding: 0 1em; }
      footer #footerInner btn.red {
        font-size: 14px;
        width: 180px;
        height: 40px;
        margin: 20px auto 0;
        position: relative;
        left: 20px;
        padding-left: 50px; }
        footer #footerInner btn.red::after {
          display: none; }
      footer #footerInner .icon.mail {
        width: 20px;
        position: absolute;
        height: 20px;
        top: 50%;
        left: 16px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        fill: #fff; }
        footer #footerInner .icon.mail:active, footer #footerInner .icon.mail:hover {
          color: #e6393f; }
        footer #footerInner .icon.mail svg {
          width: 20px;
          height: 20px;
          fill: currentColor;
          -webkit-transform: .5s all;
                  transform: .5s all; }
      footer #footerInner .copy {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 1em 0;
        order: 5; }
    footer #pageTop {
      width: 50px;
      height: 50px;
      background-color: #33459e;
      position: fixed;
      bottom: -50px;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 10px;
      z-index: 99;
      cursor: pointer;
      /*
            &:hover {
            animation: pagetopHover .3s forwards;
            opacity: 1;
        }
            */ }
      footer #pageTop:after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      footer #pageTop.isScroll {
        -webkit-animation: pagetop .5s forwards;
                animation: pagetop .5s forwards; }
  @-webkit-keyframes pagetop {
    100% {
      bottom: 0; } }
  @keyframes pagetop {
    100% {
      bottom: 0; } }
  @-webkit-keyframes pagetopHover {
    100% {
      opacity: .7; } }
  @keyframes pagetopHover {
    100% {
      opacity: .7; } }
    footer .hideSp {
      display: none; }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; } }

@media print, screen and (min-width: 1050px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none; }
  .commonBoxList2 {
    list-style: none; }
  a[href^="tel:"] {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .btn.red {
    border: 2px solid #e6393f;
    background-color: #e6393f;
    color: #fff; }
  .btn.white {
    border: 2px solid #e6393f;
    background-color: #fff;
    color: #e6393f; }
    .btn.white:after {
      border-color: #e6393f; }
  footer {
    background-color: #33459e; }
    footer #footerInner {
      padding: 60px 0 30px;
      max-width: 1200px;
      width: 95%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      footer #footerInner .credit {
        width: 300px; }
        footer #footerInner .credit .logo {
          width: 180px; }
          footer #footerInner .credit .logo svg {
            width: 100%;
            height: auto;
            fill: #fff; }
        footer #footerInner .credit h2 {
          font-size: 15px;
          font-weight: 400;
          color: #fff;
          margin-top: 28px; }
        footer #footerInner .credit p {
          font-size: 13px;
          color: #fff;
          line-height: 1.6;
          color: #fff;
          margin-top: 15px; }
      footer #footerInner .footerMenu {
        width: 225px; }
        footer #footerInner .footerMenu dl dt a {
          font-size: 13px;
          font-weight: 700;
          color: #fff;
          text-decoration: none; }
          footer #footerInner .footerMenu dl dt a:hover {
            text-decoration: underline; }
        footer #footerInner .footerMenu dl dd ul {
          list-style: none; }
          footer #footerInner .footerMenu dl dd ul li {
            margin-top: 15px; }
            footer #footerInner .footerMenu dl dd ul li a {
              font-size: 13px;
              text-decoration: none;
              color: #fff;
              display: block;
              position: relative;
              padding-left: 1em; }
              footer #footerInner .footerMenu dl dd ul li a:before {
                content: "";
                display: block;
                width: 6px;
                height: 2px;
                background-color: #fff;
                position: absolute;
                left: 0;
                top: 9px; }
              footer #footerInner .footerMenu dl dd ul li a:hover {
                text-decoration: underline; }
        footer #footerInner .footerMenu dl + dl {
          margin-top: 30px; }
        footer #footerInner .footerMenu.twoCol {
          width: 450px; }
          footer #footerInner .footerMenu.twoCol dl dd ul {
            display: flex;
            flex-wrap: wrap; }
            footer #footerInner .footerMenu.twoCol dl dd ul li {
              width: 225px; }
              footer #footerInner .footerMenu.twoCol dl dd ul li.wide {
                width: 100%; }
        footer #footerInner .footerMenu dl.floatPcBox dd.floatPc {
          float: left;
          width: calc(50% - 25px); }
          footer #footerInner .footerMenu dl.floatPcBox dd.floatPc ~ dd.floatPc {
            margin-top: -90px; }
          footer #footerInner .footerMenu dl.floatPcBox dd.floatPc ul {
            display: block; }
      footer #footerInner .btn.red {
        font-size: 14px;
        width: 170px;
        height: 40px;
        margin-top: 20px;
        padding-left: 50px;
        white-space: nowrap; }
        footer #footerInner .btn.red::after {
          display: none; }
      footer #footerInner .icon.mail {
        width: 20px;
        position: absolute;
        height: 20px;
        top: 50%;
        left: 12px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        fill: #fff; }
        footer #footerInner .icon.mail:active, footer #footerInner .icon.mail:hover {
          color: #e6393f; }
        footer #footerInner .icon.mail svg {
          width: 20px;
          height: 20px;
          fill: currentColor;
          -webkit-transform: .5s all;
                  transform: .5s all; }
      footer #footerInner .copy {
        font-size: 11px;
        color: #fff;
        text-align: center;
        margin-top: 100px;
        width: 100%; }
    footer #pageTop {
      width: 50px;
      height: 50px;
      background-color: #33459e;
      position: fixed;
      bottom: -50px;
      right: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 10px;
      z-index: 999;
      cursor: pointer;
      /*
            &:hover {
                animation: pagetopHover .3s forwards;
                opacity: 1;
            }
            */ }
      footer #pageTop:after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      footer #pageTop.isScroll {
        -webkit-animation: pagetop .5s forwards;
                animation: pagetop .5s forwards; }
  @-webkit-keyframes pagetop {
    100% {
      bottom: 0; } }
  @keyframes pagetop {
    100% {
      bottom: 0; } }
  @-webkit-keyframes pagetopHover {
    100% {
      opacity: .7; } }
  @keyframes pagetopHover {
    100% {
      opacity: .7; } }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; } }

@media screen and (max-width: 1049px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none; }
  .commonBoxList2 {
    list-style: none; }
  a[href^="tel:"] {
    color: #fff; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .btn.red {
    border: 2px solid #e6393f;
    background-color: #e6393f;
    color: #fff; }
  .btn.white {
    border: 2px solid #e6393f;
    background-color: #fff;
    color: #e6393f; }
    .btn.white:after {
      border-color: #e6393f; }
  header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .5s all; }
    header.isScroll {
      background-color: #fff; }
    header #headInner {
      width: 100%;
      height: 50px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header #headInner .logo {
        width: 150px;
        margin-left: 2.5vw;
        margin-top: 10px;
        position: relative;
        z-index: 10; }
        header #headInner .logo.showLogo svg {
          fill: #fff !important; }
        header #headInner .logo svg {
          width: 150px;
          height: auto; }
      header #headInner #menuBtn {
        width: 50px;
        height: 50px;
        background-color: #33459e;
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0; }
        header #headInner #menuBtn span {
          width: 30px;
          height: 2px;
          background-color: #fff;
          position: absolute;
          left: 10px;
          transition: all .4s; }
          header #headInner #menuBtn span:nth-of-type(1) {
            top: 14px; }
          header #headInner #menuBtn span:nth-of-type(2) {
            top: 24px; }
          header #headInner #menuBtn span:nth-of-type(3) {
            top: 34px; }
        header #headInner #menuBtn.isOpen span:nth-of-type(1) {
          top: 24px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        header #headInner #menuBtn.isOpen span:nth-of-type(2) {
          opacity: 0; }
        header #headInner #menuBtn.isOpen span:nth-of-type(3) {
          top: 24px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      header #headInner nav {
        position: fixed;
        width: 100%;
        margin: auto;
        height: 100vh;
        background-color: #33459e;
        top: 0;
        right: -100%;
        -webkit-transform-origin: top;
                transform-origin: top;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        z-index: 4;
        transition: all .3s;
        padding: 60px 0 24px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        header #headInner nav::-webkit-scrollbar {
          display: none; }
        header #headInner nav.isOpen {
          right: 0; }
        header #headInner nav #navInner #globalNav {
          list-style: none; }
          header #headInner nav #navInner #globalNav li {
            list-style: none;
            position: relative; }
            header #headInner nav #navInner #globalNav li::after {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid transparent;
              border-left: 6px solid #fff;
              position: absolute;
              top: 16px;
              right: 20px; }
            header #headInner nav #navInner #globalNav li a {
              font-size: 15px;
              color: #fff;
              text-decoration: none;
              display: block;
              line-height: 1;
              padding: 18px 30px; }
            header #headInner nav #navInner #globalNav li.mail .icon {
              display: none; }
            header #headInner nav #navInner #globalNav li.col2 {
              display: flex;
              flex-flow: wrap;
              width: 95%;
              margin: 24px auto 0; }
              header #headInner nav #navInner #globalNav li.col2::after {
                border: none; }
              header #headInner nav #navInner #globalNav li.col2 .harf {
                width: 50%;
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff; }
                header #headInner nav #navInner #globalNav li.col2 .harf:nth-child(odd) {
                  border-left: 1px solid #fff; }
                header #headInner nav #navInner #globalNav li.col2 .harf a {
                  display: block;
                  padding: 20px 24px;
                  font-size: 13px;
                  text-align: center; }
          header #headInner nav #navInner #globalNav > li {
            border-top: 1px solid #fff; }
          header #headInner nav #navInner #globalNav .parentList::after {
            border: none; }
          header #headInner nav #navInner #globalNav .parentList.type2 .child li {
            background-color: #f0f5ff;
            font-weight: bold;
            color: #33459e; }
          header #headInner nav #navInner #globalNav .parentList .parent {
            color: #fff;
            display: block;
            padding: 18px 30px;
            position: relative; }
          header #headInner nav #navInner #globalNav .parentList .child {
            display: none; }
            header #headInner nav #navInner #globalNav .parentList .child li {
              border-bottom: 1px solid #dbdbdb;
              background-color: #fff;
              margin-top: 0; }
              header #headInner nav #navInner #globalNav .parentList .child li::after {
                border: none; }
              header #headInner nav #navInner #globalNav .parentList .child li:last-child {
                border-bottom: none; }
              header #headInner nav #navInner #globalNav .parentList .child li a {
                color: #515151;
                font-size: 16px;
                font-weight: bold;
                display: block;
                padding: 18px 30px; }
            header #headInner nav #navInner #globalNav .parentList .child-ttl {
              display: block;
              padding: 18px 30px; }
          header #headInner nav #navInner #globalNav .parentList .g-child {
            display: none; }
            header #headInner nav #navInner #globalNav .parentList .g-child li a {
              background-color: #fff; }
          header #headInner nav #navInner #globalNav .arrowList .child li,
          header #headInner nav #navInner #globalNav .arrowList .g-child li {
            position: relative; }
            header #headInner nav #navInner #globalNav .arrowList .child li::after,
            header #headInner nav #navInner #globalNav .arrowList .g-child li::after {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-top: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 6px solid transparent;
              border-left: 6px solid #33459e;
              position: absolute;
              top: 16px;
              right: 20px; }
        header #headInner nav .plusIcon {
          background-color: #33459e;
          position: relative;
          display: block;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          position: absolute;
          top: 12px;
          right: 20px;
          border: 1px solid #fff;
          /*
                    プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
                    jQueryで付け外しを行う
                    */ }
          header #headInner nav .plusIcon::before, header #headInner nav .plusIcon::after {
            content: '';
            display: block;
            width: 15px;
            height: 2px;
            border-radius: 5px;
            background: #fff;
            position: absolute;
            right: 7px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          header #headInner nav .plusIcon::after {
            background: #fff;
            -webkit-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg);
            transition: 0.5s; }
          header #headInner nav .plusIcon.active::before {
            -webkit-transform: translateY(-50%) rotate(360deg);
                    transform: translateY(-50%) rotate(360deg);
            transition: 0.5s;
            transition-delay: .1s; }
          header #headInner nav .plusIcon.active::after {
            -webkit-transform: translateY(-50%) rotate(720deg);
                    transform: translateY(-50%) rotate(720deg);
            transition: 0.5s; }
  footer {
    background-color: #33459e; }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .forPCComn {
    display: none !important; } }

@media print, screen and (min-width: 1050px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .commonWrap {
    margin-bottom: 90px; }
    .commonWrap p {
      margin-bottom: 20px; }
  .commonBoxList {
    list-style: none; }
  .commonBoxList2 {
    list-style: none; }
  a[href^="tel:"] {
    color: #fff; }
    a[href^="tel:"].fax {
      pointer-events: none;
      text-decoration: none; }
  .btn.red {
    border: 2px solid #e6393f;
    background-color: #e6393f;
    color: #fff; }
  .btn.white {
    border: 2px solid #e6393f;
    background-color: #fff;
    color: #e6393f; }
    .btn.white:after {
      border-color: #e6393f; }
  header {
    width: 100%;
    height: 85px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    transition: .5s all; }
    header.isScroll {
      height: 65px;
      top: 0;
      background-color: #fff; }
      header.isScroll #headInner .logo {
        width: 180px; }
        header.isScroll #headInner .logo svg {
          width: 150px;
          height: 60px; }
      header.isScroll #headInner nav {
        height: 65px; }
        header.isScroll #headInner nav #navInner #globalNav li {
          height: 65px; }
          header.isScroll #headInner nav #navInner #globalNav li a {
            height: 65px; }
          header.isScroll #headInner nav #navInner #globalNav li.mail {
            width: 85px; }
            header.isScroll #headInner nav #navInner #globalNav li.mail a .txt {
              display: none; }
            header.isScroll #headInner nav #navInner #globalNav li.mail a:after {
              height: 65px; }
    header #headInner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header #headInner .logo {
        width: 180px;
        margin-left: 35px;
        transition: all .5s; }
        header #headInner .logo svg {
          width: 180px;
          height: 80px;
          fill: #33459e;
          transition: all .5s; }
      header #headInner #menuBtn {
        display: none; }
      header #headInner nav {
        height: 85px; }
        header #headInner nav #navInner #globalNav {
          background-color: #fff;
          list-style: none;
          display: flex;
          padding-left: 23px; }
          header #headInner nav #navInner #globalNav li {
            height: 85px;
            transition: all .5s; }
            header #headInner nav #navInner #globalNav li a {
              display: block;
              height: 85px;
              text-decoration: none;
              padding: 0 23px;
              display: flex;
              align-items: center;
              font-size: 15px;
              color: #000;
              position: relative;
              transition: all .5s; }
              header #headInner nav #navInner #globalNav li a:after {
                display: block;
                content: "";
                width: 0;
                height: 2px;
                background-color: #e6393f;
                position: absolute;
                bottom: 0;
                left: 0;
                transition: all .3s; }
              header #headInner nav #navInner #globalNav li a:hover:after {
                width: 100%; }
              header #headInner nav #navInner #globalNav li a.now:after {
                width: 100%; }
            header #headInner nav #navInner #globalNav li.mail {
              width: 85px;
              transition: all .5s; }
              header #headInner nav #navInner #globalNav li.mail a {
                padding: 0;
                background-color: #e6393f;
                justify-content: center;
                align-items: center;
                flex-direction: column; }
                header #headInner nav #navInner #globalNav li.mail a:after {
                  background-color: #33459e;
                  width: 0;
                  height: 85px;
                  top: 0;
                  left: 0;
                  z-index: 0; }
                header #headInner nav #navInner #globalNav li.mail a:hover:after {
                  width: 85px; }
                header #headInner nav #navInner #globalNav li.mail a.now:after {
                  width: 100%; }
                header #headInner nav #navInner #globalNav li.mail a span {
                  line-height: 1;
                  position: relative;
                  z-index: 1; }
                  header #headInner nav #navInner #globalNav li.mail a span.icon svg {
                    width: 25px;
                    height: 19.58px;
                    fill: #fff; }
                  header #headInner nav #navInner #globalNav li.mail a span.txt {
                    color: #fff;
                    font-size: 11px;
                    margin-top: 15px;
                    transition: all .5s; }
  footer {
    background-color: #33459e; }
  .object-fit-img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; } }

@media print {
  html {
    zoom: 0.5; }
  header {
    position: static !important; }
  footer {
    display: none; }
  #copperBox {
    position: static; } }

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