@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

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

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #1a1a1a;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media only screen and (min-width: 1296px) {
  .mid, .mid-sm {
    display: none !important;
  }

  .container {
    min-width: 1040px;
    margin-left: 224px;
    width: calc( 100% - 224px );
  }
}
@media print, (min-width: 768px) and (max-width: 1295.98px) {
  .md, .sm {
    display: none !important;
  }

  .container {
    min-width: 1040px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mid-md, .mid {
    display: none !important;
  }
}
@media print, (min-width: 768px) {
  body {
    font-size: 15px;
  }

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

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.15rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
}
h1 {
  line-height: 1.4;
}

h2 {
  line-height: 1.6;
}

h3 {
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 0.3rem;
  }

  h2 {
    font-size: 0.24rem;
  }

  h3 {
    font-size: 0.2rem;
  }
}
h4 {
  line-height: 1.6;
}

.text-large {
  line-height: 2;
}

.text-narrow {
  line-height: 1.6;
}

.sub-large {
  line-height: 1.8;
}

.sub-narrow {
  line-height: 1.6;
}

.common-text, .common-small-text {
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.is-bold {
  font-weight: 600;
}

.common-text-height {
  line-height: 2;
  letter-spacing: 0.06em;
}

.common-title, .common-small-title {
  font-weight: 600;
  color: #004098;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media print, (min-width: 768px) {
  h4 {
    font-size: 18px;
  }

  .text-large {
    font-size: 15px;
  }

  .text-narrow {
    font-size: 15px;
  }

  .sub-large, .common-small-text {
    font-size: 13px;
  }

  .sub-narrow {
    font-size: 13px;
  }

  .common-text, .common-text-height {
    font-size: 15px;
  }

  .common-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .common-small-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4 {
    font-size: 0.18rem;
  }

  .text-large {
    font-size: 0.15rem;
  }

  .text-narrow {
    font-size: 0.15rem;
  }

  .sub-large, .common-small-text {
    font-size: 0.13rem;
  }

  .sub-narrow {
    font-size: 0.13rem;
  }

  .common-text, .common-text-height {
    font-size: 0.15rem;
  }

  .common-title {
    font-size: 0.24rem;
    margin-bottom: 0.09rem;
  }

  .common-small-title {
    font-size: 0.18rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header {
  z-index: 999999;
  background: #fff;
  letter-spacing: 0.06em;
}
header .sidebar-estimate, header .sidebar-menu {
  font-weight: 600;
}
header .sidebar-estimate > li {
  line-height: 2.13333;
}
header .sidebar-estimate > li:hover > a {
  color: #004098;
}
header .sidebar-estimate > li > a {
  display: block;
}
header .sidebar-estimate .list-item {
  cursor: pointer;
  position: relative;
}
header .sidebar-estimate .list-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translatey(-50%);
  background: url(../img/common/arrow_icn.png) center/contain no-repeat;
}
header .block-item {
  display: none;
  background: rgba(244, 247, 249, 0.7);
}
header .sidebar-menu a {
  display: block;
  color: #566772;
}
header .sidebar-menu a:hover {
  color: #004098;
}
header .sidebar-menu li {
  line-height: 1.6;
}
header .item-child a {
  color: #1a1a1a;
  display: inline;
}
header .item-child a:hover {
  color: #004098;
}
header .item-child li {
  line-height: 1.6;
}
header .switch-language {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
header .switch-language::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background: url(../img/common/link_icn.png) center/contain no-repeat;
}
header .item-title + .item-child a {
  border-bottom: 0;
  display: block;
  color: #566772;
}

header .sidebar .btn-menu,
header .sidebar .close-menu{
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
  background-image: linear-gradient(to right, #00aeba 0%, #00aeba 13.05%, #078fb9 22%, #0d6fb8 50%, #00aeba 98%);
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 99999;
  padding-left: 50px;
  box-sizing: border-box;
  background-size: 200% auto;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 15px;
  width: 210px;
  height: 36px;
  border-radius: 8px;
  margin: 37px 7px 4px;
}
header .sidebar .btn-menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  content: "";
  width: 13px;
  height: 9px;
  margin: auto 0;
  background: url(../img/common/menu_icn.png) center/contain no-repeat;
}
header .sidebar .close-menu{
  background: #000;
}
header .sidebar .close-menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  content: "";
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: url(../img/common/close_icn.png) center/contain no-repeat;
}
header .sidebar .btn-menu:hover {
  background-color: #078fb9;
  background-position: right center;
}
@media print, (max-width: 1295.98px){
header .sidebar .btn-menu,
header .sidebar .close-menu{
  display: none;
}
}
header .sidebar .menu-block{
  display: none;
  position: absolute;
  top: 0;
  left: 224px;
  width: calc( 100vw - 224px );
  height: 100%;
  padding-bottom: 40px;
  overflow-y: auto;
  background-image: linear-gradient(to bottom right, #00aeba 0%, #078fb9 40%, #0d6fb8 60%, #0d6fb8 98%);
  box-sizing: border-box;
}
header .sidebar .menu-block .wrapper-menu{
  max-width: 900px;
  margin: 0 auto;
  padding-top: 10px;
}
header .sidebar .menu-block h2{
  margin: 40px 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
header .sidebar .menu-block ul li {
  background: #fff;
  border-radius: 16px;
}
header .sidebar .menu-block ul li img {
  margin-bottom: 11px;
}
header .sidebar .menu-block .box-wrap{
  display: flex;
  justify-content: space-between;
}
header .sidebar .menu-block .box-event{
  width: 308px;
}
header .sidebar .menu-block .box-event li a{
  display: block;
  padding-bottom: 11px;
  text-align: center;
}
header .sidebar .menu-block .box-room{
  width: 568px;
}
header .sidebar .menu-block .box-room ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  margin-top: -12px;
}
header .sidebar .menu-block .box-room ul li {
  width: 272px;
  margin-top: 12px;
}
header .sidebar .menu-block .box-room ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 86px;
  padding: 0 25px;
  box-sizing: border-box;
}
header .sidebar .menu-block .box-building ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
header .sidebar .menu-block .box-building ul li {
  width: 284px;
  padding: 0 0 26px;
  box-sizing: border-box;
}
header .sidebar .menu-block .box-building ul li img {
  margin: 0 0 22px;
}
header .sidebar .menu-block .box-building .common-link-arrow {
  margin-left: 20px;
}
header .sidebar .menu-block .box-building ul p {
  margin: 16px 20px 0;
  font-size: 12px;
}
header .sidebar .menu-block .box-building ul p.btn {
  display: inline-block;
  width: 120px;
  margin: 10px 0 0 20px;
  background: #E5EBF5;
  border-radius: 20px;
}
header .sidebar .menu-block .box-building ul p.btn:nth-child(2n) {
  margin-left: 0;
}
header .sidebar .menu-block .box-building ul p.btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 39px;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
}
header .sidebar .menu-block .box-building ul p.btn .common-link-arrow {
  width: 100%;
  margin: 0;
  font-size: 12px;
}
header .sidebar .menu-block .box-building ul p.btn .common-link-arrow::after {
  top: 5px !important;
}
header .sidebar .menu-block .box-guide ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
header .sidebar .menu-block .box-guide ul li {
  width: 284px;
}
header .sidebar .menu-block .box-guide ul li a {
  display: block;
  padding-bottom: 18px;
}
header .sidebar .menu-block .box-guide ul li img {
  margin-bottom: 18px;
}
header .sidebar .menu-block .box-guide .common-link-arrow {
  margin-left: 20px;
}
header .sidebar .menu-block .box-guide ul.c5 {
  margin-top: 40px;
  column-gap: 24px;
}
header .sidebar .menu-block .box-guide ul.c5 li {
  width: 160px;
  text-align: center;
}
header .sidebar .menu-block .box-guide ul.c5 li a {
  padding: 18px 0 10px;
}
header .sidebar .menu-block .box-guide ul.c5 li img {
  margin-bottom: 10px;
}
header .sidebar .menu-block .box-guide a {
  color: #004098;
  letter-spacing: 0.06em;
  font-weight: 600;
}

header .sidebar .menu-block .close{
  overflow: hidden;
}
header .sidebar .menu-block .close .btn{
  float: right;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 99999;
  padding-left: 50px;
  box-sizing: border-box;
  background-size: 200% auto;
  transition: all 0.3s;
  cursor: pointer;
}
header .sidebar .menu-block .close .btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  content: "";
  width: 13px;
  height: 9px;
  margin: auto 0;
  background: url(../img/common/close_icn.png) center/contain no-repeat;
}
@media print, (min-width: 768px) {
  header .sidebar .menu-block .close .btn{
    font-size: 15px;
    width: 210px;
    height: 36px;
    border-radius: 8px;
    margin: 37px 7px 4px;
  }
}


@media only screen and (min-width: 1296px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 40px;
    width: 224px;
    height: 100vh;
    border-right: 1px solid #dfe3e5;
  }
  header .sidebar {
    display: block !important;
  }
    .navcover{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0);
        z-index: 1000;
    }
  header .sidebar-estimate, header .sidebar-menu {
    border-bottom: 1px solid #dfe3e5;
  }
  header .logo {
    text-align: center;
  }
  header .sidebar-estimate {
    padding: 10px 0;
  }
  header .sidebar-estimate > li {
    padding: 0 8px;
  }
  header .sidebar-estimate > li > a {
    font-size: 15px;
    padding: 5px 15px 3px;
    letter-spacing: 0.06em;
  }
  header .sidebar-estimate .list-item::after {
    width: 5px;
    height: 8px;
    right: 15px;
  }
  header .is-now > a {
    background: #f4f7f9;
    border-radius: 4px;
  }
  header .item-parent:hover > a {
    background: #f4f7f9;
    border-radius: 4px;
  }
  header .item-parent:hover .block-item {
    display: block;
  }
  header .item-parent:hover .item {
    background: #f4f7f9;
  }
  header .item-parent:nth-of-type(4):hover .block-item {
    padding-top: 286px;
  }
  header .item-parent:nth-of-type(5):hover .block-item {
    padding-top: 326px;
  }
  header .item-parent:nth-of-type(6):hover .block-item {
    padding-top: 365px;
  }

  header .item-parent.item-guide:hover .block-item {
    padding-top: 426px;
  }
  header .item-parent.item-application:hover .block-item {
    padding-top: 646px;
  }
  header .block-item {
    position: absolute;
    left: 100%;
    top: 0;
    width: 229px;
    height: 100vh;
    padding-top: 10px;
    overflow: auto;
  }

  header .block-item .item:hover .item-title {
    color: #004098;
  }
  header .item-child li:hover a {
    color: #004098;
  }
  header .sidebar-menu a, header .item-child a {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  header .sidebar-menu {
    padding: 29px 25px 11px;
  }
  header .sidebar-menu:last-child{
    border-bottom: none;
  }
  header .sidebar-menu li {
    margin-bottom: 16px;
  }
  header .switch-language {
    font-size: 13px;
  }
  header .switch-language::after {
    width: 10px;
    height: 10px;
    right: 9px;
    top: 50%;
    transform: translatey(-50%);
  }
  header .item {
    padding: 18px 25px 1px;
  }
  header .item-title {
    font-size: 13px !important;
  }
  header .item-child {
    padding: 12px 7px 11px;
  }
  header .item-child li {
    margin-bottom: 9px;
  }
  header .item {
    border-bottom: 1px solid #dfe3e5;
  }
  header .item:first-child {
    border-top: 1px solid #dfe3e5;
  }

  .is-feature .block-item .item, .is-feature .block-item .item-child {
    padding: 0;
  }
  .is-feature .block-item li {
    margin-bottom: 0;
  }
  .is-feature .block-item li:not(:last-child) a {
    border-bottom: 1px solid #dfe3e5;
  }
  .is-feature .block-item a {
    display: block;
    padding: 20px 25px;
  }
}
@media print, (min-width: 768px) and (max-width: 1295.98px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
  }
  header .wrapper-header {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 53, 73, 0.1);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 20px;
  }
  header .logo {
    margin-left: 16px;
  }
  header .button-estimation,
  header .button-web {
    border-left: 1px solid #E5EBF5;
    letter-spacing: 0;
  }
  header .button-menu {
    background: #004098;
  }
  header .button-estimation, header .button-web, header .button-menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    width: 65px;
    font-weight: 600;
  }
  header .button-estimation {
    color: #00AEBA;
  }
  header .button-web {
    color: #004098;
  }
  header .control-menu {
    display: flex;
    height: 100%;
  }
  header .sidebar {
    z-index: -1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 96px 0 104px;
    overflow-y: scroll;
  }
  header .sidebar-estimate {
    padding-bottom: 4px;
  }
  header .sidebar-estimate > li {
    margin-bottom: 24px;
  }
  header .sidebar-estimate > li > a {
    font-size: 15px;
    padding: 0 32px;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
  }
  header .sidebar-estimate .list-item::after {
    width: 5px;
    height: 8px;
    right: 32px;
    transition: transform 0.3s;
    transform: translatey(-50%) rotate(90deg);
  }
  header .item-parent:hover > a {
    color: #004098;
  }
  header .block-item {
    padding: 10px 17px 31px;
  }
  header .block-item .item:hover .item-title {
    color: #004098;
  }
  header .item-child li:hover a {
    color: #004098;
  }
  header .sidebar-menu a, header .item-child a {
    font-size: 13px;
    padding: 0 15px;
    letter-spacing: 0.06em;
  }
  header .sidebar-menu {
    padding: 0 17px 11px;
    border-bottom: 1px solid #dfe3e5;
  }
  header .sidebar-menu li {
    margin-bottom: 25px;
  }
  header .item-parent.is-active .list-item::after {
    transform: translatey(-50%) rotate(270deg);
    transition: transform 0.3s;
  }
  header .switch-language {
    font-size: 13px;
    padding-top: 40px;
    padding-left: 32px;
    letter-spacing: 0.06em;
  }
  header .switch-language::after {
    width: 10px;
    height: 10px;
    right: -15px;
    bottom: 6px;
  }
  header .estimation-image {
    margin-bottom: 2px;
  }
  header .item {
    padding: 8px 30px 0;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  header .item-title {
    width: 150px;
    font-size: 15px !important;
    letter-spacing: 0.06em;
  }
  header .item-child {
    padding-top: 4px;
    display: flex;
    flex-wrap: wrap;
  }
  header .item-child li {
    position: relative;
    padding: 0 10px;
  }
  header .item-child li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #dfe3e5;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
  }
  header .item-child a {
    padding: 0;
  }

  .button-menu {
    position: relative;
    border-bottom-right-radius: 16px;
  }
  .button-menu .arrow-menu {
    width: 20px;
    height: 24px;
    position: relative;
    margin-top: -2px;
  }
  .button-menu .menu-close {
    display: none;
  }
  .button-menu span {
    display: block;
    width: 20px;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    transition: all 0.4s;
  }
  .button-menu span:nth-child(1) {
    top: 5px;
  }
  .button-menu span:nth-child(2) {
    top: 12px;
  }
  .button-menu span:nth-child(3) {
    top: 19px;
  }
  .button-menu.is-active span:nth-of-type(1) {
    -webkit-transform: translatey(7px) rotate(-45deg);
    transform: translatey(7px) rotate(-45deg);
  }
  .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  .button-menu.is-active span:nth-of-type(3) {
    -webkit-transform: translatey(-7px) rotate(45deg);
    transform: translatey(-7px) rotate(45deg);
  }
  .button-menu.is-active .menu-close {
    display: block;
  }
  .button-menu.is-active .menu-open {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper-header {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 0.1rem rgba(0, 53, 73, 0.1);
    border-bottom-left-radius: 0.16rem;
    border-bottom-right-radius: 0.18rem;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.64rem;
  }
  header .logo {
    margin-left: 0.16rem;
    width: 1.55rem;
  }
  header .logo img {
    width: 100%;
  }
  header .button-estimation,
  header .button-web {
    border-left: 1px solid #E5EBF5;
    letter-spacing: 0;
  }
  header .button-menu {
    border-bottom-right-radius: 0.16rem;
    background: #004098;
  }
  header .button-estimation, header .button-web, header .button-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.1rem;
    color: #fff;
    width: 0.65rem;
    font-weight: 600;
  }
  header .button-estimation {
    color: #00AEBA;
  }
  header .button-web {
    color: #004098;
  }
  header .estimation-image {
    width: 0.24rem;
    margin-bottom: 0.02rem;
  }
  header .estimation-image img {
    width: 100%;
  }
  header .control-menu {
    display: flex;
    height: 100%;
  }
  header .sidebar {
    z-index: -1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0.96rem 0 1.04rem;
    overflow-y: scroll;
  }
  header .sidebar-estimate {
    padding-bottom: 0.04rem;
  }
  header .sidebar-estimate > li {
    margin-bottom: 0.24rem;
  }
  header .sidebar-estimate > li > a {
    font-size: 0.15rem;
    padding: 0 0.32rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.22rem;
  }
  header .sidebar-estimate .list-item::after {
    width: 0.05rem;
    height: 0.08rem;
    right: 0.32rem;
    transition: transform 0.3s;
    transform: translatey(-50%) rotate(90deg);
  }
  header .block-item {
    padding: 0.1rem 0.17rem 0.31rem;
  }
  header .sidebar-menu a, header .item-child a {
    font-size: 0.13rem;
    padding: 0 0.15rem;
    letter-spacing: 0.06em;
  }
  header .sidebar-menu {
    padding: 0 0.17rem 0.11rem;
    border-bottom: 1px solid #dfe3e5;
  }
  header .sidebar-menu li {
    margin-bottom: 0.25rem;
  }
  header .item-parent.is-active .list-item::after {
    transform: translatey(-50%) rotate(270deg);
    transition: transform 0.3s;
  }
  header .switch-language {
    font-size: 0.13rem;
    padding-top: 0.4rem;
    padding-left: 0.32rem;
    letter-spacing: 0.06em;
  }
  header .switch-language::after {
    width: 0.1rem;
    height: 0.1rem;
    right: -0.15rem;
    bottom: 0.06rem;
  }
  header .item {
    padding: 0.08rem 0.3rem 0;
    margin-bottom: -0.1rem;
  }
  header .item-title {
    font-size: 0.15rem !important;
    letter-spacing: 0.06em;
  }
  header .item-child {
    padding-top: 0.1rem;
  }
  header .item-child li {
    margin-bottom: 0.17rem;
  }
  header .item-child a {
    padding: 0;
  }

  .button-menu {
    position: relative;
  }
  .button-menu .arrow-menu {
    width: 0.2rem;
    height: 0.24rem;
    position: relative;
  }
  .button-menu .menu-close {
    display: none;
  }
  .button-menu span {
    display: block;
    width: 0.2rem;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    transition: all 0.4s;
  }
  .button-menu span:nth-child(1) {
    top: 0.05rem;
  }
  .button-menu span:nth-child(2) {
    top: 0.12rem;
  }
  .button-menu span:nth-child(3) {
    top: 0.19rem;
  }
  .button-menu.is-active span:nth-of-type(1) {
    -webkit-transform: translatey(0.07rem) rotate(-45deg);
    transform: translatey(0.07rem) rotate(-45deg);
  }
  .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  .button-menu.is-active span:nth-of-type(3) {
    -webkit-transform: translatey(-0.07rem) rotate(45deg);
    transform: translatey(-0.07rem) rotate(45deg);
  }
  .button-menu.is-active .menu-close {
    display: block;
  }
  .button-menu.is-active .menu-open {
    display: none;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer .button-to-top {
  background: #e5ebf5;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #004098;
  cursor: pointer;
}
footer .button-to-top .wrapper {
  text-align: center;
}
footer .button-to-top .button {
  display: inline-block;
  position: relative;
}
footer .button-to-top .button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  background: url(../img/common/arrow_go_top.png) center/contain no-repeat;
}
footer .contents-title {
  line-height: 1.6;
  color: #004098;
  letter-spacing: 0.06em;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
}
footer .contents-title::after {
  content: "";
  position: absolute;
  background: url(../img/common/direct_icn.svg) center/contain no-repeat;
}
footer .contents-title:hover {
  color: #2169cc;
}
footer .contents-title:hover::after {
  background: url(../img/common/direct_icn_active.svg) center/contain no-repeat;
}
footer .contents-item a {
  line-height: 1.6;
  color: #566772;
  letter-spacing: 0.06em;
  font-weight: 400;
}
footer .sub-narrow {
  letter-spacing: 0.06em;
}
footer .sign-list {
  display: flex;
}
footer .sign-list a {
  color: #566772;
  letter-spacing: 0.06em;
}
footer .sign-list li {
  position: relative;
}
footer .sign-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #c4c7cb;
  top: 50%;
  transform: translatey(-50%);
}
footer .switch-language {
  font-weight: 300;
  display: inline-block;
  position: relative;
}
footer .switch-language::after {
  position: absolute;
  content: "";
  background: url(../img/common/link_icn.png) center/contain no-repeat;
}
footer .sign-company {
  display: block;
  font-weight: 300;
  letter-spacing: 0.06em;
}

@media print, (min-width: 768px) {
  footer .button-to-top {
    padding: 14px 0 15px;
    font-size: 14px;
  }
  footer .button-to-top .button {
    padding-left: 26px;
  }
  footer .button-to-top .button::before {
    width: 17.5px;
    height: 8px;
  }
  footer .footer-wrapper {
    padding: 80px 0;
    border-bottom: 1px solid #dfe3e5;
  }
  footer .footer-wrapper .wrapper {
    display: flex;
    justify-content: space-between;
  }
  footer .logo {
    padding-left: 22px;
  }
  footer .footer-contents {
    margin-top: -4px;
    width: 752px;
  }
  footer .contents-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  footer .contents-list > li {
    width: 30%;
    margin-bottom: 32px;
  }
  footer .contents-list > li:not(:nth-of-type(3n)) {
    margin-right: 35px;
  }
  footer .contents-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  footer .contents-title::after {
    top: 50%;
    transform: translatey(-50%);
    right: -27px;
    width: 19px;
    height: 8px;
  }
  footer .contents-title.in-arrow::after {
    content: "";
    position: relative;
    background: url(../img/common/direct_icn.svg) center/contain no-repeat;
    width: 19px;
    height: 8px;
    top: 0!important;
    right: -10px;
    display: inline-block;
  }
  footer .contents-item a {
    font-size: 13px;
  }
  footer .contents-item li {
    margin-bottom: 5px;
  }
  footer .note-tutorial {
    margin-bottom: 12px;
  }
  footer .footer-sign .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 34px 0;
  }
  footer .sign-list a {
    font-size: 12px;
  }
  footer .sign-list li:not(:last-child) {
    margin-right: 32px;
  }
  footer .sign-list li:not(:last-child)::after {
    width: 1px;
    height: 13px;
    right: -16px;
  }
  footer .switch-language::after {
    width: 10px;
    height: 10px;
    right: -15px;
    bottom: 5px;
  }
  footer .sign-company {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer{
    padding-bottom: 50px;
  }
  footer .logo {
    margin: 0 auto;
    width: 1.65rem;
  }
  footer .logo img {
    width: 100%;
  }
  footer .button-to-top {
    padding: 0.22rem 0;
    font-size: 0.14rem;
  }
  footer .button-to-top .button {
    padding-left: 0.26rem;
  }
  footer .button-to-top .button::before {
    width: 0.175rem;
    height: 0.08rem;
  }
  footer .footer-wrapper {
    padding: 0.48rem 0 0;
    margin-bottom: 0.28rem;
  }
  footer .footer-sign {
    margin-bottom: 0.24rem;
  }
  footer .logo {
    text-align: center;
    margin-bottom: 0.58rem;
  }
  footer .contents-list {
    padding: 0 0.16rem;
    margin-bottom: 0.36rem;
  }
  footer .contents-list > li:not(:last-child) {
    margin-bottom: 0.31rem;
  }
  footer .contents-list a {
    font-weight: 600;
    font-size: 0.15rem;
    letter-spacing: 0.06em;
  }
  footer .contents-list::after {
    right: -0.27rem;
    width: 0.19rem;
    height: 0.08rem;
  }
  footer .contents-item a {
    font-size: 0.13rem;
  }
  footer .contents-item li {
    margin-bottom: 0.09rem;
  }
  footer .note-tutorial {
    margin-bottom: 0.12rem;
  }
  footer .sign-list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .sign-list a {
    font-size: 0.12rem;
  }
  footer .sign-list li {
    padding: 0 0.24rem 0 0.07rem;
    margin-bottom: 0.04rem;
  }
  footer .sign-list li:not(:last-child)::after {
    width: 1px;
    height: 0.13rem;
    right: 0.08rem;
  }
  footer .switch-language::after {
    width: 0.1rem;
    height: 0.1rem;
    right: -0.15rem;
    bottom: 0.05rem;
  }
  footer .sign-company {
    font-size: 0.12rem;
    padding: 0.34rem 0;
    text-align: center;
    border-top: 1px solid #dfe3e5;
  }
}
@media print, (min-width: 768px) {
  .is-windows footer .contents-title::after {
    top: 7px !important;
    transform: inherit !important;
  }
  .is-windows footer .contents-title.in-arrow::after {
    top: 0 !important;
    transform: inherit !important;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .is-windows footer .contents-title::after {
    top: 7px !important;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* COMMON-PARTS
 * ----------------------------------------------- */
.general-cv-module, .bekkan-cv-module, .shinkan-cv-module {
  background: #f4f7f9;
  letter-spacing: 0.06em;
}
.general-cv-module a, .bekkan-cv-module a, .shinkan-cv-module a {
  letter-spacing: 0.06em;
}
.general-cv-module .general-title, .bekkan-cv-module .general-title, .shinkan-cv-module .general-title {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  color: #004098;
}
.general-cv-module .general-list, .bekkan-cv-module .general-list, .shinkan-cv-module .general-list {
  background: #fff;
}
.general-cv-module .list-title, .bekkan-cv-module .list-title, .shinkan-cv-module .list-title {
  font-weight: 600;
}
.general-cv-module .tel, .bekkan-cv-module .tel, .shinkan-cv-module .tel {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative;
}
.general-cv-module .tel::before, .bekkan-cv-module .tel::before, .shinkan-cv-module .tel::before {
  content: "";
  position: absolute;
  background: url(../img/common/phone_icn.png) center/contain no-repeat;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.general-cv-module .time, .bekkan-cv-module .time, .shinkan-cv-module .time {
  color: #7e868b;
  letter-spacing: 0.06em;
}
.general-cv-module .email, .bekkan-cv-module .email, .shinkan-cv-module .email {
  display: inline-block;
}
.general-cv-module .email, .general-cv-module .fax, .bekkan-cv-module .email, .bekkan-cv-module .fax, .shinkan-cv-module .email, .shinkan-cv-module .fax {
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.general-cv-module .general-contact, .bekkan-cv-module .general-contact, .shinkan-cv-module .general-contact {
  display: block;
  background: linear-gradient(102deg, #00aeba 23%, #078fb9 32.2%, #0d6fb8 59.4%, #0d6fb8 100%);
  color: #fff;
}
.general-cv-module .contact-title, .general-cv-module .contact-subtitle, .bekkan-cv-module .contact-title, .bekkan-cv-module .contact-subtitle, .shinkan-cv-module .contact-title, .shinkan-cv-module .contact-subtitle {
  letter-spacing: 0.06em;
}
.general-cv-module .contact-subtitle, .bekkan-cv-module .contact-subtitle, .shinkan-cv-module .contact-subtitle {
  line-height: 1.6;
}
.general-cv-module .contact-link, .bekkan-cv-module .contact-link, .shinkan-cv-module .contact-link {
  font-weight: 600;
  padding-right: 28px;
  background: #000 url(../img/common/direct_white_icn.png) right 20px center/19px 8px no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, (min-width: 768px) {
  .general-cv-module, .bekkan-cv-module, .shinkan-cv-module {
    padding: 75px 0 79px;
  }
  .general-cv-module .general-title, .bekkan-cv-module .general-title, .shinkan-cv-module .general-title {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .general-cv-module .general-list, .bekkan-cv-module .general-list, .shinkan-cv-module .general-list {
    display: flex;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 53, 73, 0.1);
    padding: 27px 0 29px;
    margin-bottom: 31px;
  }
  .general-cv-module .general-list li, .bekkan-cv-module .general-list li, .shinkan-cv-module .general-list li {
    width: calc(100%/3);
    padding: 0 42px 0 32px;
  }
  .general-cv-module .general-list li:not(:last-child), .bekkan-cv-module .general-list li:not(:last-child), .shinkan-cv-module .general-list li:not(:last-child) {
    border-right: 1px solid #dfe3e5;
  }
  .general-cv-module .list-title, .bekkan-cv-module .list-title, .shinkan-cv-module .list-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .general-cv-module .tel, .bekkan-cv-module .tel, .shinkan-cv-module .tel {
    font-size: 26px;
    padding-left: 28px;
    margin-bottom: 10px;
  }
  .general-cv-module .tel::before, .bekkan-cv-module .tel::before, .shinkan-cv-module .tel::before {
    width: 24px;
    height: 24px;
  }
  .general-cv-module .time, .bekkan-cv-module .time, .shinkan-cv-module .time {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .general-cv-module .email, .bekkan-cv-module .email, .shinkan-cv-module .email {
    margin-bottom: 2px;
  }
  .general-cv-module .email, .general-cv-module .fax, .bekkan-cv-module .email, .bekkan-cv-module .fax, .shinkan-cv-module .email, .shinkan-cv-module .fax {
    font-size: 13px;
  }
  .general-cv-module .general-contact, .bekkan-cv-module .general-contact, .shinkan-cv-module .general-contact {
    padding: 37.5px 31.5px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .general-cv-module .contact-title, .bekkan-cv-module .contact-title, .shinkan-cv-module .contact-title {
    font-size: 18px;
    margin-top: -3px;
    margin-bottom: 7px;
  }
  .general-cv-module .contact-subtitle, .bekkan-cv-module .contact-subtitle, .shinkan-cv-module .contact-subtitle {
    font-size: 14px;
  }
  .general-cv-module .contact-link, .bekkan-cv-module .contact-link, .shinkan-cv-module .contact-link {
    font-size: 13px;
    width: 144px;
    height: 44px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .general-cv-module, .bekkan-cv-module, .shinkan-cv-module {
    padding: 0.41rem 0 0.82rem;
  }
  .general-cv-module .general-title, .bekkan-cv-module .general-title, .shinkan-cv-module .general-title {
    font-size: 0.2rem;
    margin-bottom: 0.29rem;
  }
  .general-cv-module .general-list, .bekkan-cv-module .general-list, .shinkan-cv-module .general-list {
    border-radius: 0.16rem;
    box-shadow: 0 0 0.1rem rgba(0, 53, 73, 0.1);
    padding-top: 0.03rem;
    margin-bottom: 0.32rem;
  }
  .general-cv-module .general-list li, .bekkan-cv-module .general-list li, .shinkan-cv-module .general-list li {
    padding: 0.19rem 0.23rem;
  }
  .general-cv-module .general-list li:not(:last-child), .bekkan-cv-module .general-list li:not(:last-child), .shinkan-cv-module .general-list li:not(:last-child) {
    border-bottom: 1px solid #dfe3e5;
  }
  .general-cv-module .list-title, .bekkan-cv-module .list-title, .shinkan-cv-module .list-title {
    font-size: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .general-cv-module .tel, .bekkan-cv-module .tel, .shinkan-cv-module .tel {
    font-size: 0.26rem;
    padding-left: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .general-cv-module .tel::before, .bekkan-cv-module .tel::before, .shinkan-cv-module .tel::before {
    width: 0.24rem;
    height: 0.24rem;
  }
  .general-cv-module .time, .bekkan-cv-module .time, .shinkan-cv-module .time {
    font-size: 0.13rem;
    margin-bottom: 0.07rem;
  }
  .general-cv-module .email, .bekkan-cv-module .email, .shinkan-cv-module .email {
    margin-bottom: 0.02rem;
  }
  .general-cv-module .email, .general-cv-module .fax, .bekkan-cv-module .email, .bekkan-cv-module .fax, .shinkan-cv-module .email, .shinkan-cv-module .fax {
    font-size: 0.13rem;
  }
  .general-cv-module .general-contact, .bekkan-cv-module .general-contact, .shinkan-cv-module .general-contact {
    padding: 0.21rem 0.23rem 0.28rem;
    border-radius: 0.16rem;
  }
  .general-cv-module .contact-title, .bekkan-cv-module .contact-title, .shinkan-cv-module .contact-title {
    font-size: 0.18rem;
    margin-bottom: 0.06rem;
    text-align: center;
  }
  .general-cv-module .contact-subtitle, .bekkan-cv-module .contact-subtitle, .shinkan-cv-module .contact-subtitle {
    font-size: 0.13rem;
  }
  .general-cv-module .contact-text, .bekkan-cv-module .contact-text, .shinkan-cv-module .contact-text {
    margin-bottom: 0.26rem;
  }
  .general-cv-module .contact-link, .bekkan-cv-module .contact-link, .shinkan-cv-module .contact-link {
    padding-top: 0.02rem;
    font-size: 0.13rem;
    width: 1.44rem;
    height: 0.44rem;
    border-radius: 0.3rem;
    margin: 0 auto;
  }
}
.bekkan-cv-module .cv-module, .shinkan-cv-module .cv-module {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.bekkan-cv-module .title, .shinkan-cv-module .title {
  letter-spacing: 0.06em;
  font-weight: 600;
}
.bekkan-cv-module .fax, .shinkan-cv-module .fax {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.bekkan-cv-module .tel, .shinkan-cv-module .tel {
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
}
.bekkan-cv-module .time, .shinkan-cv-module .time {
  letter-spacing: 0.06em;
}
.bekkan-cv-module .email, .shinkan-cv-module .email {
  position: relative;
  letter-spacing: 0.06em;
}
.bekkan-cv-module .email::before, .shinkan-cv-module .email::before {
  content: "";
  position: absolute;
  background: url(../img/common/email_icn.png) center/contain no-repeat;
  top: 50%;
  transform: translatey(-50%);
}

@media print, (min-width: 768px) {
  .bekkan-cv-module, .shinkan-cv-module {
    padding: 50px 0 44px;
  }
  .bekkan-cv-module .cv-module, .shinkan-cv-module .cv-module {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 720px;
    padding: 27px 32px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 53, 73, 0.1);
  }
  .bekkan-cv-module .title, .shinkan-cv-module .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bekkan-cv-module .tel-and-fax, .shinkan-cv-module .tel-and-fax {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
  }
  .bekkan-cv-module .fax, .shinkan-cv-module .fax {
    font-size: 15px;
  }
  .bekkan-cv-module .tel, .shinkan-cv-module .tel {
    padding-left: 32px;
    margin-right: 17px;
    margin-bottom: 0;
  }
  .bekkan-cv-module .time, .shinkan-cv-module .time {
    padding-left: 28px;
    margin-bottom: 11px;
  }
  .bekkan-cv-module .email, .shinkan-cv-module .email {
    font-size: 20px;
    padding-left: 34px;
  }
  .bekkan-cv-module .email::before, .shinkan-cv-module .email::before {
    left: 2px;
    width: 24px;
    height: 24px;
  }
  .bekkan-cv-module .contact-link, .shinkan-cv-module .contact-link {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .bekkan-cv-module, .shinkan-cv-module {
    padding: 0.5rem 0 0.45rem;
  }
  .bekkan-cv-module .cv-module, .shinkan-cv-module .cv-module {
    padding: 0.2rem 0.23rem;
    border-radius: 0.16rem;
    box-shadow: 0 0 0.1rem rgba(0, 53, 73, 0.1);
  }
  .bekkan-cv-module .title, .shinkan-cv-module .title {
    text-align: center;
    font-size: 0.18rem;
    margin-bottom: 0.22rem;
  }
  .bekkan-cv-module .tel-and-fax, .shinkan-cv-module .tel-and-fax {
    margin-bottom: 0.05rem;
  }
  .bekkan-cv-module .fax, .shinkan-cv-module .fax {
    font-size: 0.15rem;
  }
  .bekkan-cv-module .tel, .shinkan-cv-module .tel {
    font-size: 0.24rem;
    padding-left: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .bekkan-cv-module .time, .shinkan-cv-module .time {
    margin-bottom: 0.14rem;
    margin-top: -0.04rem;
  }
  .bekkan-cv-module .email, .shinkan-cv-module .email {
    font-size: 0.19rem;
    padding-left: 0.28rem;
    margin-bottom: 0;
  }
  .bekkan-cv-module .email::before, .shinkan-cv-module .email::before {
    left: 0.02rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .bekkan-cv-module .contents, .shinkan-cv-module .contents {
    padding-top: 0.02rem;
    margin-bottom: 0.2rem;
  }
  .bekkan-cv-module .contact-link, .shinkan-cv-module .contact-link {
    margin-bottom: 0.05rem;
  }
}
.shinkan-cv-module2, .bekkan-cv-module2 {
  z-index: 999;
  position: fixed;
  background: #fff;
}
.shinkan-cv-module2 .text, .bekkan-cv-module2 .text {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.shinkan-cv-module2 .tel, .bekkan-cv-module2 .tel {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
  letter-spacing: 0.1em;
}
.shinkan-cv-module2 .tel::before, .bekkan-cv-module2 .tel::before {
  content: "";
  position: absolute;
  background: url(../img/common/phone_icn.png) center/contain no-repeat;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

@media only screen and (min-width: 1296px) {
  .shinkan-cv-module2, .bekkan-cv-module2 {
    bottom: 60px;
    right: 16px;
    width: 307px;
    box-shadow: 0 2px 20px rgba(0, 53, 73, 0.25);
    border-radius: 16px;
    padding: 21px 24px;
  }
  .shinkan-cv-module2 .text, .bekkan-cv-module2 .text {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .shinkan-cv-module2 .tel, .bekkan-cv-module2 .tel {
    font-size: 26px;
    padding-left: 28px;
  }
  .shinkan-cv-module2 .tel::before, .bekkan-cv-module2 .tel::before {
    width: 24px;
    height: 24px;
  }
}
@media print, (min-width: 768px) and (max-width: 1295.98px) {
  .shinkan-cv-module2, .bekkan-cv-module2 {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11px;
    right: 10px;
    box-shadow: 0 2px 20px rgba(0, 53, 73, 0.25);
    border-radius: 50%;
  }
  .shinkan-cv-module2 .text, .bekkan-cv-module2 .text {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .shinkan-cv-module2 .tel, .bekkan-cv-module2 .tel {
    width: 100%;
    height: 100%;
    font-size: 26px;
    padding-left: 24px;
  }
  .shinkan-cv-module2 .tel::before, .bekkan-cv-module2 .tel::before {
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .shinkan-cv-module2, .bekkan-cv-module2 {
    width: 0.56rem;
    height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.11rem;
    right: 0.1rem;
    box-shadow: 0 0.02rem 0.2rem rgba(0, 53, 73, 0.25);
    border-radius: 50%;
  }
  .shinkan-cv-module2 .text, .bekkan-cv-module2 .text {
    font-size: 0.12rem;
    margin-bottom: 0.03rem;
  }
  .shinkan-cv-module2 .tel, .bekkan-cv-module2 .tel {
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    padding-left: 0.24rem;
  }
  .shinkan-cv-module2 .tel::before, .bekkan-cv-module2 .tel::before {
    width: 0.24rem;
    height: 0.24rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.common-button-estimation,
.common-button-application {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #00AEBA;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 99999;
  padding-left: 50px;
  box-sizing: border-box;
  background-size: 200% auto;
  transition: all 0.3s;
}
.common-button-application {
  background: #004098;
}
.common-button-estimation:before,
.common-button-application:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 30px;
  height: 30px;
  margin: auto 0;
  background: url(../img/common/application_icn.png) center/contain no-repeat;
}
.common-button-estimation:before {
  background: url(../img/common/estimation_icn.png) center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .common-button-estimation,
  .common-button-application {
    position: fixed;
    font-size: 15px;
    right: 16px;
    top: 16px;
    width: 192px;
    height: 56px;
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(15, 78, 171, 0.4);
  }
  .common-button-application {
    top: 86px;
  }  .common-button-estimation:hover {
    background-color: #078fb9;
    background-position: right center;
    opacity: 1;
  }
  .common-button-application:hover {
    background-color: #3366ad;
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-button-estimation {
    padding-top: 0.02rem;
    margin: -0.18rem auto 0.27rem;
    font-size: 0.15rem;
    width: 1.92rem;
    height: 0.56rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.2rem rgba(15, 78, 171, 0.4);
  }
}
.button-back-home {
  text-align: center;
}
.button-back-home a {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #004098;
}

.common-link-round {
  letter-spacing: 0.06em;
  font-weight: 600;
  padding-right: 28px;
  background: #1a1a1a url(../img/common/direct_white_icn.png) right 20px center/19px 8px no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-link-round:hover {
  background-color: #3e3e3e !important;
}
.common-link-round.is-download,
.common-link-round.is-down {
  padding-right: 0;
  background: #1a1a1a;
}

.common-link-arrow {
  display: inline-block;
  color: #004098;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  transition: all 0.3s;
}
.common-link-arrow::after {
  content: "";
  position: absolute;
  background: url(../img/common/direct_icn.svg) center/contain no-repeat;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.common-link-arrow:hover {
  color: #2169cc;
}
.common-link-arrow:hover::after {
  background: url(../img/common/direct_icn_active.svg) center/contain no-repeat;
}

.common-note-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.common-note-list a,
.common-note-list span {
  line-height: 1.6;
  color: #566772;
  letter-spacing: 0.06em;
}
.common-note-list a:hover {
  color: #004098;
}
.common-note-list li {
  position: relative;
}
.common-note-list li::after {
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  transform: translatey(-50%);
  background: #c4c7cb;
  right: 0;
}

.common-catalogue {
  letter-spacing: 0.06em;
  font-weight: 600;
  position: relative;
}
.common-catalogue::before {
  content: "";
  position: absolute;
  background: url(../img/common/catalogue_icn.png) center/contain no-repeat;
  left: 0;
}

.common-stepper {
  display: flex;
  justify-content: center;
}
.common-stepper li {
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #b3b3b3;
  position: relative;
}
.common-stepper li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  left: 0;
}
.common-stepper li:first-child .stepper-title::after {
  height: 1px;
  background: #fff;
  left: 0;
}
.common-stepper li:last-child .stepper-title::after {
  height: 1px;
  background: #fff;
  right: 0;
}
.common-stepper .stepper-title {
  text-align: center;
  display: block;
  position: relative;
}
.common-stepper .stepper-title::after, .common-stepper .stepper-title::before {
  content: "";
  position: absolute;
}
.common-stepper .stepper-title::before {
  background: #b3b3b3;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
}
.common-stepper li.is-active .stepper-title {
  color: #1a1a1a;
}
.common-stepper li.is-active .stepper-title::before {
  z-index: 5;
  background: #004098;
}

@media print, (min-width: 768px) {
  .button-back-home a {
    font-size: 15px;
  }

  .common-link-round {
    font-size: 13px;
    border-radius: 30px;
  }

  .common-link-arrow {
    font-size: 15px;
    padding-right: 28px;
  }
  .common-link-arrow::after {
    width: 19px;
    height: 8px;
  }

  .common-note-list {
    border-radius: 8px;
    padding: 21px 12px 13px;
  }
  .common-note-list a, .common-note-list span {
    font-size: 13px;
  }
  .common-note-list li {
    padding: 0 7px 0 10px;
    margin-bottom: 8px;
  }
  .common-note-list li:not(:last-child)::after {
    height: 13px;
  }

  .common-catalogue {
    font-size: 22px;
    padding-left: 30px;
  }
  .common-catalogue::before {
    top: 2px;
    width: 22px;
    height: 25px;
  }

  .common-stepper {
    padding: 80px 0 54px;
  }
  .common-stepper li {
    font-size: 14px;
  }
  .common-stepper li:not(:last-child) {
    padding-right: 145px;
  }
  .common-stepper li::before {
    top: -17.5px;
  }
  .common-stepper li:first-child .stepper-title::after {
    width: calc(50% - 4px);
    top: -17.5px;
  }
  .common-stepper li:last-child .stepper-title::after {
    width: calc(50% - 4px);
    top: -17.5px;
  }
  .common-stepper .stepper-title {
    max-width: 200px;
  }
  .common-stepper .stepper-title::before {
    width: 8px;
    height: 8px;
    top: -20px;
  }
  .common-stepper li.is-active .stepper-title::before {
    border: 7px solid #e9f1fb;
    width: 23px;
    height: 23px;
    top: -29px;
    left: calc(50% + 2px);
  }
  .common-stepper li.is-active .stepper-title::after {
    width: calc(50% - 7px);
  }
  .common-stepper .stepper-note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-back-home a {
    font-size: 0.15rem;
  }

  .common-link-round {
    padding-top: 0.01rem;
    font-size: 0.13rem;
    border-radius: 0.3rem;
  }

  .common-link-arrow {
    font-size: 0.15rem;
    padding-right: 0.28rem;
  }
  .common-link-arrow::after {
    width: 0.19rem;
    height: 0.08rem;
  }

  .common-note-list {
    border-radius: 0.08rem;
    padding: 0.17rem 0.15rem 0.07rem;
  }
  .common-note-list a, .common-note-list span {
    font-size: 0.13rem;
  }
  .common-note-list li {
    padding: 0 0.07rem 0 0.1rem;
    margin-bottom: 0.13rem;
    margin-right: 0.15rem;
  }
  .common-note-list li::after {
    height: 0.13rem;
    right: -0.08rem;
  }

  .common-catalogue {
    padding-left: 0.3rem;
    font-size: 0.22rem;
  }
  .common-catalogue::before {
    top: 0.02rem;
    width: 0.22rem;
    height: 0.25rem;
  }

  .common-stepper {
    padding: 0.71rem 0 0.42rem;
  }
  .common-stepper li {
    font-size: 0.14rem;
  }
  .common-stepper li:not(:last-child) {
    padding-right: 1.1rem;
  }
  .common-stepper li::before {
    top: -0.175rem;
  }
  .common-stepper li:first-child .stepper-title::after {
    width: calc(50% - .04rem);
    top: -0.175rem;
  }
  .common-stepper li:last-child .stepper-title::after {
    width: calc(50% - .04rem);
    top: -0.175rem;
  }
  .common-stepper .stepper-title {
    max-width: 0.5rem;
  }
  .common-stepper .stepper-title::before {
    width: 0.08rem;
    height: 0.08rem;
    top: -0.2rem;
  }
  .common-stepper li.is-active .stepper-title::before {
    border: 0.07rem solid #e9f1fb;
    width: 0.23rem;
    height: 0.23rem;
    top: -0.29rem;
    left: calc(50% + 1px);
  }
  .common-stepper li.is-active .stepper-title::after {
    width: calc(50% - .07rem);
  }
  .common-stepper .stepper-note {
    font-size: 0.12rem;
  }
}
.common-head {
  background: #f4f7f9;
}
.common-head .breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.common-head .breadcrumb li:not(:last-child) {
  position: relative;
}
.common-head .breadcrumb li:not(:last-child)::after {
  position: absolute;
  content: "";
  background: url(../img/common/breadcrumb_icn.png) center/contain no-repeat;
  top: 56%;
  transform: translatey(-50%);
}
.common-head .breadcrumb a, .common-head .breadcrumb span {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.common-head .breadcrumb a {
  transition: color 0.3s;
}
.common-head .breadcrumb a:hover {
  color: #004098;
}
.common-head .head-title {
  letter-spacing: 0.06em;
  color: #004098;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .common-head {
    padding: 24px 0;
    height: 228px;
  }
  .common-head .breadcrumb {
    margin-bottom: 73px;
  }
  .common-head .breadcrumb li:not(:last-child) {
    padding-right: 24px;
  }
  .common-head .breadcrumb li:not(:last-child)::after {
    width: 5px;
    height: 9px;
    right: 8px;
  }
  .common-head .breadcrumb a, .common-head .breadcrumb span {
    font-size: 13px;
  }
  .common-head .head-title {
    font-size: 40px;
  }
  .common-head .head-title.is-long {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-head {
    margin-top: 0.64rem;
    padding: 0.14rem 0;
    height: 1.59rem;
  }
  .common-head .breadcrumb {
    margin-bottom: 0.4rem;
  }
  .common-head .breadcrumb li:not(:last-child) {
    padding-right: 0.24rem;
  }
  .common-head .breadcrumb li:not(:last-child)::after {
    width: 0.05rem;
    height: 0.09rem;
    right: 0.08rem;
  }
  .common-head .breadcrumb a, .common-head .breadcrumb span {
    font-size: 0.13rem;
  }
  .common-head .head-title {
    text-align: center;
    font-size: 0.3rem;
  }
}
.common-checkbox input[type=checkbox] {
  display: none;
}
.common-checkbox .select-span {
  letter-spacing: 0.06em;
  font-weight: 300;
  position: relative;
  line-height: 1.6;
}
.common-checkbox .select-span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.common-checkbox .select-input:checked + .select-span::after {
  content: "";
  position: absolute;
  transform: translatey(-50%) rotate(45deg);
  top: 47%;
}

@media print, (min-width: 768px) {
  .common-checkbox .select-span {
    font-size: 15px;
    padding-left: 23px;
  }
  .common-checkbox .select-span::before {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 2px solid #bcc6cb;
  }
  .common-checkbox .select-input:checked + .select-span::after {
    width: 5px;
    height: 10px;
    left: 5px;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-checkbox .select-label:not(:last-child) {
    margin-bottom: 0.06rem;
  }
  .common-checkbox .select-span {
    font-size: 0.15rem;
    padding-left: 0.24rem;
  }
  .common-checkbox .select-span::before {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 0.02rem;
    border: 0.02rem solid #bcc6cb;
  }
  .common-checkbox .select-input:checked + .select-span::after {
    width: 0.05rem;
    height: 0.1rem;
    left: 0.05rem;
    border-right: 0.02rem solid #1a1a1a;
    border-bottom: 0.02rem solid #1a1a1a;
  }
}
.common-head.has-background {
  position: relative;
  background: transparent;
}
.common-head.has-background::before, .common-head.has-background::after {
  content: "";
  position: absolute;
}
.common-head.has-background::before {
  background: no-repeat center/cover;
  left: 0;
  z-index: 0;
}
.common-head.has-background::after {
  right: 0;
  z-index: -1;
  background: no-repeat top right/100% auto;
}
.common-head.has-background .wrapper-title .head-title {
  color: #1a1a1a;
}

@media print, (min-width: 768px) {
  .common-head.has-background {
    height: 505px;
    margin-bottom: 120px;
  }
  .common-head.has-background::before {
    background-image: url(../img/company/keyvisual_img.jpg);
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    width: calc(50% + 520px);
    top: 65px;
    height: 440px;
  }
  .common-head.has-background::after {
    top: 0;
    width: 522px;
    height: 667px;
    background-image: url(../img/common/keyvisual_decor_img.png);
  }
  .common-head.has-background .wrapper-title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 104px;
    width: 100%;
  }
  .common-head.has-background .wrapper-title::before {
    background-color: #fff;
    border-top-right-radius: 32px;
    content: "";
    position: absolute;
    width: calc(50% - 7px);
    height: 100%;
    left: 0;
    bottom: 0;
  }
  .common-head.has-background .wrapper-title .head-title {
    position: relative;
    width: calc(50% + 13px);
    z-index: 2;
    top: 35px;
    left: -2px;
  }
  .common-head.has-background .wrapper-title .head-title.is-long {
    width: calc(50% + 53px);
  }
  .common-head.has-background .wrapper-title .title-image {
    position: absolute;
    right: 65px;
    top: -4px;
  }
  .common-head.has-background .wrapper-title .title-image::before {
    content: "";
    width: 11px;
    height: 19px;
    background: url(../img/common/icon_slash.png) no-repeat center/100% auto;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-head.has-background {
    height: 4.44rem;
  }
  .common-head.has-background::before {
    background-image: url(../img/company/sp/keyvisual_img.jpg);
    border-top-right-radius: 0.32rem;
    border-bottom-right-radius: 0.32rem;
    width: calc(100% - .32rem);
    top: 0.57rem;
    height: 2.5rem;
  }
  .common-head.has-background::after {
    width: 2.1rem;
    height: 4.83rem;
    background-image: url(../img/common/sp/keyvisual_decor_img.png);
    top: -0.6rem;
  }
  .common-head.has-background .wrapper-title {
    margin-top: 2.95rem;
  }
  .common-head.has-background .wrapper-title .title-image {
    display: block;
    width: 0.59rem;
    margin: -0.15rem auto 0;
  }
}
.general-cv-module.is-company .email {
  position: relative;
  letter-spacing: 0.06em;
}
.general-cv-module.is-company .email::before {
  content: "";
  position: absolute;
  background: url(../img/common/email_icn.png) center/contain no-repeat;
  top: 50%;
  transform: translatey(-50%);
}
@media print, (min-width: 768px) {
  .general-cv-module.is-company .general-list {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .general-cv-module.is-company .general-list .list-title {
    margin-bottom: 13px;
  }
  .general-cv-module.is-company .general-list li {
    width: 50%;
    padding-right: 35px;
  }
  .general-cv-module.is-company .general-list li:not(:last-child) {
    border-right: 0;
    position: relative;
  }
  .general-cv-module.is-company .general-list li:not(:last-child):after {
    content: "";
    position: absolute;
    height: 115px;
    width: 1px;
    background: #dfe3e5;
    top: 6px;
    right: 0;
  }
  .general-cv-module.is-company .tel {
    margin-bottom: 6px;
  }
  .general-cv-module.is-company .email {
    font-size: 20px;
    margin-bottom: 13px;
    padding-left: 34px;
    left: -2px;
    top: 3px;
  }
  .general-cv-module.is-company .email::before {
    left: 2px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .general-cv-module.is-company {
    padding-top: 0.6rem;
    padding-bottom: 0.32rem;
  }
  .general-cv-module.is-company .general-title {
    margin-bottom: 0.24rem;
  }
  .general-cv-module.is-company .general-list .list-title {
    margin-bottom: 0.1rem;
  }
  .general-cv-module.is-company .general-list li {
    padding-bottom: 0.13rem;
  }
  .general-cv-module.is-company .tel {
    margin-bottom: 0.08rem;
  }
  .general-cv-module.is-company .email {
    font-size: 0.19rem;
    padding-left: 0.28rem;
    top: 0.03rem;
    margin-bottom: 0.14rem;
  }
  .general-cv-module.is-company .email::before {
    left: 0.02rem;
    width: 0.24rem;
    height: 0.24rem;
  }
}

.section-access .secondary-title {
  position: relative;
  color: #004098;
  font-weight: 600;
}
.section-access .secondary-title::before, .section-access .secondary-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section-access .secondary-title::before {
  background: #004098;
  z-index: 1;
}
.section-access .secondary-title::after {
  background: #dfe3e5;
  width: 100%;
}
.section-access .branches-location {
  position: relative;
  display: inline-block;
  color: #004098;
  font-weight: 600;
}
.section-access .branches-location::before {
  position: absolute;
  content: "";
  background: url(../img/company/location_marker_icn.png) no-repeat;
}
.section-access .location-note {
  display: block;
  position: relative;
  color: #1a1a1a;
  font-weight: 600;
}
.section-access .location-note::before {
  position: absolute;
  content: "※";
}
.section-access .location-map img {
  width: 100%;
}
.section-access .branches-direction {
  background: #f4f7f9;
}
.section-access .branches-direction li {
  display: block;
  position: relative;
}
.section-access .branches-direction li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  background: #1bbace;
}
.section-access .branches-direction li:not(:last-child) {
  margin-bottom: 18px;
}
.section-access .branches-direction dl {
  display: flex;
}

@media print, (min-width: 768px) {
  .section-access {
    margin-bottom: 100px;
  }
  .section-access .secondary-title {
    font-size: 30px;
    margin-bottom: 25px;
    padding-top: 43px;
    letter-spacing: 0.06em;
  }
  .section-access .secondary-title::before {
    width: 50px;
    height: 2px;
  }
  .section-access .secondary-title::after {
    height: 1px;
  }
  .section-access .company-access {
    display: flex;
    justify-content: space-between;
  }
  .section-access .company-address {
    margin-bottom: 8px;
    letter-spacing: 0.06em;
  }
  .section-access .company-intro {
    width: calc(100% - 400px);
  }
  .section-access .company-intro li {
    display: flex;
  }
  .section-access figure {
    margin-top: 3px;
    width: 522px;
  }
  .section-access .branches-location {
    margin-bottom: 20px;
    margin-left: 26px;
    letter-spacing: 0.06em;
  }
  .section-access .branches-location::before {
    width: 36px;
    height: 36px;
    left: -26px;
    top: 2px;
    background-size: 18px;
  }
  .section-access .branches-direction {
    padding: 21px 25px 18px;
    border-radius: 16px;
    margin-bottom: 21px;
  }
  .section-access .branches-direction li {
    display: block;
    position: relative;
    margin-left: 14px;
  }
  .section-access .branches-direction li:before {
    top: 11%;
    left: -15px;
    width: 7px;
    height: 7px;
    transform: translatey(-11%);
  }
  .section-access .branches-direction li:not(:last-child) {
    margin-bottom: 14px;
  }
  .section-access .branches-direction dl {
    display: flex;
    margin-bottom: 2px;
    letter-spacing: 0.06em;
  }
  .section-access .location-name {
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.06em;
  }
  .section-access .location-instruction {
    letter-spacing: 0.07em;
  }
  .section-access small {
    font-size: 13px;
    margin-bottom: 24px;
    letter-spacing: 0.06em;
  }
  .section-access .location-text {
    margin: -6px 0 6px;
  }
  .section-access .location-note {
    margin-bottom: 17px;
    left: 14px;
  }
  .section-access .location-note:before {
    left: -14px;
  }
  .section-access .location-note:before span {
    margin-left: 15px;
    letter-spacing: 0.2em;
  }
  .section-access .location-map {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-access .external-links li {
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-access {
    padding-bottom: 0.56rem;
    font-size: 0.15rem;
  }
  .section-access .secondary-title {
    margin-bottom: 0.04rem;
    letter-spacing: 0.06em;
    line-height: 1.9;
    padding-top: 0.44rem;
    font-size: 0.24rem;
  }
  .section-access .secondary-title::before {
    width: 0.48rem;
    height: 0.02rem;
  }
  .section-access .secondary-title::after {
    height: 1px;
  }
  .section-access .company-address {
    margin-bottom: 0.12rem;
    letter-spacing: 0.018rem;
    line-height: 2;
  }
  .section-access .branches-location {
    margin-bottom: 0.2rem;
    margin-left: 0.26rem;
    letter-spacing: 0.06em;
  }
  .section-access .branches-location::before {
    width: 0.36rem;
    height: 0.36rem;
    left: -0.26rem;
    top: 0.01rem;
    background-size: 0.18rem;
  }
  .section-access .branches-direction {
    padding: 0.21rem 0.25rem 0.14rem;
    border-radius: 0.16rem;
    margin-bottom: 0.16rem;
  }
  .section-access .branches-direction li {
    display: block;
    position: relative;
    margin-left: 0.15rem;
  }
  .section-access .branches-direction li:before {
    top: 6%;
    left: -0.16rem;
    width: 0.06rem;
    height: 0.06rem;
    transform: translatey(-6%);
  }
  .section-access .branches-direction li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .section-access .location-name {
    letter-spacing: 0.05em;
    margin-bottom: 0.06rem;
    font-weight: 600;
  }
  .section-access .location-instruction {
    letter-spacing: 0.06em;
    margin-bottom: 0.05rem;
  }
  .section-access .location-text {
    font-size: 0.15rem;
    line-height: 2;
    margin-bottom: 0.05rem;
  }
  .section-access .location-note {
    margin-bottom: 0.21rem;
    font-size: 0.13rem;
    left: 0.02rem;
    line-height: 1.5;
    padding-left: 0.2rem;
    letter-spacing: 0.06em;
    top: -0.01rem;
  }
  .section-access .location-note:before {
    left: -0.02rem;
    font-size: 0.12rem;
    top: 0;
  }
  .section-access figure {
    margin-bottom: 0.21rem;
    border-radius: 0.16rem;
  }
  .section-access .external-links li {
    margin-bottom: 0.15rem;
    letter-spacing: 0.05em;
  }
}
.common-overview {
  position: relative;
}
.common-overview::before{
    content: '';
    display: none;
}
.common-overview .wrapper {
  background: #fff;
}
.common-overview .overview:not(:last-child) {
  border-bottom: 1px solid #dfe3e5;
}
.common-overview .overview-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.common-overview .overview-subtitle, .common-overview .accordion-title,
.common-overview .accordion-text, .common-overview .accordion-content p, .common-overview .accordion-time, .common-overview .overview-link {
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.common-overview .accordion-time {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.common-overview .accordion-content {
  display: none;
}
.common-overview .accordion-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.common-overview .accordion-title::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translatey(-50%) rotate(90deg);
  transition: transform 0.3s;
  background: url(../img/common/arrow_icn.png) center/contain no-repeat;
}
.common-overview .is-active .accordion-title::after {
  transition: transform 0.3s;
  transform: translatey(-50%) rotate(270deg);
}
.common-overview .overview-link {
  font-weight: 600;
  color: #004098;
  text-decoration: underline;
}
.common-overview .overview-list li {
  cursor: pointer;
}
.common-overview .overview-list li.is-active .accordion-title {
  color: #004098;
}

@media print, (min-width: 768px) {
  .common-overview {
    margin-top: -20px;
    margin-bottom: 11px;
  }
  .common-overview .wrapper {
    border-radius: 32px;
    padding: 33px 48px 44px;
    box-shadow: 0 0 10px rgba(0, 53, 73, 0.1);
  }
  .common-overview .overview {
    display: flex;
  }
  .common-overview .overview:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .common-overview .overview-topics {
    margin-top: 10px;
  }
  .common-overview .overview-title {
    margin-bottom: 4px;
    font-size: 24px;
  }
  .common-overview .overview-heading {
    width: 234px;
    flex-shrink: 0;
  }
  .common-overview .overview-heading span {
    display: block;
  }
  .common-overview .overview-list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .common-overview .overview-subtitle, .common-overview .accordion-title,
  .common-overview .accordion-text, .common-overview .accordion-content p, .common-overview .accordion-time, .common-overview .overview-link {
    font-size: 13px;
  }
  .common-overview .list-contents {
    display: flex;
    align-items: center;
  }
  .common-overview .accordion-text:not(:last-child), .common-overview .accordion-content p:not(:last-child) {
    margin-bottom: 24px;
  }
  .common-overview .accordion-time {
    flex-shrink: 0;
    margin-right: 28px;
  }
  .common-overview .accordion-content {
    padding: 20px 0;
  }
  .common-overview .accordion-title {
    line-height: 1.6;
    padding-right: 15px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .common-overview .accordion-title {
    padding-top: 1px;
  }
}
@media print, (min-width: 768px) {
  .common-overview .accordion-title::after {
    width: 5px;
    height: 8px;
  }
  .common-overview .overview-list li:hover .accordion-title {
    color: #004098;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-overview {
    margin-top: -3.2rem;
    margin-bottom: 0.11rem;
  }
    .common-overview::before{
      display: block;
      content: '';
      width: 100%;
      height: 1rem;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      background: #1bb8ce;
    }
    
  .common-overview .wrapper {
    border-radius: 0.17rem;
    padding: 0.19rem 0.24rem 0.23rem;
    margin: 0 0.16rem;
    box-shadow: 0 0 0.1rem rgba(0, 53, 73, 0.1);
  }
  .common-overview .overview:not(:last-child) {
    padding-bottom: 0.31rem;
    margin-bottom: 0.26rem;
  }
  .common-overview .overview-topics {
    margin-top: 0.13rem;
  }
  .common-overview .overview-title {
    font-size: 0.24rem;
    margin-right: 0.06rem;
  }
  .common-overview .overview-heading {
    margin-bottom: 0.1rem;
  }
  .common-overview .overview-list li:not(:last-child) {
    margin-bottom: 0.12rem;
  }
  .common-overview .overview-subtitle, .common-overview .accordion-time, .common-overview .accordion-text, .common-overview .accordion-content p {
    font-size: 0.13rem;
  }
  .common-overview .accordion-text:not(:last-child), .common-overview .accordion-content p:not(:last-child) {
    margin-bottom: 0.24rem;
  }
  .common-overview .accordion-time {
    margin-bottom: 0.07rem;
    display: block;
  }
  .common-overview .accordion-content {
    padding: 0.12rem 0;
  }
  .common-overview .accordion-title {
    margin-top: 0.03rem;
    padding-right: 0.15rem;
    display: block;
  }
  .common-overview .accordion-title::after {
    width: 0.05rem;
    height: 0.08rem;
    top: 0.11rem;
  }
  .common-overview .accordion-title, .common-overview .overview-link {
    font-size: 0.15rem;
  }
}
.common-slider .slider-main {
  overflow: hidden;
}
.common-slider .slider-main:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.common-slider .slider-pager {
  overflow: hidden;
}
.common-slider .slider-pager:not(.slick-initialized) .link-pager {
  display: none;
}
.common-slider .slick-arrow {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
  transition: opacity 0.3s;
}
.common-slider .link-pager {
  transition: all 0.3s;
}
.common-slider .link-pager:focus {
  outline: none;
}
.common-slider .slick-prev {
  left: 0;
}
.common-slider .slick-next {
  right: 0;
}
.common-slider .info-title {
  font-weight: 600;
  border-bottom: 2px solid #dfe3e5;
}
.common-slider .table-info {
  width: 100%;
}
.common-slider .table-info th {
  font-weight: 600;
}
.common-slider .table-info th, .common-slider .table-info td {
  vertical-align: top;
}
.common-slider .table-info tr + tr td, .common-slider .table-info tr + tr th {
  border-top: 1px dashed #dfe3e5;
}
.common-slider .list-dot li {
  position: relative;
}
.common-slider .list-dot li:after {
  position: absolute;
  content: "";
  border-radius: 100%;
  background: #1bb8ce;
  left: 0;
  top: 50%;
}
.common-slider .block-button {
  display: flex;
  justify-content: space-between;
}

.common-link-round.is-download {
  position: relative;
}
.common-link-round.is-download::before {
  content: "";
  position: absolute;
  background: url(../img/common/down_icn.png) center/contain no-repeat;
  top: 50%;
  transform: translatey(-50%);
}

@media print, (min-width: 768px) {
  .common-slider {
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;
  }
  .common-slider .box-slider-view,
  .common-slider .box-info {
    width: 500px;
  }
  .common-slider .item {
    height: 500px;
  }
  .common-slider .slick-prev {
    background: url(../img/common/arrow_icn_prev.png) center/8px 14px no-repeat;
  }
  .common-slider .slick-next {
    background: url(../img/common/arrow_icn_next.png) center/8px 14px no-repeat;
  }
  .common-slider .slider-main {
    height: 500px;
    margin-bottom: 16px;
    border-radius: 16px;
  }
  .common-slider .slider-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .common-slider .slider-pager {
    padding: 0 22px;
    margin-bottom: 25px;
  }
  .common-slider .slider-pager img {
    height: 62px;
    object-fit: cover;
    border-radius: 2px;
  }
  .common-slider .link-pager {
    width: 72px;
    margin: 0 2px;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #fff;
  }
  .common-slider .link-pager.slick-current {
    border-color: #004098;
  }
  .common-slider .slick-current::after {
    opacity: 1;
  }
  .common-slider .slick-arrow {
    top: 0;
    width: 22px;
    height: 100%;
  }
  .common-slider .info-title {
    font-size: 18px;
    padding: 7px 0 4px;
    letter-spacing: 0.05em;
  }
  .common-slider .table-info th, .common-slider .table-info td {
    font-size: 15px;
    padding: 19px 0 20px 17px;
    letter-spacing: 0.05em;
  }
  .common-slider .table-info th {
    width: 128px;
  }
  .common-slider .list-dot li {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .common-slider .list-dot li:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .common-slider .common-link-round {
    width: 238px;
    height: 44px;
  }
  .common-slider .common-link-round.is-full {
    width: 400px;
    margin: 0 auto;
  }

  .common-link-round.is-download {
    padding-left: 25px;
  }
  .common-link-round.is-download::before {
    width: 17px;
    height: 15px;
    left: 51px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-slider .box-info {
    margin-bottom: 0.31rem;
  }
  .common-slider .slider-pager {
    margin: 0.24rem 0 0.35rem;
    padding: 0 0.23rem;
  }
  .common-slider .slider-pager img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.02rem;
  }
  .common-slider .item {
    height: 3.43rem;
  }
  .common-slider .slick-prev {
    background: url(../img/common/arrow_icn_prev.png) center/0.08rem 0.14rem no-repeat;
  }
  .common-slider .slick-next {
    background: url(../img/common/arrow_icn_next.png) center/0.08rem 0.14rem no-repeat;
  }
  .common-slider .slider-main {
    height: 3.43rem;
    border-radius: 0.16rem;
  }
  .common-slider .slider-main img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.16rem;
  }
  .common-slider .link-pager {
    height: 0.7rem;
    margin: 0 0.02rem;
    padding: 0.02rem;
    border-radius: 0.05rem;
    border: 0.02rem solid #fff;
  }
  .common-slider .link-pager.slick-current {
    border-color: #004098;
  }
  .common-slider .slick-arrow {
    top: 0;
    width: 0.22rem;
    height: 100%;
  }
  .common-slider .info-title {
    font-size: 0.18rem;
    letter-spacing: 0.06em;
    line-height: 1.85;
  }
  .common-slider .table-info th, .common-slider .table-info td {
    font-size: 0.15rem;
    display: block;
    padding: 0.03rem 0.1rem 0.2rem;
  }
  .common-slider .table-info th {
    padding: 0.2rem 0.1rem 0.03rem;
    font-weight: 600;
  }
  .common-slider .table-info td {
    border-top: 0 !important;
  }
  .common-slider .list-dot li {
    padding-left: 0.14rem;
    margin-bottom: 0.07rem;
  }
  .common-slider .list-dot li:after {
    width: 0.06rem;
    height: 0.06rem;
    margin-top: -0.04rem;
  }
  .common-slider .common-link-round {
    width: 2.38rem;
    height: 0.44rem;
  }
  .common-slider .common-link-round.is-full {
    width: 100%;
  }

  .common-link-round.is-download {
    padding-left: 0.25rem;
  }
  .common-link-round.is-download::before {
    width: 0.17rem;
    height: 0.15rem;
    left: 0.19rem;
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-overlay .modal-wrapper {
  width: 100%;
}

@media print, (min-width: 768px) {
  .modal-overlay .modal-wrapper {
    max-width: 720px;
    height: 405px;
    max-height: calc(100vh - 48px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-overlay .modal-wrapper {
    width: 960px;
    max-height: none;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-overlay .modal-inner {
    padding: 0.35rem 0.16rem 0.2rem;
  }
}
.modal-overlay .movie {
  position: relative;
  width: 100%;
}

.modal-overlay .movie .modal-content {
  position: relative;
  width: 100%;
  text-align: center;
}

@media print, (min-width: 768px) {
  .modal-overlay .movie .modal-content {
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-overlay .movie .modal-content {
    padding-top: 54%;
  }
}
.modal-overlay .movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  border: 0;
  background: url(../img/common/icon_close.png) no-repeat center center/100% auto;
  padding: 0;
  cursor: pointer;
  outline: none;
}

@media print, (min-width: 768px) {
  .button-close {
    margin-bottom: 15px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .button-close {
    top: 5px;
    right: 0.16rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.modal-container {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .modal-container {
    -webkit-overflow-scrolling: touch;
  }
}
.modal-container .movie .modal-content {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  background: #000;
}

.modal-container .modal-content-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-container .modal-content-inner:before, .modal-container .modal-content-inner:after {
  content: "";
  position: absolute;
  transition: opacity 0.26s ease, z-index 0.26s ease, visibility 0.26s ease;
  transition-delay: 0.3s;
}

.modal-container .modal-content-inner:before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loadingring 1.2s linear infinite;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 5;
}

.modal-container .modal-content-inner:after {
  background: #000;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.iframe-loaded .modal-container .modal-content-inner:before, .iframe-loaded .modal-container .modal-content-inner:after {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

@keyframes loadingring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.common-service .list-service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-service .list-service li {
  position: relative;
}
.common-service .service-title {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #1b4193;
}
.common-service .service-text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.common-service .common-link-round {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .common-service {
    margin-bottom: 88px;
  }
  .common-service .list-service li {
    width: 27%;
    min-height: 120px;
  }
  .common-service .list-service li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    background: #c4c7cb;
    height: calc( 100% + 15px );
    right: -40px;
    top: -8px;
  }
  .common-service .list-service li:nth-of-type(2):after {
    right: -52px;
  }
  .common-service .service-title {
    font-size: 18px;
    margin-bottom: 3px;
    text-align: center;
  }
  .common-service .service-text {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .common-service .common-link-round {
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
  }
  .common-service .first-child {
    width: 144px;
  }
  .common-service .second-child {
    width: 128px;
  }
  .common-service .third-child {
    width: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-service {
    margin-bottom: 0.3rem;
  }
  .common-service .list-service {
    flex-wrap: wrap;
    padding: 0 0.27rem;
  }
  .common-service .list-service li {
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.35rem;
  }
  .common-service .list-service li:not(:last-child) {
    border-bottom: 1px solid #c4c7cb;
  }
  .common-service .service-title {
    font-size: 0.18rem;
    margin-bottom: 0.18rem;
    padding-left: 0.09rem;
    text-align: center;
  }
  .common-service .service-text {
    font-size: 0.15rem;
    margin-bottom: 0.12rem;
  }
  .common-service .common-link-round {
    height: 0.44rem;
  }
  .common-service .first-child {
    width: 1.44rem;
  }
  .common-service .second-child {
    width: 1.28rem;
  }
  .common-service .third-child {
    width: 1.3rem;
  }
}
.line-through .wrapper {
  position: relative;
}
.line-through .wrapper::before, .line-through .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.line-through .wrapper::before {
  width: 100%;
  background: #dfe3e5;
  height: 1px;
}
.line-through .wrapper::after {
  background: #004098;
}

@media print, (min-width: 768px) {
  .line-through .wrapper {
    padding-top: 43px;
  }
  .line-through .wrapper::before {
    height: 1px;
  }
  .line-through .wrapper::after {
    width: 50px;
    height: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .line-through .wrapper {
    padding-top: 0.44rem;
  }
  .line-through .wrapper::before {
    left: 0.15rem;
    width: 92%;
  }
  .line-through .wrapper::after {
    width: 0.5rem;
    height: 0.02rem;
    left: 0.16rem;
  }
}
@media print, (min-width: 768px) {
  .is-windows .common-link-round {
    padding-top: 2px;
  }
  .is-windows .common-link-arrow::after {
    top: 7px !important;
    transform: inherit !important;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .is-windows .common-link-arrow::after {
    top: 7px !important;
  }
}
@media print, (min-width: 768px) {
  .is-windows .general-cv-module .contact-link, .is-windows .bekkan-cv-module .contact-link, .is-windows .shinkan-cv-module .contact-link {
    padding-top: 2px;
  }
  .is-windows .common-button-estimation {
    padding-top: 2px;
    padding-bottom: 0 !important;
  }
  .is-windows .breadcrumb li::after {
    top: 50% !important;
  }
  .is-windows .overview-list .accordion-title:after {
    top: 50% !important;
  }
}
/* end common-parts
 * ----------------------------------------------- */
/* PAGE
 * ----------------------------------------------- */
/* SECTION TOP
 * ----------------------------------------------- */
.sub-narrow, .sub-large, .text-narrow, .text-large {
  letter-spacing: 0.06em;
}

@media print, (min-width: 768px) {
    .is-organizer::before {
        background-image: url(../img/organizer/keyvisual_img.png) !important;
    }
    .common-head.has-background.is-organizer{
      margin-bottom: 40px; 
    }
    .common-head.has-background.is-organizer .wrapper-title::before {
        width: calc(70% - 7px);
    }
    .common-head.has-background.is-organizer .wrapper-title .head-title {
        width: 770px;
    }
}
@media only screen and (max-width: 767.98px) {
  .is-organizer::before {
    background-image: url(../img/organizer/sp/keyvisual_img.png) !important;
  }
  .is-organizer .title-image {
    width: auto !important;
  }
}

.section-needs{
  margin-bottom: 80px;
}
.section-needs .img{
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .section-needs .line-through .wrapper::before,
  .section-needs .line-through .wrapper::after {
    display: none;
  }
}

.section-merit{
  margin-bottom: 90px;
}
.section-merit .contents-merit{
  display: flex;
  flex-wrap: wrap;
}
.section-merit .contents-merit li{
  width: 240px;
  min-height: 260px;
  margin-right: 26px;
  padding: 0 20px;
  border: 1px solid #D2DBF3;
  background: #fff url(../img/top/merit_img_01.png) no-repeat center center;
  border-radius: 16px;
  font-size: 15px;
  box-sizing: border-box;
}
.section-merit .contents-merit li:nth-last-child(4n+1){
  margin-right: 0;
}
.section-merit .contents-merit li h3{
  position: relative;
  padding-top: 95px;
  margin-bottom: 10px;
  text-align: center;
  color: #004098;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.section-merit .contents-merit li .num{
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  color: #00AEBA;
  font-family: "Ubuntu", sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-merit .contents-merit{
    margin-top: 0;
    padding-top: 10px;
  }
  .section-merit .contents-merit ul{
    display: block;
  }
  .section-merit .contents-merit li{
    width: 100%;
    min-height: 1em;
    margin: 15px 0 0;
    padding-bottom: 25px;
    background-size: 141px auto;
  }
  .section-merit .contents-merit li h3{
    font-size: 18px;
  }
  .section-merit .contents-merit li h3 br{
    display: none;
  }
}

.section-guide{
  margin-bottom: 80px;
}
.section-guide .guide-table{
  margin-top: 260px; 
}
.section-guide .guide-table th{
  width: 208px;
  padding: 30px;
  background: #F4F7F9;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #D2DBF3;
}
.section-guide .guide-table td{
  width: 278px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #D2DBF3;
  text-align: center;
}
.section-guide .guide-table tr:nth-child(1) td{
  text-align: left;
}
.section-guide .guide-table td .building{
  position: relative;
  margin: 0 -30px;
}
.section-guide .guide-table td .building p{
  position: absolute;
  top: -247px;
  left: 0;
  width: 100%;
  height: 217px;
  padding: 20px 30px 0;
  text-align: center;
  background: #004098;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
.section-guide .guide-table td .building p.bekkan{
  background: #118DCE;
}
.section-guide .guide-table td .building p.shinkan{
  background: #1BB8CE;
}
.section-guide .guide-table td .building p img {
  margin-bottom: 10px;
}
.section-guide .guide-table + .common-small-text,
.section-guide .guide-table-sp + .common-small-text{
  margin-top: 15px;
  text-align: right;
}

.section-guide .guide-table-sp{
  display: none; 
}

.section-guide .list-tabs{
  display: flex;
  background: #f4f7f9;
}
.section-guide .list-tabs li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  transition: background-color 0.3s;
}
.section-guide .list-tabs li:hover{
  font-weight: 600;
  color: #fff;
  background-color: #004098;
  box-shadow: 0 0 10px rgba(0, 53, 73, 0.1);
}
.section-guide .list-tabs li.is-current {
  font-weight: 600;
  color: #fff;
  background-color: #004098;
  box-shadow: 0 0 10px rgba(0, 53, 73, 0.1);
}
@media print, (min-width: 768px) {
  .section-bekkan-contents, .section-shinkan-contents {
    margin-bottom: 78px;
  }
  .section-guide .list-tabs {
    width: 600px;
    border-radius: 16px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .section-guide .list-tabs li {
    width: 200px;
    border-radius: 16px;
    font-size: 13px;
    height: 54px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-guide .guide-table{
    display: none;
  }
  .section-guide .guide-table-sp{
    display: block;
}
  .section-guide .guide-table-sp table{
    margin-top: 20px;
  }
  .section-guide .guide-table-sp table +table{
    margin-top: 40px;
  }
.section-guide .guide-table-sp th{
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #F4F7F9;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #D2DBF3;
}
.section-guide .guide-table-sp td{
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #D2DBF3;
  text-align: center;
}
.section-guide .guide-table-sp tr:nth-child(1) td{
  text-align: left;
}
.section-guide .guide-table-sp .building{
  position: relative;
}
.section-guide .guide-table-sp .building p{
  padding: 20px 25px;
  text-align: center;
  background: #004098;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
.section-guide .guide-table-sp .building p.bekkan{
  background: #118DCE;
}
.section-guide .guide-table-sp .building p.shinkan{
  background: #1BB8CE;
}
.section-guide .guide-table-sp .building p img {
  margin-bottom: 10px;
}
.section-guide .guide-table-sp + .common-small-text{
  margin-bottom: 55px;
  text-align: left;
  margin-top: 15px;
}

  .section-guide .common-catalogue {
    margin-bottom: 0.26rem;
  }
  .section-guide .list-tabs {
    background: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.02rem 0;
    margin-bottom: 0.07rem;
    border-radius: 0.08rem;
  }
  .section-guide .list-tabs li {
    width: 48.8%;
    border-radius: 0.08rem;
    font-size: 0.13rem;
    height: 0.4rem;
    background: #f4f7f9;
    margin-bottom: 0.1rem;
  }
}

.section-guide .tab-container{
  height: 0;
    overflow: hidden;
}
.section-guide .tab-container.is-current {
  height: auto;
}
.section-guide .tab-container p{
  margin: 25px 30px;
  line-height: 2;
}
.section-guide .guide-map iframe{
  width: 100%;
}
.section-guide .common-link-round,
.section-flow .common-link-round,
.section-faq .common-link-round{
  min-width: 230px;
  height: 52px;
  margin: 30px auto 0;
  font-size: 15px;
}
.section-flow .block-button,
.section-guide .block-button,
.section-faq .block-button{
  display: flex;
  justify-content: center
}
.section-flow .block-button .common-link-round,
.section-guide .block-button .common-link-round,
.section-faq .block-button .common-link-round{
  margin-right: 20px;
  margin-left: 20px;
}

.block-photo{
  margin-top: 35px;
}
.block-photo h3{
  font-size: 18px;
  font-weight: bold;
}
.block-photo ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.block-photo ul li{
  width: 250px;
  height: 140px;
  margin: 0 0 13px 13px;
  border-radius: 16px;
  overflow: hidden;
}
.block-photo ul li:nth-child(4n+1){
  margin-left: 0;
}
.block-photo ul li img{
  width: 100%;
  display: block;
  transition: transform 0.26s ease;
}
.block-photo ul li:hover img {
  transform: scale(1.1);
}

.section-guide .block-button .common-link-round{
  padding: 0 50px 0 20px;
}

@media only screen and (max-width: 767.98px) {
.block-photo ul{
  width: 340px;
  margin: 30px auto 0;
  justify-content: space-between;
}
.block-photo ul li{
  width: 160px;
  height: 93px;
}
.block-photo ul li:nth-child(2n+1){
  margin-left: 0;
}
.section-guide .block-button{
  display: block;
}
.section-guide .block-button .common-link-round:first-child{
  margin-left: 0;
  margin-right: 0;
}
}

.section-flow .reservation-step li {
  border: 1px solid #d2dbf3;
  text-align: center;
  position: relative;
}
.section-flow .step-number {
  font-weight: 300;
  color: #064098;
  font-family: "Ubuntu", sans-serif;
  display: block;
}
.section-flow .step-title {
  line-height: 1.6;
  font-weight: 500;
  color: #064098;
}
.section-flow .step-text {
  line-height: 1.6;
  font-weight: 300;
  text-align: left;
}
.section-flow .step-number, .section-flow .step-title, .section-flow .step-text {
  letter-spacing: 0.06em;
}
.section-flow .step-image {
  border-radius: 50%;
}

@media print, (min-width: 768px) {
  .section-flow {
    margin-bottom: 80px;
  }
  .section-flow .reservation-step {
    display: flex;
    justify-content: space-between;
  }
  .section-flow .reservation-step li {
    width: 250px;
    border-radius: 10px;
  }
  .section-flow .reservation-step li a {
    padding: 19px 22px 44px 22px;
    display: block;
  }
  .section-flow .reservation-step li::after {
    width: 9px;
    height: 7px;
    bottom: 15px;
    left: 50%;
    transform: translatex(-50%);
  }
  .section-flow .step-number {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .section-flow .step-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .section-flow .step-text {
    font-size: 13px;
  }
  .section-flow .step-image {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-flow {
    padding: 0.35rem 0 0.6rem;
  }
  .section-flow .reservation-step li {
    padding: 0.19rem 0.22rem;
    border-radius: 0.1rem;
  }
  .section-flow .reservation-step li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.15rem;
  }
  .section-flow .reservation-step li::after {
    width: 0.09rem;
    height: 0.07rem;
    top: 50%;
    transform: translatey(-50%);
    right: 0.15rem;
  }
  .section-flow .reservation-step li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-flow .step-number {
    font-size: 0.26rem;
    margin-right: -0.04rem;
  }
  .section-flow .step-title {
    font-size: 0.15rem;
    margin-bottom: 0.08rem;
    text-align: left;
  }
  .section-flow .step-text {
    font-size: 0.13rem;
  }
  .section-flow .step-image {
    width: 0.8rem;
    flex-shrink: 0;
  }
  .section-flow .step-image img {
    width: 100%;
  }
  .section-flow .step-contents {
    width: 1.5rem;
  }
.section-guide .guide-map iframe{
  width: 100%;
  height: 150px;
}
}

.section-faq{
  margin-bottom: 80px;
}
.section-faq .faq-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.section-faq .faq-list li{
  width: 500px;
  margin-bottom: 30px;
  margin-right: 40px;
}
.section-faq .faq-list li:nth-child(2n){
  margin-right: 0;
}
.section-faq .faq-list li p{
  position: relative;
  padding: 17px 15px 17px 50px;
  line-height: 2;
}
.section-faq .faq-list li .q{
  background: #E9F1FB;
  font-weight: bold;
}
.section-faq .faq-list li p .icn {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #1B4193;
  font-size: 18px;
  font-weight: bold;
}
.section-faq .faq-list li a {
  color: #004098;
  text-decoration: underline;
}
.section-faq .faq-list li .is-red {
  color: #D62D2D;
}

@media only screen and (max-width: 767.98px) {
  
.section-faq .faq-list li {
  width: 100%;
  margin-right: 0;

}
}

  .section-access .company-access {
    display: flex;
    justify-content: space-between;
  }
  .section-access .company-address {
    margin-bottom: 8px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .section-access .company-intro {
    width: calc(100% - 560px);
  }
.section-access .branches-location {
  position: relative;
  display: inline-block;
  color: #004098;
  font-weight: 600;
}
.section-access .branches-location::before {
  position: absolute;
  content: "";
  background: url(../img/company/location_marker_icn.png) no-repeat;
}

  .section-access .branches-location {
    margin-bottom: 15px;
    margin-left: 26px;
    letter-spacing: 0.06em;
  }
  .section-access .branches-location::before {
    width: 36px;
    height: 36px;
    left: -26px;
    top: 2px;
    background-size: 18px;
  }
  .section-access .detail {
    margin-top: 30px;
  }
  
  @media print, (min-width: 768px) {
    .section-access .branches-location::before {
        width: 36px;
        height: 36px;
        left: -26px;
        top: 2px;
        background-size: 18px;
    }
}
@media only screen and (max-width: 767.98px) {
  
  .section-access .company-access {
  flex-direction: column-reverse;
}
  .section-access .company-intro {
    width: 100%;
  }
}

.lg-grab.lg-outer .lg{
    max-width: 920px;
    max-height: 670px;
}
.lg-grab .lg-actions{
  display: block;
}
.lg-grab.lg-outer .lg-img-wrap{
  top: 15px;
  padding: 0;
}
.lg-grab .lg-actions .lg-prev{
  width: 8px;
  height: 16px;
  margin-top: -20px;
  padding: 20px;
  background: url(../img/common/arrow_icn_prev.png) no-repeat center;
  background-size: 8px auto;
  font-size: 0;
}
.lg-grab .lg-actions .lg-next{
  width: 8px;
  height: 16px;
  margin-top: -20px;
  padding: 20px;
  background: url(../img/common/arrow_icn_next.png) no-repeat center;
  background-size: 8px auto;
  font-size: 0;
}
.lg-grab .lg-sub-html h4{
  color: #004098;
  font-size: 20px;
  font-weight: bold;
}
.lg-grab .lg-sub-html p{
  margin-top: 10px;
  font-size: 15px;
}
.lg-grab .lg-sub-html{
  width: 760px;
  min-height: 105px;
  margin: 0 auto;
  padding: 0 20px;
}
.lg-grab .lg-toolbar{
  margin-top: -25px;
  height: 40px; 
}
.lg-grab .lg-toolbar .lg-close{
  position: relative;
  width: 120px;
  height: 40px;
  border: none;
  margin: 0 auto;
  border-radius: 30px;
  background: #1A1A1A !important;
  color: #fff;
}
.lg-grab .lg-toolbar .lg-close:hover{
  opacity: 0.8;
}
.lg-grab .lg-toolbar .lg-close:after{
    position: relative;
    top: -3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;

}
.lg-grab .lg-toolbar .lg-close::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    content: "";
    width: 12px;
    height: 12px;
    margin: auto 0;
    background: url(../img/common/close_icn.png) center / contain no-repeat;
}
.lg-grab #lg-counter{
  display: none;
}

@media only screen and (max-width: 767.98px) {
  
.lg-grab.lg-outer{
  height: 460px;
  top: 100px;
  width: 96%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.lg-grab.lg-outer .lg-item {
  height: 50vw;
  padding: 0;
}
.lg-grab.lg-outer .lg-img-wrap{
  width: 75vw;
}
.lg-grab .lg-sub-html{
min-height: 185px;
    width: 100%;
    padding: 0 25px;
}
.lg-grab .lg-actions .lg-prev,
.lg-grab .lg-actions .lg-next{
  top: 25vw;
  margin: 0;
}
.lg-grab .lg-actions .lg-next{
  right: 0;
}
.lg-grab .lg-actions .lg-prev{
  left: 0;
}
}