@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;
  opacity: 0;
  transition: opacity 0.26s ease;
}
html.wf-inactive {
  opacity: 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;
    transform: scale(0.7) !important;
    transform-origin: left top;
    width: 70% !important;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * * -----------------------------------------------*/
body {
  color: #333;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}
body.is-has-menu {
  width: 100%;
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.image-common {
  display: block;
  width: 100%;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body.is-has-menu {
    min-width: 100%;
  }
  body.is-has-menu .container {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .container {
    min-width: 100%;
    position: static !important;
  }
  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper-large {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
  .trans-blue {
    color: #1571da;
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans-blue:hover {
    opacity: 0.8;
  }
  .trans-black-blue {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans-black-blue:hover {
    color: #1571da;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
  }
  body {
    font-size: 0.16rem;
  }
  body.is-has-menu {
    overflow: hidden;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.26rem;
    padding-right: 0.26rem;
  }
  .md {
    display: none !important;
  }
  .trans-blue {
    color: #1571da;
  }
}
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  z-index: 2000;
  border-bottom: 3px solid #f5f5f5;
}
.menu-container img.menu-logo {
  width: 162px;
  height: auto;
}

.menu {
  height: 0.65rem;
  position: relative;
}
.menu .sp-header_logo {
  position: absolute;
  top: 50%;
  left: 0.16rem;
  margin-top: -0.15rem;
  z-index: 150;
}
.menu .sp-header_logo a {
  display: block;
}
.menu .sp-header_logo a img {
  height: auto;
  width: 1.2rem;
}

.menu-mobile {
  display: none;
  padding: 0;
  height: 0.65rem;
  position: relative;
}

.menu-mobile:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  background: url(../img/common/material_sm_menu.svg) no-repeat;
  background-size: contain;
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

@media print, (min-width: 768px) {
  .menu {
    background-color: #fff;
    height: 5rem;
  }
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.66rem 0.8vw;
  margin-right: 0.7vw;
  display: block;
  font-size: 0.94rem;
  background: #fff;
}
@media print, (min-width: 768px) {
  .menu > ul > li a {
    font-weight: 600;
    position: relative;
  }
  .menu > ul > li a:hover {
    color: #005EAD;
  }
  .menu > ul > li a.menu-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #005ead;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu > ul > li a.menu-title:hover::before {
    transform: scale(1, 1);
  }
  .menu > ul > li a.menu-title.is-active::before {
    transform: scale(1, 1);
  }
}
.menu > ul > li a.pc-logo {
  padding: 0;
}
.menu > ul > li a.pc-logo img.pc-logo {
  margin: 0 1.5rem;
  width: 10rem;
  height: auto;
  padding: 1.81rem 0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #F0F1F3;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  margin-right: 3%;
}
.menu > ul > li > ul > li.-img {
  margin-right: 0;
}
.menu > ul > li > ul > li a {
  color: #333;
  padding: 0.2em 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
@media print, (min-width: 768px) {
  .menu > ul > li > ul > li a:hover {
    background-color: #F0F1F3;
  }
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 100%;
  left: 0;
  padding: 1.8rem 13% 3rem 13%;
  max-height: 389px;
  box-shadow: 0 2rem 2rem -2rem hsla(200, 50%, 20%, 0.15);
}
.menu > ul > li > ul.normal-sub p.header-title {
  color: #005EAD;
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #cbcbcb;
}
.menu > ul > li > ul.normal-sub p.header-title.-img_in {
  margin-bottom: 1.8rem;
}
.menu > ul > li > ul.normal-sub p.header-title span a {
  font-size: 16px;
  color: #333;
  margin-left: 2em;
  position: relative;
  display: inline-block;
  background: none;
  padding: 0 0 0 1em;
}
.menu > ul > li > ul.normal-sub p.header-title span a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/header-title-arow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.menu > ul > li > ul.normal-sub p.header-title span a:hover {
  color: #005ead;
}
.menu > ul > li > ul.normal-sub > li {
  width: 15%;
  position: relative;
}
.menu > ul > li > ul.normal-sub > li.text::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/header-title-arow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  z-index: 100;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1.5em 0 1em 16px;
  color: #333;
  background: #F0F1F3;
}
.menu > ul > li > ul.normal-sub > li a:hover {
  color: #005ead;
}
.menu > ul > li > ul.normal-sub > li.-img {
  width: 20%;
}
.menu > ul > li > ul.normal-sub > li.-img span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0.5em;
  padding-left: 16px;
  position: relative;
  width: 100%;
  max-width: 190px;
}
.menu > ul > li > ul.normal-sub > li.-img span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/header-title-arow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.menu > ul > li > ul.normal-sub > li.-img a {
  padding: 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  transition: all 0.5s;
}
.menu > ul > li > ul.normal-sub > li.-img a img {
  width: 100%;
  height: auto;
  max-width: 196px;
  border-radius: 5px;
  border: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.menu > ul > li > ul.normal-sub > li.-img a:hover img {
  border: 3px solid #005ead;
}
.menu .header-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-size: 0.9rem;
  display: flex;
  max-width: 25vw;
  height: 5rem;
  align-items: center;
  margin-right: 1rem;
}
.menu .header-contact .button-primary.button-contact {
  font-size: 0.9rem;
  padding: 0.9rem;
}
.menu .header-contact .contact-text-box {
  flex-grow: 1;
  margin-right: 0.8rem;
  line-height: 1.5;
  text-align: right;
}
.menu .header-contact .contact-text-box .navigation-tel {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 0 1.2rem;
}
.menu .header-contact .contact-text-box .navigation-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.8rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  background: url(../img/common/icon_tel.svg) no-repeat center center/100% auto;
}

@media only screen and (max-width: 768px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon a {
    position: relative;
  }
  .menu-dropdown-icon a:before, .menu-dropdown-icon aafter {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .menu-dropdown-icon a:before {
    position: absolute;
    top: 50%;
    right: 7.7%;
    display: block;
    width: 2px;
    height: 0.14rem;
    background-color: #fff;
    content: "";
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .menu-dropdown-icon a:after {
    position: absolute;
    top: 50%;
    right: 7.7%;
    display: block;
    width: 2px;
    height: 0.14rem;
    margin-top: -0.07rem;
    background-color: #fff;
    content: "";
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul.show-on-mobile {
    background: #333;
    color: #fff;
    height: calc(100vh - 0.65rem);
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 2px solid #cbcbcb;
  }
  .menu > ul > li.has-child.active a::after {
    display: none;
  }
  .menu > ul > li.has-child.menu-dropdown-icon .text a::after, .menu > ul > li.has-child.menu-dropdown-icon .-img a::after {
    display: none;
  }
  .menu > ul > li.has-child.menu-dropdown-icon .text a::before, .menu > ul > li.has-child.menu-dropdown-icon .-img a::before {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.11rem;
    height: 0.11rem;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    background: none;
    top: 50%;
    right: 6.6%;
    margin-top: -0.055rem;
  }
  .menu > ul > li a {
    padding: 0.176rem 5%;
    width: 100%;
    display: block;
    font-size: 0.15rem;
    color: #fff;
    background: #333;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul a {
    color: #fff;
    width: 100%;
  }
  .menu > ul > li > ul.normal-sub {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .menu > ul > li > ul.normal-sub:last-child {
    border-bottom: none;
  }
  .menu > ul > li > ul.normal-sub > li {
    width: 100%;
  }
  .menu > ul > li > ul.normal-sub > li.-img {
    width: 100%;
    border-bottom: 2px solid #333;
  }
  .menu > ul > li > ul.normal-sub > li.-img:last-of-type {
    border-bottom: none;
  }
  .menu > ul > li > ul.normal-sub > li.-img span {
    font-size: 0.15rem;
    font-weight: 500;
    padding-left: 0.16rem;
    max-width: 100%;
    margin-top: 0;
  }
  .menu > ul > li > ul.normal-sub > li.-img span::before {
    display: none;
  }
  .menu > ul > li > ul.normal-sub > li.-img a {
    width: 100%;
    flex-direction: row;
  }
  .menu > ul > li > ul.normal-sub > li.-img a img {
    max-width: none;
    height: 0.6rem;
    width: auto;
  }
  .menu > ul > li > ul.normal-sub > li.text {
    border-bottom: 2px solid #333;
  }
  .menu > ul > li > ul.normal-sub > li.text::before {
    display: none;
  }
  .menu > ul > li > ul.normal-sub > li.text:last-of-type {
    border-bottom: none;
  }
  .menu > ul > li > ul.normal-sub > li a {
    padding: 0.165rem 5% 0.165rem 8%;
    background: #737578;
    color: #fff;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .menu > ul > li > ul > li a {
    color: #fff;
    width: 100%;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
    overflow-y: auto;
  }
  .menu .sm-header-contact {
    padding: 0.24rem 2%;
    font-size: 0.15rem;
  }
  .menu .sm-header-contact p {
    padding-top: 0.2rem;
    text-align: center;
  }
  .menu .sm-header-contact .sm-tel-box {
    text-align: center;
  }
  .menu .sm-header-contact .sm-tel-box a.navigation-tel {
    color: #fff;
    position: relative;
    font-size: 0.24rem;
    font-weight: 600;
    padding: 0 0 0 0.25rem;
  }
  .menu .sm-header-contact .sm-tel-box a.navigation-tel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.18rem;
    height: 0.24rem;
    margin-top: -0.1rem;
    background: url(../img/common/icon_tel_white.svg) no-repeat center center/100% auto;
  }
  .menu .sm-header-contact .sm-tel-box .navigation-time {
    display: inline-block;
    font-size: 0.12rem;
  }
  .menu .sm-header-contact .button-primary.button-contact {
    max-width: 3rem;
    margin: 0 auto;
  }
}
@media print, (min-width: 768px) {
  .menu-container .menu.-logo_only {
    display: flex;
    align-items: center;
  }
  .menu-container .menu.-logo_only img.menu-logo {
    width: 10rem;
    margin: 0 0 0.3rem 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    z-index: 2000;
    border-bottom: 3px solid #f5f5f5;
  }
  .menu-container .menu.-logo_only {
    height: 0.65rem;
    display: flex;
    align-items: center;
  }
  .menu-container .menu.-logo_only img.menu-logo {
    width: 1.3rem;
    margin: 0 0 0.04rem 0.2rem;
  }
}
.button-top {
  position: fixed;
  z-index: 1300;
  display: none;
  cursor: pointer;
}
.button-top:before {
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid #005ead;
  background: #fff url(../img/common/btn_top.svg) no-repeat center center/42px auto;
}
.button-top.is-button-sticky {
  position: absolute;
  bottom: auto;
  transition: 0.26s ease;
}

.footer-contact-us {
  background: #f5f5f5;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.footer-contact-us .contact-us-en {
  line-height: 1.2;
  display: block;
}
.footer-contact-us .contact-us-time {
  position: relative;
}
.footer-contact-us .contact-us-tel {
  display: inline-block;
  position: relative;
}
.footer-contact-us .contact-us-tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/common/icon_tel.svg) no-repeat center center/100% auto;
}

.footer-site {
  position: relative;
}

@media print, (min-width: 768px) {
  .button-top {
    right: 30px;
    bottom: 35px;
  }
  .button-top:before {
    width: 70px;
    height: 70px;
    transition: 0.26s ease;
  }
  .button-top:hover:before {
    opacity: 0.7;
  }
  .button-top.is-button-sticky {
    top: -94px;
  }
  .footer-contact-us {
    padding: 40px 0 45px;
    font-size: 18px;
  }
  .footer-contact-us .contact-us-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
  }
  .footer-contact-us .contact-us-en {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #005ead;
    font-family: "Noto Sans", sans-serif;
  }
  .footer-contact-us .button-primary {
    width: 450px;
    height: 64px;
    font-size: 18px;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
  }
  .footer-contact-us .contact-us-group {
    padding-right: 3px;
  }
  .footer-contact-us .contact-us-text {
    margin-right: 22px;
    font-size: 16px;
    font-weight: 500;
  }
  .footer-contact-us .contact-us-time {
    font-size: 12px;
    top: -1px;
  }
  .footer-contact-us .contact-us-tel {
    font-size: 24px;
    pointer-events: none;
    padding-left: 25px;
    margin-right: 8px;
    top: 3px;
  }
  .footer-contact-us .contact-us-tel:before {
    width: 18px;
    height: 24px;
    margin-top: -12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top {
    right: 0.2rem;
    bottom: 0.22rem;
  }
  .button-top:before {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.24rem auto;
  }
  .button-top.is-button-sticky {
    top: -0.7rem;
  }
  .footer-contact-us {
    padding: 0.5rem 0 0.9rem;
    font-size: 0.18rem;
  }
  .footer-contact-us .wrapper {
    padding: 0 5%;
  }
  .footer-contact-us .contact-us-title {
    font-size: 0.15rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
  }
  .footer-contact-us .contact-us-en {
    font-size: 0.32rem;
    color: #005ead;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 0.15rem;
  }
  .footer-contact-us .button-primary {
    height: 0.6rem;
    font-size: 0.16rem;
    letter-spacing: 2.5px;
    width: 3rem;
    margin: 0 auto 0.3rem auto;
  }
  .footer-contact-us .contact-us-group > span {
    display: inline-block;
  }
  .footer-contact-us .contact-us-text {
    margin-bottom: 0.1rem;
    line-height: 1;
    font-size: 0.15rem;
    font-weight: 500;
  }
  .footer-contact-us .contact-us-time {
    font-size: 0.12rem;
    padding-left: 0.5em;
    vertical-align: 1px;
  }
  .footer-contact-us .contact-us-tel {
    font-size: 0.24rem;
    padding-left: 0.25rem;
    margin-bottom: 0;
  }
  .footer-contact-us .contact-us-tel:before {
    width: 0.18rem;
    height: 0.24rem;
    margin-top: -0.1rem;
  }
}
.footer-site {
  background: #333;
  color: #fff;
  line-height: 1.8;
}
.footer-site a {
  color: #fff;
}
.footer-site .footer-logo {
  display: block;
}

.footer-menu {
  font-weight: 400;
}

@media print, (min-width: 768px) {
  .footer-site {
    font-size: 16px;
    padding: 90px 0.12rem 90px;
  }
  .footer-site .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-site .footer-logo {
    width: 162px;
    margin-bottom: 12px;
  }
  .footer-site .copyright {
    font-size: 12px;
  }
  .footer-site .footer-left {
    width: 30%;
    max-width: 270px;
  }
  .footer-site .footer-right {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-site .footer-group .footer-menu {
    padding-right: 30px;
  }
  .footer-site .footer-group .footer-menu:last-child {
    padding-right: 0;
  }
  .footer-site .footer-group .footer-menu a {
    padding: 10px 0;
    line-height: 1;
  }
  .footer-site .footer-group .footer-menu li.-other {
    font-size: 13px;
  }
  .footer-site .footer-group .footer-menu li.-other.-top {
    padding-top: 1.6em;
  }
  .footer-site .footer-group .footer-menu li.sub {
    font-size: 13px;
    position: relative;
    padding-left: 1.5em;
  }
  .footer-site .footer-group .footer-menu li.sub a {
    padding: 8px 0;
  }
  .footer-site .footer-group .footer-menu li.sub:before {
    content: "";
    display: block;
    border-top: solid 1px #cbcbcb;
    width: 0.8em;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0.15em;
    z-index: 1;
  }
  .footer-site .footer-address {
    margin-bottom: 9px;
    font-size: 14px;
  }
  .footer-menu a {
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    font-size: 0.15rem;
    padding: 0.5rem 0;
  }
  .footer-site .wrapper {
    padding: 0 10%;
  }
  .footer-site .footer-logo {
    width: 1.62rem;
    margin-bottom: 0.12rem;
  }
  .footer-site .footer-left {
    margin-bottom: 0.32rem;
  }
  .footer-site .footer-left .footer-address {
    font-size: 0.14rem;
  }
  .footer-site .footer-group {
    margin-bottom: 0.4rem;
  }
  .footer-site .copyright {
    font-size: 0.12rem;
  }
  .footer-menu {
    margin: 0.14rem 0;
  }
  .footer-menu:first-child {
    margin: 0;
  }
  .footer-menu:last-child {
    margin: 0;
  }
  .footer-menu > li {
    margin-bottom: 0;
    height: 0.38rem;
    font-size: 0.15rem;
  }
  .footer-menu > li a {
    line-height: 0.38rem;
  }
  .footer-menu > li.-other {
    font-size: 0.13rem;
  }
  .footer-menu > li.-other.-top {
    margin-top: 1.6em;
  }
  .footer-menu > li.sub {
    font-size: 0.14rem;
    position: relative;
    padding-left: 1.5em;
  }
  .footer-menu > li.sub a {
    padding: 0.08rem 0;
    line-height: 0.24rem;
  }
  .footer-menu > li.sub:before {
    content: "";
    display: block;
    border-top: solid 0.01rem #cbcbcb;
    width: 0.8em;
    height: 0.01rem;
    position: absolute;
    top: 50%;
    left: 0.15em;
    z-index: 1;
  }
  .footer-menu a {
    display: block;
  }
}
.footer-contact {
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-contact {
    font-size: 12px;
    padding: 20px 0 82px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-contact {
    font-size: 0.12rem;
    padding: 0.2rem 0.26rem;
  }
}

.footer-site-two .button-top:before {
  border-color: #00a0e9;
  background-image: url(../img/common/btn_top_01.svg);
}
.footer-site-two .footer-text {
  font-weight: 500;
}
.footer-site-two .footer-list {
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.footer-site-two .footer-sub {
  font-weight: 400;
}
.footer-site-two .footer-sub a {
  display: inline-block;
  position: relative;
}
.footer-site-two .footer-sub a:before {
  content: "";
  left: 0;
  position: absolute;
  border-top: 4px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
}

@media print, (min-width: 768px) {
  .footer-site-two .wrapper {
    width: 1200px;
  }
  .footer-site-two .footer-logo {
    margin-bottom: 10px;
    display: inline-block;
  }
  .footer-site-two .footer-text {
    font-size: 15px;
    margin-top: 9px;
  }
  .footer-site-two .footer-list {
    font-size: 16px;
    position: relative;
    padding-right: 9px;
  }
  .footer-site-two .column-first {
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-site-two .column-second {
    width: 160px;
    margin-top: 46px;
  }
  .footer-site-two .column-third {
    width: 180px;
  }
  .footer-site-two .column-fourth {
    width: 140px;
  }
  .footer-site-two .column-fifth {
    width: 140px;
  }
  .footer-site-two .column-sixth {
    width: 160px;
  }
  .footer-site-two .footer-sub {
    font-size: 13px;
    padding: 5px 0 0 6px;
  }
  .footer-site-two .footer-sub a {
    display: inline-block;
    padding-left: 14px;
  }
  .footer-site-two .footer-sub a:before {
    top: 8px;
  }
  .footer-site-two .footer-link > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site-two {
    padding: 0.47rem 0.06rem 0.27rem;
  }
  .footer-site-two .footer-logo {
    margin-bottom: 0.1rem;
    display: inline-block;
  }
  .footer-site-two .footer-address {
    margin-bottom: 0.09rem;
    font-size: 0.14rem;
  }
  .footer-site-two .footer-text {
    font-size: 0.15rem;
    margin-top: 0.1rem;
  }
  .footer-site-two .footer-left {
    margin-bottom: 0.32rem;
  }
  .footer-site-two .footer-list {
    font-size: 0.16rem;
    padding-left: 0.09rem;
  }
  .footer-site-two .footer-list > li {
    width: 50%;
    margin-bottom: 0.21rem;
  }
  .footer-site-two .column-first {
    order: 1;
  }
  .footer-site-two .column-second {
    order: 3;
  }
  .footer-site-two .column-third {
    order: 2;
  }
  .footer-site-two .column-fourth {
    order: 5;
  }
  .footer-site-two .column-fifth {
    order: 4;
  }
  .footer-site-two .column-sixth {
    order: 5;
  }
  .footer-site-two .footer-sub {
    font-size: 0.13rem;
    padding: 0.05rem 0 0 0.06rem;
  }
  .footer-site-two .footer-sub a {
    display: block;
    padding-left: 0.14rem;
  }
  .footer-site-two .footer-sub a:before {
    top: 0.08rem;
    border-top-width: 0.04rem;
    border-left-width: 0.07rem;
    border-bottom-width: 0.04rem;
  }
  .footer-site-two .footer-link > li:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.section_sns {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.section_sns h3.sns-title {
  font-size: 12px;
  color: #fff;
  line-height: 2.5;
  font-weight: 700;
  padding-right: 23px;
  border-right: solid 1px #fff;
}
.section_sns ul.sns_box {
  display: flex;
  align-items: center;
}
.section_sns ul.sns_box li img.face {
  height: 32px;
  width: auto;
  margin-right: 24px;
  margin-left: 24px;
}
.section_sns ul.sns_box li img.insta {
  height: auto;
  width: 30px;
}

.button-primary,
.button-default,
.button-basic,
.button-base,
.button-egaku {
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: 0.26s ease;
}

.button-primary {
  color: #fff;
  background: #005ead;
  border-color: #005ead;
}
.button-primary:hover {
  background: #fff;
  color: #005ead;
}

.button-basic {
  color: #fff;
  background: #00a0e9;
  border-color: #00a0e9;
}
.button-basic:hover {
  background: #fff;
  color: #00a0e9;
}

.button-default {
  background: #fff;
  color: #005ead;
  border-color: #005ead;
}
.button-default.-min {
  color: #333;
  border-color: #333;
  position: relative;
  display: block;
  text-align: center;
  transition: 0.26s ease;
  letter-spacing: 0.1em;
}
.button-default.-min:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  background: url(../img/top/section-btn-arrow.svg) no-repeat;
  background-size: 100%;
  transition: transform 0.26s;
}
.button-default:hover {
  color: #fff;
  background: #005ead;
}
.button-default:hover.-min {
  color: #fff;
  background: #333;
}
.button-default:hover.-min:after {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  background: url(../img/top/section-btn-arrow_white.svg) no-repeat;
}
.button-default.-blue {
  color: #fff;
  background: #005ead;
  border-color: #005ead;
  position: relative;
  display: block;
  text-align: center;
  transition: 0.26s ease;
  letter-spacing: 0.1em;
}
.button-default.-blue:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  content: "";
  background: url(../img/top/section-btn-arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: transform 0.26s;
}
.button-default.-blue:hover {
  background: #fff;
  color: #005ead;
}
.button-default.-blue:hover:after {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  background: url(../img/top/section-btn-arrow_blue.svg) no-repeat;
}

.button-base {
  background: #fff;
  color: #00a0e9;
  border-color: #00a0e9;
}
.button-base:hover {
  color: #fff;
  background: #00a0e9;
}

.button-egaku {
  background: #856856;
  color: #ffffff;
  border-color: #856856;
}
.button-egaku:hover {
  color: #856856;
  background: #ffffff;
}

@media print, (min-width: 768px) {
  .button-primary,
  .button-default,
  .button-basic,
  .button-base,
  .button-egaku {
    font-size: 16px;
    border-radius: 4px;
    min-height: 60px;
    padding: 4px 16px 6px;
    margin: 0 auto;
  }
  .button-default {
    width: 300px;
  }
  .button-default.-min {
    width: 220px;
    min-height: 48px;
    line-height: 45px;
    padding: 0 16px;
  }
  .button-default.-blue {
    min-height: 64px;
    padding: 0 16px;
    line-height: 62px;
  }
  .button-base {
    width: 200px;
  }
  .client {
    margin: 0px;
  }
  .button-primary.-orange {
    background: #f99500;
    font-size: 34px;
    border-color: #A5A5A5;
    min-height: 94px;
  }
  .button-primary.-orange:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary,
  .button-default,
  .button-basic,
  .button-base,
  .button-egaku {
    font-size: 0.16rem;
    border-radius: 0.04rem;
    min-height: 0.6rem;
  }
  .button-primary,
  .button-basic {
    padding: 0.04rem 0.15rem 0.07rem;
  }
  .button-default,
  .button-base {
    padding: 0.04rem 0.15rem 0.06rem;
    margin: 0 auto;
  }
  .button-default {
    width: 3rem;
  }
  .button-default.-min {
    width: 2.2rem;
    min-height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button-default.-blue {
    min-height: 0.6rem;
    z-index: 1;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button-base {
    width: 2rem;
  }
  .client {
    margin: 0px;
  }
  .button-primary.-orange {
    background: #f99500;
    font-size: 0.21rem;
    border-color: #A5A5A5;
    min-height: 0.8rem;
  }
}
.title-common {
  text-align: center;
}
.title-common .is-text-small {
  color: #005ead;
}
.title-common .is-text-small,
.title-common .is-text-big {
  display: block;
  font-weight: bold;
  line-height: 1.46;
}

.title-keyvisual-common {
  line-height: 1;
  text-align: center;
}
.title-keyvisual-common .is-english {
  font-family: "Noto Sans", sans-serif;
  color: #005ead;
}
.title-keyvisual-common .is-revert {
  font-family: inherit;
}
.title-keyvisual-common .is-english,
.title-keyvisual-common .is-japan {
  display: block;
}
.title-keyvisual-common .is-title-blue {
  color: #00a0e9;
}

.title-primary {
  text-align: center;
  line-height: 1.453;
  font-weight: bold;
}
.title-primary > span {
  display: block;
}

@media print, (min-width: 768px) {
  .title-common {
    margin-bottom: 24px;
  }
  .title-common .is-text-small {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .title-common .is-text-big {
    font-size: 32px;
  }
  .title-keyvisual-common .is-english {
    font-size: 22px;
    padding: 48px 0 20px 0;
    font-weight: 500;
    color: #005EAD;
  }
  .title-keyvisual-common .is-english.-recruit {
    color: #00a0e9;
  }
  .title-keyvisual-common .is-japan {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 48px;
    letter-spacing: 3.6px;
  }
  .title-primary {
    font-size: 32px;
  }
  .title-primary .is-primary-text {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .title-background-common {
    padding-bottom: 48px;
    min-height: 402px;
    background-size: 958px 402px;
  }
  .title-background-common .is-english {
    font-size: 72px;
  }
  .title-background-common .is-japan {
    margin: 0 15px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common {
    margin-bottom: 0.24rem;
  }
  .title-common .is-text-small {
    font-size: 0.2rem;
  }
  .title-common .is-big {
    font-size: 0.32rem;
  }
  .title-common .is-text-big {
    font-size: 0.32rem;
  }
  .title-common .is-text-big.vision-text {
    font-size: 0.25rem;
  }
  .title-keyvisual-common.-recruit {
    margin-top: 0;
  }
  .title-keyvisual-common .is-english {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    font-weight: 500;
  }
  .title-keyvisual-common .is-english.-recruit {
    color: #00a0e9;
    margin-bottom: 0.1rem;
  }
  .title-keyvisual-common .is-japan {
    font-size: 0.22rem;
    font-weight: 600;
  }
  .title-primary {
    font-size: 0.32rem;
  }
  .title-primary .is-primary-text {
    font-size: 0.16rem;
    margin-bottom: 0.07rem;
  }
  .title-primary.size-middle {
    font-size: 0.28rem;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list > li {
  font-weight: bold;
  color: rgba(51, 51, 51, 0.7);
}
.breadcrumb-list > li:not(:last-child)::after {
  content: url("../img/common/breadcrumb_right.svg");
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb-list a {
  font-weight: bold;
}
.breadcrumb-list a:hover {
  opacity: 0.8;
  transition: opacity 0.26s ease;
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 0 32px;
  }
  .breadcrumb-list {
    font-size: 12px;
  }
  .breadcrumb-list > li::after {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0 0.18rem;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: #D7D7D7;
  }
  .breadcrumb-list {
    font-size: 0.14rem;
  }
  .breadcrumb-list > li::after {
    margin: 0 0.1rem;
  }
  .breadcrumb-list > li:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.keyvisual-title-common {
  background-color: #f5f5f5;
}
.keyvisual-title-common .breadcrumb-list li a:hover {
  opacity: 0.8;
  transition: opacity 0.26s ease;
}

@media print, (min-width: 768px) {
  .keyvisual-title-common {
    background: #F0F1F3;
    margin-top: calc(5rem + 3px);
  }
  .breadcrumb-common {
    margin-bottom: 20px;
    height: 48px;
    background-color: #D7D7D7;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-title-common {
    margin-top: calc(0.65rem + 3px);
  }
  .keyvisual-title-common .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    min-height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .keyvisual-title-common .prsite-none {
    min-height: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}/*# sourceMappingURL=common.css.map */