@charset "UTF-8";

/*
Theme Name : design_template
*/

* {
  font-family: "Noto Sans JP", "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
}

.contents_wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wpadminbar {
  display: none !important;
}

body {
  background-color: #F6FBFE;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content_block {
  width: 100%;
  padding: 120px 0;
}

.content_block.sequent {
  padding-top: 0;
}

.blog_content_block {
  width: 100%;
  padding: 50px 0 120px;
}

.content_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content_inner .inner_section_block {
  margin-top: 70px;
}

.visual_title {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}

.visual_title .visual_title_inner {
  max-width: 980px;
  padding: 0 50px;
  margin: 0 auto;
}

.visual_title .visual_title_inner h2 {
  font-size: 40px;
  margin: 0;
}

.visual_title .visual_title_inner p {
  margin-top: 30px;
  font-weight: bold;
}

.height100_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.two_bgcolor_block {
  background: #f7f7f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two_bgcolor_block .text_block {
  z-index: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.two_bgcolor_block .text_block .inner_text_item {
  width: 80%;
}

.two_bgcolor_block .height100_img_block {
  width: 50%;
}

.left_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e2e2e2;
}

.right_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #e2e2e2;
}

.loop-slide-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.loop-slide-block ul.loop-slide-block__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.loop-slide-block ul.loop-slide-block__list li {
  width: 400px;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}

.loop-slide-block ul.loop-slide-block__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.loop-slide-block ul.loop-slide-block__list li + li {
  margin-left: 35px;
}

.row-block + p {
  margin-top: 20px;
}

.row-block img + h5 {
  margin: 16px 0 0;
}

.row-block .col__100p + .col__100p {
  padding-top: 30px;
}

.row-block .col__100p .inner-wide-image-block {
  margin: 0;
}

.row-block .col__100p .lead-text {
  margin-bottom: 30px;
}

.row-block--310 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 35px;
}

.row-block--475 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 50px;
}

.col__475 {
  width: 47.5%;
  max-width: 475px;
  position: relative;
}

.col__475 p + p {
  margin-top: 1em;
}

.col__475 p + .note {
  margin-top: 1em;
}

.col__475 img {
  border-radius: 10px;
}

.col__475 img + p {
  margin-top: 1em;
}

.col__475 img + h4 {
  margin-top: 10px;
}

.col__475 h4 + p {
  margin-top: 10px;
}

.col__310 {
  width: 31%;
  max-width: 310px;
  position: relative;
}

.col__310 p + p {
  margin-top: 1em;
}

.col__310 p + .note {
  margin-top: 8px;
}

.col__310 img {
  border-radius: 10px;
}

.col__310 img + p {
  margin-top: 1em;
}

.col__310 img + h4 {
  margin-top: 10px;
}

.sns_block .content_inner {
  padding: 0 100px;
}

.sns_block .content_inner .instagram-container {
  height: 712px;
  overflow-y: scroll;
  outline: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 5px;
}

.sns_block .content_inner .facebook_item01 {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
}

.sns_block .content_inner .facebook_item01 iframe {
  border-radius: 10px;
  border: none;
  width: 100% !important;
}

.sns_block .content_inner .facebook_item01 .fb-container {
  width: 100% !important;
  max-width: 475px !important;
}

.sns_block .content_inner .facebook_item01 .fb-page,
.sns_block .content_inner .facebook_item01 .fb-page span,
.sns_block .content_inner .facebook_item01 .facebook_wrap iframe {
  width: 100% !important;
}

#sbi_load * {
  color: #fff;
}

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

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  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;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

header .header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
}

header .header_pc .header_logo {
  width: 130px;
}

header .header_pc .header_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

header .header_pc .header_item .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-right: 20px;
}

header .header_pc .header_item .header_nav ul li {
  margin: 0 20px;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  color: #1e1e1e;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header_pc .header_item .header_nav ul li a:hover {
  opacity: 0.6;
}

header .header_pc .header_item .header_stock a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #15BAD5;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(13, 69, 107, 0.2));
  border: solid 2px #15BAD5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header_pc .header_item .header_stock a:hover {
  background-color: #fff;
  color: #15BAD5;
}

header .header_pc .header_item .header_stock a:hover span {
  color: #15BAD5;
}

header .header_pc .header_item .header_stock span {
  color: #fff;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header_pc .header_item .header_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FA5749;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(13, 69, 107, 0.2));
  border: solid 2px #FA5749;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .header_pc .header_item .header_contact a:hover {
  background-color: #fff;
  color: #FA5749;
}

header .header_pc .header_item .header_contact a:hover span {
  color: #FA5749;
}

header .header_pc .header_item .header_contact span {
  color: #fff;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#drawer {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#drawer #navTgl:checked ~ .contents_wrapper {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 30px;
  border-bottom: 2px solid #0F3B58;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0F3B58;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .menu h2,
#drawer .menu a {
  color: #fff;
  font-weight: 700;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li {
  font-size: 0.8em;
  line-height: 1.4;
}

#drawer #navTgl:checked ~ .menu {
  -webkit-transform: none;
  transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #1e1e1e;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 15px;
  margin: 70px 0;
}

.sp_menu .header_nav_block ul {
  list-style: none;
  padding: 0;
}

.sp_menu .header_nav_block ul li {
  margin-bottom: 16px;
}

.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 5px 15px;
}

.sp_menu .header_tel {
  padding: 0 30px;
}

.sp_menu .header_tel p,
.sp_menu .header_tel a {
  font-size: 24px;
  margin-bottom: 20px;
}

.sp_menu .header_tel span {
  color: #fff;
  font-size: 24px;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 30%;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

footer {
  border-top: 1px solid #e2e2e2;
}

footer .footer_wrap {
  width: 70%;
  margin: 0 auto;
  padding: 70px 0;
}

footer .footer_wrap .footer_logo {
  text-align: center;
}

footer .footer_wrap .footer_logo img {
  width: 160px;
  height: 100%;
}

footer .footer_wrap .footer_face {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_wrap .footer_face img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .footer_wrap .footer_address {
  font-weight: 700;
  font-size: 18px;
}

footer .footer_wrap .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

footer .footer_wrap .footer_info {
  width: 45%;
}

footer .footer_wrap .footer_info {
  width: 45%;
}

footer .footer_wrap .footer_data {
  margin-top: 15px;
}

footer .footer_wrap .footer_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_wrap .footer_data dt {
  background-color: #0F3B58;
  color: #fff;
  padding: 5px 8px;
  font-weight: 700;
  border-radius: 5px;
}

footer .footer_wrap .footer_data dd {
  margin-left: 15px;
  font-weight: 700;
}

footer .footer_wrap .footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

footer .footer_wrap .footer_sns span {
  font-size: 30px;
}

footer .footer_wrap .footer_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

footer .footer_wrap .footer_phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #046EB7;
  color: #fff;
  font-size: 28px;
}

footer .footer_wrap .footer_phone span.icon-phone::before {
  margin-top: 3px;
}

footer .footer_wrap .footer_phone .english {
  font-size: 28px;
  color: #046EB7;
  font-weight: 700;
}

footer .footer_nav {
  margin: 0;
  padding: 0;
  width: 100%;
}

footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

footer .footer_nav ul li {
  padding: 0 20px;
}

footer .footer_nav ul li + li {
  border-left: solid 1px #046EB7;
}

footer .footer_nav ul li a {
  color: #0F3B58;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footer_nav ul li a:hover {
  opacity: 0.7;
}

footer .copy {
  text-align: center;
  padding: 30px 0;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.pagetop_block .contact_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

.pagetop_block .contact_sp a {
  background: #15BAD5;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

.pagetop_block #pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #0F3B58;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.breadcrumb_block {
  width: 880px;
  margin: 10px auto 0;
}

.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb_block ul li,
.breadcrumb_block ul a {
  color: #1e1e1e;
  font-size: 13px;
}

.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.breadcrumb_block ul li:last-of-type::before {
  content: "";
}

.english {
  font-family: "Montserrat", sans-serif;
}

.circleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.circleBtn--company {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin: 0 0 0 auto;
  margin-top: 40px;
  position: relative;
}

.circleBtn--company p {
  color: #fff;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.circleBtn--company p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.circleBtn--company span {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.circleBtn--company span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 2px #046EB7;
  border-bottom: solid 2px #046EB7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 40%;
  top: 45%;
}

.circleBtn--company:hover p::before {
  -webkit-transform: translateX(1);
  transform: translateX(1);
}

.circleBtn--company:hover span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.circleBtn--instagram p {
  color: #046EB7;
  position: relative;
}

.circleBtn--instagram p::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -5px;
  height: 2px;
  background-color: #046EB7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.circleBtn--instagram span {
  background: -webkit-linear-gradient(330deg, #046EB7 0%, #15BAD5 100%);
  background: linear-gradient(120deg, #046EB7 0%, #15BAD5 100%);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.circleBtn--instagram span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 40%;
  top: 45%;
}

.circleBtn--instagram:hover p::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.circleBtn--instagram:hover span {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.circleBtn p {
  font-weight: 700;
}

.circleBtn__circle {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.large__btn {
  margin-top: 40px;
}

.large__btn a {
  width: 400px;
  height: 70px;
  border-radius: 10px;
  background-color: #046EB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border: solid 2px #046EB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.large__btn a:hover {
  background-color: #fff;
  color: #046EB7;
}

.large__btn a:hover span {
  color: #046EB7;
}

.large__btn a > span {
  position: relative;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.large__btn.btn-block__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  line-height: unset;
}

.center-title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.center-title span,
.center-title p {
  text-align: center;
}

.small-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.small-category.smallCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-category__circle {
  margin-right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FA5749;
  border-radius: 50%;
}

.small-category__letter {
  color: #15BAD5;
  font-weight: 700;
  font-size: 22px;
}

.small-category__letter.smallView {
  font-size: 32px;
}

.small-category__letter.smallWhite {
  color: #fff;
}

a[href*="tel:"] {
  text-decoration: underline;
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  color: #1e1e1e;
}

.pagination .page-numbers {
  margin: 0 10px;
}

.pagination .current {
  border-bottom: 1px solid #1e1e1e;
}

.loading {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 30px 10px 30px 0;
}

#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #b8b8b8;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}

#elevator_nav ul li {
  margin-bottom: 25px;
}

#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 13px;
}

#elevator_nav ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #b8b8b8;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #046EB7 !important;
  font-size: 16px !important;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.grecaptcha-badge {
  visibility: hidden;
}

* {
  color: #1e1e1e;
  font-weight: 400;
}

p,
a,
li,
table {
  font-size: 16px;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin: 0;
}

h2 {
  font-size: 32px;
  margin: 0 0 30px;
  color: #1e1e1e;
  font-weight: bold;
}

h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}

h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_link {
  font-weight: bold;
  color: #046EB7;
}

.fw {
  font-weight: bold;
}

.red_text {
  color: #E63A05;
}

.yellow_text {
  color: #f3cb2b;
}

.pink_text {
  color: #ef75c4;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px dashed #1e1e1e;
}

.note,
.quote {
  margin-top: 10px;
  font-size: 13px;
}

.note a,
.quote a {
  font-size: 13px;
}

.note {
  position: relative;
  padding-left: 16px;
}

.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

.is_sm {
  display: none;
}

.is_md {
  display: none;
}

.is_tb {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

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

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.main_visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}

.main_visual .main_visual_inner {
  position: relative;
  width: 60%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.main_visual .main_visual_inner .slick-slider {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
  aspect-ratio: 4/3;
  border-radius: 100px 0 0 0;
  background: #F6FBFE;
  overflow: hidden;
  z-index: 10;
}

.main_visual .main_visual_inner .slick-slider .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.main_visual .main_visual_inner .slick-slider .slick-prev {
  left: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
}

.main_visual .main_visual_inner .slick-slider .slick-next {
  right: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
}

.main_visual .main_visual_inner .slick-slider .slick-list,
.main_visual .main_visual_inner .slick-slider .slick-track,
.main_visual .main_visual_inner .slick-slider .slick-slide {
  height: 100%;
}

.main_visual .main_visual_inner .logo_sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 15%;
}

.main_visual .main_visual_inner .logo_sp_top img {
  width: 170px;
  /* filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); */
}

.main_visual .catch-area {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_visual .catch-area__title {
  position: absolute;
  top: 10%;
}

.main_visual .catch-area__title p {
  color: #FA5749;
  font-size: 24px;
}

.main_visual .catch-area__title h1 {
  letter-spacing: 0.1em;
  font-size: 3vw;
  font-weight: 700;
  margin: 0;
}

.main_visual .catch-area__title h1 .colorCatch {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  background: -webkit-linear-gradient(330deg, #046EB7 0%, #16C0D7 100%);
  background: linear-gradient(120deg, #046EB7 0%, #16C0D7 100%);
  background: -webkit-linear-gradient(120deg, #046EB7 0%, #16C0D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_visual .mv-car {
  position: absolute;
  top: 55%;
  width: 100%;
}

.main_visual .mv-car::before {
  content: "";
  position: absolute;
  background-size: auto 100%;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 70%;
  background-repeat: repeat-x;
  z-index: 1;
  height: 130%;
  background-image: url("assets/images/top/bg-mv.png");
  -webkit-animation: BgMoveLeft 80s linear infinite;
  animation: BgMoveLeft 80s linear infinite;
}

.main_visual .mv-car img {
  position: relative;
  width: 35%;
  left: 2.5%;
  z-index: 5;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

.galleryList {
  padding-top: 160px;
  position: relative;
}

.galleryList__item {
  aspect-ratio: 3/2;
}

.galleryList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.galleryList .slick-center {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.galleryList .slick-slide {
  margin: 0 20px;
}

.galleryList .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -webkit-filter: drop-shadow(15px 15px 40px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(15px 15px 40px rgba(13, 69, 107, 0.2));
}

.galleryList .slick-list {
  margin-right: -10px;
  overflow: visible;
}

.galleryList .slick-arrow {
  z-index: 15;
  background-color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(3px 3px 15px rgba(15, 59, 88, 0.15));
  filter: drop-shadow(3px 3px 15px rgba(15, 59, 88, 0.15));
}

.galleryList .slick-prev {
  top: 7%;
  left: auto;
  right: 15%;
}

.galleryList .slick-prev::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: solid 3px #046EB7;
  border-top: solid 3px #046EB7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
  left: 44%;
}

.galleryList .slick-next {
  top: 7%;
  left: auto;
  right: 11%;
}

.galleryList .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 3px #046EB7;
  border-bottom: solid 3px #046EB7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
  left: 38%;
}

.galleryList .slick-slider {
  cursor: pointer;
}

.galleryList {
  width: 100%;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #636363;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.top-instagram__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.top-instagram__category {
  width: 40%;
}

.top-instagram__content {
  width: 60%;
}

.top-instagram__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 2%;
}

.top-instagram__content ul li {
  width: 23%;
  height: 200px;
  background-color: #b8b8b8;
}

.top-instagram__title h2 {
  font-size: 64px;
  color: #0F3B58;
  position: relative;
  padding-left: 20px;
}

.top-instagram__title h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FA5749;
  border-radius: 50%;
}

.top-concept__inner {
  position: relative;
}

.top-concept__image {
  margin: 0 0 0 auto;
  width: 70%;
  height: auto;
  position: relative;
  top: 100px;
  aspect-ratio: 3/2;
}

.top-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-concept__image img.concept-image02 {
  -o-object-position: 85% 50%;
  object-position: 85% 50%;
}

.top-concept__box {
  background: #F6FBFE;
  position: absolute;
  top: 0;
  width: 50%;
  left: 5%;
  padding: 0 40px 40px;
  border-radius: 30px;
}

.top-concept__box h2 {
  font-size: 40px;
  color: #0F3B58;
  letter-spacing: 0.1em;
}

.top-concept__box__inner {
  position: relative;
  z-index: 5;
}

.top-concept__box__text {
  font-weight: 500;
}

.top-concept__car {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}

.carEffect {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: -1;
}

.carEffect.upper-car::before {
  content: "";
  position: absolute;
  background-size: auto 100%;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 70%;
  background-repeat: repeat-x;
  z-index: 1;
  background-image: url("assets/images/top/bg-mid-car.png");
  -webkit-animation: BgMoveRight 120s linear infinite;
  animation: BgMoveRight 120s linear infinite;
}

.carEffect.upper-car img {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.carEffect.lower-car::before {
  content: "";
  position: absolute;
  background-size: auto 100%;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 70%;
  background-repeat: repeat-x;
  z-index: 1;
  background-image: url("assets/images/top/bg-bottom-car.png");
  -webkit-animation: BgMoveLeft 400s linear infinite;
  animation: BgMoveLeft 400s linear infinite;
}

.carEffect img {
  position: relative;
  z-index: 5;
  width: 600px;
  height: auto;
  margin: 0 auto;
}

@-webkit-keyframes BgMoveLeft {
  0% {
    background-position: 1800% 0;
  }

  100% {
    background-position: -1800% 0;
  }
}

@keyframes BgMoveLeft {
  0% {
    background-position: 1800% 0;
  }

  100% {
    background-position: -1800% 0;
  }
}

@-webkit-keyframes BgMoveRight {
  0% {
    background-position: -1800% 0;
  }

  100% {
    background-position: 1800% 0;
  }
}

@keyframes BgMoveRight {
  0% {
    background-position: -1800% 0;
  }

  100% {
    background-position: 1800% 0;
  }
}

.top-recommend {
  position: relative;
  overflow: hidden;
}

.top-recommend .bg--recommend {
  background: -webkit-gradient(linear, left top, left bottom, from(#18A4D0), to(#046EB7));
  background: -webkit-linear-gradient(top, #18A4D0 0%, #046EB7 100%);
  background: linear-gradient(180deg, #18A4D0 0%, #046EB7 100%);
  position: absolute;
  width: 100%;
  top: 0;
  height: 70%;
}

.top-recommend .bg--recommend img {
  position: absolute;
  width: 85%;
  height: auto;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-recommend__inner {
  position: relative;
  z-index: 5;
}

.top-recommend__above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.top-recommend__title h2 {
  font-size: 72px;
  color: #fff;
  margin: 0;
}

.top-recommend__phrase {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(4px 4px 15px rgba(13, 69, 107, 0.2));
  padding: 0 15px;
}

.top-recommend__phrase p {
  color: #159BCB;
  font-size: 28px;
  font-weight: 700;
}

.top-online {
  padding: 0 !important;
}

.top-online-inner {
  width: 100%;
  margin: 0 auto;
  background-color: #16BDD6;
  border-radius: 30px;
  position: relative;
  padding: 80px;
}

.top-online-inner__english {
  position: absolute;
  top: 0;
  left: 7%;
  opacity: 0.15;
  color: #fff;
  font-size: 150px;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.top-online-inner__outer {
  position: relative;
  z-index: 4;
}

.top-online-inner__above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-online-inner__title {
  width: 50%;
}

.top-online-inner__title p {
  background-color: #fff;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(4px 4px 15px rgba(13, 69, 107, 0.2));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #16BDD6;
  font-size: 22px;
  padding: 0 10px;
  letter-spacing: 0.05em;
}

.top-online-inner__title h2 {
  color: #fff;
  margin-top: 20px;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.top-online-inner__text {
  width: 50%;
}

.top-online-inner__text p {
  color: #fff;
}

.top-online-inner__image {
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  height: 450px;
  overflow: hidden;
}

.top-online-inner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-stock__inner {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.top-stock__inner a {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-stock__inner a:hover {
  opacity: 0.7;
}

.top-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 800px;
}

.top-company__image {
  width: 50%;
  height: 100%;
}

.top-company__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-company__info {
  position: relative;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#18A3CF), to(#056FB7));
  background: -webkit-linear-gradient(top, #18A3CF 0%, #056FB7 100%);
  background: linear-gradient(180deg, #18A3CF 0%, #056FB7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-company__info > img {
  position: absolute;
  width: 95%;
  height: auto;
  bottom: 10%;
  z-index: 1;
}

.top-company__inner {
  position: relative;
  width: 85%;
  z-index: 4;
}

.top-company__title {
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: normal;
}

.top-company__text {
  color: #fff;
  margin-top: 30px;
}

.top-company__name {
  font-weight: 700;
  text-align: right;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.top-contact__container {
  background-color: #E3F4FF;
  width: 100%;
  padding: 40px 60px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(0px 0px 20px rgba(13, 69, 107, 0.2));
  text-align: center;
}

.top-contact__container .small-category {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.top-contact__container .small-category span,
.top-contact__container .small-category p {
  text-align: center;
}

.top-contact__title {
  color: #0F3B58;
  font-size: 40px;
  letter-spacing: 0.05em;
}

.top-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.top-contact__item {
  width: 40%;
  text-align: center;
}

.top-contact .top-contact-item__inner + .top-contact-item__inner {
  margin-top: 30px;
}

.top-contact__category {
  position: relative;
  color: #15BAD5;
  padding-left: 15px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top-contact__category::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FA5749;
  border-radius: 50%;
}

.top-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #0F3B58;
}

.top-contact__phone .icon-phone {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #046EB7;
  border-radius: 50%;
}

.top-contact__phone .icon-phone::before {
  color: #fff;
  font-size: 36px;
  margin-top: 3px;
}

.top-contact__phone .english {
  font-size: 40px;
  color: #046EB7;
  font-weight: 700;
}

.top-contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

.top-contact__time dd,
.top-contact__time dt {
  color: #046EB7;
  font-weight: 700;
}

.top-contact__time dd {
  margin: 0;
}

.top-contact__time span {
  font-weight: 400;
  font-size: 14px;
}

.top-contact__btn {
  margin-top: 12px;
}

.top-contact__btn a {
  width: 400px;
  height: 70px;
  border-radius: 10px;
  background-color: #046EB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border: solid 2px #046EB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-contact__btn a:hover {
  background-color: #fff;
  color: #046EB7;
}

.top-contact__btn a:hover span {
  color: #046EB7;
}

.top-contact__btn a > span {
  position: relative;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_visual_subpage {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main_visual_subpage .page_name h1 {
  font-weight: bold;
  font-size: 48px;
  color: #0F3B58;
  letter-spacing: 0.05em;
  margin: 0;
  margin-top: 5px;
  line-height: 1.5;
}

.main_visual_subpage .page_name p {
  color: #FA5749;
  font-size: 20px;
}

.subpage-top__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage-top__icon {
  max-width: 100px;
  height: auto;
}

.subCarArea {
  position: relative;
  height: 320px;
}

.subCarArea .sub-car {
  position: absolute;
  top: 0;
  width: 100%;
}

.subCarArea .sub-car::before {
  content: "";
  position: absolute;
  background-size: auto 100%;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 70%;
  background-repeat: repeat-x;
  z-index: 1;
  height: 130%;
  background-image: url("assets/images/top/bg-mv.png");
  -webkit-animation: BgMoveLeft 180s linear infinite;
  animation: BgMoveLeft 180s linear infinite;
}

.subCarArea .sub-car img {
  position: relative;
  width: 40%;
  left: 33%;
  z-index: 5;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

.gallerypage_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 30px 60px;
  margin-bottom: 120px;
}

.gallerypage_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallerypage_inner:last-of-type {
  margin: 0;
}

.gallerypage_inner .gallerypage_inner_item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33.3333333333% - 13.3333333333px);
}

.gallerypage_inner .gallerypage_inner_item:nth-child(3n) {
  margin-right: 0;
}

.gallerypage_inner .gallerypage_inner_item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.gallerypage_inner .gallerypage_inner_item p {
  font-size: 13px;
}

.top-contact__inner.contactPage-tel {
  display: block;
  width: 75%;
  margin: 0 auto;
  background-color: #E3F4FF;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(0px 0px 10px rgba(13, 69, 107, 0.2));
}

.top-contact__inner.contactPage-tel .contactPage-tel__item {
  width: 100%;
  margin: 0 auto;
  padding: 40px 60px;
}

.service-factory__item {
  position: relative;
  height: 600px;
  background-size: cover;
}

.service-factory__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(4, 110, 183, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(4, 110, 183, 0.7) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(4, 110, 183, 0.7) 100%);
  z-index: 3;
}

.service-factory__item.factory-item01 {
  background-image: url("assets/images/subpage/service-image-20241224-01.webp");
  background-position: center 44%;
}

.service-factory__item.factory-item02 {
  background-image: url("assets/images/subpage/service-image-20241224-02.webp");
  background-position: center;
}

.service-factory__item.factory-item03 {
  background-image: url("assets/images/subpage/service-image-03-20250603.webp");
  background-position: top;
}

.service-factory__item.factory-item04 {
  background-image: url("assets/images/subpage/service-image-04-20250520.webp");
  background-position: center 65%;
}

.service-factory__container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.service-factory__inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  bottom: 10%;
}

.service-factory__title {
  width: 42%;
}

.service-factory__title h3 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-factory__title p {
  font-weight: bold;
  -webkit-text-decoration: underline 1px #fff;
  text-decoration: underline 1px #fff;
  text-underline-offset: 6px;
  -webkit-text-underline-offset: 6px;
  font-size: 20px;
  color: #fff;
}

.service-factory__text {
  width: 42%;
}

.service-factory__text p {
  color: #fff;
}

.service-contents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.service-contents__item:not(:first-of-type) {
  margin-top: 60px;
}

.service-contents__image {
  width: 50%;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(13, 69, 107, 0.2));
  filter: drop-shadow(0px 0px 15px rgba(13, 69, 107, 0.2));
  height: 450px;
}

.service-contents__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.service-contents__info {
  width: 50%;
}

.service-contents__info h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  color: #0F3B58;
  letter-spacing: 0.05em;
}

.service-contents__info span {
  margin-right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FA5749;
  border-radius: 50%;
}

.company__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.company__image {
  width: 50%;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  height: 700px;
}

.company__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company__info {
  width: 40%;
}

.company__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #b8b8b8;
  padding: 20px 0;
  margin: 0;
  position: relative;
}

.company__info__item::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background-color: #0F3B58;
  left: 0;
  bottom: -1px;
}

.company__info__item dt {
  width: 130px;
  color: #0F3B58;
  font-weight: 700;
  position: relative;
  font-size: 18px;
}

.company__info__item dd {
  width: calc(100% - 130px);
}

.company__info__item dd ul,
.company__info__item dd li {
  list-style: disc;
}

.company__map {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.company__map iframe {
  position: relative;
}

.company_gallery_block {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.slick01_for,
.slick02_for {
  width: 100%;
}

.gallery_item {
  width: 100%;
}

.gallery_item img {
  width: calc(100% - 20px);
  border-radius: 10px;
  margin: 0 auto;
}

.slider01_nav,
.slider02_nav {
  width: 100%;
  margin: 0 auto;
}

.slider01_nav .slick-prev,
.slider01_nav .slick-next,
.slider02_nav .slick-prev,
.slider02_nav .slick-next {
  z-index: 10;
}

.slider01_nav .slick-prev:before,
.slider01_nav .slick-next:before,
.slider02_nav .slick-prev:before,
.slider02_nav .slick-next:before {
  font-size: 23px;
}

.slider01_nav .slick-prev,
.slider02_nav .slick-prev {
  left: 15px;
}

.slider01_nav .slick-next,
.slider02_nav .slick-next {
  right: 15px;
}

.slider01_nav .slick-prev,
.slider01_nav .slick-next,
.slider02_nav .slick-prev,
.slider02_nav .slick-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
}

.slider_item {
  margin: 10px;
  cursor: pointer;
}

.slider_item:hover {
  opacity: 0.8;
}

.slider_item img {
  width: 100%;
  border-radius: 10px;
}

.slider-company li {
  margin: 0 20px;
}

.slider-company li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  border-radius: 10px;
}

.object-position--left {
  -o-object-position: left;
  object-position: left;
}

.object-position--right {
  -o-object-position: right;
  object-position: right;
}

.form_block {
  margin: 0 auto;
  width: 100%;
}

.form_block .form_upper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.form_block .form_inner {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

.form_block .form_row:not(:first-of-type) {
  margin-top: 30px;
}

.form_block .form_row label {
  font-weight: 700;
  font-size: 18px;
}

.form_block .form_row .wpcf7-list-item-label {
  font-size: 16px;
}

.form_block .wpcf7-list-item {
  margin-left: 40px;
}

.form_block .wpcf7-list-item.first {
  margin-left: 0;
}

.form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form_block .form_btn {
  display: block;
  width: 300px;
  height: 60px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  background: #0F3B58;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
  border: solid 2px #0F3B58;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form_block .form_btn:focus,
.form_block .form_btn:hover {
  background-color: #fff;
  color: #0F3B58;
}

.form_block .form_btn[value=back] {
  background-color: #fff;
  border: 1px solid #636363;
  color: #636363;
}

.form_block label {
  display: block;
  margin-bottom: 10px;
  position: static;
}

.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #1e1e1e;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.form_block .wpcf7-tel {
  border: 1px solid #1e1e1e;
  border-radius: 3px;
  padding: 10px;
}

.form_block select {
  padding-right: 50px;
}

.form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.form_block .required {
  background-color: #E63A05;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  word-break: keep-all;
}

.form_block .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
}

.form_confirm-text {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}

.form_confirm-text p {
  text-align: center;
  font-weight: 700;
}

.recaptcha_text_block {
  margin-top: 40px;
}

.recaptcha_text_block p {
  text-align: center;
}

.recaptcha_text_block a {
  -webkit-text-decoration: underline 1px #1e1e1e;
  text-decoration: underline 1px #1e1e1e;
  text-underline-offset: 3px;
  font-weight: 700;
}

.recaptcha_text_block a:hover {
  opacity: 0.7;
}

.privacy-text-block {
  margin-bottom: 32px;
}

.privacy-text-block h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
  color: #636363;
}

.privacy-text-block ul {
  margin: 16px 0 0;
  list-style: none;
  padding: 0;
}

.privacy-text-block ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.privacy-text-block ul li + li {
  margin-top: 1em;
}

.privacy-text-block table {
  width: 100%;
  margin-top: 1em;
  border: 1px solid #1e1e1e;
}

.privacy-text-block table th,
.privacy-text-block table td {
  padding: 15px;
  border: 1px solid #1e1e1e;
}

.privacy-text-block table td {
  border: 1px solid #1e1e1e;
}

.privacy-text-block table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.privacy-text-block table td dl + dl {
  margin-top: 1em;
}

.privacy-text-block table td dl dt {
  width: 46px;
}

.privacy-text-block table td dl dd {
  margin: 0;
}

.privacy-text-block table td dl dd a.privacy_mail {
  text-decoration: underline;
  color: #046EB7;
}

.contact-thanks-block {
  padding: 200px 0;
}

.contact-thanks-block h2 {
  color: #0F3B58;
  text-align: center;
}

.contact-thanks-block p {
  text-align: center;
}

/* fieldset {
	margin-bottom: 100px !important;
	.div_text {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.button_div {
		width: 100% !important;
		text-align: center !important;
		margin-top: 30px;
		.buttons {
			color: $white;
			width: 200px;
			background: $red;
			border: none;
			height: 40px;
			border-radius: 20px;
			cursor: pointer;
			&:hover {
				opacity: .8;
			}
		}
	}
	.link-text {
		width: 100% !important;
		text-align: center !important;
	}
}
#wpmem_restricted_msg {
	width: 900px;
	margin: 70px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login_form {
	width: 900px;
	margin: 0 auto !important;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login,
#wpmem_reg {
	legend {
		margin-bottom: 30px !important;
		text-align: center;
	}
}
.memberpage_block {
	fieldset {
		margin: 0 !important;
	}
}
.wpmem_msg {
	width: 100% !important;
	margin-bottom: 30px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	p {
		color: $white !important;
	}
} */

article {
  position: relative;
}

.archive article {
  background-color: #f7f7f7;
}

.pg_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #636363;
  text-align: center;
}

.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.posts_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts_item_list .posts_item {
  margin-right: 20px;
  width: 100%;
}

.posts_item_list .posts_item:nth-of-type(3n) {
  margin-right: 0;
}

.posts_item_list .posts_item a {
  display: block;
}

.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}

.posts_item:last-of-type {
  margin-bottom: 0;
}

.posts_tmb {
  margin: 0;
}

.posts_tmb img {
  -webkit-box-shadow: 1px 1px 3px #bfbfbf;
  box-shadow: 1px 1px 3px #bfbfbf;
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 320px;
}

.posts_date {
  color: #636363;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.posts_title {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
}

.posts_cat span {
  border: 1px solid;
  color: #636363;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #636363;
  text-align: center;
}

.posts_content {
  margin-top: 30px;
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #1e1e1e;
  margin-bottom: 10px;
  text-align: left;
}

.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 820px;
}

.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}

.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}

.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
}

.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-block-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .row-block--310 {
    -webkit-column-gap: 3.5%;
    -moz-column-gap: 3.5%;
    column-gap: 3.5%;
  }

  .row-block--475 {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }

  #drawer {
    display: none;
  }

  .pagetop_block .contact_sp {
    display: none !important;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .lg_none {
    display: none;
  }

  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  .contents_wrapper {
    overflow: hidden;
  }

  .content_block {
    width: 100%;
    padding: 100px 0;
  }

  .blog_content_block {
    width: 100%;
    padding: 50px 0 100px;
  }

  .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .visual_title {
    background-attachment: unset;
  }

  .visual_title .visual_title_inner {
    width: 90%;
    padding: 0;
  }

  .visual_title .visual_title_inner h2 {
    font-size: 32px;
  }

  .two_bgcolor_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .two_bgcolor_block .text_block {
    width: 100%;
    padding: 70px 0;
    background: #e2e2e2;
  }

  .two_bgcolor_block .text_block .inner_text_item {
    width: 90%;
  }

  .two_bgcolor_block .height100_img_block {
    width: 100%;
    height: 250px;
  }

  .left_bg::before {
    position: static;
    background: none;
  }

  .right_bg::before {
    position: static;
    background: none;
  }

  .loop-slide-block ul.loop-slide-block__list li {
    width: 240px;
  }

  .row-block .col__100p + .col__100p {
    padding-top: 30px;
  }

  .col__475 {
    width: 100%;
    min-width: auto;
    max-width: 465px;
    margin: 0 auto;
  }

  .col__310 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .sns_block .content_inner {
    padding: 0;
  }

  header {
    position: fixed;
  }

  header .header_pc {
    padding: 16px 5%;
    background-color: #F6FBFE;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  }

  header .header_pc .header_logo {
    margin-left: 20px;
    width: 100px;
  }

  header .header_pc .header_item {
    display: none;
  }

  #drawer {
    top: 14px;
  }

  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }

  .sp_menu .header_tel p,
  .sp_menu .header_tel a {
    font-size: 18px;
  }

  .sp_menu .header_tel span {
    font-size: 18px;
  }

  .map {
    padding-top: 70%;
  }

  footer .footer_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 0;
  }

  footer .footer_wrap .footer_logo img {
    width: 140px;
  }

  footer .footer_wrap .footer_face {
    width: 100%;
    height: 300px;
  }

  footer .footer_wrap .footer_address {
    font-size: 16px;
  }

  footer .footer_wrap .footer_inner {
    display: block;
  }

  footer .footer_wrap .footer_info {
    width: 100%;
  }

  footer .footer_wrap .footer_info {
    width: 100%;
    margin-top: 40px;
  }

  footer .footer_wrap .footer_phone {
    margin-top: 30px;
  }

  footer .footer_nav {
    width: 90%;
    margin: 40px auto 0;
  }

  footer .footer_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  footer .footer_nav ul li {
    padding: 0;
  }

  footer .footer_nav ul li + li {
    border: none;
  }

  footer .copy {
    padding: 30px 0 90px;
  }

  .pagetop_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }

  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }

  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }

  .breadcrumb_block {
    width: 90%;
  }

  .breadcrumb_block ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .breadcrumb_block ul li {
    white-space: nowrap;
  }

  .circleBtn--instagram {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin: 0 0 0 auto;
    margin-top: 40px;
  }

  .large__btn {
    margin-top: 20px;
  }

  .large__btn a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 0 auto;
  }

  .small-category {
    margin-bottom: 0;
  }

  .small-category__circle {
    width: 6px;
    height: 6px;
  }

  .small-category__letter {
    font-size: 18px;
  }

  .small-category__letter.smallView {
    font-size: 24px;
  }

  #elevator_nav {
    display: none;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .sm_none {
    display: none;
  }

  .is_sm {
    display: block;
  }

  .main_visual {
    padding-top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main_visual .main_visual_inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .main_visual .main_visual_inner .slick-slider {
    aspect-ratio: 3/2;
    border-radius: 0;
  }

  .main_visual .main_visual_inner .slick-slider .slick-prev {
    left: 20px;
  }

  .main_visual .main_visual_inner .slick-slider .slick-next {
    right: 20px;
  }

  .main_visual .catch-area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px;
  }

  .main_visual .catch-area__title {
    position: static;
  }

  .main_visual .catch-area__title p {
    font-size: 16px;
    font-weight: 500;
  }

  .main_visual .catch-area__title h1 {
    font-size: 32px;
  }

  .main_visual .catch-area__title h1 .colorCatch {
    font-size: 43px;
    letter-spacing: 0.05em;
  }

  .main_visual .mv-car {
    position: relative;
    top: auto;
    height: 220px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .main_visual .mv-car::before {
    height: 60%;
    -webkit-animation: BgMoveLeft 300s linear infinite;
    animation: BgMoveLeft 300s linear infinite;
  }

  .main_visual .mv-car img {
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -125px;
  }

  .galleryList {
    padding-top: 180px;
  }

  .galleryList .slick-slide {
    margin: 0 15px;
  }

  .galleryList .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .galleryList .slick-prev {
    top: 11%;
    right: 24%;
  }

  .galleryList .slick-prev::before {
    border-left: solid 2px #046EB7;
    border-top: solid 2px #046EB7;
    width: 8px;
    height: 8px;
  }

  .galleryList .slick-next {
    top: 11%;
    right: 10%;
  }

  .galleryList .slick-next::before {
    border-right: solid 2px #046EB7;
    border-bottom: solid 2px #046EB7;
    width: 8px;
    height: 8px;
  }

  .top-instagram__container {
    display: block;
  }

  .top-instagram__category {
    width: 100%;
  }

  .top-instagram__content {
    width: 100%;
  }

  .top-instagram__title h2 {
    font-size: 42px;
  }

  .top-instagram__title h2::before {
    width: 6px;
    height: 6px;
  }

  .top-concept__image {
    width: 100%;
    top: auto;
  }

  .top-concept__image img.concept-image02 {
    -o-object-position: center center;
    object-position: center center;
  }

  .top-concept__box {
    position: relative;
    width: 90%;
    margin-top: -30px;
    padding: 40px 30px;
    top: auto;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  }

  .top-concept__box h2 {
    font-size: 24px;
  }

  .carEffect.upper-car::before {
    -webkit-animation: BgMoveRight 300s linear infinite;
    animation: BgMoveRight 300s linear infinite;
  }

  .carEffect.lower-car::before {
    -webkit-animation: BgMoveLeft 500s linear infinite;
    animation: BgMoveLeft 500s linear infinite;
  }

  .carEffect img {
    width: 90%;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  .top-recommend__above {
    display: block;
  }

  .top-recommend__title h2 {
    font-size: 42px;
  }

  .top-recommend__phrase p {
    margin-top: 10px;
    font-size: 22px;
  }

  .top-online-inner {
    width: 100%;
    padding: 60px 5% 40px;
  }

  .top-online-inner__english {
    font-size: 54px;
    left: 5%;
    top: -5px;
  }

  .top-online-inner__above {
    display: block;
  }

  .top-online-inner__title {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-online-inner__title p {
    font-size: 17px;
  }

  .top-online-inner__title h2 {
    font-size: 28px;
    margin-top: 15px;
  }

  .top-online-inner__text {
    width: 100%;
  }

  .top-online-inner__image {
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
  }

  .top-stock__inner {
    width: 100%;
  }

  .top-company__container {
    display: block;
    height: auto;
  }

  .top-company__image {
    width: 100%;
  }

  .top-company__info {
    width: 100%;
    padding: 40px 20px 60px;
  }

  .top-company__inner {
    width: 100%;
  }

  .top-company__title {
    font-size: 30px;
  }

  .top-contact__container {
    width: 100%;
    padding: 40px 20px;
  }

  .top-contact__title {
    font-size: 28px;
  }

  .top-contact__inner {
    display: block;
    margin-top: 30px;
  }

  .top-contact__item {
    width: 100%;
  }

  .top-contact__item:not(:first-of-type) {
    margin-top: 40px;
  }

  .top-contact__item {
    width: 100%;
  }

  .top-contact .top-contact-item__inner + .top-contact-item__inner {
    margin-top: 40px;
  }

  .top-contact__category {
    font-size: 16px;
  }

  .top-contact__category::before {
    width: 6px;
    height: 6px;
  }

  .top-contact__category::before {
    display: none;
  }

  .top-contact__phone .icon-phone {
    width: 40px;
    height: 40px;
  }

  .top-contact__phone .icon-phone::before {
    font-size: 26px;
  }

  .top-contact__phone .english {
    font-size: 28px;
    text-align: center;
  }

  .top-contact__btn a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 0 auto;
  }

  .main_visual_subpage {
    height: auto;
    margin-top: 0;
    padding: 120px 0 50px;
  }

  .main_visual_subpage .page_name {
    bottom: 50px;
  }

  .main_visual_subpage .page_name h1 {
    font-size: 32px;
  }

  .main_visual_subpage .page_name p {
    font-size: 16px;
  }

  .subpage-top__outer {
    gap: 20px;
  }

  .subpage-top__icon {
    max-width: 60px;
  }

  .subCarArea {
    height: 210px;
  }

  .subCarArea .sub-car {
    position: relative;
    top: auto;
    height: 180px;
  }

  .subCarArea .sub-car::before {
    height: 90%;
    -webkit-animation: BgMoveLeft 300s linear infinite;
    animation: BgMoveLeft 300s linear infinite;
  }

  .subCarArea .sub-car img {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    width: 90%;
    left: 5%;
  }

  .gallerypage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }

  .gallerypage_inner .gallerypage_inner_item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 6.6666666667px);
  }

  .gallerypage_inner .gallerypage_inner_item img {
    border-radius: 5px;
  }

  .gallerypage_inner .gallerypage_inner_item p {
    font-size: 16px;
  }

  .top-contact__inner.contactPage-tel {
    width: 90%;
  }

  .top-contact__inner.contactPage-tel .contactPage-tel__item {
    padding: 30px 20px;
  }

  .service-factory__item {
    height: 550px;
  }

  .service-factory__item.factory-item01 {
    background-position: 60% 50%;
  }

  .service-factory__item.factory-item02 {
    background-position: 40% 50%;
  }

  .service-factory__item.factory-item04 {
    background-position: 10% 50%;
  }

  .service-factory__inner {
    display: block;
    bottom: 5%;
  }

  .service-factory__title {
    width: 100%;
  }

  .service-factory__title h3 {
    font-size: 36px;
  }

  .service-factory__title p {
    font-size: 18px;
  }

  .service-factory__text {
    width: 100%;
    margin-top: 20px;
  }

  .service-contents__item {
    display: block;
  }

  .service-contents__item:not(:first-of-type) {
    margin-top: 50px;
  }

  .service-contents__image {
    width: 100%;
    height: auto;
  }

  .service-contents__info {
    width: 100%;
    margin-top: 25px;
  }

  .service-contents__info h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .service-contents__info span {
    width: 6px;
    height: 6px;
  }

  .company__outer {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .company__image {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    height: auto;
  }

  .company__info {
    width: 100%;
    margin-top: 20px;
  }

  .company__info__item dt {
    font-size: 16px;
  }

  .company__info__item dd {
    font-size: 14px;
  }

  .company__info__item dd ul,
  .company__info__item dd li {
    font-size: 14px;
  }

  .company__map {
    width: auto;
  }

  .company__map iframe {
    height: 200px;
  }

  .company_gallery_block {
    width: calc(90% + 20px);
  }

  .slider_item {
    margin: 5px;
  }

  .slider-company li {
    margin: 0 10px;
  }

  .slider-company li img {
    height: 150px;
    border-radius: 5px;
  }

  .form_block {
    padding: 0 0px;
  }

  .form_block .form_inner {
    width: 90%;
  }

  .form_block .form_row .wpcf7-list-item {
    display: block;
  }

  .form_block .wpcf7-list-item {
    margin-left: 0;
  }

  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }

  .form_block .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }

  .form_block input[type=text],
  .form_block input[type=email],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 16px;
  }

  .form_block .wpcf7-tel {
    width: 100%;
  }

  .mwform-tel-field input[type=text] {
    width: 30% !important;
  }

  .recaptcha_text_block a {
    font-size: 14px;
  }

  .privacy-text-block table td dl {
    display: block;
  }

  article {
    padding: 70px 0;
  }

  .pg_wrapper {
    padding: 0 5%;
  }

  .pg_title {
    font-size: 24px;
  }

  .pg_contents {
    padding: 50px 20px;
  }

  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }

  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }

  .no_post {
    padding: 50px 20px 20px;
  }

  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }

  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }

  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .content_inner {
    width: 90%;
    margin: 0 auto;
  }

  header .header_pc .header_item {
    gap: 20px;
  }

  header .header_pc .header_item .header_nav ul li {
    margin: 0 15px;
  }

  header .header_pc .header_item .header_nav ul li a {
    font-size: 14px;
  }

  .sp_menu .header_nav_block ul li a {
    font-size: 14px;
  }

  footer .footer_wrap {
    width: 85%;
  }

  footer .footer_wrap .footer_address {
    font-size: 16px;
  }

  footer .footer_wrap .footer_phone {
    margin-top: 30px;
  }

  footer .footer_nav ul li {
    padding: 0 15px;
  }

  footer .footer_nav ul li a {
    font-size: 14px;
  }

  .large__btn a {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
  }

  .tb_none {
    display: none;
  }

  .is_tb {
    display: block;
  }

  .main_visual .catch-area__title p {
    font-size: 18px;
  }

  .main_visual .mv-car img {
    left: 2%;
  }

  .galleryList .slick-slide {
    margin: 0 12px;
  }

  .galleryList .slick-prev {
    top: 8%;
    right: 12%;
  }

  .galleryList .slick-next {
    right: 6%;
    top: 8%;
  }

  .top-instagram__title h2 {
    font-size: 48px;
  }

  .top-concept__image {
    width: 80%;
    top: 200px;
  }

  .top-concept__box {
    width: 70%;
    padding: 0 30px 30px;
  }

  .top-concept__box h2 {
    font-size: 36px;
  }

  .carEffect.upper-car::before {
    -webkit-animation: BgMoveRight 300s linear infinite;
    animation: BgMoveRight 300s linear infinite;
  }

  .top-recommend__title h2 {
    font-size: 60px;
  }

  .top-recommend__phrase p {
    font-size: 22px;
  }

  .top-online-inner__above {
    display: block;
  }

  .top-online-inner__title {
    width: 100%;
  }

  .top-online-inner__title h2 {
    margin-top: 10px;
    font-size: 44px;
  }

  .top-online-inner__title h2 {
    margin-top: 10px;
    font-size: 34px;
  }

  .top-online-inner__text {
    width: 100%;
    margin-top: 20px;
  }

  .top-online-inner__image {
    height: 400px;
  }

  .top-stock__inner {
    width: 85%;
  }

  .top-company__container {
    display: block;
    height: auto;
  }

  .top-company__image {
    width: 100%;
    height: 450px;
  }

  .top-company__info {
    width: 100%;
    padding: 40px 0 60px;
  }

  .top-contact__inner {
    width: 100%;
  }

  .top-contact__item {
    width: 47%;
  }

  .top-contact__btn a {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
  }

  .service-factory__item {
    height: 550px;
  }

  .service-contents__item {
    gap: 40px;
  }

  .service-contents__item:not(:first-of-type) {
    margin-top: 40px;
  }

  .service-contents__info h3 {
    font-size: 24px;
  }

  .form_block .form_inner {
    width: 90%;
  }

  .form_block .wpcf7-list-item {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_inner {
    width: 90%;
    margin: 0 auto;
  }

  .row-block .col__100p + .col__100p {
    padding-top: 30px;
  }

  .row-block--310 {
    -webkit-column-gap: 3.5%;
    -moz-column-gap: 3.5%;
    column-gap: 3.5%;
  }

  .row-block--475 {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }

  .col__475 {
    width: 465px;
    min-width: auto;
    max-width: none;
    margin: 0 auto;
  }

  .sns_block .content_inner {
    padding: 0 50px;
  }

  header {
    position: fixed;
  }

  header .header_pc .header_item {
    display: none;
  }

  #drawer .menu {
    width: 320px;
  }

  footer .footer_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 70px 50px;
  }

  footer .footer_wrap .footer_face {
    width: 100%;
    height: 400px;
  }

  footer .footer_wrap .footer_inner {
    display: block;
  }

  footer .footer_wrap .footer_info {
    width: 100%;
  }

  footer .footer_nav {
    width: 90%;
    margin: 0 auto;
  }

  footer .footer_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  footer .footer_nav ul li {
    padding: 0;
  }

  footer .footer_nav ul li + li {
    border: none;
  }

  .pagetop_block .contact_sp {
    display: none !important;
  }

  .breadcrumb_block {
    width: 90%;
  }

  .circleBtn--instagram {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin: 0 0 0 auto;
    margin-top: 40px;
  }

  .large__btn {
    margin-top: 20px;
  }

  .large__btn a {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  #elevator_nav {
    background: none;
    right: 1%;
  }

  .md_none {
    display: none;
  }

  .is_md {
    display: block;
  }

  .main_visual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main_visual .main_visual_inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .main_visual .main_visual_inner .slick-slider {
    aspect-ratio: 16/9;
    border-radius: 0;
  }

  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }

  .main_visual .catch-area {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 30px;
  }

  .main_visual .catch-area__title {
    position: static;
  }

  .main_visual .catch-area__title h1 {
    font-size: 32px;
  }

  .main_visual .catch-area__title h1 .colorCatch {
    font-size: 56px;
  }

  .main_visual .mv-car {
    position: relative;
    top: auto;
    height: 280px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .main_visual .mv-car::before {
    height: 60%;
    -webkit-animation: BgMoveLeft 300s linear infinite;
    animation: BgMoveLeft 300s linear infinite;
  }

  .main_visual .mv-car img {
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -80px;
  }

  .galleryList .slick-prev {
    top: 8%;
    right: 18%;
  }

  .galleryList .slick-next {
    top: 8%;
    right: 10%;
  }

  .top-instagram__container {
    display: block;
  }

  .top-instagram__category {
    width: 100%;
  }

  .top-instagram__content {
    width: 100%;
  }

  .top-instagram__title h2 {
    font-size: 48px;
  }

  .top-concept__image {
    width: 100%;
    aspect-ratio: 16/9;
    top: auto;
  }

  .top-concept__box {
    position: relative;
    width: 90%;
    margin-top: -50px;
    padding: 40px;
    top: auto;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  }

  .top-concept__box h2 {
    font-size: 44px;
  }

  .carEffect.upper-car::before {
    -webkit-animation: BgMoveRight 300s linear infinite;
    animation: BgMoveRight 300s linear infinite;
  }

  .top-recommend__above {
    display: block;
  }

  .top-recommend__title h2 {
    font-size: 60px;
  }

  .top-recommend__phrase p {
    font-size: 22px;
  }

  .top-online-inner__english {
    font-size: 100px;
  }

  .top-online-inner__above {
    display: block;
  }

  .top-online-inner__title {
    width: 100%;
  }

  .top-online-inner__text {
    width: 100%;
    margin-top: 20px;
  }

  .top-online-inner__image {
    height: auto;
  }

  .top-stock__inner {
    width: 90%;
  }

  .top-company__container {
    display: block;
    height: auto;
  }

  .top-company__image {
    width: 100%;
  }

  .top-company__info {
    width: 100%;
    padding: 40px 0 60px;
  }

  .top-contact__inner {
    display: block;
  }

  .top-contact__item {
    width: 100%;
  }

  .top-contact__item:not(:first-of-type) {
    margin-top: 40px;
  }

  .top-contact__btn a {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
  }

  .main_visual_subpage {
    margin-top: 0;
  }

  .subCarArea .sub-car {
    position: relative;
    top: auto;
    height: 400px;
    margin-top: 60px;
  }

  .subCarArea .sub-car::before {
    height: 60%;
    -webkit-animation: BgMoveLeft 300s linear infinite;
    animation: BgMoveLeft 300s linear infinite;
  }

  .subCarArea .sub-car img {
    width: 80%;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    left: 10%;
  }

  .gallerypage_inner .gallerypage_inner_item img {
    height: auto;
  }

  .service-factory__item {
    height: 550px;
  }

  .service-factory__inner {
    display: block;
    bottom: 5%;
  }

  .service-factory__title {
    width: 100%;
  }

  .service-factory__text {
    width: 100%;
    margin-top: 20px;
  }

  .service-contents__item {
    display: block;
  }

  .service-contents__item:not(:first-of-type) {
    margin-top: 50px;
  }

  .service-contents__image {
    width: 100%;
    height: 360px;
  }

  .service-contents__info {
    width: 100%;
    margin-top: 30px;
  }

  .service-contents__info h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .company__outer {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .company__image {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .company__info {
    width: 100%;
    margin-top: 30px;
  }

  .company__map iframe {
    height: 360px;
  }

  .company_gallery_block {
    width: calc(90% + 20px);
  }

  .form_block .form_inner {
    width: 90%;
  }

  .form_block .form_row .wpcf7-list-item {
    display: block;
  }

  .form_block .wpcf7-list-item {
    margin-left: 0;
  }

  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .main_visual_subpage .page_name {
    width: 100%;
    text-align: center;
    bottom: 80px;
    left: 0;
  }
}
/*# sourceMappingURL=style.css.map */
