@charset "UTF-8";
/* base style
=====================================================================*/
html, body, div, span, a, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666666;
}

input::placeholder,
textarea::placeholder {
  color: #666666;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

* {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  font-weight: 400;
}

body {
  background: #FFF;
  min-width: 1160px;
  font-size: 14px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.txt_mincho {
  font-family: 'Noto Serif JP', serif;
  font-size: 14.6px;
}

.txt_crimson {
  font-family: 'Crimson Text', serif;
}

*::-moz-selection {
  background: #CFD3DE;
}

*::selection {
  background: #CFD3DE;
}

.lock {
  overflow: hidden;
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  line-height: 1.8;
  outline: none;
  padding: 12px 11px;
  border-radius: 0;
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  width: auto;
  margin: 5px;
  vertical-align: middle;
}

.input_label {
  display: inline-block;
  margin: 0 11px 0 3px;
}

label {
  cursor: pointer;
}

input::-ms-clear {
  visibility: hidden;
}

button::-moz-focus-inner {
  border: 0px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  outline: none;
}

table {
  border-collapse: collapse;
}

.sec {
  padding: 80px 0 80px;
  width: auto;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.wrap::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

p {
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

dl,
dt,
dd {
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
}

.img_wrap img {
  display: block;
  margin: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.sp_only, .sp_inline {
  display: none !important;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  input,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea {
    padding: 6px 2%;
    width: 100%;
  }
  body {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-top: 0;
  }
  p {
    letter-spacing: 0.12em;
    font-size: 14px;
  }
  body.lock {
    overflow: hidden;
  }
  .sec {
    padding: 45px 0 70px;
    background: #FFF;
  }
  .wrap {
    width: 100%;
    padding: 0 4%;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
}

/* float設定 */
.float_wrap {
  display: block;
  content: "";
  clear: both;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

@media screen and (max-width: 767px) {
  .float_l, .float_r {
    float: none;
  }
}

/* flex-box設定 */
.flex_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* color設定 */
.white {
  color: #FFF;
}

.bg_gray {
  background-color: #F7F7F7;
}

.c_blue {
  color: #002850;
}

/* 見出し設定
=====================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: bold;
}

.sec_ttl_wrap {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

.sec_ttl {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
  color: #002850;
  letter-spacing: 0.16rem;
}

.sec_ttl_jp {
  margin: 2px 0 0px;
  font-size: 15px;
  color: #002850;
}

.sec_top_service .sec_ttl_wrap {
  padding: 106px 0 70px;
  margin: 0;
  background: url(../images/home/bg_02.png) no-repeat;
  background-size: cover;
  z-index: -3;
}

.sec_top_service .sec_ttl_jp {
  margin: 5px 0 0px;
  font-size: 16px;
}

.con_ttl_wrap {
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  border-bottom: 1px solid rgba(122, 122, 122, 0.1);
  padding: 0 0 40px;
}

.con_ttl_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1px;
  width: 25px;
  background: #C6B467;
  height: 3px;
}

.con_ttl {
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0em;
  color: #002850;
}

.con_ttl.min {
  font-size: 26px;
}

.con_ttl.min span {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 8px 0 26px;
}

.con_ttl_jp {
  margin: 12px 0 0px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #002850;
}

@media screen and (max-width: 767px) {
  .sec_ttl_wrap,
  .sec_top_service .sec_ttl_wrap {
    padding: 20px 0 25px;
    background-image: url(../images/home/bg_02sp.png);
    background-size: cover;
    z-index: 0;
    margin: 0;
  }
  .sec_ttl {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
  .sec_ttl_jp,
  .sec_top_service .sec_ttl_jp {
    line-height: 1;
  }
  .con_ttl_wrap {
    border: none;
    margin: 0;
  }
  .con_ttl_wrap::after {
    display: none;
  }
  .con_ttl_jp {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0px;
  }
  .con_ttl {
    letter-spacing: 0.1em;
  }
  .con_ttl.min {
    font-size: 30px;
  }
  .con_ttl.min span {
    margin-top: 10px;
  }
}

/* link, btn
=====================================================================*/
a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #222222;
}

button {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.1em;
  outline: none;
}

.link {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
  height: 56px;
  padding: 14px 10px 0 0;
  background: #153d5e;
  color: #FFF;
  font-size: 13.6px;
  letter-spacing: 0.16em;
  border: 1px solid #073D6C;
  width: 260px;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 23px;
  height: 7px;
  width: 7px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.transparent {
  width: 260px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.btn.min {
  width: 190px;
  height: 38px;
  padding-top: 5px;
}

.btn.min::after {
  top: 42%;
  right: 18px;
  height: 6px;
  width: 6px;
}

@media screen and (min-width: 769px) {
  .link:hover {
    text-decoration: none;
  }
  .sec_service_contents .box:hover .btn,
  .btn:hover {
    border-color: #FFF;
    background: none;
  }
  .btn.min:hover {
    color: #002850;
    background: none;
    border: 1px solid #073D6C;
  }
  .btn.min:hover::after {
    border-color: #002850;
  }
  .btn.transparent:hover {
    background: rgba(255, 255, 255, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .btn {
    max-width: 240px;
  }
  .btn {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#006d82), to(#00274f));
    background: -webkit-linear-gradient(left, #006d82, #00274f);
    background: linear-gradient(to right, #006d82, #00274f);
    height: 50px;
    padding: 11px 0 0;
  }
  .btn::after {
    width: 8px;
    height: 8px;
    top: 41%;
  }
}

/* header
=====================================================================*/
.sp_navi_wrap {
  display: none;
}

.p-headerNews {
  padding: 3px;
  text-align: center;
  font-size: 14px;
}

.p-headerNews p {
  margin: 0;
  padding: 0;
  line-height: 1.75;
  letter-spacing: .16em;
  font-size: 1.0em;
}

.p-headerNews p a {
  color: #d31717;
}

.p-headerNews p a:hover {
  opacity: .6;
}
h1 {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 10px;
  background: #00375B;
  color: #fff;
  line-height: 1;
}
#header {
  position: relative;
  z-index: 100;
  top: 0;
  min-width: 1160px;
  min-height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#006d82), to(#00375b));
  background: -webkit-linear-gradient(left, #006d82, #00375b);
  background: linear-gradient(to right, #006d82, #00375b);
  letter-spacing: -0.4em;
}

#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#header::after {
  display: block;
  content: "";
  clear: both;
}

.logo_wrap {
  display: inline-block;
  padding-top: 12px;
  width: 190px;
  height: 62px;
}

.header_logo {
  line-height: 1;
  text-align: center;
  padding: 0;
}

.header_logo a {
  display: inline-block;
}

.header_logo img {
  width: 160px;
}

.gnavi_wrap {
  width: calc(100% - 190px);
  display: inline-block;
  vertical-align: top;
}

/* gnavi */
#gnavi {
  position: relative;
}

.gnavi_main_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnavi_main_ul li {
  position: relative;
}

.gnavi_main_ul li a {
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 500;
}

.gnavi_main_ul > li::after,
.gnavi_main_ul > li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 2px);
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

.gnavi_main_ul > li:first-child::before {
  right: auto;
  left: 0;
}

.gnavi_main__a {
  padding: 19px 0px 0;
  height: 62px;
  letter-spacing: 0.1em;
  width: 172px;
  z-index: 1;
}

.gnavi_main__a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#efefef));
  background: -webkit-linear-gradient(top, #FFF, #efefef);
  background: linear-gradient(to bottom, #FFF, #efefef);
}

.gnavi_main__a.current {
  background: #FFF;
  color: #002850;
}

.gnavi_sub_ul {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

.gnavi_sub_ul a {
  padding: 20px 18px 0 18px;
  display: block;
  height: 62px;
  color: #FFF;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 13px;
}

.gnavi_sub_ul a::after {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  left: 0px;
  height: 4px;
  width: 4px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* gnavi 終わり */
.object-fit-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.object-fit-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* 下層ローカルナビ */
.local_navi {
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), color-stop(#f4f4f4), to(#e0e0e0));
  background: -webkit-linear-gradient(top, #FFF 50%, #f4f4f4, #e0e0e0);
  background: linear-gradient(to bottom, #FFF 50%, #f4f4f4, #e0e0e0);
  border-bottom: 1px solid #FFF;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.local_navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.local_navi li {
  position: relative;
}

.local_navi li::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  height: 15px;
  width: 1px;
  border-right: 1px dotted #002850;
}

.local_navi li:last-child::after {
  display: none;
}

.local_navi a {
  color: #002850;
  height: 54px;
  display: block;
  padding: 15px 23px 0;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .gnavi_sub_ul a:hover {
    opacity: 0.8;
  }
  .gnavi_main__a:hover {
    color: #002850;
  }
  .gnavi_main__a:hover:before {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#efefef));
    background: -webkit-linear-gradient(top, #FFF, #efefef);
    background: linear-gradient(to bottom, #FFF, #efefef);
  }
}

@media screen and (max-width: 1300px) {
  .gnavi_main__a {
    width: 160px;
  }
  .gnavi_sub_ul {
    padding-right: 0px;
  }
  .gnavi_sub_ul a {
    padding: 20px 5px 0 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  /* スマホハンバーガーメニュー */
  .sp_navi_wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#006d82), to(#00274f));
    background: -webkit-linear-gradient(left, #006d82, #00274f);
    background: linear-gradient(to right, #006d82, #00274f);
  }
  #sp_menu_btn {
    display: block;
    position: relative;
    z-index: 0;
    height: 47px;
    width: 26px;
    margin: 0 auto;
    text-align: center;
  }
  #sp_menu_btn span,
  #sp_menu_btn::before,
  #sp_menu_btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #FFF;
  }
  #sp_menu_btn span {
    opacity: 1;
    -webkit-transition: opacity 150ms 50ms;
    transition: opacity 150ms 50ms;
  }
  #sp_menu_btn::before {
    z-index: 2;
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    content: "";
  }
  #sp_menu_btn::after {
    z-index: 2;
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
    content: "";
  }
  #sp_menu_btn::before,
  #sp_menu_btn::after {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  #sp_menu_btn.active span {
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
  }
  #sp_menu_btn.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #sp_menu_btn.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* スマホハンバーガーメニュー終わり */
  .p-headerNews {
    font-size: 10px;
  }
  #header {
    position: relative;
    padding: 10px 10px 9px;
    background: #fff;
    z-index: 100;
    width: 100%;
    min-height: unset;
    min-width: inherit;
      height: 50px;
  }
  .logo_wrap {
    width: auto;
    height: auto;
    padding: 0;
  }
  .header_logo a {
    padding: 0;
  }
  .header_logo img {
    width: 146px;
  }
  .gnavi_wrap {
    width: 100%;
  }
  #gnavi {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: calc(100% - 65px);
    background-color: #F0F0F0;
    position: fixed;
    padding: 0;
    top: 65px;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #gnavi.active {
    opacity: 1;
    visibility: visible;
  }
  .gnavi_main_ul {
    display: block;
  }
  .gnavi_main_ul li {
    border-bottom: 1px solid #002850;
  }
  .gnavi_main_ul li:last-child {
    border-bottom: none;
  }
  .gnavi_main_ul > li::after,
  .gnavi_main_ul > li:first-child::before {
    display: none;
  }
  .gnavi_main_ul li a {
    color: #002850;
    width: 100%;
    font-size: 17px;
    padding: 18px 0px 0;
    height: 66px;
    font-weight: normal;
  }
  .gnavi_main_ul li.blog a {
    font-weight: bold;
    background: #fff;
  }
  .gnavi_sub_ul {
    position: relative;
    display: block;
    top: auto;
    right: auto;
  }
  .gnavi_sub_ul::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    background: #FFF;
    height: 100%;
    width: 1px;
  }
  .gnavi_sub_ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .gnavi_sub_ul li {
    display: block;
    width: 50%;
    text-align: center;
    background: #153D5E;
    float: left;
    border-top: 1px solid #FFF;
  }
  .gnavi_sub_ul a {
    padding: 12px 0 0;
    font-size: 12px;
    letter-spacing: 0em;
    height: 47px;
  }
  .gnavi_sub_ul a::after {
    display: none;
  }
  .header_sns {
    text-align: center;
    padding: 20px 0 0;
  }
  .header_sns a {
    display: inline-block;
    margin: 0 4px 0;
  }
  .header_sns img {
    width: 35px;
  }
}

/* footer
=====================================================================*/
.global-footer {
  position: relative;
}

.global-footer p {
  letter-spacing: .14em;
}

.global-footer-nav {
  background: #1a425d;
}

.global-footer-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.global-footer-nav-item {
  width: 50%;
  border-top: 1px solid #fff;
  text-align: center;
}

.global-footer-nav-item:nth-child(1), .global-footer-nav-item:nth-child(2) {
  border-top: none;
}

.global-footer-nav-item:nth-child(even) {
  border-left: 1px solid #fff;
}

.global-footer-nav-item:nth-child(5) {
  width: 100%;
}

.global-footer-nav-item a {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2.24px;
}

.global-footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 10px;
  background: #f0f2f5;
}

.global-footer-icon {
  margin: 0 10px;
  line-height: 0;
}

.global-footer-icon:nth-child(1) {
  width: 37px;
}

.global-footer-icon:nth-child(2) {
  width: 45px;
}

.global-footer-icon:nth-child(3) {
  width: 80px;
}

.global-footer-icon:nth-child(4) {
  width: 75px;
}

.global-footer-company {
  padding: 25px 0 10px;
  text-align: center;
}

.global-footer-company-logo {
  width: 147px;
  margin: 0 auto;
}

.global-footer-company-address p, .global-footer-company-license p {
  font-size: 11px;
}

.global-footer-company-contact p {
  font-size: 12px;
}

.global-footer-company-address, .global-footer-company-contact, .global-footer-company-license {
  position: relative;
  padding: 15px 0 20px;
  text-align: center;
}

.global-footer-company-address p, .global-footer-company-contact p, .global-footer-company-license p {
  margin: 0;
}

.global-footer-company-address::after, .global-footer-company-contact::after, .global-footer-company-license::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 105px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #b1b3b5;
}

.global-footer-company.-auction .global-footer-company-license::after {
  content: none;
}

.global-footer-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.global-footer-app-twitter {
  width: 33px;
  margin-right: 5px;
}

.global-footer-app-instagram {
  width: 33px;
  margin-left: 5px;
}

.global-footer-copyright {
  padding: 8px 0 8px;
  border-top: 1px solid #dddee0;
  color: #020202;
  text-align: center;
  letter-spacing: 0.1em;
}

.global-footer-copyright p {
  font-size: 10px;
    margin-bottom: 0;
}

#pagetop {
  opacity: 0;
  position: fixed;
  right: 16px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 10;
  background: #153D5E url(../images/home/pagetop.svg) no-repeat center center;
  background-size: 18px;
}

#pagetop.is-bottom {
  position: absolute;
  bottom: 70px;
}

#pagetop.is-active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .global-footer-nav-item a {
    font-size: 13px;
  }
  .global-footer-icons {
    padding: 15px 0 8px;
  }
  .global-footer-icon:nth-child(1) {
    width: 50px;
  }
  .global-footer-icon:nth-child(2) {
    width: 60px;
  }
  .global-footer-icon:nth-child(3) {
    width: 110px;
  }
  .global-footer-icon:nth-child(4) {
    width: 100px;
  }
  .global-footer-company {
    padding: 23px 0 0;
    line-height: 1;
  }
    .global-footer-company-wrap{
        width: 750px;
        margin: 0 auto;
    }
    .global-footer-company.-grand{
        width: 48%;
        float: left;
    }
    .global-footer-company.-auction {
        width: 48%;
        float: right;
    }

  .global-footer-company-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .global-footer-company-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15.8%;
    width: 1px;
    height: 54px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #dddee0;
  }
  .global-footer-company-logo {
    width: 215px;
    margin: 0;
    text-align: left;
  }
  .global-footer-company-logo img {
    width: 160px;
    margin-bottom: 10px;
  }
  .global-footer-company-info-two_column {
    text-align: left;
  }
  .global-footer-company-address, .global-footer-company-contact, .global-footer-company-license {
    padding: 0;
    text-align: left;
  }
  .global-footer-company-address::after, .global-footer-company-contact::after, .global-footer-company-license::after {
    content: none;
  }
  .global-footer-company-address p, .global-footer-company-contact p, .global-footer-company-license p {
    display: inline-block;
  }
  .global-footer-company-address p:nth-child(1), .global-footer-company-contact p:nth-child(1), .global-footer-company-license p:nth-child(1) {
    margin-right: 5px;
      line-height: 1.4;
  }
  .global-footer-company.-auction .global-footer-company-inner::before {
    content: none;
  }
  .global-footer-company.-auction .global-footer-company-logo img {
    display: inline-block;
    width: 136px;
  }
  .global-footer-app {
    width: 72px;
    margin: 10px 0 16px;
  }
  .global-footer-copyright {
    margin-top: 20px;
      clear: both;
  }
  #pagetop {
    right: 30px;
    bottom: 70px;
    width: 55px;
    height: 55px;
    background-size: 22px;
  }
  #pagetop:hover {
    opacity: 0.8;
  }
  #pagetop.is-bottom {
    position: absolute;
    bottom: 70px;
    right: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .global-footer-nav a:hover {
    opacity: 0.6;
  }
  .global-footer-nav-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
  }
  .global-footer-nav-item {
    width: auto;
    border-top: none;
  }
  .global-footer-nav-item:nth-child(even) {
    border-left: none;
  }
  .global-footer-nav-item:nth-child(5) {
    width: auto;
  }
  .global-footer-nav-item a {
    padding: 13px 0 12px;
  }
  .global-footer-company-address p, .global-footer-company-contact p, .global-footer-company-license p {
    font-size: 13px;
  }
  .global-footer-copyright p {
    font-size: 10px;
  }
}

/* パンくず #breadcrumb
=====================================================================*/
#breadcrumb {
  font-size: 12px;
  padding: 10px 0;
}

#breadcrumb a {
  text-decoration: underline;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  #breadcrumb a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 10px;
  }
  #breadcrumb a {
    font-size: 10px;
  }
}

/* TOP
=====================================================================*/

.top_main_area .main_slider-link{
  display: block;
}
.top_main_area .main_slider-box{
    min-height: 500px;
    width: 100%;
    position: relative;
}

.top_main_area .main_slider-txt{
    position: absolute;
}

.top_main_area .main_slider-auction .main_slider-txt{
    left: calc(50% - 205px);
    top: 110px;
}
.top_main_area .main_slider-shop .main_slider-txt{
    left: calc(50% - 250px);
    top: 110px;
}
.top_main_area .main_slider-webuy .main_slider-txt{
    left: calc(50% - 205px);
    top: 110px;
}
.top_main_area .main_slider-cop .main_slider-txt{
    left: calc(50% - 285px);
    top: 110px;
}

@media screen and (max-width: 767px) {
    .top_main_area {
    }
    .top_main_area .main_slider-auction .main_slider-txt img{
        width: 205px;
        height: auto !important;
    }
    .top_main_area .main_slider-auction .main_slider-txt{
        left: calc(50% - 105px);
        top: 50px !important;
    }
    .top_main_area .main_slider-shop .main_slider-txt img{
        width: 250px;
        height: auto !important;
    }
    .top_main_area .main_slider-shop .main_slider-txt{
        left: calc(50% - 125px);
        top: 50px;
    }
    .top_main_area .main_slider-webuy .main_slider-txt img{
        width: 205px;
        height: auto !important;
    }
    .top_main_area .main_slider-webuy .main_slider-txt{
        left: calc(50% - 102px);
        top: 50px;
    }
    .top_main_area .main_slider-cop .main_slider-txt img{
        width: 285px;
        height: auto !important;
    }
    .top_main_area .main_slider-cop .main_slider-txt{
        left: calc(50% - 140px);
        top: 40px;
    }


}

.main_slider-btn{
    position: absolute;
    z-index: 9999;
    top: 390px;
    left: calc(50% - 110px);
}

.main_slider-shop .main_slider-btn{
    left: calc(50% - 185px);
}

.main_slider-btn a{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 2px;
    width: 220px;
    display:inline-block;
    text-align: center;
    height: 50px;
}
.main_slider-btn a:hover{
    opacity: 0.6;
}

.main_slider-shop .main_slider-btn a{
    color: #002850;
    border: 1px solid #002850;
    width: 182px;
}

.news_box_wrap {
  text-align: center;
  letter-spacing: -0.4em;
  padding: 64px 0 64px;
}

.news_box {
  vertical-align: top;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  width: 260px;
  margin: 0 20px 0 0;
  background: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news_box .img_wrap {
  overflow: hidden;
}

.news_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news_box .inner {
  padding: 17px 17px 17px;
  text-align: left;
}

.news_box .inner p {
  color: #002850;
  line-height: 1.4;
  margin: 0;
  height: 72px;
  font-weight: 500;
}

.news_box .inner .date {
  letter-spacing: 0.1em;
  font-size: 11px;
  color: #A9A9A9;
}

.news_box:last-child {
  margin-right: 0;
}

.sec_top_announce {
  background: url(../images/home/bg_01.png) no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}

.sec_top_announce .sec_ttl_wrap {
  margin-bottom: 36px;
}

.sec_top_announce * {
  color: #FFF;
}

.news_list {
  width: 920px;
  margin: auto;
}

.news_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.news_list a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_list a::before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 23px;
  height: 7px;
  width: 7px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news_list .left {
  width: 260px;
  padding: 0 0 0 17px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_list .news_date,
.news_list .news_cat {
  line-height: 1.2;
}

.news_list .news_date {
  margin-right: 28px;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.news_cat {
  font-size: 10px;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 7px 10px;
  border-radius: 5px;
  min-width: 110px;
  text-align: center;
}

.news_list .right {
  width: calc(100% - 260px);
  padding: 0 34px 0 11px;
}

.news_list p {
  margin: 0;
  line-height: 1.4;
}

.sec_top_announce .btn_wrap {
  margin: 52px 0px 0;
}

.sec_top_service {
  padding: 0 0 105px;
}

.sec_service_contents {
  text-align: center;
  letter-spacing: -0.4em;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
  background: -webkit-linear-gradient(#f6f6f6, #fff);
  background: linear-gradient(#f6f6f6, #fff);
}

.sec_service_contents .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
  min-width: 362px;
  max-width: 400px;
  width: 24%;
  height: 780px;
  background: #fff;
  z-index: 10;
}

.sec_service_contents .box * {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sec_service_contents .box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#005070), to(#00274f));
  background: -webkit-linear-gradient(top, #005070, #00274f);
  background: linear-gradient(to bottom, #005070, #00274f);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sec_service_contents .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/home/news01.jpg) no-repeat center bottom;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: 4px solid #002850;
}

.sec_service_contents .box:first-child::after {
  background-image: url(../images/home/auction01.png);
  background-size: 100%;
}

.sec_service_contents .box:nth-child(2)::after {
  background-image: url(../images/home/auction02.png);
  background-position: 0 90px;
}

.sec_service_contents .box:nth-child(3)::after {
  background-image: url(../images/home/auction03.png);
}

.sec_service_contents .inner {
  padding: 50px 0 0;
}

.sec_service_contents p {
  color: #002850;
  height: 145px;
}

.sec_service_contents .box:last-child {
  margin-right: 0;
}

.sec_for_corporations {
  border: 1px solid #D6D6D6;
  padding: 50px 50px 45px 50px;
  margin: 100px auto 20px;
  position: relative;
  background: url(../images/home/coin.png) no-repeat;
  background-position: top 28px right 37px;
}

.sec_for_corporations .float_l {
  width: 194px;
  text-align: center;
}

.sec_for_corporations .float_r {
  width: calc(100% - 230px);
  padding: 0 240px 0 10px;
}

.btn_wrap.row2 .btn {
  margin: 0 0 7px;
}

.fadein_start {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-animation: fadein 1s ease 0.4s forwards;
          animation: fadein 1s ease 0.4s forwards;
}

.fadein,
.fadein_first,
.fadein_second,
.fadein_third {
  opacity: 0;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-animation: fadein 1s ease;
          animation: fadein 1s ease;
}

.is-active .fadein_first {
  opacity: 1;
  -webkit-animation: fadein 1s ease;
          animation: fadein 1s ease;
}

.fadein_second {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-active .fadein_second {
  opacity: 1;
  -webkit-animation: fadein 1s ease 0.3s;
          animation: fadein 1s ease 0.3s;
}

.fadein_third {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-active .fadein_third {
  opacity: 1;
  -webkit-animation: fadein 1s ease 0.6s;
          animation: fadein 1s ease 0.6s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@media screen and (min-width: 769px) {
  .news_box:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  }
  .news_box:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .news_list a:hover::before {
    right: 18px;
  }
  .news_list a:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .sec_service_contents .box:hover * {
    color: #FFF;
  }
  .sec_service_contents .box:hover::before {
    opacity: 1;
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  }
  .sec_service_contents .box:hover::after {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}

@media screen and (max-width: 767px) {
  .news_box_wrap {
    padding: 33px 30px 30px;
    overflow: hidden;
  }
  .news_box .inner {
    padding: 10px;
  }
  .news_box .inner p {
    font-size: 13px;
    font-weight: normal;
    height: auto;
    min-height: 80px;
  }
  .news_box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .news_box:last-child {
    margin: 0;
  }
  .sec_top_announce {
    padding: 0;
    background: none;
  }
  .sec_top_announce .btn_wrap {
    margin-top: 42px;
  }
  .sec_top_announce .sec_ttl_wrap {
    margin-bottom: 0;
  }
  .sec_top_announce .wrap {
    background-image: url(../images/home/bg_01sp.png);
    background-size: cover;
    padding: 0 4% 35px;
  }
  .sec_top_announce .sec_ttl,
  .sec_top_announce .sec_ttl_jp {
    color: #002850;
  }
  .news_list {
    width: 100%;
    padding: 10px 22px 0;
  }
  .news_list li {
    border-bottom: 1px solid #FFF;
  }
  .news_list a {
    display: block;
    padding: 15px 33px 19px 0;
  }
  .news_list a::before {
    right: 2px;
    width: 8px;
    height: 8px;
  }
  .news_list .left,
  .news_list .right {
    width: 100%;
    display: block;
    padding: 0;
  }
  .news_list .left {
    margin: 0 0 12px;
  }
  .news_list .news_date, .news_list .news_cat {
    display: inline-block;
  }
  .news_list .news_date {
    margin: 0px 10px 0 0;
    letter-spacing: 0.1em;
    top: 2px;
    position: relative;
  }
  .news_cat {
    font-size: 10px;
    border: 1px solid #FFF;
    padding: 3px 9px;
    border-radius: 4px;
    min-width: 96px;
  }
  .sec_top_service {
    padding: 0;
  }
  .sec_service_contents .box {
    display: block;
    margin: 0;
    width: 100%;
    min-width: 100%;
    height: 650px;
  }
  .sec_service_contents .box:first-child::after {
    background-position: center bottom -30px;
  }
  .sec_service_contents .box:nth-child(2)::before {
    opacity: 1;
  }
  .sec_service_contents .box:nth-child(2) * {
    color: #FFF;
  }
  .sec_service_contents .box:nth-child(2) .btn {
    border: 1px solid #FFF;
    background: none;
  }
  .sec_service_contents .box::after {
    top: 0;
    border: none;
  }
  .sec_service_contents .inner {
    padding: 40px 0px 0;
  }
  .sec_service_contents p {
    margin: 0 0 50px;
    padding: 0 28px;
    height: auto;
  }
  .sec_for_corporations {
    margin: 0;
    border: none;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#005070), to(#00274f));
    background: -webkit-linear-gradient(top, #005070, #00274f);
    background: linear-gradient(to bottom, #005070, #00274f);
    padding: 35px 30px 219px;
    text-align: center;
  }
  .sec_for_corporations * {
    color: #FFF;
  }
  .sec_for_corporations .float_l,
  .sec_for_corporations .float_r {
    width: 100%;
    padding: 0;
  }
  .sec_for_corporations .btn_wrap {
    margin: 50px 0 0;
  }
  .sec_for_corporations .btn {
    border: 1px solid #FFF;
    background: none;
  }
}

/* 下層 共通
=====================================================================*/
/* margin設定
=====================================================================*/
.mb0 {
  margin-bottom: 0px !important;
}

/**
 * メディアクエリごとの表示切り替え
 *------------------------------------*/
.u-hide {
  display: none !important;
}

.u-hide.-large {
  display: inline !important;
}

.u-hide.-large.-block {
  display: block !important;
}

.u-hide.-xlarge {
  display: inline !important;
}

.u-hide.-xlarge.-block {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .u-hide.-small {
    display: inline !important;
  }
  .u-hide.-small.-block {
    display: block !important;
  }
  .u-hide.-large {
    display: none !important;
  }
  .u-hide.-large.-block {
    display: none !important;
  }
  .u-hide.-xlarge {
    display: inline !important;
  }
  .u-hide.-xlarge.-block {
    display: block !important;
  }
}

@media screen and (min-width: 1100px) {
  .u-hide.-xlarge {
    display: none !important;
  }
  .u-hide.-xlarge.-block {
    display: none !important;
  }
}
