@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap");
@import url("../css/jquery.fancybox.min.css");
/* line 3, sass/reset.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

/* line 16, sass/reset.scss */
select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

/* line 24, sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 29, sass/reset.scss */
table,
td,
th {
  border: 1px solid #333;
}

/* line 35, sass/reset.scss */
td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

/* line 41, sass/reset.scss */
th {
  font-weight: bold;
  font-size: 1.05em;
}

/* line 46, sass/reset.scss */
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

/* line 52, sass/reset.scss */
body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

/* line 61, sass/reset.scss */
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

/* line 70, sass/reset.scss */
button:disabled {
  cursor: default;
}

/* line 74, sass/reset.scss */
a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

/* line 82, sass/reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 88, sass/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

/* line 106, sass/reset.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

/* line 116, sass/reset.scss */
[hidden],
dialog:not([open]),
template {
  display: none;
}

/* line 122, sass/reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

/* line 130, sass/reset.scss */
textarea {
  resize: vertical;
}

/* line 134, sass/reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/* line 141, sass/reset.scss */
input,
select {
  vertical-align: middle;
}

/* line 146, sass/reset.scss */
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 152, sass/reset.scss */
button,
select {
  text-transform: none;
}

/* line 157, sass/reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

/* line 165, sass/reset.scss */
mark {
  background-color: #ff0;
}

/* line 169, sass/reset.scss */
small {
  font-size: 80%;
}

/* line 173, sass/reset.scss */
sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

/* line 180, sass/reset.scss */
sub {
  bottom: -0.25em;
}

/* line 184, sass/reset.scss */
sup {
  top: -0.5em;
}

/* line 188, sass/reset.scss */
ul {
  list-style: none;
}

/* line 192, sass/reset.scss */
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* font-family: vdl-v7gothic, sans-serif;
font-weight: 500;
font-style: normal;

font-family: vdl-v7gothic, sans-serif;
font-weight: 700;
font-style: normal;

font-family: vdl-v7gothic, sans-serif;
font-weight: 900;
font-style: normal; */
/* Slider */
/* line 3, sass/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, sass/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, sass/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, sass/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, sass/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, sass/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, sass/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, sass/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, sass/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, sass/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, sass/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, sass/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, sass/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, sass/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 6, sass/style.scss */
html {
  background-color: #fff;
  overflow-x: hidden;
}

/* line 11, sass/style.scss */
body {
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN", "vdl-v7gothic",YuGothic,"Noto Sans SC", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  width: 100%;
  max-width: 3840px;
  margin: auto;
  padding-top: 105.8px;
}

@media (max-width: 1300px) {
  /* line 11, sass/style.scss */
  body {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  /* line 11, sass/style.scss */
  body {
    padding-top: 83.39px;
  }
}

@media (max-width: 767px) {
  /* line 11, sass/style.scss */
  body {
    padding-top: 68px;
  }
}

/* line 29, sass/style.scss */
a,
a:link {
  color: #333;
}

/* line 33, sass/style.scss */
a:hover,
a:link:hover {
  color: #204969;
  text-decoration: underline;
}

/* line 39, sass/style.scss */
.nowrap {
  white-space: nowrap;
  display: inline-block;
}

/* line 44, sass/style.scss */
.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

/* line 51, sass/style.scss */
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

/* line 56, sass/style.scss */
.hasholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 65, sass/style.scss */
svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

/* line 71, sass/style.scss */
.inner {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: auto;
}

/* =================================================== */
/* site header style */
/* line 80, sass/style.scss */
.site_header {
  display: flex;
  justify-content: space-between;
  z-index: 999999;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: box-shadow 0.3s;
  width: 100%;
  max-width: 3840px;
}

/* line 97, sass/style.scss */
.site_header .logo {
  width: 240px;
  max-width: 240px;
  display: flex;
  align-items: center;
  margin-left: 30px;
  position: relative;
}

/* line 105, sass/style.scss */
.site_header .logo img {
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 109, sass/style.scss */
  .site_header .logo a {
    transition: 0.3s;
  }
  /* line 112, sass/style.scss */
  .site_header .logo a:hover {
    opacity: 0.7;
  }
}

/* line 119, sass/style.scss */
.site_header .head-right {
  display: flex;
}

/* line 123, sass/style.scss */
.site_header .contact {
  font-size: 1.125em;
  background-color: #204969;
  font-weight: 700;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 30px;
  text-decoration: none !important;
}

/* line 136, sass/style.scss */
.site_header .contact svg {
  margin-bottom: 0.5em;
}

/* line 141, sass/style.scss */
.site_header.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1500px) {
  /* line 147, sass/style.scss */
  .site_header .contact {
    padding: 25px;
  }
}

@media (max-width: 1300px) {
  /* line 153, sass/style.scss */
  .site_header .contact {
    padding: 20px;
    font-size: 1em;
  }
}

@media (max-width: 1100px) {
  /* line 160, sass/style.scss */
  .site_header .logo {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 167, sass/style.scss */
  .site_header .logo {
    width: 200px;
    max-width: 200px;
  }
  /* line 172, sass/style.scss */
  .site_header .contact {
    font-size: 2em;
  }
  /* line 176, sass/style.scss */
  .site_header .contact span {
    display: none;
  }
  /* line 180, sass/style.scss */
  .site_header .contact svg {
    margin: 0;
  }
}

/* line 188, sass/style.scss */
.site_nav ul {
  display: flex;
  height: 100%;
}

/* line 193, sass/style.scss */
.site_nav li {
  border-left: 1px solid #e5e5e5;
  height: 100%;
  white-space: nowrap;
}

/* line 199, sass/style.scss */
.site_nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 40px;
  color: #333;
  text-decoration: none !important;
  position: relative;
}

/* line 210, sass/style.scss */
.site_nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, 10px);
  width: 80%;
  height: 2px;
  background-color: #204969;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 1100px) {
  /* line 225, sass/style.scss */
  .site_nav a:hover::after {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/* line 233, sass/style.scss */
.site_nav .ja {
  font-weight: 700;
}

/* line 238, sass/style.scss */
.site_nav .en {
  color: #d3d3d3;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Helvetica";
}

@media (max-width: 1500px) {
  /* line 246, sass/style.scss */
  .site_nav a {
    padding: 20px 30px;
  }
}

@media (max-width: 1500px) {
  /* line 251, sass/style.scss */
  .site_nav a {
    padding: 20px;
  }
}

@media (max-width: 1300px) {
  /* line 256, sass/style.scss */
  .site_nav a {
    padding: 20px;
  }
}

@media (max-width: 1100px) {
  /* line 187, sass/style.scss */
  .site_nav {
    display: none;
  }
}

/* line 266, sass/style.scss */
.site_menu {
  padding: 20px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 273, sass/style.scss */
.site_menu span {
  width: 35px;
  height: 3px;
  display: block;
  background-color: #204969;
  user-select: none;
  transition: 0.3s;
  transform-origin: center center;
}

/* line 282, sass/style.scss */
.site_menu span:nth-child(2) {
  margin: 8px 0;
}

@media (max-width: 1100px) {
  /* line 266, sass/style.scss */
  .site_menu {
    display: flex;
  }
}

@media (max-width: 767px) {
  /* line 266, sass/style.scss */
  .site_menu {
    padding: 15px;
  }
}

/* site footer style */
/* line 299, sass/style.scss */
.site_footer {
  font-size: 14px;
}

/* line 301, sass/style.scss */
.site_footer .foot {
  padding: 60px 0 40px;
  display: flex;
  justify-content: space-between;
}

/* line 308, sass/style.scss */
.site_footer .left svg {
  color: #d9d9d9;
  margin-right: 7px;
  margin-top: -2.5px;
}

/* line 315, sass/style.scss */
.site_footer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 321, sass/style.scss */
.site_footer .logo {
  max-width: 220px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 328, sass/style.scss */
.site_footer .logo img {
  width: 100%;
}

@media (min-width: 1100px) {
  /* line 332, sass/style.scss */
  .site_footer .logo a {
    transition: 0.3s;
  }
  /* line 335, sass/style.scss */
  .site_footer .logo a:hover {
    opacity: 0.7;
  }
}

/* line 342, sass/style.scss */
.site_footer .company {
  margin-bottom: 20px;
}

/* line 346, sass/style.scss */
.site_footer .address {
  margin-bottom: 10px;
}

/* line 350, sass/style.scss */
.site_footer .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* line 355, sass/style.scss */
.site_footer .link .ico {
  margin: 0 5px;
  font-size: 20px;
}

/* line 360, sass/style.scss */
.site_footer .link a {
  display: flex;
}

/* line 365, sass/style.scss */
.site_footer .copy {
  font-size: 13px;
  font-weight: 300;
  background-color: #e0e0e0;
  padding: 25px 20px;
  text-align: center;
}

@media (max-width: 1100px) {
  /* line 374, sass/style.scss */
  .site_footer .foot {
    display: block;
  }
  /* line 378, sass/style.scss */
  .site_footer .left {
    text-align: center;
  }
  /* line 382, sass/style.scss */
  .site_footer .logo {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 387, sass/style.scss */
  .site_footer .company {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 393, sass/style.scss */
  .site_footer .copy {
    font-size: 12px;
    padding: 10px 20px;
  }
}

/* line 400, sass/style.scss */
.foot_nav {
  display: flex;
}

/* line 404, sass/style.scss */
.foot_nav .item {
  margin-left: 40px;
}

/* line 408, sass/style.scss */
.foot_nav h3 {
  margin-bottom: 8px;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}

/* line 414, sass/style.scss */
.foot_nav h3 .sp_slick {
  display: none;
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer;
  background-color: #204969;
  color: #fff;
  font-size: 12px;
  padding: 9px;
  align-items: center;
  justify-content: center;
}

/* line 427, sass/style.scss */
.foot_nav h3 .sp_slick svg {
  transform-origin: center center;
  transform: rotate(-90deg);
  transition: 0.3s;
}

/* line 435, sass/style.scss */
.foot_nav ul {
  display: block;
}

/* line 439, sass/style.scss */
.foot_nav li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
  white-space: nowrap;
}

/* line 445, sass/style.scss */
.foot_nav li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #dfb145;
  top: 0.6em;
  left: 0;
}

@media (max-width: 1100px) {
  /* line 400, sass/style.scss */
  .foot_nav {
    margin-top: 40px;
    justify-content: center;
  }
  /* line 460, sass/style.scss */
  .foot_nav .item {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  /* line 400, sass/style.scss */
  .foot_nav {
    display: block;
    border-bottom: 1px solid #204969;
    margin-top: 30px;
  }
  /* line 470, sass/style.scss */
  .foot_nav .item {
    margin: 0;
  }
  /* line 474, sass/style.scss */
  .foot_nav h3 {
    margin: 0;
    padding: 10px;
    padding-right: 30px;
    border-top: 1px solid #204969;
  }
  /* line 480, sass/style.scss */
  .foot_nav h3 .sp_slick {
    display: flex;
  }
  /* line 486, sass/style.scss */
  .foot_nav h3.show .sp_slick svg {
    transform: rotate(0);
  }
  /* line 493, sass/style.scss */
  .foot_nav ul {
    margin-top: -10px;
    padding: 0 10px;
    display: none;
  }
  /* line 500, sass/style.scss */
  .foot_nav li::before {
    top: 0.7em;
  }
  /* line 504, sass/style.scss */
  .foot_nav li ul {
    display: block !important;
    margin-top: 0 !important;
  }
}

/* -------------------------------------------------- */
/* mobile-nav style */
/* line 514, sass/style.scss */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #204969;
  display: flex;
  justify-content: flex-end;
  transform: translateX(101%);
  opacity: 0;
  transition: 0.7s;
  overflow-y: auto;
}

/* line 541, sass/style.scss */
.mobile-nav ul {
  padding-bottom: 20px;
}

/* line 545, sass/style.scss */
.mobile-nav li {
  border-top: 1px solid #738695;
  width: 300px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

@media (max-width: 400px) {
  /* line 545, sass/style.scss */
  .mobile-nav li {
    width: 280px;
  }
}

@media (max-width: 350px) {
  /* line 545, sass/style.scss */
  .mobile-nav li {
    width: 250px;
  }
}

/* line 560, sass/style.scss */
.mobile-nav li .num {
  font-size: 1.4em;
  position: absolute;
  top: 10px;
  left: -0.8em;
  line-height: 1;
  transform: translate(-50%, -100%);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

@media (max-width: 350px) {
  /* line 545, sass/style.scss */
  .mobile-nav li {
    font-size: 16px;
  }
}

/* line 577, sass/style.scss */
.mobile-nav li a {
  display: block;
  padding: 10px;
  color: #fff;
  position: relative;
}

/* line 583, sass/style.scss */
.mobile-nav li a:hover {
  text-decoration: none;
  color: #FFF;
}

/* line 588, sass/style.scss */
.mobile-nav li a .en {
  font-family: "Helvetica";
  font-size: 12px;
}

/* line 594, sass/style.scss */
.mobile-nav li a .ja {
  font-weight: 500;
  font-size: 1.6em;
}

@media (max-width: 350px) {
  /* line 600, sass/style.scss */
  .mobile-nav li a .ja {
    font-size: 16px;
  }
}

/* line 606, sass/style.scss */
.mobile-nav .contact {
  color: #fff;
  background-color: #dfb145;
  padding: 10px;
  text-align: center;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: auto;
  font-size: 1.4em;
}

/* line 617, sass/style.scss */
.mobile-nav .contact:hover {
  text-decoration: none;
}

@media (max-width: 350px) {
  /* line 606, sass/style.scss */
  .mobile-nav .contact {
    width: 250px;
  }
}

/* line 627, sass/style.scss */
.mobile-nav-bg {
  padding-top: 83.39px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 627, sass/style.scss */
  .mobile-nav-bg {
    padding-top: 68px;
  }
}

@media (max-height: 750px) {
  /* line 627, sass/style.scss */
  .mobile-nav-bg {
    display: block;
    min-height: 733px;
    overflow-y: auto;
  }
  /* line 653, sass/style.scss */
  .mobile-nav-bg .nav {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 350px) and (max-height: 750px) {
  /* line 627, sass/style.scss */
  .mobile-nav-bg {
    display: block;
    min-height: 668px;
    overflow-y: auto;
  }
  /* line 664, sass/style.scss */
  .mobile-nav-bg .nav {
    padding: 40px 20px 20px;
  }
}

/* show_menu style */
/* line 674, sass/style.scss */
.show_menu .site_header.fixed {
  transition: box-shadow 0.7s;
  box-shadow: none;
}

/* line 682, sass/style.scss */
.show_menu .site_menu span:nth-child(1) {
  transform: translateY(11px) rotate(135deg);
}

/* line 686, sass/style.scss */
.show_menu .site_menu span:nth-child(2) {
  transform: translateX(80%);
  opacity: 0;
}

/* line 691, sass/style.scss */
.show_menu .site_menu span:nth-child(3) {
  transform: translateY(-11px) rotate(-135deg);
}

@media (max-width: 1100px) {
  /* line 672, sass/style.scss */
  .show_menu {
    overflow: hidden;
  }
  /* line 700, sass/style.scss */
  .show_menu .mobile-nav {
    transform: translate(0);
    opacity: 1;
  }
}

/* -------------------------------------------------- */
/* common style  */
/* line 709, sass/style.scss */
.site_title {
  text-align: center;
  font-size: 22px;
}

/* line 712, sass/style.scss */
.site_title .en {
  color: #dfb145;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  font-family: "Helvetica";
}

/* line 720, sass/style.scss */
.site_title .ja {
  font-size: 1.45em;
  font-weight: 900;
  color: #204969;
  line-height: 1.4;
}

/* line 727, sass/style.scss */
.site_title.left {
  text-align: left;
}

@media (max-width: 1300px) {
  /* line 709, sass/style.scss */
  .site_title {
    font-size: 18px;
  }
}

@media (max-width: 1100px) {
  /* line 736, sass/style.scss */
  .site_title .en {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  /* line 742, sass/style.scss */
  .site_title .ja {
    font-size: 1.35em;
  }
}

@media (max-width: 500px) {
  /* line 709, sass/style.scss */
  .site_title {
    font-size: 16px;
  }
}

/* line 751, sass/style.scss */
.site_title2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 22px;
  margin-bottom: 32px;
}

/* line 757, sass/style.scss */
.site_title2 .en {
  color: #dfb145;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Helvetica";
}

/* line 765, sass/style.scss */
.site_title2 .ja {
  margin-right: 18px;
  font-size: 1.45em;
  font-weight: 900;
  color: #204969;
  line-height: 1.4;
}

/* line 773, sass/style.scss */
.site_title2.left {
  text-align: left;
}

@media (max-width: 1300px) {
  /* line 751, sass/style.scss */
  .site_title2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* line 751, sass/style.scss */
  .site_title2 {
    margin-bottom: 20px;
  }
  /* line 783, sass/style.scss */
  .site_title2 .ja {
    font-size: 1.35em;
  }
}

@media (max-width: 500px) {
  /* line 751, sass/style.scss */
  .site_title2 {
    font-size: 16px;
  }
}

/* line 793, sass/style.scss */
.site_btn {
  display: flex;
}

/* line 795, sass/style.scss */
.site_btn a {
  background-color: #204969;
  padding: 18px 0 15px 45px;
  /* 48  77 */
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #204969;
  transition: 0.3s;
  white-space: nowrap;
}

/* line 813, sass/style.scss */
.site_btn a::after {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #dfb145;
  display: block;
  margin-left: 35px;
  transition: 0.3s;
}

/* line 823, sass/style.scss */
.site_btn a:hover {
  color: #fff;
}

@media (min-width: 1100px) {
  /* line 831, sass/style.scss */
  .site_btn a:hover::after {
    transform: translateX(10px);
  }
}

/* line 838, sass/style.scss */
.site_btn.center {
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 843, sass/style.scss */
  .site_btn a {
    font-size: 16px;
  }
}

/* line 849, sass/style.scss */
.popupBtn {
  display: flex;
  justify-content: center;
  user-select: none;
}

/* line 855, sass/style.scss */
.popupBtn .btn {
  background-color: #204969;
  padding: 18px 0 15px 45px;
  /* 48  77 */
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #204969;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
}

/* line 874, sass/style.scss */
.popupBtn .btn::after {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #dfb145;
  display: block;
  margin-left: 35px;
  transition: 0.3s;
}

/* line 884, sass/style.scss */
.popupBtn .btn:hover {
  color: #fff;
}

@media (min-width: 1100px) {
  /* line 892, sass/style.scss */
  .popupBtn .btn:hover::after {
    transform: translateX(10px);
  }
}

/* line 899, sass/style.scss */
.popupBtn.center {
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 904, sass/style.scss */
  .popupBtn .btn {
    font-size: 16px;
  }
}

/* line 910, sass/style.scss */
.video_popup {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  display: none !important;
  z-index: 9999999999999999;
}

/* line 922, sass/style.scss */
.video_popup.show {
  display: block !important;
}

/* line 926, sass/style.scss */
.video_popup .window {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px;
  position: relative;
  max-height: 100%;
  display: flex;
  align-items: center;
}

/* line 936, sass/style.scss */
.video_popup .box {
  width: calc(100%);
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0px 40px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

/* line 946, sass/style.scss */
.video_popup .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

/* line 959, sass/style.scss */
.video_popup .video {
  width: 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  position: relative;
}

/* line 964, sass/style.scss */
.video_popup .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

/* line 968, sass/style.scss */
.video_popup .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

/* line 972, sass/style.scss */
.video_popup .video::after {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

/* line 981, sass/style.scss */
.bkt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  transition: 1.6s;
  transform: translateX(71px);
}

@media (max-width: 500px) {
  /* line 981, sass/style.scss */
  .bkt {
    right: 10px;
    bottom: 70px;
  }
}

/* line 1000, sass/style.scss */
.bkt svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #204969;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 10px;
  transition: 0.3s;
  color: #fff;
}

@media (min-width: 1100px) {
  /* line 1014, sass/style.scss */
  .bkt svg:hover {
    background-color: #dfb145;
  }
}

/* line 1020, sass/style.scss */
.bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 1030, sass/style.scss */
.bkt:hover {
  cursor: pointer;
}

/* line 1035, sass/style.scss */
.fancybox-container {
  z-index: 99999999999999999;
}

/* -------------------------------------------------- */
/* common style end */
/* -------------------------------------------------- */
/* index style style */
/* line 1044, sass/style.scss */
.hero {
  height: calc(100vh - 105.8px);
  max-height: 1080px;
  min-height: 580px;
  position: relative;
  z-index: 3;
}

/* line 1051, sass/style.scss */
.hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

/* line 1055, sass/style.scss */
.hero .bg::before {
  content: "";
  background-color: rgba(33, 73, 103, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
}

/* line 1062, sass/style.scss */
.hero .bg video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  z-index: 5;
}

@media (max-width: 767px) {
  /* line 1062, sass/style.scss */
  .hero .bg video {
    z-index: 4;
  }
}

/* line 1072, sass/style.scss */
.hero .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 1074, sass/style.scss */
.hero .slider .slick-list {
  height: 100%;
}

/* line 1078, sass/style.scss */
.hero .slider .slick-track {
  height: 100%;
}

/* line 1083, sass/style.scss */
.hero .hero-text {
  color: #fff;
  font-family: "Arial Black";
  padding: 20px;
  font-size: 1.25em;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

/* line 1095, sass/style.scss */
.hero .slogan {
  width: 600px;
  max-width: 100%;
  margin: 60px;
}

/* line 1101, sass/style.scss */
.hero .ttl {
  font-size: 2em;
  font-weight: 900;
  margin: 0.3em 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-delay: 1.1s;
  transform: translateY(50px);
  opacity: 0;
}

/* line 1113, sass/style.scss */
.hero .slogan-en {
  font-family: "Helvetica";
}

/* line 1115, sass/style.scss */
.hero .slogan-en .line-1 {
  font-weight: 700;
  font-size: 76px;
  opacity: 0.7;
  line-height: 1.3;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-delay: 0.3s;
  transform: translateY(50px);
  opacity: 0;
}

/* line 1128, sass/style.scss */
.hero .slogan-en .line-2 {
  font-weight: 900;
  font-size: 86px;
  color: #dfb145;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  line-height: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-delay: 0.7s;
  transform: translateY(50px);
  opacity: 0;
}

/* line 1145, sass/style.scss */
.hero .content {
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-delay: 1.5s;
  transform: translateY(50px);
  opacity: 0;
}

/* line 1154, sass/style.scss */
.hero.normalanimate .ttl {
  transform: translateY(0px);
  opacity: 1;
}

/* line 1159, sass/style.scss */
.hero.normalanimate .slogan-en .line-1 {
  transform: translateY(0px);
  opacity: 1;
}

/* line 1163, sass/style.scss */
.hero.normalanimate .slogan-en .line-2 {
  transform: translateY(0px);
  opacity: 1;
}

/* line 1168, sass/style.scss */
.hero.normalanimate .content {
  transform: translateY(0px);
  opacity: 1;
}

@media (max-width: 1300px) {
  /* line 1044, sass/style.scss */
  .hero {
    height: calc(100vh - 83.39px);
    min-height: 550px;
  }
  /* line 1178, sass/style.scss */
  .hero .slogan {
    width: 500px;
    margin: 40px 0;
  }
  /* line 1183, sass/style.scss */
  .hero .slogan-en {
    font-size: 3.8em;
  }
  /* line 1186, sass/style.scss */
  .hero .slogan-en .line-1 {
    font-size: .9em;
  }
  /* line 1190, sass/style.scss */
  .hero .slogan-en .line-2 {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  /* line 1044, sass/style.scss */
  .hero {
    height: calc(100vh - 68px);
    min-height: 450px;
  }
  /* line 1201, sass/style.scss */
  .hero .hero-text {
    font-size: 16px;
  }
  /* line 1205, sass/style.scss */
  .hero .slogan {
    margin: 20px 0;
  }
  /* line 1209, sass/style.scss */
  .hero .ttl {
    font-size: 1.5em;
  }
}

@media (max-width: 600px) {
  /* line 1215, sass/style.scss */
  .hero .slogan-en {
    font-size: 12vw;
  }
}

/* line 1221, sass/style.scss */
.index-charm {
  background-color: #ebebeb;
  padding: 90px 0;
  position: relative;
  z-index: 3;
}

/* line 1228, sass/style.scss */
.index-charm .content {
  text-align: center;
  line-height: 2.5;
  margin: 40px auto;
}

/* line 1234, sass/style.scss */
.index-charm .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

/* line 1238, sass/style.scss */
.index-charm .bg .hasholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: contain;
}

@media (max-width: 767px) {
  /* line 1221, sass/style.scss */
  .index-charm {
    padding: 60px 0;
  }
  /* line 1249, sass/style.scss */
  .index-charm .content {
    margin: 25px auto;
    line-height: 2;
  }
  /* line 1255, sass/style.scss */
  .index-charm .bg .hasholder {
    background-size: cover;
  }
}

/* line 1262, sass/style.scss */
.index-concept {
  padding: 150px 0;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

/* line 1266, sass/style.scss */
.index-concept .inner {
  display: flex;
  justify-content: space-between;
}

/* line 1272, sass/style.scss */
.index-concept .concept {
  width: 520px;
}

/* line 1276, sass/style.scss */
.index-concept .content {
  margin: 40px 0 60px;
  font-weight: 500;
  line-height: 2;
}

/* line 1282, sass/style.scss */
.index-concept .img {
  width: 52.69%;
  position: relative;
}

/* line 1287, sass/style.scss */
.index-concept .img::after {
  content: "";
  width: 247px;
  height: 247px;
  background-color: #dfb145;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  transform: translate(35px, -35px);
}

/* line 1299, sass/style.scss */
.index-concept .img .bg {
  position: relative;
  width: 100%;
  box-shadow: 0 0 13px 6px rgba(0, 0, 0, 0.2);
}

/* line 1302, sass/style.scss */
.index-concept .img .bg::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 71%;
}

/* line 1311, sass/style.scss */
.index-concept .img .hasholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 1400px) {
  /* line 1321, sass/style.scss */
  .index-concept .img::after {
    width: 200px;
    height: 200px;
    transform: translate(20px, -20px);
  }
}

@media (max-width: 1300px) {
  /* line 1262, sass/style.scss */
  .index-concept {
    padding: 120px 0;
  }
  /* line 1332, sass/style.scss */
  .index-concept .concept {
    width: 46%;
  }
}

@media (max-width: 1100px) {
  /* line 1339, sass/style.scss */
  .index-concept .inner {
    display: block;
  }
  /* line 1343, sass/style.scss */
  .index-concept .content {
    margin: 20px 0 30px;
  }
  /* line 1347, sass/style.scss */
  .index-concept .concept {
    width: 100%;
  }
  /* line 1351, sass/style.scss */
  .index-concept .img {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  /* line 1262, sass/style.scss */
  .index-concept {
    padding: 60px 0;
  }
  /* line 1360, sass/style.scss */
  .index-concept .img::after {
    width: 120px;
    height: 120px;
    transform: translate(15px, -15px);
  }
}

/* line 1369, sass/style.scss */
.index-gallery {
  position: relative;
  z-index: 3;
}

/* line 1372, sass/style.scss */
.index-gallery .gallery {
  margin: 50px 0;
  width: 100%;
}

/* line 1382, sass/style.scss */
.index-gallery .item {
  padding: 5px;
  width: 100%;
}

/* line 1387, sass/style.scss */
.index-gallery .col {
  width: 100%;
  position: relative;
  cursor: pointer;
}

/* line 1393, sass/style.scss */
.index-gallery .col::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 68.88%;
}

/* line 1400, sass/style.scss */
.index-gallery .col a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10;
}

/* line 1405, sass/style.scss */
.index-gallery .col .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 1408, sass/style.scss */
.index-gallery .col .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.25);
  transition: 0.3s;
}

/* line 1416, sass/style.scss */
.index-gallery .col .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 6;
  background-image: url(../images/search-plus-solid.svg);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: center center;
  opacity: 0;
  transition: 0.3s;
}

@media (min-width: 1100px) {
  /* line 1432, sass/style.scss */
  .index-gallery .col:hover .img::before {
    background-color: rgba(33, 73, 103, 0.5);
  }
  /* line 1436, sass/style.scss */
  .index-gallery .col:hover .img::after {
    opacity: 0.7;
  }
}

/* line 1444, sass/style.scss */
.index-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 37.45vw;
  max-width: 1933px;
  max-height: 724px;
  z-index: -1;
  background-image: url(../images/gallery-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  transform: translate(-50%, -40%);
}

/* line 1463, sass/style.scss */
.index-gallery .slick-list {
  width: calc(100% + 10px);
  margin: 0 -5px;
}

/* line 1468, sass/style.scss */
.index-gallery .slick-prev,
.index-gallery .slick-next {
  position: absolute;
  color: #a0a0a0;
  top: 50%;
  width: 35px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: none;
  font-size: 1em;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 5;
}

@media (min-width: 1100px) {
  /* line 1488, sass/style.scss */
  .index-gallery .slick-prev:hover,
  .index-gallery .slick-next:hover {
    color: #fff;
  }
}

/* line 1493, sass/style.scss */
.index-gallery .slick-prev {
  left: 0;
}

/* line 1496, sass/style.scss */
.index-gallery .slick-next {
  right: 0;
}

/* line 1500, sass/style.scss */
.index-gallery .slick-disabled {
  cursor: not-allowed;
  opacity: 0.9;
  color: #888;
}

/* line 1505, sass/style.scss */
.index-gallery .slick-disabled:hover {
  color: #888;
}

@media (max-width: 767px) {
  /* line 1511, sass/style.scss */
  .index-gallery .gallery {
    margin: 30px 0;
  }
  /* line 1514, sass/style.scss */
  .index-gallery .item {
    padding: 2px;
    width: 100%;
  }
  /* line 1519, sass/style.scss */
  .index-gallery::after {
    transform: translate(-50%, -20%);
  }
  /* line 1523, sass/style.scss */
  .index-gallery .slick-list {
    width: calc(100% + 4px);
    margin: 0 -2px;
  }
  /* line 1528, sass/style.scss */
  .index-gallery .slick-prev,
  .index-gallery .slick-next {
    width: 25px;
    height: 50px;
  }
}

/* line 1536, sass/style.scss */
.index-voice {
  margin: 120px 0;
  position: relative;
  z-index: 2;
}

/* line 1541, sass/style.scss */
.index-voice .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 51%;
  height: 80%;
  background-color: #f5f5f5;
}

/* line 1551, sass/style.scss */
.index-voice .bg .bgIco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
}

/* line 1557, sass/style.scss */
.index-voice .bg .bgIco .hasholder {
  transform: translateX(13.41%);
}

/* line 1561, sass/style.scss */
.index-voice .bg .bgIco::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 52.55%;
}

/* line 1570, sass/style.scss */
.index-voice .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 1576, sass/style.scss */
.index-voice .list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* line 1582, sass/style.scss */
.index-voice .col {
  margin-top: 20px;
  width: calc(33.33% - 25px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

/* line 1588, sass/style.scss */
.index-voice .col > a {
  display: block;
}

/* line 1591, sass/style.scss */
.index-voice .col > a:hover {
  text-decoration: none;
}

/* line 1597, sass/style.scss */
.index-voice .img {
  position: relative;
  overflow: hidden;
}

/* line 1601, sass/style.scss */
.index-voice .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: center center;
  transition: 0.3s;
}

/* line 1607, sass/style.scss */
.index-voice .img:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}

@media (min-width: 1100px) {
  /* line 1616, sass/style.scss */
  .index-voice .img:hover .hasbg {
    transform: scale(1.05);
  }
}

/* line 1623, sass/style.scss */
.index-voice .text {
  padding: 25px;
}

/* line 1627, sass/style.scss */
.index-voice h3 {
  font-size: 1.375em;
  font-weight: 900;
  color: #204969;
  margin-bottom: 10px;
}

/* line 1634, sass/style.scss */
.index-voice .content {
  line-height: 2;
}

@media (max-width: 1300px) {
  /* line 1639, sass/style.scss */
  .index-voice h3 {
    font-size: 1.28em;
  }
}

@media (max-width: 1100px) {
  /* line 1645, sass/style.scss */
  .index-voice .col {
    width: calc(33.33% - 15px);
  }
  /* line 1648, sass/style.scss */
  .index-voice .text {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  /* line 1536, sass/style.scss */
  .index-voice {
    margin: 60px 0;
  }
  /* line 1655, sass/style.scss */
  .index-voice .bg {
    height: 140px;
  }
  /* line 1657, sass/style.scss */
  .index-voice .bg .bgIco {
    width: 100%;
  }
  /* line 1659, sass/style.scss */
  .index-voice .bg .bgIco .hasholder {
    transform: translateX(0%);
  }
  /* line 1665, sass/style.scss */
  .index-voice .list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  /* line 1670, sass/style.scss */
  .index-voice .top {
    display: block;
  }
  /* line 1674, sass/style.scss */
  .index-voice .site_btn {
    margin-top: 20px;
  }
  /* line 1678, sass/style.scss */
  .index-voice .col {
    width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  /* line 1684, sass/style.scss */
  .index-voice .bg {
    width: 320px;
    max-width: 100%;
  }
  /* line 1689, sass/style.scss */
  .index-voice .col {
    width: 100%;
  }
}

/* line 1695, sass/style.scss */
.index-development {
  padding: 90px 0;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
}

/* line 1701, sass/style.scss */
.index-development .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}

/* line 1706, sass/style.scss */
.index-development .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(2.5px);
}

/* line 1711, sass/style.scss */
.index-development .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.78);
}

/* line 1719, sass/style.scss */
.index-development .list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

/* line 1725, sass/style.scss */
.index-development .col {
  width: calc(50% - 60px);
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  position: relative;
}

/* line 1733, sass/style.scss */
.index-development .col::after {
  content: "";
  width: 150px;
  height: 150px;
  background-color: #dfb145;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25px, -25px);
}

/* line 1747, sass/style.scss */
.index-development a:hover {
  text-decoration: none;
}

/* line 1751, sass/style.scss */
.index-development .img {
  position: relative;
  overflow: hidden;
}

/* line 1754, sass/style.scss */
.index-development .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: center center;
  transition: 0.3s;
}

/* line 1760, sass/style.scss */
.index-development .img:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}

@media (min-width: 1100px) {
  /* line 1769, sass/style.scss */
  .index-development .img:hover .hasbg {
    transform: scale(1.05);
  }
}

/* line 1776, sass/style.scss */
.index-development .text {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 10px 25px;
}

/* line 1782, sass/style.scss */
.index-development .text .ja {
  font-size: 1.375em;
  color: #204969;
  font-weight: 700;
}

/* line 1788, sass/style.scss */
.index-development .text .en {
  color: #dfb145;
  font-weight: 700;
  margin-left: 1em;
  font-family: "Helvetica";
}

@media (max-width: 1400px) {
  /* line 1798, sass/style.scss */
  .index-development .col:after {
    transform: translate(-20px, -20px);
  }
}

@media (max-width: 1300px) {
  /* line 1805, sass/style.scss */
  .index-development .col {
    width: calc(50% - 35px);
  }
}

@media (max-width: 1100px) {
  /* line 1695, sass/style.scss */
  .index-development {
    padding: 60px 0;
  }
  /* line 1813, sass/style.scss */
  .index-development .col {
    width: calc(50% - 20px);
  }
  /* line 1817, sass/style.scss */
  .index-development .text {
    padding: 10px 20px;
  }
}

@media (max-width: 900px) {
  /* line 1823, sass/style.scss */
  .index-development .list {
    display: block;
    margin-top: 0;
  }
  /* line 1828, sass/style.scss */
  .index-development .col {
    width: 100%;
    margin-top: 40px;
  }
  /* line 1832, sass/style.scss */
  .index-development .col:after {
    transform: translate(-15px, -15px);
  }
}

@media (max-width: 767px) {
  /* line 1840, sass/style.scss */
  .index-development .col:after {
    width: 100px;
    height: 100px;
  }
  /* line 1846, sass/style.scss */
  .index-development .text {
    display: block;
  }
  /* line 1849, sass/style.scss */
  .index-development .text .en {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* line 1857, sass/style.scss */
.index-business {
  margin: 80px 0;
}

/* line 1859, sass/style.scss */
.index-business .ttl {
  text-align: center;
  margin: 30px auto;
  line-height: 2;
}

/* line 1865, sass/style.scss */
.index-business .list {
  display: flex;
  padding: 0 15px;
}

/* line 1870, sass/style.scss */
.index-business .col {
  margin: 15px;
  width: 25%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 1877, sass/style.scss */
.index-business a:hover {
  text-decoration: none;
}

/* line 1881, sass/style.scss */
.index-business .img {
  position: relative;
  overflow: hidden;
}

/* line 1885, sass/style.scss */
.index-business .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 48.31%;
}

/* line 1892, sass/style.scss */
.index-business .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: center center;
  transition: 0.3s;
}

@media (min-width: 1100px) {
  /* line 1900, sass/style.scss */
  .index-business .img:hover .hasbg {
    transform: scale(1.05);
  }
}

/* line 1907, sass/style.scss */
.index-business .text {
  padding: 15px 20px 10px;
}

/* line 1910, sass/style.scss */
.index-business .text .en {
  font-size: 15px;
  font-weight: 500;
  color: #dfb145;
  font-family: "Helvetica";
}

/* line 1917, sass/style.scss */
.index-business .text .ja {
  font-size: 20px;
  font-weight: 900;
  color: #204969;
}

@media (max-width: 1300px) {
  /* line 1925, sass/style.scss */
  .index-business .list {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  /* line 1930, sass/style.scss */
  .index-business .col {
    margin: 10px;
    width: calc(50% - 20px);
  }
  /* line 1936, sass/style.scss */
  .index-business .text .en {
    font-size: 14px;
  }
  /* line 1940, sass/style.scss */
  .index-business .text .ja {
    font-size: 1.25em;
  }
}

@media (max-width: 767px) {
  /* line 1857, sass/style.scss */
  .index-business {
    margin: 60px 0;
  }
  /* line 1948, sass/style.scss */
  .index-business .ttl {
    margin: 20px auto;
  }
  /* line 1952, sass/style.scss */
  .index-business .list {
    padding: 0 20px;
    margin: 0;
  }
  /* line 1956, sass/style.scss */
  .index-business .col {
    width: 100%;
    margin: 10px auto;
  }
  /* line 1961, sass/style.scss */
  .index-business .text {
    padding: 15px 20px;
  }
  /* line 1963, sass/style.scss */
  .index-business .text .ja {
    font-size: 16px;
  }
}

/* line 1970, sass/style.scss */
.index-articles {
  background-color: #f5f5f5;
  padding: 80px 0;
  position: relative;
  z-index: 3;
}

/* line 1977, sass/style.scss */
.index-articles .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}

/* line 1982, sass/style.scss */
.index-articles .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 1987, sass/style.scss */
.index-articles .bg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.78);
}

/* line 1995, sass/style.scss */
.index-articles .box {
  margin: 50px auto;
}

/* line 2000, sass/style.scss */
.index-articles .tags ul {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

/* line 2007, sass/style.scss */
.index-articles .tags li {
  width: 17%;
  text-align: center;
  font-weight: 700;
  padding: 12px 0;
  cursor: pointer;
}

/* line 2016, sass/style.scss */
.index-articles .tags li:first-child span {
  border: none;
}

/* line 2021, sass/style.scss */
.index-articles .tags li span {
  border-left: 1px solid #cccccc;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}

/* line 2033, sass/style.scss */
.index-articles .tags li.active {
  background-color: #dfb145;
  color: #fff;
}

/* line 2040, sass/style.scss */
.index-articles .list {
  display: flex;
  margin-top: 50px;
}

/* line 2045, sass/style.scss */
.index-articles .left {
  width: 50%;
  margin-right: 10px;
}

/* line 2049, sass/style.scss */
.index-articles .left .new {
  background-color: #dfb145;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}

/* line 2064, sass/style.scss */
.index-articles .left .col .text {
  padding: 25px 30px;
  font-size: 1.1em;
  font-weight: normal;
}

/* line 2072, sass/style.scss */
.index-articles .right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: -5px;
}

/* line 2078, sass/style.scss */
.index-articles .right .col {
  width: calc(50% - 10px);
  margin: 5px;
}

/* line 2085, sass/style.scss */
.index-articles .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}

/* line 2089, sass/style.scss */
.index-articles .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 2093, sass/style.scss */
.index-articles .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(32, 73, 105, 0) 65%, #204969 100%);
}

/* line 2107, sass/style.scss */
.index-articles .col {
  position: relative;
  z-index: 3;
}

/* line 2110, sass/style.scss */
.index-articles .col::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 64%;
}

/* line 2116, sass/style.scss */
.index-articles .col .text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2132, sass/style.scss */
.index-articles .col .time {
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 3px 10px;
  margin-right: 1em;
  white-space: nowrap;
}

/* line 2141, sass/style.scss */
.index-articles .col .content {
  display: flex;
  align-items: baseline;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 2155, sass/style.scss */
.index-articles .col .content.first {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1100px) {
  /* line 2162, sass/style.scss */
  .index-articles .list {
    display: block;
  }
  /* line 2166, sass/style.scss */
  .index-articles .left {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  /* line 2172, sass/style.scss */
  .index-articles .right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 1970, sass/style.scss */
  .index-articles {
    padding: 60px 0;
  }
  /* line 2180, sass/style.scss */
  .index-articles .box {
    margin: 40px auto;
  }
  /* line 2185, sass/style.scss */
  .index-articles .tags ul {
    display: block;
  }
  /* line 2190, sass/style.scss */
  .index-articles .tags li {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: none;
    padding: 8px 5px;
  }
  /* line 2196, sass/style.scss */
  .index-articles .tags li:first-child {
    border: none;
  }
  /* line 2200, sass/style.scss */
  .index-articles .tags li span {
    border: none;
  }
  /* line 2206, sass/style.scss */
  .index-articles .list {
    margin-top: 40px;
  }
  /* line 2211, sass/style.scss */
  .index-articles .left .new {
    font-size: 12px;
    padding: 6px 10px;
  }
  /* line 2217, sass/style.scss */
  .index-articles .left .col .text {
    padding: 10px;
    font-size: 16px;
  }
  /* line 2224, sass/style.scss */
  .index-articles .right {
    display: block;
    margin: 0;
  }
  /* line 2228, sass/style.scss */
  .index-articles .right .col {
    width: 100%;
    margin: 10px auto;
  }
  /* line 2235, sass/style.scss */
  .index-articles .col .time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  /* line 2240, sass/style.scss */
  .index-articles .col .content {
    flex-direction: column;
  }
}

/* line 2247, sass/style.scss */
.index-news {
  margin: 90px 0;
}

/* line 2250, sass/style.scss */
.index-news .tabTit {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

/* line 2256, sass/style.scss */
.index-news .tabTit li {
  width: calc(33.33% - 7px);
  border: 1px solid #ebebeb;
  border-bottom: none;
  cursor: pointer;
  user-select: none;
  background-color: #ebebeb;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}

/* line 2269, sass/style.scss */
.index-news .tabTit li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: transparent;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
}

@media (min-width: 1100px) {
  /* line 2281, sass/style.scss */
  .index-news .tabTit li:hover {
    background-color: #dfb145;
    color: #fff;
  }
}

/* line 2288, sass/style.scss */
.index-news .tabTit .active {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}

/* line 2293, sass/style.scss */
.index-news .tabTit .active::after {
  background-color: #fff;
}

/* line 2299, sass/style.scss */
.index-news .box {
  width: 100%;
  max-width: 1050px;
  margin: 50px auto;
}

/* line 2305, sass/style.scss */
.index-news .list {
  margin-top: 50px;
}

/* line 2309, sass/style.scss */
.index-news .col {
  display: flex;
  padding: 25px 40px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  align-items: baseline;
  position: relative;
  transition: 0.3s;
}

/* line 2314, sass/style.scss */
.index-news .col:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

/* line 2321, sass/style.scss */
.index-news .col .time {
  font-size: 14px;
  white-space: nowrap;
}

/* line 2325, sass/style.scss */
.index-news .col .slug {
  background-color: #204969;
  color: #fff;
  white-space: nowrap;
  padding: 6px 20px 9px;
  line-height: 1;
  margin: 0 20px;
}

/* line 2334, sass/style.scss */
.index-news .col .excerpt {
  transition: 0.3s;
}

/* line 2341, sass/style.scss */
.index-news .col a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1100px) {
  /* line 2346, sass/style.scss */
  .index-news .col:hover {
    background-color: #ebebeb;
  }
  /* line 2348, sass/style.scss */
  .index-news .col:hover .excerpt {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  /* line 2247, sass/style.scss */
  .index-news {
    margin: 60px 0;
  }
  /* line 2358, sass/style.scss */
  .index-news .box {
    margin: 40px auto;
  }
  /* line 2362, sass/style.scss */
  .index-news .list {
    margin-top: 40px;
  }
  /* line 2366, sass/style.scss */
  .index-news .col {
    flex-wrap: wrap;
    padding: 20px;
  }
  /* line 2369, sass/style.scss */
  .index-news .col .excerpt {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  /* line 2377, sass/style.scss */
  .index-news .tabTit {
    display: block;
    border: none;
  }
  /* line 2381, sass/style.scss */
  .index-news .tabTit li {
    width: 100%;
    padding: 10px 20px;
  }
  /* line 2385, sass/style.scss */
  .index-news .tabTit li::after {
    content: none;
  }
  /* line 2390, sass/style.scss */
  .index-news .tabTit .active {
    border-bottom: 1px solid #ebebeb;
  }
}

/* line 2397, sass/style.scss */
.index-contact {
  padding: 90px 0;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
}

/* line 2403, sass/style.scss */
.index-contact .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}

/* line 2408, sass/style.scss */
.index-contact .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(4px);
}

/* line 2413, sass/style.scss */
.index-contact .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 2421, sass/style.scss */
.index-contact .form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/* line 2427, sass/style.scss */
.index-contact .list {
  background-color: #fff;
  margin: 40px 0 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

/* line 2433, sass/style.scss */
.index-contact dl {
  display: flex;
  font-size: 18px;
}

/* line 2437, sass/style.scss */
.index-contact dl:first-child dt {
  border: none;
}

/* line 2440, sass/style.scss */
.index-contact dl:first-child dd {
  border: none;
}

/* line 2446, sass/style.scss */
.index-contact dl:nth-child(2n) dt {
  background-color: #265070;
}

/* line 2452, sass/style.scss */
.index-contact dt {
  background-color: #204969;
  color: #fff;
  width: 270px;
  min-width: 270px;
  padding: 30px 30px 30px 50px;
}

/* line 2461, sass/style.scss */
.index-contact dd {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

/* line 2467, sass/style.scss */
.index-contact input[type="text"],
.index-contact input[type="email"],
.index-contact input[type="tel"] {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 5px 8px;
  height: 45px;
}

/* line 2477, sass/style.scss */
.index-contact textarea {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 5px 8px;
  height: 115px;
  resize: none;
}

/* line 2486, sass/style.scss */
.index-contact .submit {
  display: flex;
  justify-content: center;
}

/* line 2490, sass/style.scss */
.index-contact .submit .btn {
  background-color: #204969;
  /* 48  77 */
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #204969;
  transition: 0.3s;
  position: relative;
}

/* line 2510, sass/style.scss */
.index-contact .submit .btn::after {
  content: "";
  width: 44px;
  height: 1px;
  background-color: #dfb145;
  display: block;
  margin-left: 35px;
  transition: 0.3s;
}

@media (min-width: 1100px) {
  /* line 2524, sass/style.scss */
  .index-contact .submit .btn:hover::after {
    transform: translateX(10px);
  }
}

/* line 2531, sass/style.scss */
.index-contact .submit input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-indent: -999999px;
}

@media (max-width: 767px) {
  /* line 2540, sass/style.scss */
  .index-contact .submit .btn {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  /* line 2547, sass/style.scss */
  .index-contact dl {
    font-size: 16px;
  }
  /* line 2551, sass/style.scss */
  .index-contact dt {
    width: 250px;
    min-width: 250px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  /* line 2397, sass/style.scss */
  .index-contact {
    padding: 60px 0;
  }
  /* line 2560, sass/style.scss */
  .index-contact .list {
    margin: 40px 0;
  }
  /* line 2564, sass/style.scss */
  .index-contact dl {
    display: block;
  }
  /* line 2568, sass/style.scss */
  .index-contact dt {
    width: 100%;
    padding: 10px 20px;
  }
}

/* animate */
/* line 2576, sass/style.scss */
.normalmove {
  transition-duration: 0.9s;
  transform: translateY(50px);
  opacity: 0;
}

/* line 2581, sass/style.scss */
.normalmove.normalanimate {
  transform: translateY(0px);
  opacity: 1;
}

/* index style style end */
/* ==================================================================== */
/* page main style */
/* line 2591, sass/style.scss */
.breadcrumbs {
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 15px 0;
}

/* line 2596, sass/style.scss */
.breadcrumbs .home {
  font-size: 16px;
}

/* line 2600, sass/style.scss */
.breadcrumbs span {
  box-shadow: 0 0.2em 0 #d3d3d3;
}

@media (max-width: 1300px) {
  /* line 2591, sass/style.scss */
  .breadcrumbs {
    padding: 10px 0;
  }
}

/* page faq style */
/* line 2610, sass/style.scss */
.page_faq {
  border-bottom: 1px solid #e0e0e0;
  padding: 80px 0;
}

/* line 2614, sass/style.scss */
.page_faq .inner {
  max-width: 1040px;
}

/* line 2618, sass/style.scss */
.page_faq .ttl {
  text-align: center;
  margin: 40px 0 50px;
  line-height: 2;
}

/* line 2624, sass/style.scss */
.page_faq .list-wrap {
  background-color: #f2f2f2;
  padding: 50px 40px;
}

/* line 2629, sass/style.scss */
.page_faq .tabTit {
  display: flex;
  justify-content: space-between;
}

/* line 2633, sass/style.scss */
.page_faq .tabTit li {
  text-align: center;
  width: calc(20% - 2px);
  font-size: 1em;
  padding: 20px;
  background-color: #4c4c4c;
  color: #fff;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 3;
  white-space: nowrap;
}

/* line 2649, sass/style.scss */
.page_faq .tabTit li::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #4c4c4c;
  border-bottom: none;
  opacity: 0;
  transition: 0.3s;
}

@media (min-width: 1100px) {
  /* line 2665, sass/style.scss */
  .page_faq .tabTit li:hover {
    background-color: #dfb145;
  }
  /* line 2667, sass/style.scss */
  .page_faq .tabTit li:hover::after {
    bottom: 0;
    opacity: 1;
    border-top-color: #dfb145;
  }
}

/* line 2676, sass/style.scss */
.page_faq .tabTit .num {
  position: absolute;
  top: -8px;
  left: -4px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.11);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 80px;
}

/* line 2688, sass/style.scss */
.page_faq .tabTit .active {
  background-color: #dfb145;
}

/* line 2690, sass/style.scss */
.page_faq .tabTit .active::after {
  bottom: 0;
  opacity: 1;
  border-top-color: #dfb145;
}

/* line 2698, sass/style.scss */
.page_faq .pagination {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-top: 50px;
}

/* line 2705, sass/style.scss */
.page_faq .pagination .page-numbers {
  width: 2em;
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

/* line 2718, sass/style.scss */
.page_faq .pagination .page-numbers.next, .page_faq .pagination .page-numbers.prev {
  position: relative;
}

/* line 2722, sass/style.scss */
.page_faq .pagination .page-numbers.next em, .page_faq .pagination .page-numbers.prev em {
  font-style: normal;
  font-size: 1.5em;
  line-height: 0.5em;
}

/* line 2729, sass/style.scss */
.page_faq .pagination .page-numbers.active {
  background-color: #204969;
  color: #fff;
}

/* line 2736, sass/style.scss */
.page_faq .pagination a:hover {
  background-color: #204969;
  color: #fff;
}

@media (max-width: 1100px) {
  /* line 2745, sass/style.scss */
  .page_faq .tabTit li {
    padding: 20px 10px;
  }
}

@media (max-width: 1100px) {
  /* line 2752, sass/style.scss */
  .page_faq .tabTit {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1px;
  }
  /* line 2757, sass/style.scss */
  .page_faq .tabTit li {
    width: calc(33.33% - 2px);
    margin: 1px;
  }
  /* line 2761, sass/style.scss */
  .page_faq .tabTit li::after {
    content: none !important;
  }
}

@media (max-width: 767px) {
  /* line 2610, sass/style.scss */
  .page_faq {
    padding: 60px 0;
  }
  /* line 2771, sass/style.scss */
  .page_faq .ttl {
    margin: 25px 0 40px;
  }
  /* line 2775, sass/style.scss */
  .page_faq .list-wrap {
    padding: 30px 10px 20px;
  }
  /* line 2780, sass/style.scss */
  .page_faq .tabTit li {
    width: calc(50% - 2px);
  }
  /* line 2785, sass/style.scss */
  .page_faq .pagination {
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  /* line 2792, sass/style.scss */
  .page_faq .tabTit li {
    font-size: 1em;
  }
  /* line 2796, sass/style.scss */
  .page_faq .tabTit .num {
    top: -10px;
  }
}

@media (max-width: 350px) {
  /* line 2804, sass/style.scss */
  .page_faq .tabTit li {
    width: 100%;
  }
}

/* line 2811, sass/style.scss */
.faq-list {
  width: 100%;
}

/* line 2814, sass/style.scss */
.faq-list dl {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #fff;
}

/* line 2820, sass/style.scss */
.faq-list dl .num {
  font-size: 1.7em;
  line-height: 1;
  margin-right: 0.5em;
  color: #dfb145;
}

/* line 2828, sass/style.scss */
.faq-list dt {
  display: flex;
  align-items: flex-start;
  padding: 1.3em;
  padding-right: 2.5em;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

/* line 2837, sass/style.scss */
.faq-list dt .btn-right {
  position: absolute;
  top: 1.7em;
  right: 1em;
  width: 1em;
  height: 1em;
  transition: transform 0.5s ease-out;
}

/* line 2845, sass/style.scss */
.faq-list dt .btn-right::before {
  content: "";
  width: 4px;
  height: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%);
  background-color: #dfb145;
  transition: transform 0.5s ease-out;
}

/* line 2858, sass/style.scss */
.faq-list dt .btn-right::after {
  content: "";
  width: 1em;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #dfb145;
  transition: transform 0.5s ease-out;
}

/* line 2872, sass/style.scss */
.faq-list dd {
  display: none;
}

/* line 2875, sass/style.scss */
.faq-list dd .content {
  display: flex;
  align-items: flex-start;
  padding: 1.3em;
}

/* line 2881, sass/style.scss */
.faq-list dd .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

/* line 2886, sass/style.scss */
.faq-list dd .text a {
  color: #204969;
  text-decoration: underline;
}

/* line 2892, sass/style.scss */
.faq-list dd .num {
  color: #204969;
  margin-right: 0.78em;
}

/* line 2899, sass/style.scss */
.faq-list .on dt {
  background-color: #204969;
  color: #fff;
}

/* line 2903, sass/style.scss */
.faq-list .on dt .num {
  color: #fff;
}

/* line 2908, sass/style.scss */
.faq-list .on dt .btn-right::before {
  background-color: #fff;
  transform: translateX(-50%) rotate(90deg);
}

/* line 2913, sass/style.scss */
.faq-list .on dt .btn-right::after {
  background-color: #fff;
}

@media (max-width: 767px) {
  /* line 2921, sass/style.scss */
  .faq-list dt {
    padding: 1em;
    padding-right: 2em;
  }
  /* line 2925, sass/style.scss */
  .faq-list dt .btn-right {
    top: 1.3em;
    right: 0.5em;
  }
  /* line 2932, sass/style.scss */
  .faq-list dd .content {
    padding: 1em;
  }
}

/* sidebar style */
/* line 2939, sass/style.scss */
.page-sidebar {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

/* line 2946, sass/style.scss */
.page-sidebar .page_about {
  width: calc(100% - 300px);
  padding-right: 40px;
  margin: 92px auto 0;
}

/* line 2950, sass/style.scss */
.page-sidebar .page_about p {
  line-height: 2;
}

/* line 2954, sass/style.scss */
.page-sidebar .page_sidebar {
  width: 300px;
  margin: 92px auto 0;
}

/* line 2958, sass/style.scss */
.page-sidebar .items-list-item {
  margin-bottom: 0px;
}

/* line 2960, sass/style.scss */
.page-sidebar .items-list-item .item {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  transition: 0.3s;
}

/* line 2966, sass/style.scss */
.page-sidebar .items-list-item .item:hover {
  opacity: 0.7;
}

/* line 2970, sass/style.scss */
.page-sidebar .items-list-item .item .title .en {
  font-size: 12px;
  font-family: "Helvetica";
}

/* line 2974, sass/style.scss */
.page-sidebar .items-list-item .item .title .jp {
  font-size: 16px;
}

/* line 2978, sass/style.scss */
.page-sidebar .items-list-item .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 2987, sass/style.scss */
.page-sidebar .items-list-item .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 2994, sass/style.scss */
.page-sidebar .items-list-item .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to right, #204969 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 3011, sass/style.scss */
.page-sidebar .items-list-item .item .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 3020, sass/style.scss */
.page-sidebar .items-list-item .item .content {
  text-transform: uppercase;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* line 3030, sass/style.scss */
.page-sidebar .items-list-item .item .icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

/* line 3041, sass/style.scss */
.page-sidebar .items-list-item:last-child {
  margin-bottom: 0px;
}

/* line 3045, sass/style.scss */
.page-sidebar .item-list {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

/* line 3049, sass/style.scss */
.page-sidebar .item-list .title {
  padding: 10px 10px;
  background-color: #204969;
  font-size: 16px;
  color: #fff;
}

/* line 3057, sass/style.scss */
.page-sidebar .business-box {
  padding: 8px 0;
}

/* line 3059, sass/style.scss */
.page-sidebar .business-box a {
  text-decoration: underline;
  line-height: 2;
  padding: 8px 18px;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}

/* line 3066, sass/style.scss */
.page-sidebar .business-box a:hover {
  opacity: 0.7;
}

/* line 3074, sass/style.scss */
.page-sidebar .category-box ul li a {
  line-height: 2;
  padding: 8px 18px;
  font-size: 14px;
  display: block;
}

/* line 3080, sass/style.scss */
.page-sidebar .category-box ul li:nth-child(2n - 1) {
  background-color: #ededed;
}

/* line 3087, sass/style.scss */
.page-sidebar .item-box .item {
  font-size: 12px;
  padding: 16px 16px;
  width: 100%;
  display: flex;
  position: relative;
  transition: 0.3s;
}

/* line 3094, sass/style.scss */
.page-sidebar .item-box .item:hover {
  opacity: 0.7;
}

/* line 3098, sass/style.scss */
.page-sidebar .item-box .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 3107, sass/style.scss */
.page-sidebar .item-box .item .img {
  width: 70px;
}

/* line 3110, sass/style.scss */
.page-sidebar .item-box .item .content {
  line-height: 2;
  padding-left: 10px;
  width: calc(100% - 70px);
}

/* line 3116, sass/style.scss */
.page-sidebar .item-box .item .date {
  color: #808080;
  margin-bottom: 5px;
  line-height: 1.1;
}

/* line 3121, sass/style.scss */
.page-sidebar .item-box .item:nth-child(2n - 1) {
  background-color: #ededed;
}

@media (max-width: 980px) {
  /* line 2939, sass/style.scss */
  .page-sidebar {
    display: block;
  }
  /* line 3128, sass/style.scss */
  .page-sidebar .page_about {
    width: 100%;
    padding-right: 0px;
    margin: 80px auto 0;
  }
  /* line 3133, sass/style.scss */
  .page-sidebar .page_sidebar {
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 3136, sass/style.scss */
  .page-sidebar .page_sidebar .items-list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 3140, sass/style.scss */
  .page-sidebar .page_sidebar .items-list-item .item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  /* line 3147, sass/style.scss */
  .page-sidebar .page_sidebar {
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 3151, sass/style.scss */
  .page-sidebar .page_sidebar .items-list-item .item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 3158, sass/style.scss */
  .page-sidebar .page_about {
    width: 100%;
    padding-right: 0px;
    margin: 60px auto 0;
  }
}

/* page about style */
/* line 3166, sass/style.scss */
.page-sidebar {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 3166, sass/style.scss */
  .page-sidebar {
    font-size: 14px;
  }
}

/* line 3171, sass/style.scss */
.page-sidebar p {
  margin: 23px 0;
}

@media (max-width: 767px) {
  /* line 3171, sass/style.scss */
  .page-sidebar p {
    margin: 10px 0;
  }
}

/* line 3178, sass/style.scss */
.font-weight {
  font-weight: bold;
}

/* line 3181, sass/style.scss */
.siz16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 3181, sass/style.scss */
  .siz16 {
    font-size: 14px;
  }
}

/* line 3187, sass/style.scss */
.siz18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  /* line 3187, sass/style.scss */
  .siz18 {
    font-size: 16px;
  }
}

/* line 3193, sass/style.scss */
.page_about {
  width: 100%;
}

/* line 3195, sass/style.scss */
.page_about .img-wrap {
  margin: 52px 0;
}

@media (max-width: 767px) {
  /* line 3195, sass/style.scss */
  .page_about .img-wrap {
    margin: 10px 0;
  }
}

/* line 3200, sass/style.scss */
.page_about .img-wrap img {
  width: 100%;
}

/* line 3204, sass/style.scss */
.page_about .item-wrap {
  margin-bottom: 65px;
  background-color: #f5f5f5;
  padding: 50px 30px;
}

@media (max-width: 767px) {
  /* line 3204, sass/style.scss */
  .page_about .item-wrap {
    padding: 20px;
    margin-bottom: 40px;
  }
  /* line 3212, sass/style.scss */
  .page_about .item-wrap p {
    font-size: 12px;
  }
}

/* line 3216, sass/style.scss */
.page_about .item-wrap .item {
  padding: 30px 0;
  border-top: 1px solid #e1e1e1;
}

/* line 3219, sass/style.scss */
.page_about .item-wrap .item:last-child {
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  /* line 3216, sass/style.scss */
  .page_about .item-wrap .item {
    padding: 10px 0;
  }
}

/* line 3226, sass/style.scss */
.page_about .item-wrap .ttl-sub {
  padding: 26px 0;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  /* line 3226, sass/style.scss */
  .page_about .item-wrap .ttl-sub {
    padding: 10px 0;
    font-size: 16px;
  }
}

/* line 3237, sass/style.scss */
.page_about .item-wrap .site_title .ja {
  color: #262626;
}

/* line 3240, sass/style.scss */
.page_about .item-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 3244, sass/style.scss */
.page_about .item-wrap ul li {
  margin-top: 18px;
  text-align: center;
  padding: 20px 10px;
  background-color: #204969;
  color: #fff;
  width: calc(50% - 9px);
}

@media (max-width: 767px) {
  /* line 3244, sass/style.scss */
  .page_about .item-wrap ul li {
    margin-top: 10px;
    padding: 5px;
    width: calc(50% - 5px);
  }
}

/* line 3260, sass/style.scss */
.page_about .item-wrap:last-child {
  margin-bottom: 0;
}

/* line 3264, sass/style.scss */
.page_about .items-box-wrap {
  justify-content: center;
  display: flex;
  background-color: #204969;
}

/* line 3268, sass/style.scss */
.page_about .items-box-wrap .item {
  border: 0 !important;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 20%;
  padding: 22px 18px 28px;
  position: relative;
}

/* line 3276, sass/style.scss */
.page_about .items-box-wrap .item:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #365b77;
  content: "";
  display: block;
}

/* line 3288, sass/style.scss */
.page_about .items-box-wrap .item .img img {
  max-width: 55px;
  margin: 0 auto 10px;
}

/* line 3294, sass/style.scss */
.page_about .items-box-wrap .item:last-child:after {
  display: none;
}

@media (max-width: 1340px) {
  /* line 3264, sass/style.scss */
  .page_about .items-box-wrap {
    flex-wrap: wrap;
  }
  /* line 3301, sass/style.scss */
  .page_about .items-box-wrap .item {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  /* line 3264, sass/style.scss */
  .page_about .items-box-wrap {
    padding: 10px 0;
  }
  /* line 3307, sass/style.scss */
  .page_about .items-box-wrap .item {
    font-size: 12px;
    width: 50%;
    padding: 10px 10px 0;
  }
}

/* line 3315, sass/style.scss */
.page_about .list-wrap .ttl {
  font-weight: 900;
  font-size: 22px;
  color: #204969;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

/* line 3322, sass/style.scss */
.page_about .list-wrap .ttl span {
  font-weight: 500;
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 5px 12px;
  background-color: #dfb145;
}

@media (max-width: 767px) {
  /* line 3315, sass/style.scss */
  .page_about .list-wrap .ttl {
    font-size: 16px;
  }
  /* line 3334, sass/style.scss */
  .page_about .list-wrap .ttl span {
    margin-right: 10px;
    font-size: 12px;
    padding: 5px;
  }
}

/* line 3342, sass/style.scss */
.page_about .img-wrap2 {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 35px 20px;
}

@media (max-width: 767px) {
  /* line 3342, sass/style.scss */
  .page_about .img-wrap2 {
    padding: 20px;
  }
}

/* line 3349, sass/style.scss */
.page_about .img-wrap2 .ttl2 {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 3349, sass/style.scss */
  .page_about .img-wrap2 .ttl2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* line 3360, sass/style.scss */
.page_about .img-wrap2 p {
  margin: 23px 0;
  font-size: 12px;
}

/* line 3364, sass/style.scss */
.page_about .img-wrap2 img {
  display: block;
  margin: 0 auto;
}

/* line 3370, sass/style.scss */
.post_nav_link {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e1e1e1;
}

/* line 3377, sass/style.scss */
.post_nav_link > div {
  width: 48%;
}

/* line 3380, sass/style.scss */
.post_nav_link .pre_post {
  text-align: left;
}

/* line 3383, sass/style.scss */
.post_nav_link .next_post {
  text-align: right;
}

/* line 3386, sass/style.scss */
.post_nav_link a {
  display: inline-block;
  font-size: 1em;
  color: #000;
  transition: 0.3s;
  padding: 3px 0;
}
