@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #3c3c3c;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
}

a {
  color: #3c3c3c;
  text-decoration: none;
}

.hidden {
  display: none;
}

.container {
  background: no-repeat right 0;
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    /*min-width: 1366px;*/
    min-width: 1280px;
    background-image: url(../img/common/keyvisual_icn_common.png);
  }

  .wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    background-image: url(../img/common/sp/keyvisual_icn_common.png);
    background-size: 3.13rem 2.44rem;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}
.header-site {
  width: 100%;
  z-index: 2000;
  position: relative;
}
.header-site .logo-image,
.header-site .logo-image a {
  display: block;
}
.header-site .navigation-menu li {
  position: relative;
}
.header-site .menu-item {
  position: relative;
  color: #3c3c3c;
}
.header-site .menu-item::after {
  content: "";
  position: absolute;
}

.color-sm {
  color: #3c3c3c !important;
}

@media print, (min-width: 768px) {
  .header-site {
    /*min-width: 1366px;*/
    min-width: 1280px;
  }
  .header-site .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    /*max-width: 1366px;*/
    max-width: 1280px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-site .logo-image {
    width: 155px;
  }
  .header-site .header-navigation {
    display: block !important;
    height: auto !important;
    margin-left: auto;
    padding: 30px 15px 0 0;
  }
  .header-site .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-right: 16px;
  }
  .header-site .navigation-menu li:not(:first-child) {
    margin-left: 47.5px;
  }
  .header-site .menu-item {
    padding-bottom: 7px;
    font-size: 15px;
  }
  .header-site .menu-item::after {
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
    transition: all 0.26s;
    opacity: 0;
  }
  .header-site .menu-item::after {
    background: #3c3c3c;
  }
  .header-site .menu-item.is-active::after, .header-site .menu-item:hover::after {
    opacity: 1;
  }
  .header-site .custom-item::after {
    width: 26px;
    margin-left: -13px;
  }

  .header-top .menu-item::after {
    background: #fff !important;
  }
  .header-top .menu-item {
    color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    padding: 0.08rem 0.07rem;
  }
  .header-site .logo-image {
    width: 1.05rem;
  }
  .header-site .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-site .header-navigation {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
  }
  .header-site .header-navigation .logo-image {
    margin: 0.08rem 0 0.2rem 0.07rem;
  }
  .header-site .navigation-menu {
    padding: 0.22rem 0.13rem 0.6rem;
  }
  .header-site .navigation-menu li {
    padding-left: 0.48rem;
    margin-bottom: 0.285rem;
  }
  .header-site .navigation-menu li::before {
    content: "";
    position: absolute;
    width: 0.15rem;
    min-height: 1px;
    left: 0.21rem;
    top: 0.1rem;
    background-color: #20336a;
  }
  .header-site .navigation-menu .menu-item {
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    letter-spacing: 0.025em;
    font-weight: 300;
  }
  .header-site .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-site .button-menu {
    position: fixed;
    width: 0.48rem;
    height: 0.48rem;
    top: 0.06rem;
    right: 0;
    z-index: 205;
  }
  .header-site .button-menu span {
    width: 0.215rem;
    height: 1px;
    margin-left: -0.1rem;
    left: 50%;
    background: #5c5c5c;
    position: absolute;
    display: block;
    transition: ease 0.26s;
  }
  .header-site .button-menu span:first-child {
    top: 0.15rem;
  }
  .header-site .button-menu span:nth-child(2) {
    top: 0.225rem;
  }
  .header-site .button-menu span:last-child {
    top: 0.31rem;
  }
  .header-site .button-menu.is-active span {
    top: 0.24rem;
  }
  .header-site .button-menu.is-active span:first-child {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .header-site .button-menu.is-active span:nth-child(2) {
    opacity: 0;
    -ms-transform: translate(0) scale(0);
        transform: translate(0) scale(0);
  }
  .header-site .button-menu.is-active span:last-child {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .header-site .header-button {
    display: -ms-flexbox;
    display: flex;
    width: 3.38rem;
    min-height: 0.6rem;
    margin: 0 auto 0.18rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    letter-spacing: 0.05em;
    background-image: linear-gradient(0deg, #330d69, #30c9cd);
    color: #fff;
  }
  .header-site .header-phone,
  .header-site .time-text,
  .header-site .header-privacy {
    text-align: center;
    letter-spacing: 0.025em;
  }
  .header-site .header-phone,
  .header-site .time-text {
    font-weight: 500;
    color: #1d2f4d;
  }
  .header-site .header-phone {
    display: block;
    font-family: garamond-premier-pro-display, serif;
    font-size: 0.3rem;
    font-style: italic;
  }
  .header-site .header-phone .custom-phone {
    position: relative;
    margin-left: 0.24rem;
    top: 0.02rem;
    font-size: 0.45rem;
    letter-spacing: 0.025em;
  }
  .header-site .time-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: -0.09rem;
    font-size: 0.12rem;
    line-height: calc(30 / 12);
  }
  .header-site .time-text span {
    position: relative;
    left: 0.08rem;
    font-size: 0.12rem;
  }
  .header-site .time-text .time-left {
    margin-left: 0.17rem;
  }
  .header-site .header-privacy {
    position: relative;
    display: inline-block;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%;
    margin-top: 0.28rem;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-size: 0.11rem;
    text-decoration: underline;
    text-underline-position: under;
  }
  .header-site .header-privacy:hover {
    text-decoration: none;
  }

  .navigation-menu li {
    transition: opacity 0.25s ease, top 0.25s ease;
    position: relative;
    opacity: 0;
    top: 10px;
  }
  .navigation-menu li.is-animated {
    opacity: 1;
    top: 0;
  }

  .contact-menu {
    padding: 20px 0 !important;
  }
  .contact-menu::before {
    content: none !important;
  }
}
.footer-site {
  background: #f3f3f3;
}
.footer-site .footer-column {
  letter-spacing: 0.025em;
  font-weight: 500;
}
.footer-site .contact-phone,
.footer-site .contact-time {
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #1d2f4d;
}
.footer-site .contact-phone {
  display: block;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-style: italic;
}
.footer-site .contact-phone span {
  position: relative;
  letter-spacing: 0.025em;
}
.footer-site .footer-contact {
  text-align: center;
}
.footer-site .contact-time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.footer-site .contact-time span {
  position: relative;
}
.footer-site .footer-copyright small {
  letter-spacing: 0.025em;
  font-weight: 500;
}

.button-top {
  position: fixed;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.button-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1d2f4d url(../img/common/btn_top.svg) no-repeat center center;
  transition: opacity 0.26s ease;
  border-radius: 100%;
}
.button-top:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 65px 0 27px;
  }
  .footer-site .footer-content {
    display: -ms-flexbox;
    display: flex;
  }
  .footer-site .footer-column {
    display: -ms-flexbox;
    display: flex;
  }
  .footer-site .footer-column > li {
    padding-right: 20px;
    width: 217px;
  }
  .footer-site .footer-list > li:not(:last-child) {
    margin-bottom: 28px;
  }
  .footer-site .footer-contact {
    -ms-flex: 1;
        flex: 1;
    margin: -15px -56px 0 0;
    text-align: center;
  }
  .footer-site .contact-phone {
    margin-left: 3px;
    font-size: 30px;
    pointer-events: none;
  }
  .footer-site .contact-phone .custom-phone {
    margin-left: 22px;
    top: 2px;
    left: 2px;
    font-size: 45px;
  }
  .footer-site .contact-time {
    margin: -2px 0 30px;
    font-size: 12px;
  }
  .footer-site .contact-time span {
    margin-right: 22px;
    left: 10px;
  }
  .footer-site .contact-button {
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    min-height: 55px;
    padding: 10px 20px;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #29497f;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: calc(30 / 14);
    color: #fff;
  }
  .footer-site .footer-copyright {
    margin-top: 71px;
    padding-top: 27px;
    border-top: 1px solid #a5a5a5;
  }
  .footer-site .footer-copyright small {
    font-size: 10px;
  }

  .button-top {
    right: 15px;
    bottom: 13px;
    width: 45px;
    height: 45px;
  }
  .button-top::before {
    background-size: 18px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.41rem 0 0.5rem;
  }
  .footer-site .footer-contact {
    text-align: center;
  }
  .footer-site .contact-phone {
    font-size: 0.3rem;
  }
  .footer-site .contact-phone .custom-phone {
    left: 0.02rem;
    top: 0.03rem;
    margin-left: 0.21rem;
    font-size: 0.45rem;
  }
  .footer-site .contact-time {
    margin-top: -0.02rem;
    font-size: 0.12rem;
  }
  .footer-site .contact-time span {
    margin-right: 0.2rem;
    left: 0.08rem;
  }
  .footer-site .footer-copyright {
    padding: 0.18rem 0;
    margin-top: 0.59rem;
    border-top: 0.01rem solid #a5a5a5;
    text-align: center;
  }
  .footer-site .footer-copyright .wrapper {
    padding: 0;
  }
  .footer-site .footer-copyright small {
    font-size: 0.08rem;
  }

  .button-top {
    right: 0.1rem;
    bottom: 0.12rem;
    width: 0.35rem;
    height: 0.35rem;
  }
  .button-top::before {
    background-size: 0.12rem auto;
  }
}
.section-common-keyvisual {
  position: relative;
}
.section-common-keyvisual .keyvisual-title {
  color: #1d2f4d;
  text-align: center;
}
.section-common-keyvisual .keyvisual-title {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .section-common-keyvisual .keyvisual-title {
  opacity: 1;
}
.section-common-keyvisual .keyvisual-title > span {
  letter-spacing: 0.025em;
  display: block;
}
.section-common-keyvisual .keyvisual-title .is-english {
  line-height: 1.3;
  font-family: garamond-premier-pro-display, serif;
}
.section-common-keyvisual .keyvisual-title .is-japan {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

@media print, (min-width: 768px) {
  .section-common-keyvisual {
    padding-top: 118px;
  }
  .section-common-keyvisual .keyvisual-title .is-english {
    font-size: 50px;
  }
  .section-common-keyvisual .keyvisual-title .is-japan {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    padding: 0.68rem 0 0.34rem;
  }
  .section-common-keyvisual .keyvisual-title .is-english {
    font-size: 0.4rem;
  }
  .section-common-keyvisual .keyvisual-title .is-japan {
    font-size: 0.15rem;
  }
}
.breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-list li ~ li:before {
  display: inline-block;
  content: "＞";
  font-weight: 500;
}
.breadcrumb-list a, .breadcrumb-list li {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    /*max-width: 1366px;*/
    max-width: 1280px;
    margin: 0 auto;
  }

  .breadcrumb-list {
    padding: 30px 0 40px;
    margin-right: 56px;
  }
  .breadcrumb-list li ~ li:before {
    font-size: 12px;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 0.32rem;
    padding: 0.19rem 0.16rem;
  }

  .breadcrumb-list li ~ li:before {
    font-size: 0.12rem;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 0.12rem;
    letter-spacing: 0.025em;
  }
}
.title-primary {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.92;
}

@media print, (min-width: 768px) {
  .title-primary {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    font-size: 0.2rem;
  }
}
.section-contact-us {
  background: no-repeat 0 0/cover;
}
.section-contact-us .title-contact-common,
.section-contact-us .title-contact-common span,
.section-contact-us .text-contact-common {
  letter-spacing: 0.025em;
}
.section-contact-us .title-contact-common {
  color: #fff;
  text-align: center;
}
.section-contact-us .title-contact-common span {
  display: block;
}
.section-contact-us .title-contact-common .text-english {
  font-family: garamond-premier-pro-display, serif;
}
.section-contact-us .title-contact-common .text-japan {
  font-weight: 500;
}
.section-contact-us .text-contact-common {
  position: relative;
  color: #fff;
}
.section-contact-us .button-contact {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background-color: #29497f;
}
.section-contact-us .button-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media print, (min-width: 768px) {
  .section-contact-us {
    background-image: url(../img/common/contact_bg.jpg);
    min-height: 470px;
    padding: 68px 0 70px;
  }
  .section-contact-us .title-contact-common {
    font-size: 50px;
    margin-bottom: 32px;
  }
  .section-contact-us .title-contact-common .text-japan {
    margin-top: -3px;
    font-size: 12px;
  }
  .section-contact-us .text-contact-common {
    width: 552px;
    margin: 0 auto 55px;
    left: 4px;
    line-height: calc(30 / 14);
  }
  .section-contact-us .button-contact {
    width: 530px;
    min-height: 70px;
    font-size: 16px;
    line-height: calc(30 / 16);
  }
  .section-contact-us .button-contact::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact-us {
    background-image: url(../img/common/sp/contact_bg.jpg);
    padding: 0.65rem 0 0.96rem;
  }
  .section-contact-us .title-contact-common {
    font-size: 0.4rem;
    margin-bottom: 0.42rem;
  }
  .section-contact-us .title-contact-common .text-japan {
    margin-top: 0.02rem;
    font-size: 0.12rem;
  }
  .section-contact-us .text-contact-common {
    margin-bottom: 0.42rem;
    line-height: calc(30 / 14);
  }
  .section-contact-us .button-contact {
    min-height: 0.6rem;
  }
  .section-contact-us .button-contact::before {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.11rem;
    margin-top: -0.04rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb-list {
    padding-top: 33px;
    margin-right: 52px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.section-service .title-primary {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .section-service .title-primary {
  opacity: 1;
}
.section-service .item-text {
  letter-spacing: 0.025em;
  line-height: 2.14;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-service {
    padding-bottom: 110px;
  }
  .section-service .title-primary {
    margin-bottom: 22px;
  }
  .section-service .service-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 54px;
    padding-top: 42px;
  }
  .section-service .item-image {
    width: 450px;
    padding-top: 16px;
  }
  .section-service .item-detail {
    width: 445px;
  }
  .section-service .service-list {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-service {
    padding-bottom: 0.73rem;
  }
  .section-service .item-image {
    margin: 0 -0.2rem 0.21rem;
  }
  .section-service .item-image img {
    width: 100%;
  }
  .section-service .title-primary {
    margin-bottom: 0.17rem;
  }
  .section-service .service-item {
    padding-top: 0.44rem;
    margin-bottom: 0.47rem;
  }
  .section-service .item-text {
    text-align: justify;
    font-size: 0.13rem;
  }
}

.link_b {
  display: block;
  width: 240px;
  padding: 10px 20px;
  margin-top: 30px;
  background-color: #29497f;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: calc(30 / 14);
  color: #fff;
  text-align:center;
}
@media only screen and (max-width: 767.98px) {
	.link_b {
		width:80%;
		margin:30px auto 0;
	}
}
/*# sourceMappingURL=service.css.map */