@charset "UTF-8";
/* 20190918 */
/* line 3, sass/normalize.scss */
*,
html {
  font-size: 100%;
  border: 0;
}

/* line 9, sass/normalize.scss */
button,
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 16, sass/normalize.scss */
button:disabled,
html {
  cursor: default;
}

/* line 21, sass/normalize.scss */
*,
:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

/* line 27, sass/normalize.scss */
*,
button,
fieldset,
hr,
iframe,
img {
  border: 0;
}

/* line 36, sass/normalize.scss */
a,
a:active,
a:link,
a:visited,
ins {
  text-decoration: none;
}

/* line 44, sass/normalize.scss */
a:hover,
abbr[title] {
  text-decoration: underline;
}

/* line 49, sass/normalize.scss */
dialog,
ins,
mark {
  color: #000;
}

/* line 55, sass/normalize.scss */
*,
progress,
sub,
sup {
  vertical-align: baseline;
}

/* line 62, sass/normalize.scss */
button,
legend {
  color: inherit;
}

/* line 67, sass/normalize.scss */
img,
legend {
  max-width: 100%;
}

/* line 72, sass/normalize.scss */
*,
hr,
legend {
  padding: 0;
}

/* line 78, sass/normalize.scss */
* {
  margin: 0;
}

/* line 82, sass/normalize.scss */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

/* line 90, sass/normalize.scss */
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* line 96, sass/normalize.scss */
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: break-word;
  background-color: #ffffff;
}

/* line 106, sass/normalize.scss */
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 16px/1.8 BlinkMacSystemFont, Segoe UI, Roboto, "Open Sans", sans-serif;
  background-color: #ffffff;
}

/* line 113, sass/normalize.scss */
address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* line 124, sass/normalize.scss */
blockquote,
q {
  quotes: none;
}

/* line 129, sass/normalize.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* line 137, sass/normalize.scss */
ins {
  background-color: #ff9;
}

/* line 141, sass/normalize.scss */
caption,
th {
  text-align: left;
}

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

/* line 151, sass/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

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

/* line 176, sass/normalize.scss */
dialog,
hr,
img {
  display: block;
}

/* line 182, sass/normalize.scss */
hr {
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

/* line 188, sass/normalize.scss */
dialog {
  background-color: #fff;
  border: solid;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

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

/* line 210, sass/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 220, sass/normalize.scss */
textarea {
  overflow: auto;
}

/* line 224, sass/normalize.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 229, sass/normalize.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 234, sass/normalize.scss */
summary {
  display: list-item;
}

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

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

/* line 250, sass/normalize.scss */
button {
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

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

/* line 262, sass/normalize.scss */
[type=button],
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

/* line 270, sass/normalize.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 278, sass/normalize.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 282, sass/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 287, sass/normalize.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 292, sass/normalize.scss */
a,
a:link,
a:visited {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 299, sass/normalize.scss */
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* line 305, sass/normalize.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

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

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

/* line 327, sass/normalize.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

/* line 334, sass/normalize.scss */
sub {
  bottom: -.25em;
}

/* line 338, sass/normalize.scss */
sup {
  top: -.5em;
}

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

/* line 346, sass/normalize.scss */
img {
  height: auto;
  border-style: none;
}

/* line 351, sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 355, sass/normalize.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

/* line 362, sass/normalize.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  white-space: normal;
}

/* line 369, sass/normalize.scss */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 376, sass/normalize.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 381, sass/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Slider */
/* line 2, sass/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

/* line 41, 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 51, sass/slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
/* line 3, sass/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

/* Arrows */
/* line 19, sass/slick-theme.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 44, sass/slick-theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 53, sass/slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 60, sass/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 66, sass/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 80, sass/slick-theme.scss */
.slick-prev {
  left: -25px;
}

/* line 84, sass/slick-theme.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 89, sass/slick-theme.scss */
.slick-prev:before {
  content: '←';
}

/* line 93, sass/slick-theme.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 98, sass/slick-theme.scss */
.slick-next {
  right: -25px;
}

/* line 102, sass/slick-theme.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 107, sass/slick-theme.scss */
.slick-next:before {
  content: '→';
}

/* line 111, sass/slick-theme.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 117, sass/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 122, sass/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 137, sass/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 150, sass/slick-theme.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 168, sass/slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 173, sass/slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 178, sass/slick-theme.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 200, sass/slick-theme.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* line 5, sass/style.scss */
html {
  background: #fff;
}

/* line 10, sass/style.scss */
body {
  width: 100%;
  max-width: 2560px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "vdl-v7marugothic", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

/* line 20, sass/style.scss */
body.lock {
  overflow: hidden;
}

/* line 25, sass/style.scss */
.font-en {
  font-family: "futura-pt", sans-serif;
}

/* line 29, sass/style.scss */
.bg-photo {
  background: center center/cover no-repeat;
}

/* line 32, sass/style.scss */
.bg-photo > img {
  display: none;
}

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

/* line 41, sass/style.scss */
a {
  text-decoration: none;
}

/* line 45, sass/style.scss */
.wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/* line 53, sass/style.scss */
.toggle-btn {
  width: 56px;
  height: 56px;
  position: relative;
  cursor: pointer;
  background: #0080ba;
  margin-left: 15px;
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

/* line 63, sass/style.scss */
.toggle-btn:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 68, sass/style.scss */
.toggle-btn label {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  cursor: pointer;
}

/* line 76, sass/style.scss */
.toggle-btn span {
  width: 56px;
  height: 56px;
  position: absolute;
  display: block;
}

/* line 82, sass/style.scss */
.toggle-btn span::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-10px) translateX(-50%);
  left: 50%;
}

/* line 93, sass/style.scss */
.toggle-btn span:last-child:after {
  transform: translateY(10px) translateX(-50%);
}

/* line 97, sass/style.scss */
.toggle-btn span:first-child:after {
  transform: translateY(0px) translateX(-50%);
}

/* line 103, sass/style.scss */
.ghost-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 28px;
  background: rgba(0, 149, 216, 0.8);
  top: 0;
  left: 0;
  z-index: 910;
  display: none;
}

/* line 115, sass/style.scss */
.ghost-nav.show {
  display: block;
}

/* line 118, sass/style.scss */
.ghost-nav.show .close {
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

/* line 130, sass/style.scss */
.ghost-nav.show .close .error {
  width: 0.8em;
  height: 0.8em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}

/* line 139, sass/style.scss */
.ghost-nav.show .close .error::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

/* line 148, sass/style.scss */
.ghost-nav.show .close .error::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}

/* line 160, sass/style.scss */
.ghost-nav .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}

/* line 170, sass/style.scss */
.ghost-nav ul li a {
  color: #fff;
  transition: 0.3s;
  padding: 0.3em 0;
  display: block;
  letter-spacing: 1px;
}

/* line 177, sass/style.scss */
.ghost-nav ul li a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

/* line 185, sass/style.scss */
.header {
  width: 100%;
  max-width: 2560px;
  position: fixed;
  top: 0;
  z-index: 900;
}

/* line 193, sass/style.scss */
.header.change .wrap {
  transition: 0.3s;
  padding: 10px 60px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/* line 199, sass/style.scss */
.header.change .wrap .right .jp {
  display: none;
}

/* line 204, sass/style.scss */
.header.change .brand p {
  display: none;
}

/* line 209, sass/style.scss */
.header .wrap {
  transition: 0.3s;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 217, sass/style.scss */
.header .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 222, sass/style.scss */
.header .right .jp {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  color: #fff;
}

/* line 229, sass/style.scss */
.header .right .buttons {
  display: flex;
}

/* line 232, sass/style.scss */
.header .right .buttons .tel-btn a {
  width: 280px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0095d8;
  color: #fff;
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

/* line 249, sass/style.scss */
.header .right .buttons .tel-btn a:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 254, sass/style.scss */
.header .right .buttons .tel-btn a .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 262, sass/style.scss */
.header .right .buttons .tel-btn a .icon svg {
  width: 1.2em;
  height: 1.2em;
}

/* line 268, sass/style.scss */
.header .right .buttons .tel-btn a .word {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.2em;
}

/* line 275, sass/style.scss */
.header .right .buttons .contact-btn a {
  white-space: nowrap;
  position: relative;
  width: 280px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff7500;
  color: #fff;
  box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  transition: 0.3s;
}

/* line 291, sass/style.scss */
.header .right .buttons .contact-btn a .sp {
  display: none;
}

/* line 295, sass/style.scss */
.header .right .buttons .contact-btn a:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 300, sass/style.scss */
.header .right .buttons .contact-btn a .icon {
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 308, sass/style.scss */
.header .right .buttons .contact-btn a .icon svg {
  width: 1.4em;
  height: 1.4em;
}

/* line 314, sass/style.scss */
.header .right .buttons .contact-btn a .icon-right {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
}

/* line 323, sass/style.scss */
.header .right .buttons .contact-btn a .icon-right svg {
  width: 1em;
  height: 1em;
}

/* line 334, sass/style.scss */
.header .brand {
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

/* line 339, sass/style.scss */
.header .brand .img {
  width: 203px;
  transition: 0.3s all;
}

/* line 343, sass/style.scss */
.header .brand .img img {
  transition: 0.3s;
}

/* line 348, sass/style.scss */
.header .brand a:hover img {
  transition: 0.3s;
  transform: scale(0.9);
}

/* line 356, sass/style.scss */
.hero {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
  z-index: 1;
}

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

/* line 372, sass/style.scss */
.hero .wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

/* line 382, sass/style.scss */
.hero .wrap .content {
  padding-bottom: 5%;
}

/* line 385, sass/style.scss */
.hero .wrap .content .buttons {
  display: flex;
  margin-top: 130px;
}

/* line 389, sass/style.scss */
.hero .wrap .content .buttons .tel-btn a {
  width: 329px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #0095d8; */
  background-color: transparent;
  color: #0095d8;
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  border: 1px solid #0095d8;
  border-radius: 37.5px;
}

/* line 410, sass/style.scss */
.hero .wrap .content .buttons .tel-btn a:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 415, sass/style.scss */
.hero .wrap .content .buttons .tel-btn a .icon {
  width: 50px;
  height: 50px;
  margin-right: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 423, sass/style.scss */
.hero .wrap .content .buttons .tel-btn a .icon svg {
  width: 50px;
  height: 50px;
}

/* line 429, sass/style.scss */
.hero .wrap .content .buttons .tel-btn a .word {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.2em;
}

/* line 436, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a {
  white-space: nowrap;
  position: relative;
  width: 329px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*                        background: #ff7500;*/
  background-color: transparent;
  color: #ff7500;
  box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  transition: 0.3s;
  border: 1px solid #ff7500;
  border-radius: 37.5px;
}

/* line 455, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a .sp {
  display: none;
}

/* line 459, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 464, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a .icon {
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 472, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a .icon svg {
  width: 50px;
  height: 50px;
}

/* line 478, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a .icon-right {
  width: 1em;
  height: 1em;
  margin-left: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
}

/* line 487, sass/style.scss */
.hero .wrap .content .buttons .contact-btn a .icon-right svg {
  width: 1.2em;
  height: 1.2em;
}

/* line 497, sass/style.scss */
.hero .wrap .banner {
  position: absolute;
  width: 240px;
  right: 0;
  bottom: 8%;
}

/* line 504, sass/style.scss */
.hero .wrap h2 {
  color: #0095d8;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

/* line 513, sass/style.scss */
.hero .wrap .tips .tip {
  width: 100%;
  max-width: 600px;
  background: #fff;
  color: #0095d8;
  font-size: 26px;
  line-height: 1.2;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  margin-left: 18px;
  font-weight: 500;
  border-radius: 1.2em;
  position: relative;
}

/* line 527, sass/style.scss */
.hero .wrap .tips .tip::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  left: -18px;
  bottom: 10px;
  background: url(../images/tip-triangle.png) center center/cover no-repeat;
}

/* line 537, sass/style.scss */
.hero .wrap .tips .tip p {
  display: flex;
  align-items: center;
}

/* line 541, sass/style.scss */
.hero .wrap .tips .tip p span {
  background: #0095d8;
  color: #fff;
  font-weight: bold;
  line-height: 0.4em;
  padding: 0px 2px 4px 2px;
  border-radius: 10px;
  margin-right: 0.3em;
}

/* line 553, sass/style.scss */
.hero .wrap .tips .big-tip {
  width: 100%;
  max-width: 600px;
  background: #0095d8;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 0.5em 1.8em;
  font-weight: 400;
  border-radius: 2em;
  position: relative;
  z-index: 1;
}

/* line 566, sass/style.scss */
.hero .wrap .tips .big-tip::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 26.6px;
  right: -24px;
  bottom: 15px;
  background: url(../images/tip-triangle2.png) center center/cover no-repeat;
}

/* line 576, sass/style.scss */
.hero .wrap .tips .big-tip::after {
  content: "";
  position: absolute;
  width: 203px;
  height: 52px;
  right: 0.5em;
  top: 15px;
  background: url(../images/logo-white.svg) center center/cover no-repeat;
  opacity: 0.2;
}

/*contact-buttons */
/* line 593, sass/style.scss */
.contact-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 60px;
}

/* line 599, sass/style.scss */
.contact-buttons .buttons {
  display: flex;
  margin-top: 20px;
}

/* line 603, sass/style.scss */
.contact-buttons .buttons .tel-btn a {
  width: 329px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #0095d8; */
  background-color: transparent;
  color: #0095d8;
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  border: 1px solid #0095d8;
  border-radius: 37.5px;
}

/* line 624, sass/style.scss */
.contact-buttons .buttons .tel-btn a:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 629, sass/style.scss */
.contact-buttons .buttons .tel-btn a .icon {
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 637, sass/style.scss */
.contact-buttons .buttons .tel-btn a .icon svg {
  width: 50px;
  height: 50px;
}

/* line 643, sass/style.scss */
.contact-buttons .buttons .tel-btn a .word {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.2em;
}

/* line 650, sass/style.scss */
.contact-buttons .buttons .contact-btn a {
  white-space: nowrap;
  position: relative;
  width: 329px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*                        background: #ff7500;*/
  background-color: transparent;
  color: #ff7500;
  box-shadow: inset 0px 0px 8px rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  transition: 0.3s;
  border: 1px solid #ff7500;
  border-radius: 37.5px;
}

/* line 669, sass/style.scss */
.contact-buttons .buttons .contact-btn a .sp {
  display: none;
}

/* line 673, sass/style.scss */
.contact-buttons .buttons .contact-btn a:hover {
  transition: 0.3s;
  box-shadow: inset 0px 0px 30px rgba(255, 255, 255, 0.8);
}

/* line 678, sass/style.scss */
.contact-buttons .buttons .contact-btn a .icon {
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 686, sass/style.scss */
.contact-buttons .buttons .contact-btn a .icon svg {
  width: 50px;
  height: 50px;
}

/* line 692, sass/style.scss */
.contact-buttons .buttons .contact-btn a .icon-right {
  width: 1em;
  height: 1em;
  margin-left: 1.0em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
}

/* line 701, sass/style.scss */
.contact-buttons .buttons .contact-btn a .icon-right svg {
  width: 1em;
  height: 1em;
}

/* line 713, sass/style.scss */
.col-title {
  text-align: center;
  margin-bottom: 40px;
}

/* line 717, sass/style.scss */
.col-title.white {
  color: #fff;
}

/* line 721, sass/style.scss */
.col-title .en {
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

/* line 728, sass/style.scss */
.col-title .jp {
  font-weight: 500;
  font-size: 20px;
  margin-left: 1em;
}

/* line 734, sass/style.scss */
.col-title .text {
  font-weight: 500;
  margin-top: 1em;
}

/* line 740, sass/style.scss */
.row-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

/* line 745, sass/style.scss */
.row-title .en {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

/* line 752, sass/style.scss */
.row-title .jp {
  font-weight: 500;
  font-size: 20px;
  margin-left: 1em;
}

/* line 760, sass/style.scss */
.more-button.input input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

/* line 769, sass/style.scss */
.more-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0095d8;
  color: #fff;
  position: relative;
  width: 180px;
  text-align: center;
  border: 2px solid #0095d8;
  transition: 0.3s;
  padding: 5px 20px;
  white-space: nowrap;
}

/* line 783, sass/style.scss */
.more-button a:hover {
  transition: 0.3s;
  background: transparent;
  color: #0095d8;
}

/* line 789, sass/style.scss */
.more-button a .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
}

/* line 799, sass/style.scss */
.more-button a .icon svg {
  width: 1em;
  height: 1em;
}

/* line 807, sass/style.scss */
.performance {
  width: 100%;
  background: #f8f8f8;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* line 815, sass/style.scss */
.performance .more-button {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 5;
}

/* line 822, sass/style.scss */
.performance .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
}

/* line 832, sass/style.scss */
.performance .content {
  position: relative;
  z-index: 2;
}

/* line 836, sass/style.scss */
.performance .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}

/* line 840, sass/style.scss */
.performance .content ul li a {
  color: #333;
  display: flex;
  align-items: center;
}

/* line 845, sass/style.scss */
.performance .content ul li a:hover .ttl {
  text-decoration: underline;
  transition: 0.3s;
}

/* line 850, sass/style.scss */
.performance .content ul li a .ttl {
  transition: 0.3s;
}

/* line 854, sass/style.scss */
.performance .content ul li a .date {
  font-size: 14px;
  font-weight: 700;
  background: #0095d8;
  color: #fff;
  white-space: nowrap;
  padding: 0 0.4em;
  margin-right: 1em;
}

/* line 868, sass/style.scss */
.question {
  padding: 100px 0 50px;
}

/* line 871, sass/style.scss */
.question .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 876, sass/style.scss */
.question .content .img {
  width: calc(100% - 80px);
  margin: 0 auto;
}

/* line 881, sass/style.scss */
.question .content .item {
  width: calc(33.333% - 20px);
}

/* line 884, sass/style.scss */
.question .content .item .pop-btn {
  transition: 0.3s;
  display: block;
}

/* line 889, sass/style.scss */
.question .content .item .pop-btn:hover {
  transition: 0.3s;
  transform: scale(0.94);
}

/* line 895, sass/style.scss */
.question .content .ttl {
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
  cursor: pointer;
}

/* line 904, sass/style.scss */
.question .content .ttl p {
  width: calc(100% - 60px);
  margin: 0 auto;
  background: #0095d8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 700;
  height: 3.5em;
  text-align: center;
  position: relative;
}

/* line 918, sass/style.scss */
.question .content .ttl p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #0076ab;
  border-right: 12px solid transparent;
}

/* line 929, sass/style.scss */
.question .content .ttl p::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #0076ab;
  border-left: 12px solid transparent;
}

/* line 941, sass/style.scss */
.question .content .ttl .left {
  position: absolute;
  top: 10px;
  left: 0;
  width: 42px;
  height: 3.5em;
  background: #008bc9;
  z-index: -1;
}

/* line 950, sass/style.scss */
.question .content .ttl .left::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 1.75em solid transparent;
  border-bottom: 1.75em solid transparent;
}

/* line 963, sass/style.scss */
.question .content .ttl .right {
  position: absolute;
  top: 10px;
  right: 0;
  width: 42px;
  height: 3.5em;
  background: #008bc9;
  z-index: -1;
}

/* line 972, sass/style.scss */
.question .content .ttl .right::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  width: 0;
  height: 0;
  border-right: 16px solid #fff;
  border-top: 1.75em solid transparent;
  border-bottom: 1.75em solid transparent;
}

/* line 989, sass/style.scss */
.documents {
  padding: 100px 0;
}

/* line 992, sass/style.scss */
.documents .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1330px;
  margin: 0 auto;
}

/* line 999, sass/style.scss */
.documents .content .img svg {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

/* line 1005, sass/style.scss */
.documents .content .item {
  width: auto;
}

/* line 1008, sass/style.scss */
.documents .content .item .pop-btn {
  transition: 0.3s;
  display: block;
}

/* line 1013, sass/style.scss */
.documents .content .item .pop-btn:hover {
  transition: 0.3s;
  transform: scale(0.94);
}

/* line 1018, sass/style.scss */
.documents .content .item .article {
  font-size: 24px;
  text-align: center;
}

/* line 1022, sass/style.scss */
.documents .content .item .article span {
  font-size: 36px;
  font-weight: bold;
}

/* line 1031, sass/style.scss */
.documents .content .ttl {
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
  cursor: pointer;
}

/* line 1040, sass/style.scss */
.documents .content .ttl p {
  width: calc(100% - 60px);
  margin: 0 auto;
  background: #0095d8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 700;
  height: 3.5em;
  text-align: center;
  position: relative;
}

/* line 1054, sass/style.scss */
.documents .content .ttl p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #0076ab;
  border-right: 12px solid transparent;
}

/* line 1065, sass/style.scss */
.documents .content .ttl p::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #0076ab;
  border-left: 12px solid transparent;
}

/* line 1077, sass/style.scss */
.documents .content .ttl .left {
  position: absolute;
  top: 10px;
  left: 0;
  width: 42px;
  height: 3.5em;
  background: #008bc9;
  z-index: -1;
}

/* line 1086, sass/style.scss */
.documents .content .ttl .left::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 1.75em solid transparent;
  border-bottom: 1.75em solid transparent;
}

/* line 1099, sass/style.scss */
.documents .content .ttl .right {
  position: absolute;
  top: 10px;
  right: 0;
  width: 42px;
  height: 3.5em;
  background: #008bc9;
  z-index: -1;
}

/* line 1108, sass/style.scss */
.documents .content .ttl .right::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  width: 0;
  height: 0;
  border-right: 16px solid #fff;
  border-top: 1.75em solid transparent;
  border-bottom: 1.75em solid transparent;
}

/* line 1124, sass/style.scss */
.documents .content .intro {
  margin: 0 auto;
  padding: 40px 60px;
}

/* line 1128, sass/style.scss */
.documents .content .intro .item {
  width: 50%;
  text-align: center;
}

/* line 1133, sass/style.scss */
.documents .content .intro .item:first-child, .documents .content .intro .item:last-child {
  width: 25%;
}

/* line 1140, sass/style.scss */
.documents .box {
  width: 100%;
  border: 1px solid #dbdbdb;
  margin-top: 60px;
  padding: 0;
}

/* line 1147, sass/style.scss */
.documents .box h2 {
  width: 100%;
  text-align: center;
  background-color: #0095d8;
  color: #fff;
  font-size: 27px;
  padding: 20px 0;
  letter-spacing: 0.1em;
}

/* line 1157, sass/style.scss */
.documents .box h3 {
  display: block;
  border-radius: 6px;
  border: 1px solid #0095d8;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  color: #0095d8;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* line 1171, sass/style.scss */
.documents .box h3:after {
  content: '';
  position: absolute;
  right: 10px;
  top: calc(50% - 4.5px);
  display: block;
  background-image: url(/wp-content/themes/indexjapan/images/item-arrow.png);
  width: 13px;
  height: 9px;
}

/* line 1184, sass/style.scss */
.documents .box .text {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  padding: 40px 0;
  background-image: url(../images/doc-3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* line 1193, sass/style.scss */
.documents .box .text .nowrap {
  white-space: nowrap;
  display: block;
}

/* line 1198, sass/style.scss */
.documents .box .text .nowrap span {
  color: #ff7500;
  font-size: 18px;
}

/* line 1209, sass/style.scss */
.documents .box .text.text2 {
  background-image: url(../images/text2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 120px;
  padding-left: 130px;
}

/* line 1217, sass/style.scss */
.documents .box .text.text3 {
  background-image: url(../images/text3.png);
  background-position: right 150px bottom;
  background-repeat: no-repeat;
  padding-right: 150px;
}

/* line 1224, sass/style.scss */
.documents .box .text.text4 {
  background-image: url(../images/text4.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 0 130px;
  padding-left: 130px;
}

/* line 1233, sass/style.scss */
.documents .box .list {
  max-width: 1100px;
  width: 100%;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 30px;
  margin-top: 0;
  text-align: center;
  line-height: 2.5em;
  position: relative;
  margin-bottom: 40px;
}

/* line 1245, sass/style.scss */
.documents .box .list .list4 {
  margin-top: 0;
}

/* line 1266, sass/style.scss */
.documents .box .note {
  color: red;
  text-align: center;
  padding: 20px;
}

/* line 1273, sass/style.scss */
.documents .box .list-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between !important;
  width: 100%;
  padding: 20px 20px 40px;
}

/* line 1292, sass/style.scss */
.strength {
  padding: 100px 0;
  background: #0095d8;
  position: relative;
  overflow: hidden;
}

/* line 1298, sass/style.scss */
.strength .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 1;
}

/* line 1306, sass/style.scss */
.strength .content .img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #e7f7ff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

/* line 1318, sass/style.scss */
.strength .content .item {
  width: calc(33.333% - 20px);
}

/* line 1322, sass/style.scss */
.strength .content .ttl {
  font-weight: 700;
  font-size: 20px;
  height: 2.5em;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2em auto 0.6em;
}

/* line 1335, sass/style.scss */
.strength .bg {
  position: absolute;
  left: 0%;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-40%) translateY(20%);
  z-index: 0;
}

/* line 1347, sass/style.scss */
.process {
  padding: 50px 0;
}

/* line 1352, sass/style.scss */
.process .slider-nav .slick-list::after {
  content: "";
  position: absolute;
  right: -0px;
  top: calc(50% - 20px);
  width: 0;
  height: 0;
  border-left: 20px solid #e8e8e8;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

/* line 1365, sass/style.scss */
.process .slider-nav .slick-track {
  width: 100% !important;
  display: flex;
  transform: translate3d(0px, 0px, 0px) !important;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 1372, sass/style.scss */
.process .slider-nav .slick-track::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(100% - 20px);
  height: 20px;
  background: #e8e8e8;
}

/* line 1383, sass/style.scss */
.process .slider-nav .slick-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: calc(100% - 50px);
  height: 0px;
  border-top: 2px dashed #08a8cd;
  z-index: 2;
}

/* line 1396, sass/style.scss */
.process .slider-nav .slick-slide {
  float: none !important;
  width: 25% !important;
}

/* line 1400, sass/style.scss */
.process .slider-nav .slick-slide:nth-child(2n) {
  order: 2 !important;
}

/* line 1404, sass/style.scss */
.process .slider-nav .slick-slide:nth-child(2n) .item::after {
  top: -5px;
  bottom: auto;
}

/* line 1409, sass/style.scss */
.process .slider-nav .slick-slide:nth-child(2n) .item::before {
  top: -2px;
  bottom: auto;
}

/* line 1416, sass/style.scss */
.process .slider-nav .slick-slide.slick-current .box {
  background: #0095d8;
}

/* line 1420, sass/style.scss */
.process .slider-nav .slick-slide.slick-current .item::after {
  background: #0095d8;
  box-shadow: 0 0 10px #0095d8;
}

/* line 1426, sass/style.scss */
.process .slider-nav .item {
  padding: 50px 30px;
  position: relative;
  z-index: 2;
}

/* line 1431, sass/style.scss */
.process .slider-nav .item::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #545454;
  border-radius: 100%;
  bottom: -5px;
  left: calc(50% - 5px);
}

/* line 1443, sass/style.scss */
.process .slider-nav .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #545454;
  bottom: -2px;
  left: 50%;
}

/* line 1454, sass/style.scss */
.process .slider-nav .box {
  width: 100%;
  background: #545454;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: 0.3s;
}

/* line 1467, sass/style.scss */
.process .slider-nav .box:hover {
  background: #0095d8;
  transition: 0.3s;
}

/* line 1472, sass/style.scss */
.process .slider-nav .box .num {
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  color: #545454;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.5em;
}

/* line 1490, sass/style.scss */
.process .slider-one .slick-slide {
  padding: 20px 40px 0;
}

/* line 1496, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(1)::after {
  left: 12.5%;
}

/* line 1502, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(2)::after {
  left: 25%;
}

/* line 1508, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(3)::after {
  left: 37.5%;
}

/* line 1514, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(4)::after {
  left: 50%;
}

/* line 1520, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(5)::after {
  left: 62.5%;
}

/* line 1526, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(6)::after {
  left: 75%;
}

/* line 1532, sass/style.scss */
.process .slider-one .slick-slide.slick-current:nth-child(7)::after {
  left: 87.5%;
}

/* line 1537, sass/style.scss */
.process .slider-one .slick-slide.slick-current::after {
  content: "";
  position: absolute;
  top: 0%;
  width: 0;
  height: 0;
  border-bottom: 20px solid #e8e8e8;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateX(-50%);
}

/* line 1550, sass/style.scss */
.process .slider-one .item {
  background: #e8e8e8;
  padding: 20px;
}

/* line 1554, sass/style.scss */
.process .slider-one .item .box {
  display: flex;
  justify-content: space-between;
}

/* line 1558, sass/style.scss */
.process .slider-one .item .box .ttl {
  display: flex;
  align-items: center;
  background: #0095d8;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 1em;
}

/* line 1569, sass/style.scss */
.process .slider-one .item .box .ttl .num {
  background: #fff;
  color: #0095d8;
  border-radius: 100%;
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}

/* line 1585, sass/style.scss */
.process .slider-one .item .box .img {
  width: calc(45% - 20px);
}

/* line 1589, sass/style.scss */
.process .slider-one .item .box .article {
  width: calc(55% - 20px);
  padding-bottom: 40px;
}

/* line 1596, sass/style.scss */
.process .slider-one .slick-prev {
  background: #a5a5a5;
  bottom: 0;
  right: 80px;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  width: 40px;
  height: 40px;
  z-index: 5;
  transition: 0.3s;
}

/* line 1608, sass/style.scss */
.process .slider-one .slick-prev::before {
  content: "";
  background: url(../images/angle-left.svg) center center/40% no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}

/* line 1619, sass/style.scss */
.process .slider-one .slick-prev:hover,
.process .slider-one .slick-prev:focus,
.process .slider-one .slick-next:hover,
.process .slider-one .slick-next:focus {
  background: #8d8d8d;
  transition: 0.3s;
}

/* line 1627, sass/style.scss */
.process .slider-one .slick-next {
  transition: 0.3s;
  background: #a5a5a5;
  bottom: 0;
  right: 40px;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  width: 40px;
  height: 40px;
}

/* line 1638, sass/style.scss */
.process .slider-one .slick-next::before {
  content: "";
  background: url(../images/angle-right.svg) center center/40% no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}

/* line 1651, sass/style.scss */
.about {
  padding: 50px 0 50px;
}

/* line 1654, sass/style.scss */
.about .wrapper {
  padding: 60px 20px;
}

/* line 1658, sass/style.scss */
.about .photo {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}

/* line 1667, sass/style.scss */
.about .photo .img {
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 1673, sass/style.scss */
.about .photo .img.bg-photo {
  background: top right/cover no-repeat;
}

/* line 1679, sass/style.scss */
.about .col-title {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 0;
}

/* line 1686, sass/style.scss */
.about .box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

/* line 1695, sass/style.scss */
.about .content .article {
  width: 70%;
  max-width: 800px;
  background: #fff;
  padding: 60px 40px;
}

/* line 1702, sass/style.scss */
.about .content .more-button {
  transform: translateY(-50%);
}

/* line 1708, sass/style.scss */
.business {
  padding: 50px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transform: translateY(120px);
}

/* line 1716, sass/style.scss */
.business::after {
  content: "";
  position: absolute;
  left: calc((100% - 1400px) / 2);
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4fbff;
  z-index: -1;
}

/* line 1727, sass/style.scss */
.business .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1732, sass/style.scss */
.business .content .item {
  width: calc(50% - 20px);
  margin: 20px 0;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

/* line 1739, sass/style.scss */
.business .content .item .img {
  width: 130px;
  max-width: 130px;
  min-width: 130px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

/* line 1748, sass/style.scss */
.business .content .item .position {
  line-height: 1.4;
}

/* line 1752, sass/style.scss */
.business .content .item h6 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.3em;
}

/* line 1761, sass/style.scss */
.contact-wrap {
  padding: 140px 0 80px;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}

/* line 1768, sass/style.scss */
.contact-wrap .wrapper {
  max-width: 1090px;
  z-index: 2;
}

/* line 1772, sass/style.scss */
.contact-wrap .wrapper.contact {
  padding-top: 60px;
}

/* line 1777, sass/style.scss */
.contact-wrap .tel {
  padding: 20px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1785, sass/style.scss */
.contact-wrap .tel .left {
  font-weight: 700;
  font-size: 18px;
}

/* line 1790, sass/style.scss */
.contact-wrap .tel .center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #333;
  transition: 0.3s;
}

/* line 1800, sass/style.scss */
.contact-wrap .tel .center:hover {
  transition: 0.3s;
  transform: scale(0.94);
}

/* line 1805, sass/style.scss */
.contact-wrap .tel .center .icon {
  width: 0.8em;
  height: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3em;
}

/* line 1813, sass/style.scss */
.contact-wrap .tel .center .icon svg {
  width: 0.8em;
  height: 0.8em;
  color: #0095d8;
}

/* line 1821, sass/style.scss */
.contact-wrap .tel .right {
  max-width: 200px;
  font-weight: 300;
  line-height: 1.4;
}

/* line 1828, sass/style.scss */
.contact-wrap .form-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 1em 0;
  margin-bottom: 1em;
}

/* line 1835, sass/style.scss */
.contact-wrap .form-ttl .icon {
  width: 60px;
  color: #0095d8;
  margin: 0 auto;
  height: 50px;
}

/* line 1841, sass/style.scss */
.contact-wrap .form-ttl .icon svg {
  width: 60px;
  height: 50px;
}

/* line 1849, sass/style.scss */
.contact-wrap .form-list dl {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}

/* line 1855, sass/style.scss */
.contact-wrap .form-list dl:first-child {
  border-top: none;
}

/* line 1859, sass/style.scss */
.contact-wrap .form-list dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  min-width: 250px;
  font-weight: 700;
  margin-right: 40px;
}

/* line 1868, sass/style.scss */
.contact-wrap .form-list dl dt .must {
  background: #e80000;
  line-height: 1;
  padding: 0.2em 0.5em 0.3em;
  color: #fff;
  font-size: 14px;
}

/* line 1877, sass/style.scss */
.contact-wrap .form-list dl dd {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 1882, sass/style.scss */
.contact-wrap .form-list dl dd .one {
  width: 100%;
}

/* line 1885, sass/style.scss */
.contact-wrap .form-list dl dd .one.short input {
  width: 100%;
  max-width: 350px;
}

/* line 1891, sass/style.scss */
.contact-wrap .form-list dl dd .two {
  font-weight: 700;
}

/* line 1895, sass/style.scss */
.contact-wrap .form-list dl dd .three {
  width: 120px;
  min-width: 120px;
  margin: 0 1em;
}

/* line 1901, sass/style.scss */
.contact-wrap .form-list dl dd .four {
  width: 100%;
}

/* line 1905, sass/style.scss */
.contact-wrap .form-list dl dd input,
.contact-wrap .form-list dl dd textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 5px 10px;
}

/* line 1917, sass/style.scss */
.contact-wrap .infor {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 40px;
  font-size: 14px;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 1925, sass/style.scss */
.contact-wrap .infor h6 {
  text-align: center;
  font-size: 1.2em;
}

/* line 1930, sass/style.scss */
.contact-wrap .infor ul > li {
  margin-top: 1.5em;
}

/* line 1933, sass/style.scss */
.contact-wrap .infor ul > li .ttl {
  font-weight: 700;
}

/* line 1937, sass/style.scss */
.contact-wrap .infor ul > li p {
  text-indent: 2em;
}

/* line 1941, sass/style.scss */
.contact-wrap .infor ul > li .margin {
  margin-top: 0.5em;
}

/* line 1945, sass/style.scss */
.contact-wrap .infor ul > li p.margin {
  margin-top: 1em;
}

/* line 1949, sass/style.scss */
.contact-wrap .infor ul > li ul {
  margin-top: 0.5em;
}

/* line 1953, sass/style.scss */
.contact-wrap .infor ul > li ul li {
  margin-top: 0em;
  padding-left: 2em;
}

/* line 1960, sass/style.scss */
.contact-wrap .infor .number {
  margin-top: 2em;
  margin-bottom: 1.5em;
}

/* line 1967, sass/style.scss */
.contact-wrap .conform-info {
  text-align: center;
  padding: 20px 0 40px;
  font-size: 14px;
}

/* line 1972, sass/style.scss */
.contact-wrap .conform-info input {
  background: #fff;
  margin-right: 0.5em;
}

/* line 1977, sass/style.scss */
.contact-wrap .conform-info p {
  font-size: 12px;
}

/* line 1982, sass/style.scss */
.contact-wrap .more-button {
  display: flex;
  justify-content: center;
}

/* line 1987, sass/style.scss */
.contact-wrap .bg {
  width: 100%;
  position: absolute;
  bottom: -10%;
  z-index: 0;
  left: 20%;
}

/* line 1997, sass/style.scss */
.news {
  padding: 80px 0;
}

/* line 2000, sass/style.scss */
.news .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 2005, sass/style.scss */
.news .content .left {
  width: calc(50% - 20px);
}

/* line 2009, sass/style.scss */
.news .content .left a:hover dd {
  text-decoration: underline;
  transition: 0.3s;
}

/* line 2015, sass/style.scss */
.news .content .left dl {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 2px dotted #e8e8e8;
  position: relative;
  padding-right: 50px;
  line-height: 1.4;
}

/* line 2024, sass/style.scss */
.news .content .left dl dt {
  font-size: 14px;
  color: #fff;
  background: #0095d8;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 20px;
  white-space: nowrap;
}

/* line 2034, sass/style.scss */
.news .content .left dl dd {
  color: #333;
  transition: 0.3s;
}

/* line 2041, sass/style.scss */
.news .content .right {
  width: calc(50% - 20px);
}

/* line 2045, sass/style.scss */
.news .content .right a:nth-child(2n-1) .item {
  background: #f8f8f8;
}

/* line 2049, sass/style.scss */
.news .content .right a:hover .word {
  text-decoration: underline;
}

/* line 2054, sass/style.scss */
.news .content .right .item {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  position: relative;
  padding-right: 50px;
}

/* line 2061, sass/style.scss */
.news .content .right .item .img {
  width: 140px;
  min-width: 140px;
  margin-right: 20px;
}

/* line 2067, sass/style.scss */
.news .content .right .item .article {
  color: #333;
  line-height: 1.2;
}

/* line 2071, sass/style.scss */
.news .content .right .item .article .word {
  margin-top: 0.5em;
}

/* line 2079, sass/style.scss */
.news .content .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #0095d8;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2091, sass/style.scss */
.news .content .icon svg {
  width: 20px;
  height: 20px;
}

/* line 2098, sass/style.scss */
.news .more-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* line 2105, sass/style.scss */
.index-banner {
  background: #f6fcff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* line 2111, sass/style.scss */
.index-banner .content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

/* line 2117, sass/style.scss */
.index-banner .content .left {
  width: 350px;
  text-align: center;
}

/* line 2121, sass/style.scss */
.index-banner .content .left .brand {
  width: 150px;
  margin: 0 auto;
}

/* line 2126, sass/style.scss */
.index-banner .content .left .ttl {
  font-size: 22px;
  line-height: 1;
  margin-top: 0.5em;
  font-weight: 700;
}

/* line 2133, sass/style.scss */
.index-banner .content .left .address {
  font-weight: 300;
  line-height: 1.4;
  margin: 1em 0 0.5em;
}

/* line 2139, sass/style.scss */
.index-banner .content .left .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #333;
  transition: 0.3s;
}

/* line 2149, sass/style.scss */
.index-banner .content .left .tel:hover {
  transition: 0.3s;
  transform: scale(0.94);
}

/* line 2154, sass/style.scss */
.index-banner .content .left .tel .icon {
  width: 0.8em;
  height: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3em;
}

/* line 2162, sass/style.scss */
.index-banner .content .left .tel .icon svg {
  width: 0.8em;
  height: 0.8em;
  color: #0095d8;
}

/* line 2170, sass/style.scss */
.index-banner .content .left .date {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

/* line 2177, sass/style.scss */
.index-banner .content .right {
  width: 600px;
  background: #0095d8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

/* line 2186, sass/style.scss */
.index-banner .content .right .en {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

/* line 2192, sass/style.scss */
.index-banner .content .right .jp {
  font-size: 24px;
  text-align: center;
  line-height: 1;
}

/* line 2198, sass/style.scss */
.index-banner .content .right p {
  max-width: 390px;
  font-weight: 300;
  margin-top: 0.5em;
}

/* line 2204, sass/style.scss */
.index-banner .content .right .img {
  margin-right: 20px;
}

/* line 2210, sass/style.scss */
.index-banner .bg {
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 1;
}

/* line 2218, sass/style.scss */
.footer {
  background: #0095d8;
  padding: 80px 0 20px;
  color: #fff;
}

/* line 2223, sass/style.scss */
.footer .logo {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: #fff;
  transition: 0.3s;
}

/* line 2231, sass/style.scss */
.footer .logo:hover {
  transition: 0.3s;
  transform: scale(0.94);
}

/* line 2236, sass/style.scss */
.footer .logo p {
  padding-right: 60px;
}

/* line 2240, sass/style.scss */
.footer .logo .img {
  width: 195px;
  margin: 0 auto;
}

/* line 2246, sass/style.scss */
.footer .bottom {
  display: flex;
}

/* line 2249, sass/style.scss */
.footer .bottom ul {
  width: calc(33.33333%);
  margin-top: 1em;
}

/* line 2253, sass/style.scss */
.footer .bottom ul:not(:first-child) {
  border-left: 1px solid #fff;
}

/* line 2256, sass/style.scss */
.footer .bottom ul:not(:first-child) li {
  width: 160px;
  margin: 0 auto;
}

/* line 2264, sass/style.scss */
.footer h6 a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

/* line 2269, sass/style.scss */
.footer h6 a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

/* line 2275, sass/style.scss */
.footer ul li a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 0;
  transition: 0.3s;
}

/* line 2283, sass/style.scss */
.footer ul li a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

/* line 2288, sass/style.scss */
.footer ul li a .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

/* line 2297, sass/style.scss */
.footer ul li a .icon svg {
  width: 1em;
  height: 1em;
}

/* line 2304, sass/style.scss */
.footer .copyright {
  padding-top: 40px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1400px) {
  /* line 2312, sass/style.scss */
  .business::after {
    width: 100%;
    left: 0;
  }
  /* line 2317, sass/style.scss */
  .header .wrap {
    padding: 20px;
  }
  /* line 2321, sass/style.scss */
  .header.change .wrap {
    padding: 10px 20px;
  }
  /* line 2325, sass/style.scss */
  .hero .wrap .banner {
    margin-right: 5%;
  }
  /* line 2328, sass/style.scss */
  .documents .content .intro {
    padding: 40px 0 !important;
  }
}

@media (max-width: 1300px) {
  /* line 2335, sass/style.scss */
  .process .slider-nav .item {
    padding: 50px 10px;
  }
}

@media (max-width: 1200px) {
  /* line 2341, sass/style.scss */
  .header .brand p {
    display: none;
  }
  /* line 2345, sass/style.scss */
  .documents .box .list-box .item {
    width: 100%;
  }
  /* line 2348, sass/style.scss */
  .documents .box .text.text3 {
    background-position: right 10px bottom;
  }
  /* line 2351, sass/style.scss */
  .documents .box .text.text2 {
    background-position: right 5px bottom;
    margin: 0;
    padding-right: 130px;
  }
  /* line 2356, sass/style.scss */
  .documents .box .text.text4 {
    background-position: left 10px bottom;
    margin: 0;
    padding-left: 130px;
  }
  /* line 2361, sass/style.scss */
  .documents .box .list {
    width: 98%;
    margin-top: 0;
  }
  /* line 2365, sass/style.scss */
  .documents .box h3 {
    width: 98%;
    margin-bottom: 15px;
  }
  /* line 2369, sass/style.scss */
  .documents .box .text {
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 2373, sass/style.scss */
  .documents .content .item .img svg {
    width: 100%;
  }
  /* line 2376, sass/style.scss */
  .documents .box .text {
    background-size: 22%;
  }
  /* line 2379, sass/style.scss */
  .documents .box .text.text2 {
    background-size: 18%;
  }
  /* line 2383, sass/style.scss */
  .documents .box .text.text3 {
    background-size: 12%;
  }
  /* line 2386, sass/style.scss */
  .documents .box .text.text4 {
    background-size: 15%;
  }
}

@media (max-width: 1100px) {
  /* line 2392, sass/style.scss */
  .index-banner .content {
    display: block;
  }
  /* line 2396, sass/style.scss */
  .index-banner .content .right {
    margin: 0 auto;
  }
  /* line 2400, sass/style.scss */
  .index-banner .content .left {
    margin: 0 auto 40px;
  }
  /* line 2404, sass/style.scss */
  .process .slider-nav .box {
    font-size: 16px;
    padding: 10px;
  }
  /* line 2409, sass/style.scss */
  .business {
    transform: translateY(0px);
  }
  /* line 2413, sass/style.scss */
  .contact-wrap {
    padding-top: 00px;
  }
  /* line 2417, sass/style.scss */
  .contact-wrap .wrapper.contact {
    padding-top: 80px;
  }
  /* line 2421, sass/style.scss */
  .about .content .article {
    width: 100%;
    max-width: 800px;
    padding: 20px 0 40px;
    margin: 0 auto;
  }
  /* line 2428, sass/style.scss */
  .about .photo .img {
    width: 100%;
  }
  /* line 2432, sass/style.scss */
  .about .photo {
    position: static;
    height: 300px;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(0%);
    max-width: 500px;
    margin: 40px auto 0;
  }
  /* line 2443, sass/style.scss */
  .about .col-title {
    text-align: center;
  }
  /* line 2447, sass/style.scss */
  .about .box {
    display: block;
  }
  /* line 2451, sass/style.scss */
  .about .content .more-button {
    transform: translateY(0);
    display: flex;
    justify-content: center;
  }
  /* line 2456, sass/style.scss */
  .documents .content .item .article {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: auto;
    margin-top: 20px;
  }
  /* line 2467, sass/style.scss */
  .documents .box {
    margin-top: 120px;
  }
  /* line 2470, sass/style.scss */
  .documents .content .item .article:after {
    display: block;
    height: 1px;
    content: "";
    clear: both;
  }
}

@media (max-width: 1000px) {
  /* line 2481, sass/style.scss */
  .header .right .buttons .contact-btn a {
    font-size: 14px;
    width: 240px;
  }
  /* line 2486, sass/style.scss */
  .header .right .buttons .tel-btn a {
    font-size: 19px;
    width: 240px;
  }
  /* line 2491, sass/style.scss */
  .header .right .buttons .tel-btn a .word {
    font-size: 12px;
  }
  /* line 2495, sass/style.scss */
  .header .brand .img {
    width: 160px;
  }
  /* line 2499, sass/style.scss */
  .question .content .ttl {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  /* line 2505, sass/style.scss */
  .contact-wrap .tel {
    display: block;
    text-align: center;
  }
  /* line 2509, sass/style.scss */
  .documents .box .text .nowrap {
    white-space: inherit;
  }
  /* line 2512, sass/style.scss */
  .contact-wrap .tel .right {
    max-width: 100%;
    text-align: center;
  }
  /* line 2517, sass/style.scss */
  .contact-wrap .tel .center {
    margin: 0.5em 0;
  }
  /* line 2521, sass/style.scss */
  .process .slider-nav .item::after,
  .process .slider-nav .item::before,
  .process .slider-nav .slick-track::after,
  .process .slider-nav .slick-list::after,
  .process .slider-nav .slick-track::before {
    display: none;
  }
  /* line 2529, sass/style.scss */
  .header .right .buttons .contact-btn a .icon,
  .header .right .buttons .tel-btn a .icon {
    margin-right: 0;
  }
  /* line 2534, sass/style.scss */
  .process .slider-nav .item {
    padding: 0 5px;
    margin: 5px 0;
  }
  /* line 2539, sass/style.scss */
  .process .slider-nav .slick-track {
    justify-content: start;
  }
  /* line 2543, sass/style.scss */
  .process .slider-nav .slick-slide {
    width: 33.33% !important;
  }
  /* line 2547, sass/style.scss */
  .process .slider-nav .slick-slide:nth-child(2n) {
    order: 0 !important;
  }
  /* line 2551, sass/style.scss */
  .process .slider-one .slick-slide.slick-current::after {
    display: none;
  }
  /* line 2555, sass/style.scss */
  .process .slider-one .slick-slide {
    padding: 20px 20px 0;
  }
  /* line 2559, sass/style.scss */
  .hero {
    min-height: 680px;
  }
  /* line 2563, sass/style.scss */
  .header .wrap {
    display: block;
    background: #fff;
    padding: 0 0 5px;
  }
  /* line 2569, sass/style.scss */
  .header .brand .img {
    display: none;
  }
  /* line 2573, sass/style.scss */
  .header .brand p {
    display: block;
    background: #0095d8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  /* line 2583, sass/style.scss */
  .header .right .jp {
    display: none;
  }
  /* line 2587, sass/style.scss */
  .header.change .brand p {
    display: block;
  }
  /* line 2591, sass/style.scss */
  .header.change .wrap {
    padding: 0 0 5px;
  }
  /* line 2595, sass/style.scss */
  .header .right {
    padding: 0 5px;
    justify-content: center;
  }
  /* line 2600, sass/style.scss */
  .contact-buttons .buttons .contact-btn a .sp {
    display: inline-block;
  }
  /* line 2604, sass/style.scss */
  .contact-buttons .buttons .contact-btn a .pc {
    display: none;
  }
  /* line 2609, sass/style.scss */
  .header .right .buttons .contact-btn a .sp {
    display: inline-block;
  }
  /* line 2613, sass/style.scss */
  .header .right .buttons .contact-btn a .pc {
    display: none;
  }
  /* line 2618, sass/style.scss */
  .hero .wrap h2 {
    font-size: 55px;
  }
  /* line 2622, sass/style.scss */
  .hero .wrap h2 p {
    font-size: 42px;
  }
  /* line 2626, sass/style.scss */
  .hero .wrap .tips .tip,
  .hero .wrap .tips .big-tip {
    font-size: 20px;
  }
  /* line 2631, sass/style.scss */
  .hero .wrap .tips .big-tip::after {
    width: 130px;
    height: 33px;
  }
  /* line 2636, sass/style.scss */
  .hero .wrap .banner {
    width: 180px;
  }
  /* line 2640, sass/style.scss */
  .documents .box .list-box .item {
    width: 100%;
  }
}

@media (max-width: 900px) {
  /* line 2648, sass/style.scss */
  .news .content {
    display: block;
  }
  /* line 2651, sass/style.scss */
  .news .content .left {
    width: 100%;
  }
  /* line 2655, sass/style.scss */
  .news .content .right {
    width: 100%;
    margin-top: 40px;
  }
  /* line 2661, sass/style.scss */
  .question .content .item,
  .strength .content .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  /* line 2668, sass/style.scss */
  .question .content .item:last-child,
  .strength .content .item:last-child {
    margin: 0 auto 0px;
  }
  /* line 2673, sass/style.scss */
  .question .content,
  .strength .content {
    flex-wrap: wrap;
  }
  /* line 2678, sass/style.scss */
  .strength .content .ttl {
    height: auto;
  }
  /* line 2683, sass/style.scss */
  .business .content .item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  /* line 2688, sass/style.scss */
  .col-title {
    text-align: center;
    margin-top: 40px;
  }
  /* line 2692, sass/style.scss */
  .documents .content .item {
    width: 100%;
  }
  /* line 2695, sass/style.scss */
  .documents .content .item .article {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 2699, sass/style.scss */
  .hero .wrap .content .buttons {
    display: block;
    margin-top: 30px;
  }
  /* line 2703, sass/style.scss */
  .hero .wrap .content .buttons .tel-btn a {
    margin-top: 20px;
  }
  /* line 2706, sass/style.scss */
  .contact-buttons .buttons {
    display: block;
    margin-top: 20px;
  }
  /* line 2710, sass/style.scss */
  .contact-buttons .buttons .tel-btn a {
    margin-top: 30px;
  }
  /* line 2713, sass/style.scss */
  .documents {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  /* line 2719, sass/style.scss */
  .ghost-nav .wrap {
    font-size: 18px;
  }
  /* line 2723, sass/style.scss */
  .ghost-nav ul li a {
    display: block;
    font-weight: 500;
  }
  /* line 2728, sass/style.scss */
  .hero {
    min-height: 0;
    height: auto;
    margin-top: 90px;
    background: #f8f8f8;
  }
  /* line 2735, sass/style.scss */
  .hero .wrap .tips .tip {
    margin-left: 0;
    border: 1px solid #0095d8;
    max-width: 380px;
    margin-bottom: 0.6em;
  }
  /* line 2743, sass/style.scss */
  .hero .wrap .tips .tip p span {
    padding: 0px 2px 0px 2px;
    white-space: nowrap;
  }
  /* line 2748, sass/style.scss */
  .hero .wrap .tips .big-tip {
    padding: 0.5em 1.6em;
  }
  /* line 2752, sass/style.scss */
  .hero .wrap .tips .tip,
  .hero .wrap .tips .big-tip {
    font-size: 16px;
  }
  /* line 2757, sass/style.scss */
  .hero .wrap .tips .big-tip {
    max-width: 380px;
  }
  /* line 2761, sass/style.scss */
  .performance {
    padding-top: 30px;
  }
  /* line 2765, sass/style.scss */
  .hero .wrap .banner {
    bottom: 110%;
    left: 20px;
  }
  /* line 2770, sass/style.scss */
  .header .brand p {
    line-height: 1.2;
    padding: 0.5em;
  }
  /* line 2775, sass/style.scss */
  .hero .wrap {
    width: calc(100% - 20px);
    display: block;
    height: auto;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    transform: translateY(-30px);
    padding: 20px 30px 20px 20px;
    background: #fff;
    max-width: 500px;
    margin-left: 0;
  }
  /* line 2787, sass/style.scss */
  .hero .wrap .content {
    padding-bottom: 0%;
  }
  /* line 2793, sass/style.scss */
  .hero .wrap .tips .tip::before {
    background: url(../images/tip-triangle-2.png) center center/cover no-repeat;
    width: 20px;
    height: 14px;
    left: -14px;
    bottom: 10px;
  }
  /* line 2801, sass/style.scss */
  .hero .wrap h2 {
    font-size: 20px;
    display: flex;
  }
  /* line 2806, sass/style.scss */
  .hero .wrap h2 p {
    font-size: 20px;
  }
  /* line 2810, sass/style.scss */
  .hero .bg {
    position: static;
    height: 0;
    padding-top: 75%;
  }
  /* line 2816, sass/style.scss */
  .row-title .jp,
  .col-title .jp {
    margin-left: 0;
  }
  /* line 2821, sass/style.scss */
  .contact-wrap .tel .center {
    font-size: 26px;
  }
  /* line 2825, sass/style.scss */
  .contact-wrap .tel .left {
    font-size: 18px;
  }
  /* line 2829, sass/style.scss */
  .contact-wrap .tel .right {
    font-size: 14px;
  }
  /* line 2833, sass/style.scss */
  .contact-wrap .form-ttl {
    margin-bottom: 0;
  }
  /* line 2837, sass/style.scss */
  .contact-wrap .form-ttl {
    font-size: 20px;
  }
  /* line 2841, sass/style.scss */
  .process .slider-one .item .box {
    flex-direction: column-reverse;
  }
  /* line 2845, sass/style.scss */
  .process .slider-one .item .box .article {
    padding-bottom: 20px;
    width: 100%;
  }
  /* line 2850, sass/style.scss */
  .process .slider-one .item .box .img {
    width: 100%;
    max-width: 400px;
    padding-bottom: 30px;
  }
  /* line 2856, sass/style.scss */
  .footer .bottom ul:not(:first-child) {
    border-left: none;
  }
  /* line 2860, sass/style.scss */
  .footer .bottom {
    flex-wrap: wrap;
  }
  /* line 2864, sass/style.scss */
  .footer .bottom ul {
    width: 50%;
  }
  /* line 2868, sass/style.scss */
  .footer .bottom ul:last-child li {
    width: 100%;
  }
  /* line 2872, sass/style.scss */
  .performance .more-button {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  /* line 2879, sass/style.scss */
  .contact-wrap .form-list dl {
    display: block;
  }
  /* line 2882, sass/style.scss */
  .contact-wrap .form-list dl dd {
    margin-top: 0.5em;
  }
  /* line 2887, sass/style.scss */
  .contact-wrap .form-list dl dt {
    justify-content: start;
  }
  /* line 2890, sass/style.scss */
  .contact-wrap .form-list dl dt .must {
    margin-left: 1em;
  }
  /* line 2895, sass/style.scss */
  .row-title {
    display: block;
    text-align: center;
  }
  /* line 2900, sass/style.scss */
  .performance .content ul li a {
    display: block;
  }
  /* line 2904, sass/style.scss */
  .performance .content ul li a .date {
    display: inline-block;
  }
}

@media (max-width: 700px) {
  /* line 2910, sass/style.scss */
  .index-banner .content .right {
    width: 100%;
  }
}

@media (max-width: 650px) {
  /* line 2916, sass/style.scss */
  .process .slider-nav .slick-slide {
    width: 50% !important;
  }
  /* line 2920, sass/style.scss */
  .index-banner .content .right {
    display: block;
  }
  /* line 2924, sass/style.scss */
  .index-banner .content .right .qr img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* line 2929, sass/style.scss */
  .index-banner .content .right p {
    max-width: 100%;
  }
  /* line 2933, sass/style.scss */
  .footer .copyright {
    padding-top: 20px;
  }
  /* line 2937, sass/style.scss */
  .index-banner .content .left .ttl {
    font-size: 24px;
  }
  /* line 2941, sass/style.scss */
  .index-banner .content .left .address {
    font-size: 16px;
  }
  /* line 2945, sass/style.scss */
  .index-banner .content .left .tel,
  .index-banner .content .right .jp {
    font-size: 22px;
  }
  /* line 2950, sass/style.scss */
  .index-banner .content .left {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 550px) {
  /* line 2957, sass/style.scss */
  .header .right .buttons .contact-btn a .icon-right {
    display: none;
  }
  /* line 2961, sass/style.scss */
  .header .right .buttons .contact-btn a {
    flex-direction: column;
    width: 110px;
  }
  /* line 2966, sass/style.scss */
  .header .right .buttons .tel-btn a .word {
    display: none;
  }
  /* line 2970, sass/style.scss */
  .header .right .buttons .tel-btn a {
    flex-direction: column;
    font-size: 14px;
    line-height: 1.8;
    width: 140px;
  }
  /* line 2977, sass/style.scss */
  .header .right .buttons .tel-btn a .icon svg {
    width: 1.4em;
    height: 1.4em;
  }
  /* line 2982, sass/style.scss */
  .header .right .buttons .tel-btn a .icon {
    width: 1.2em;
    height: 1.2em;
  }
}

@media (max-width: 500px) {
  /* line 2989, sass/style.scss */
  .hero .wrap .banner {
    width: 140px;
  }
  /* line 2993, sass/style.scss */
  .footer .bottom ul {
    width: 100%;
  }
  /* line 2997, sass/style.scss */
  .footer .bottom ul:not(:first-child) li {
    width: 100%;
  }
  /* line 3001, sass/style.scss */
  .performance,
  .question,
  .strength,
  .news {
    padding: 60px 0;
  }
  /* line 3008, sass/style.scss */
  .contact-wrap {
    padding-bottom: 60px;
  }
  /* line 3012, sass/style.scss */
  .performanc {
    padding-top: 20px;
  }
  /* line 3016, sass/style.scss */
  .about .wrapper {
    padding-top: 0;
  }
  /* line 3020, sass/style.scss */
  .index-banner {
    padding-top: 40px;
  }
  /* line 3024, sass/style.scss */
  .index-banner .bg {
    bottom: 0;
  }
  /* line 3028, sass/style.scss */
  .index-banner {
    padding-bottom: 60px;
  }
  /* line 3032, sass/style.scss */
  .footer {
    padding-top: 40px;
  }
  /* line 3036, sass/style.scss */
  .row-title .en,
  .col-title .en {
    font-size: 40px;
  }
  /* line 3041, sass/style.scss */
  .row-title {
    margin-bottom: 0;
  }
  /* line 3045, sass/style.scss */
  .performance .content ul li a {
    font-size: 16px;
  }
  /* line 3049, sass/style.scss */
  .performance .content ul li a .date {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  /* line 3054, sass/style.scss */
  .footer .logo {
    margin-bottom: 20px;
  }
  /* line 3058, sass/style.scss */
  .news .content .left dl {
    display: block;
  }
  /* line 3063, sass/style.scss */
  .news .content .left dl dt {
    display: inline-block;
    margin-bottom: 0.5em;
  }
  /* line 3068, sass/style.scss */
  .news .content .right .item {
    display: block;
  }
  /* line 3072, sass/style.scss */
  .news .content .right .item .img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
  }
  /* line 3078, sass/style.scss */
  .business .content .item h6 {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  /* line 3086, sass/style.scss */
  .process .slider-nav .box {
    font-size: 14px;
  }
  /* line 3090, sass/style.scss */
  .process .slider-nav .box .num {
    font-size: 12px;
  }
  /* line 3094, sass/style.scss */
  .process .slider-one .item .box .ttl {
    font-size: 18px;
  }
  /* line 3098, sass/style.scss */
  .process .slider-one .item .box .ttl .num {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  /* line 3104, sass/style.scss */
  .hero .wrap .banner {
    width: 130px;
  }
  /* line 3108, sass/style.scss */
  .business .content .item {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  /* line 3114, sass/style.scss */
  .business .content .item .img {
    margin: 0 auto 1em;
  }
  /* line 3118, sass/style.scss */
  .row-title .en,
  .col-title .en {
    font-size: 34px;
  }
}

@media (max-width: 410px) {
  /* line 3126, sass/style.scss */
  .process .slider-nav .box {
    font-size: 12px;
  }
  /* line 3130, sass/style.scss */
  .hero .wrap .banner {
    width: 120px;
  }
}

@media (max-width: 350px) {
  /* line 3136, sass/style.scss */
  .hero .wrap h2 {
    font-size: 18px;
  }
  /* line 3139, sass/style.scss */
  .hero .wrap h2 p {
    font-size: 18px;
  }
  /* line 3144, sass/style.scss */
  .header .right .buttons .contact-btn a {
    font-size: 12px;
    width: 100px;
    margin-right: 5px;
  }
  /* line 3150, sass/style.scss */
  .header .right .buttons .tel-btn a {
    width: 130px;
    font-size: 12px;
    margin: 0.1em 0;
  }
  /* line 3156, sass/style.scss */
  .toggle-btn {
    margin-left: 5px;
  }
}

/* line 3161, sass/style.scss */
.popup {
  transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0) scale(0);
  z-index: 10000;
}

/* line 3173, sass/style.scss */
.popup.show {
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 3179, sass/style.scss */
.popup .window {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  overflow-y: scroll;
  max-width: 1400px;
}

/* line 3191, sass/style.scss */
.popup .content {
  width: 100%;
  position: relative;
  height: 1000px;
  display: none;
}
