* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 104px;
  width: 100%;
  z-index: 100;
  background: #fff;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-right: 74px;
}
header .inner h1 {
  position: fixed;
  top: 0;
  left: 0;
}
header .inner h1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0157AB;
  width: 272px;
  padding: 42px 0 43px;
  border-radius: 0 0 8px 0;
}
header .inner h1 a img {
  width: 206px;
}
header .inner nav {
  display: flex;
  align-items: center;
}
header .inner nav ul {
  display: flex;
  align-items: center;
}
header .inner nav ul li {
  border-right: 1px solid #DCDCDC;
}
header .inner nav ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 17px;
}
header .inner nav ul li a img {
  display: block;
  margin-bottom: 10px;
}
header .inner nav ul li a span {
  display: block;
  color: #EF9F08;
}
header .inner nav ul li a span .fs {
  font-size: 12px;
  display: contents;
}
header .inner nav ul li:nth-child(1) img {
  width: 142px;
}
header .inner nav ul li:nth-child(1) span {
  color: #175E9E;
}
header .inner nav ul li:nth-child(2) img {
  width: 123px;
}

.menu_btn {
  width: 74px;
  height: 104px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
}
.menu_btn .lines {
  position: relative;
  width: 74px;
  height: 14px;
}
.menu_btn .lines span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 24px;
}
.menu_btn .lines span:nth-child(1) {
  top: 0;
}
.menu_btn .lines span:nth-child(2) {
  top: 6px;
}
.menu_btn .lines span:nth-child(3) {
  top: 12px;
}
.menu_btn .txt {
  margin-top: 9px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
}

#fixed_bnr {
  position: fixed;
  top: 104px;
  right: 0;
  z-index: 100;
}
#fixed_bnr ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00B900;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.26;
  width: 70px;
  height: 179px;
  padding-top: 10px;
}
#fixed_bnr ul li a::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/line_logo.png) no-repeat center/contain;
  margin-bottom: 7px;
}
#fixed_bnr ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

#global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
  display: none;
}
#global_nav .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
#global_nav .nav_area {
  width: 50%;
  min-width: 450px;
  height: 100%;
  overflow: scroll;
  background: #0A5BA8;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 70px 5%;
  z-index: 2;
}
#global_nav .nav_area ul li {
  border-bottom: 1px solid #3F7DB5;
}
#global_nav .nav_area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 900;
}
#global_nav .nav_area ul li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../img/arrow_white.svg) no-repeat center/contain;
}
#global_nav .nav_area .menu_btn span {
  background: #fff;
}
#global_nav .nav_area .menu_btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
}
#global_nav .nav_area .menu_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000;
  width: 326px;
  height: 80px;
  padding: 0 32px;
  font-weight: bold;
  letter-spacing: 17%;
}
.btn a::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url(../img/arrow_black.svg) no-repeat center/contain;
}

#mv {
  margin-top: 104px;
  padding: 133px 0 0;
}
#mv .inner h2 {
  font-size: 57px;
  font-weight: 900;
}
#mv .inner h2 span {
  margin-top: 35px;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #0A5BA8;
  font-weight: bold;
  letter-spacing: 4%;
  display: block;
}
#mv .inner .breadcrumb {
  margin-top: 55px;
}
#mv .inner .breadcrumb ul {
  display: flex;
}
#mv .inner .breadcrumb ul li {
  font-size: 12px;
  color: #a6a6a6;
}
#mv .inner .breadcrumb ul li:not(:last-child) {
  margin-right: 0.5em;
}
#mv .inner .breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5em;
}
#mv .inner .mv_img {
  margin-top: 72px;
  margin-right: calc((100vw - 1100px) / 2 * -1);
}

.news_list .item {
  border-bottom: 1px solid #DFE2E5;
}
.news_list .item a {
  display: flex;
  align-items: center;
  padding: 25px 45px 25px 8px;
  position: relative;
}
.news_list .item a .date {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4%;
  width: 120px;
  flex-shrink: 0;
}
.news_list .item a .cat {
  background: #0A5BA8;
  color: #fff;
  width: 90px;
  text-align: center;
  font-size: 12px;
  margin-right: 24px;
  flex-shrink: 0;
  padding: 2px 5px 3px;
}
.news_list .item a .ttl {
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_list .item a::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../img/arrow_blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 8px;
}
.news_list .item:first-child {
  border-top: 1px solid #DFE2E5;
}

.wp-pagenavi {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.wp-pagenavi > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}
.wp-pagenavi > *:not(:last-child) {
  margin-right: 16px;
}
.wp-pagenavi > *.previouspostslink {
  background: #E8ECF1 url(../img/arrow_left_blue.svg) no-repeat center/13px;
}
.wp-pagenavi > *.nextpostslink {
  background: #E8ECF1 url(../img/arrow_blue.svg) no-repeat center/13px;
}
.wp-pagenavi a {
  background: #E8ECF1;
  color: #0A5BA8;
}
.wp-pagenavi span {
  background: #0A5BA8;
  color: #fff;
}

#contact {
  background: url(../img/bg_about.jpg) no-repeat center/cover;
  padding: 94px 0 110px;
}
#contact .inner h2 {
  color: #fff;
  font-weight: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}
#contact .inner h2 span {
  font-size: 49px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  display: block;
  letter-spacing: 4%;
}
#contact .inner .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
#contact .inner .list.soma {
  justify-content: center;
  gap: 32px;
}
#contact .inner .list .block {
  width: 31.8%;
}
#contact .inner .list .block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  padding: 45px 30px 30px;
  height: 240px;
}
#contact .inner .list .block a .img {
  margin-bottom: 35px;
}
#contact .inner .list .block a .img img {
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
#contact .inner .list .block a .tel {
  padding-top: 16px;
  border-top: 1px solid #0A5BA8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #0A5BA8;
  font-family: "poppins", sans-serif;
}
#contact .inner .list .block a .tel::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(10, 91, 168, 0.1) url(../img/icon_tel.svg) no-repeat center/23px;
  margin-right: 15px;
}

footer {
  background: #000;
}
footer .info_nav {
  color: #DADADA;
}
footer .info_nav .inner {
  padding: 53px 0 105px;
}
footer .info_nav .inner .logo {
  margin-bottom: 37px;
}
footer .info_nav .inner .logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: #0157AB;
  padding: 20px 17px 20px 7px;
}
footer .info_nav .inner .logo a img {
  width: 206px;
}
footer .info_nav .inner .row {
  display: flex;
  justify-content: space-between;
}
footer .info_nav .inner .row .info .address {
  line-height: 2.315;
}
footer .info_nav .inner .row .info .btn {
  margin-top: 37px;
}
footer .info_nav .inner .row .info .btn a {
  border: 1px solid #272727;
  width: 189px;
  height: 40px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 17%;
  color: #fff;
}
footer .info_nav .inner .row .info .btn a::after {
  background-image: url(../img/arrow_white.svg);
  width: 11px;
  height: 8px;
}
footer .info_nav .inner .row nav {
  display: flex;
  width: 50%;
}
footer .info_nav .inner .row nav ul li {
  font-size: 15px;
  line-height: 2.46;
}
footer .info_nav .inner .row nav ul:not(:last-child) {
  margin-right: 140px;
}
footer .nav_copy {
  border-top: 1px solid #272727;
  padding: 42px 0;
  color: #fff;
}
footer .nav_copy .inner {
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
}
footer .nav_copy .inner ul {
  display: flex;
}
footer .nav_copy .inner ul li {
  font-size: 12px;
}
footer .nav_copy .inner ul li:not(:last-child) {
  margin-right: 31px;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: calc((100vw - 1100px) / 2);
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #1e1e1e;
  border-radius: 50%;
}

@media (max-width: 1300px) {
  .inner {
    width: calc(100% - 140px);
  }
}
@media (max-width: 1280px) {
  #mv .inner .mv_img {
    margin-right: -70px;
  }
  #pagetop {
    right: 6vw;
    bottom: 70px;
  }
}
@media (max-width: 1200px) {
  #contact .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #contact .inner .list .block {
    width: 350px;
  }
  #contact .inner .list .block a {
    height: unset;
    padding: 20px;
  }
  #contact .inner .list .block a .img {
    margin-bottom: 15px;
  }
  #contact .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 900px) {
  header {
    height: 70px;
  }
  header .inner h1 a {
    padding: 20px 0;
  }
  header .inner nav {
    display: none;
  }
  #mv {
    margin-top: 70px;
  }
  .menu_btn {
    height: 70px;
  }
  footer .info_nav .inner .row {
    flex-direction: column;
  }
  footer .info_nav .inner .row nav {
    margin-top: 60px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 88%;
  }
  header .inner h1 {
    position: absolute;
  }
  header .inner h1 a {
    padding: 0;
    width: 190px;
    height: 70px;
    border-radius: 0;
  }
  header .inner h1 a img {
    width: 150px;
  }
  #fixed_bnr {
    top: unset;
    bottom: 0;
    width: 100%;
  }
  #fixed_bnr ul {
    display: flex;
  }
  #fixed_bnr ul li {
    width: 50%;
  }
  #fixed_bnr ul li a {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 7px 5px 5px 0;
  }
  #fixed_bnr ul li a::before {
    margin-bottom: 0;
    margin-right: 5px;
    width: 36px;
    height: 36px;
  }
  #fixed_bnr ul li a br {
    display: none;
  }
  #fixed_bnr ul li:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  #global_nav .nav_area {
    min-width: auto;
    width: 100%;
  }
  #global_nav .nav_area ul li a {
    font-size: 16px;
    padding: 20px 0;
  }
  #mv {
    padding-top: 50px;
  }
  #mv .inner h2 {
    font-size: 30px;
  }
  #mv .inner h2 span {
    font-size: 14px;
    margin-top: 10px;
  }
  #mv .inner .breadcrumb {
    margin-top: 30px;
  }
  #mv .inner .breadcrumb ul {
    position: relative;
    overflow: hidden;
  }
  #mv .inner .breadcrumb ul li {
    flex-shrink: 0;
  }
  #mv .inner .mv_img {
    margin-top: 40px;
  }
  .btn a {
    height: 60px;
    font-size: 14px;
  }
  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi > * {
    width: 36px;
    height: 36px;
  }
  #contact {
    padding: 50px 0;
  }
  #contact .inner h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #contact .inner h2 span {
    font-size: 30px;
  }
  #contact .inner .list {
    margin-bottom: 16px;
  }
  #contact .inner .list.soma {
    gap: 0;
  }
  #contact .inner .list .block {
    width: 100%;
  }
  #contact .inner .list .block a .img img {
    height: 44px;
  }
  #contact .inner .list .block a .tel {
    font-size: 20px;
  }
  #contact .inner .list .block a .tel::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  #contact .inner .list .block:not(:last-child) {
    margin-bottom: 15px;
  }
  #contact .inner .list .block:nth-child(1) a .img img {
    height: 44px;
  }
  footer .info_nav .inner {
    padding: 40px 0;
  }
  footer .info_nav .inner .logo {
    margin-bottom: 20px;
  }
  footer .info_nav .inner .logo a {
    padding: 10px 5px;
  }
  footer .info_nav .inner .logo a img {
    width: 160px;
  }
  footer .info_nav .inner .row .info .address {
    font-size: 14px;
    line-height: 2;
  }
  footer .info_nav .inner .row .info .btn {
    margin-top: 20px;
  }
  footer .info_nav .inner .row nav {
    margin-top: 40px;
  }
  footer .info_nav .inner .row nav ul li a {
    font-size: 14px;
  }
  footer .info_nav .inner .row nav ul:not(:last-child) {
    margin-right: 60px;
  }
  footer .nav_copy {
    padding: 20px 0 68px;
  }
  footer .nav_copy .inner {
    padding-right: 0;
    flex-direction: column;
  }
  footer .nav_copy .inner ul {
    justify-content: center;
    margin-bottom: 20px;
  }
  footer .nav_copy .inner .copy {
    text-align: center;
    font-size: 12px;
  }
}
#top #mv {
  height: calc(100vh - 104px);
  min-height: 600px;
  position: relative;
  padding: 0;
}
#top #mv .company {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 70px;
  transform: rotate(90deg) translateX(-70px);
  transform-origin: left bottom;
  width: calc(100vh - 104px);
  text-align: center;
  font-size: 11px;
  color: #6C6C6C;
  font-weight: bold;
}
#top #mv .inner {
  padding-top: 25vh;
  width: calc(100% - 140px);
  height: 100%;
  max-width: none;
  background: url(../img/mv.png) no-repeat center top/cover;
}
#top #mv .inner .txt {
  text-align: center;
  color: #fff;
}
#top #mv .inner .txt .sub {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 17px;
  letter-spacing: 4%;
}
#top #mv .inner .txt h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.63);
  font-weight: bold;
}
#top #mv .inner .txt h2 span {
  font-size: 53px;
  color: inherit;
  display: inline;
}
#top #mv .inner .txt .desc {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.63;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
#top #mv .inner .mv_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  width: 90%;
  height: 140px;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  bottom: 41px;
  transform: translateX(-50%);
}
#top #mv .inner .mv_nav h3 {
  color: #0A5BA8;
  font-weight: 900;
  margin-right: 27px;
}
#top #mv .inner .mv_nav ul {
  display: flex;
  align-items: center;
}
#top #mv .inner .mv_nav ul li a {
  display: flex;
  align-items: center;
  color: #0A5BA8;
  font-weight: 900;
  font-size: 15px;
}
#top #mv .inner .mv_nav ul li a::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  margin-right: 9px;
}
#top #mv .inner .mv_nav ul li:not(:last-child) a {
  padding-right: 20px;
  border-right: 1px solid #dcdcdc;
}
#top #mv .inner .mv_nav ul li:not(:first-child) a {
  padding-left: 20px;
}
#top #mv .inner .mv_nav ul li:nth-child(1) a::before {
  width: 32px;
  height: 32px;
  background-image: url(../img/mv_nav1.svg);
}
#top #mv .inner .mv_nav ul li:nth-child(2) a::before {
  width: 40px;
  height: 46px;
  background-image: url(../img/mv_nav2.svg);
}
#top #mv .inner .mv_nav ul li:nth-child(3) a::before {
  width: 45px;
  height: 45px;
  background-image: url(../img/mv_nav3.svg);
  background-position: 0 5px;
}
#top #mv .inner .mv_nav ul li:nth-child(4) a::before {
  width: 32px;
  height: 32px;
  background-image: url(../img/mv_nav4.svg);
}
#top #mv .inner .mv_nav ul li:nth-child(5) a::before {
  width: 28px;
  height: 28px;
  background-image: url(../img/mv_nav5.svg);
}
#top #aboutus {
  padding-top: 110px;
  padding-bottom: 66px;
  position: relative;
}
#top #aboutus::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 352px);
  background: url(../img/bg_about.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top #aboutus .inner .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 80px;
}
#top #aboutus .inner .ttl h2 {
  font-size: 20px;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 130px;
  padding-left: 48px;
}
#top #aboutus .inner .ttl h2 span {
  position: relative;
  font-weight: bold;
  font-size: 49px;
  font-family: "Poppins", sans-serif;
  display: block;
  letter-spacing: 4%;
}
#top #aboutus .inner .ttl h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
}
#top #aboutus .inner .ttl h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
#top #aboutus .inner .ttl .desc {
  line-height: 2.315;
  font-weight: bold;
}
#top #aboutus .inner .img {
  text-align: center;
}
#top #aboutus .inner .img img {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  width: 830px;
}
#top #aboutus .inner .btn {
  margin-top: 55px;
}
#top #aboutus .inner .btn a {
  margin: 0 auto;
}
#top #service {
  padding-top: 113px;
  padding-bottom: 174px;
}
#top #service .inner .ttl {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 85px;
}
#top #service .inner .ttl::before {
  content: "";
  display: block;
  width: 376px;
  height: 356px;
  background: url(../img/bg_service.jpg) no-repeat center/cover;
  position: absolute;
  top: -113px;
  right: -114px;
  z-index: -1;
}
#top #service .inner .ttl h2 {
  margin-top: 78px;
  font-size: 20px;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 130px;
  padding-left: 48px;
  flex-shrink: 0;
  margin-right: 115px;
}
#top #service .inner .ttl h2 span {
  color: #0A5BA8;
  position: relative;
  font-weight: bold;
  font-size: 49px;
  font-family: "Poppins", sans-serif;
  display: block;
  letter-spacing: 4%;
}
#top #service .inner .ttl h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.25);
}
#top #service .inner .ttl h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
#top #service .inner .list {
  position: relative;
}
#top #service .inner .list::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 368px);
  background: #DFE2E5;
  z-index: -1;
  position: absolute;
  top: -194px;
  left: 50%;
  transform: translateX(-50%);
}
#top #service .inner .list .block {
  background: #fff;
}
#top #service .inner .list .block .main {
  display: flex;
  justify-content: space-between;
}
#top #service .inner .list .block .main .img {
  width: 51.9%;
  height: 100%;
}
#top #service .inner .list .block .main .img img.sp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#top #service .inner .list .block .main .txt {
  width: 41%;
  padding-top: 80px;
  padding-right: 85px;
}
#top #service .inner .list .block .main .txt h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
}
#top #service .inner .list .block .main .txt h3 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#top #service .inner .list .block .main .txt h3 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#top #service .inner .list .block .main .txt h3 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#top #service .inner .list .block .main .txt .desc {
  line-height: 2.3125;
  color: #575757;
}
#top #service .inner .list .block .main .txt .btn {
  margin-top: 47px;
}
#top #service .inner .list .block .main .txt .btn a {
  width: 189px;
}
#top #service .inner .list .block .works {
  padding: 75px 70px 112px 70px;
}
#top #service .inner .list .block .works h4 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 41px;
}
#top #service .inner .list .block .works h4 span {
  color: #0A5BA8;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 4%;
}
#top #service .inner .list .block .works .works_imgs {
  display: flex;
}
#top #service .inner .list .block .works .works_imgs .works_img {
  width: 31.1%;
}
#top #service .inner .list .block .works .works_imgs .works_img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#top #service .inner .list .block .works .works_imgs .works_img:not(:last-child) {
  margin-right: 3.35%;
}
#top #service .inner .list .block:not(:last-child) {
  margin-bottom: 39px;
}
#top #service .bns {
  margin-bottom: 24px;
}
#top #service .pb {
  padding-bottom: 80px;
}
#top #news {
  padding: 120px 0;
}
#top #news .inner .row {
  display: flex;
  justify-content: space-between;
}
#top #news .inner .row h2 {
  font-size: 20px;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 130px;
  padding-left: 48px;
  flex-shrink: 0;
  margin-right: 108px;
}
#top #news .inner .row h2 span {
  color: #0A5BA8;
  position: relative;
  font-weight: bold;
  font-size: 49px;
  font-family: "Poppins", sans-serif;
  display: block;
  letter-spacing: 4%;
}
#top #news .inner .row h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.25);
}
#top #news .inner .row h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
#top #news .inner .row .news_list {
  width: 794px;
}
#top #access {
  padding: 62px 0 120px;
  background: rgba(10, 91, 168, 0.1);
}
#top #access .inner h2 {
  font-size: 20px;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 130px;
  padding-left: 48px;
  flex-shrink: 0;
  margin-bottom: 51px;
}
#top #access .inner h2 span {
  color: #0A5BA8;
  position: relative;
  font-weight: bold;
  font-size: 49px;
  font-family: "Poppins", sans-serif;
  display: block;
  letter-spacing: 4%;
}
#top #access .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.25);
}
#top #access .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
#top #access .inner .list .block {
  padding: 40px;
  background: #fff;
}
#top #access .inner .list .block h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  border-left: 8px solid #0A5BA8;
  margin-bottom: 30px;
}
#top #access .inner .list .block .row {
  display: flex;
  justify-content: space-between;
}
#top #access .inner .list .block .row .detail {
  width: 43.3%;
}
#top #access .inner .list .block .row .detail .img {
  margin-bottom: 29px;
}
#top #access .inner .list .block .row .detail ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}
#top #access .inner .list .block .row .detail ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  margin-right: 14px;
  flex-shrink: 0;
  margin-top: 11px;
}
#top #access .inner .list .block .row .detail .btn {
  margin-top: 24px;
}
#top #access .inner .list .block .row .detail .btn a {
  height: 54px !important;
  width: auto;
}
#top #access .inner .list .block .row .map {
  width: 53.2%;
}
#top #access .inner .list .block .row .map iframe {
  width: 100%;
  height: 100%;
}
#top #access .inner .list .block:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  #top #mv .inner .mv_nav {
    flex-direction: column;
  }
  #top #mv .inner .mv_nav h3 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #top #mv .inner .mv_nav h3 br {
    display: none;
  }
  #top #service .inner .list .block .main .img {
    width: 40%;
  }
  #top #service .inner .list .block .main .txt {
    width: 55%;
    padding-top: 40px;
    padding-right: 40px;
  }
  #top #service .inner .list .block .works {
    padding: 40px;
  }
  #top #news .inner .row {
    flex-direction: column;
  }
  #top #news .inner .row h2 {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #top #news .inner .row .news_list {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #top #mv {
    min-height: 650px;
  }
  #top #mv .inner .mv_nav {
    width: calc(100% - 280px);
    height: unset;
    padding: 15px 0 20px;
  }
  #top #mv .inner .mv_nav h3 {
    margin-bottom: 20px;
  }
  #top #mv .inner .mv_nav ul {
    flex-wrap: wrap;
  }
  #top #mv .inner .mv_nav ul li {
    width: 50%;
  }
  #top #mv .inner .mv_nav ul li a {
    justify-content: center;
  }
  #top #mv .inner .mv_nav ul li:not(:last-child) a {
    padding-right: 0;
  }
  #top #mv .inner .mv_nav ul li:not(:first-child) a {
    padding-left: 0;
  }
  #top #mv .inner .mv_nav ul li:nth-child(2n) a {
    border-right: 0;
  }
  #top #mv .inner .mv_nav ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #top #aboutus .inner .ttl h2 {
    margin-right: 60px;
  }
  #top #aboutus .inner .ttl .desc {
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  #top #aboutus .inner .ttl {
    flex-direction: column;
    align-items: flex-start;
  }
  #top #aboutus .inner .ttl h2 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #top #service {
    padding: 40px 0 80px;
  }
  #top #service .inner .ttl {
    flex-direction: column;
  }
  #top #service .inner .ttl::before {
    top: -40px;
  }
  #top #service .inner .ttl h2 {
    margin-top: 0;
  }
  #top #service .inner .ttl .img {
    margin-top: 50px;
    text-align: right;
  }
  #top #service .inner .ttl .img img {
    width: 80%;
  }
  #top #service .inner .list::before {
    height: calc(100% + 272px);
  }
  #top #service .inner .list .block .main {
    flex-direction: column;
  }
  #top #service .inner .list .block .main .img {
    width: 100%;
  }
  #top #service .inner .list .block .main .img img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top #service .inner .list .block .main .txt {
    width: 100%;
    padding: 40px;
  }
  #top #access .inner .list .block .row {
    flex-direction: column;
  }
  #top #access .inner .list .block .row .detail {
    width: 100%;
  }
  #top #access .inner .list .block .row .map {
    width: 100%;
    margin-top: 40px;
  }
  #top #access .inner .list .block .row .map iframe {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #top #mv {
    min-height: auto;
    height: 70vw;
    margin-bottom: 175px;
  }
  #top #mv .company {
    display: none;
  }
  #top #mv .inner {
    width: 100%;
    padding-top: 20vw;
    background-size: 110%;
  }
  #top #mv .inner .txt .sub {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #top #mv .inner .txt h2 {
    font-size: 28px;
  }
  #top #mv .inner .txt h2 span {
    font-size: 32px;
  }
  #top #mv .inner .txt .desc {
    font-size: 18px;
  }
  #top #mv .inner .mv_nav {
    width: 100%;
    border-radius: 0;
    bottom: unset;
    top: 100%;
  }
  #top #mv .inner .mv_nav ul li {
    width: 45%;
  }
  #top #mv .inner .mv_nav ul li a {
    font-size: 14px;
    padding: 5px 0;
  }
  #top #mv .inner .mv_nav ul li:nth-child(1) a::before {
    width: 30px;
    height: 30px;
  }
  #top #mv .inner .mv_nav ul li:nth-child(2) {
    width: 55%;
  }
  #top #mv .inner .mv_nav ul li:nth-child(2) a::before {
    width: 35px;
    height: 35px;
  }
  #top #mv .inner .mv_nav ul li:nth-child(3) a::before {
    width: 38px;
    height: 38px;
  }
  #top #mv .inner .mv_nav ul li:nth-child(4) {
    width: 55%;
  }
  #top #mv .inner .mv_nav ul li:nth-child(4) a::before {
    width: 30px;
    height: 30px;
  }
  #top #aboutus {
    padding: 100px 0 50px 0;
  }
  #top #aboutus::before {
    height: calc(100% - 200px);
  }
  #top #aboutus .inner .ttl {
    margin-bottom: 30px;
  }
  #top #aboutus .inner .ttl h2 {
    font-size: 14px;
    padding-left: 36px;
  }
  #top #aboutus .inner .ttl h2 span {
    font-size: 30px;
  }
  #top #aboutus .inner .ttl h2 span::before {
    left: -36px;
  }
  #top #aboutus .inner .ttl h2 span::after {
    left: -28px;
  }
  #top #aboutus .inner .ttl .desc {
    font-weight: 400;
    padding-right: 0;
    font-size: 14px;
    line-height: 2;
  }
  #top #aboutus .inner .btn {
    margin-top: 30px;
  }
  #top #service {
    padding: 40px 0;
  }
  #top #service .inner .ttl {
    margin-bottom: 40px;
  }
  #top #service .inner .ttl h2 {
    font-size: 14px;
    padding-left: 36px;
  }
  #top #service .inner .ttl h2 span {
    font-size: 30px;
  }
  #top #service .inner .ttl h2 span::before {
    left: -36px;
  }
  #top #service .inner .ttl h2 span::after {
    left: -28px;
  }
  #top #service .inner .ttl .img {
    margin-top: 30px;
  }
  #top #service .inner .ttl .img img {
    width: 90%;
  }
  #top #service .inner .ttl::before {
    width: 266px;
    height: 303px;
  }
  #top #service .inner .list .block .main .txt {
    padding: 20px;
  }
  #top #service .inner .list .block .main .txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #top #service .inner .list .block .main .txt h3 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #top #service .inner .list .block .main .txt .desc {
    font-size: 14px;
    line-height: 2;
  }
  #top #service .inner .list .block .main .txt .btn {
    margin-top: 20px;
  }
  #top #service .inner .list .block .works {
    padding: 20px;
  }
  #top #service .inner .list .block .works h4 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  #top #service .inner .list .block .works h4 span {
    font-size: 14px;
  }
  #top #service .inner .list .block .works .works_imgs {
    flex-direction: column;
  }
  #top #service .inner .list .block .works .works_imgs .works_img {
    width: 100%;
  }
  #top #service .inner .list .block .works .works_imgs .works_img img {
    width: 100%;
  }
  #top #service .inner .list .block .works .works_imgs .works_img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #top #service .inner .list::before {
    height: calc(100% + 234px);
  }
  #top #service .bns {
    margin-bottom: 16px;
  }
  #top #service .pb {
    padding-bottom: 32px;
  }
  #top #news {
    padding: 50px 0;
  }
  #top #news .inner .row h2 {
    font-size: 14px;
    padding-left: 36px;
    margin-bottom: 20px;
  }
  #top #news .inner .row h2 span {
    font-size: 30px;
  }
  #top #news .inner .row h2 span::before {
    left: -36px;
  }
  #top #news .inner .row h2 span::after {
    left: -28px;
  }
  #top #news .inner .row .news_list .item a {
    padding: 15px 30px 15px 0;
    flex-direction: column;
  }
  #top #news .inner .row .news_list .item a .date {
    width: 100%;
    margin-bottom: 5px;
  }
  #top #news .inner .row .news_list .item a .ttl {
    width: 100%;
    font-size: 14px;
  }
  #top #access {
    padding: 50px 0;
  }
  #top #access .inner h2 {
    font-size: 14px;
    padding-left: 36px;
    margin-bottom: 20px;
  }
  #top #access .inner h2 span {
    font-size: 30px;
  }
  #top #access .inner h2 span::before {
    left: -36px;
  }
  #top #access .inner h2 span::after {
    left: -28px;
  }
  #top #access .inner .list .block {
    padding: 20px;
  }
  #top #access .inner .list .block h3 {
    font-size: 15px;
    border-left-width: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  #top #access .inner .list .block .row .detail .img {
    margin-bottom: 15px;
  }
  #top #access .inner .list .block .row .detail ul li {
    font-size: 14px;
    line-height: 1.8;
  }
  #top #access .inner .list .block .row .detail ul li::before {
    margin-right: 8px;
    margin-top: 9px;
  }
  #top #access .inner .list .block .row .map {
    margin-top: 20px;
  }
}
.service #service_detail {
  padding: 111px 0 120px;
}
.service #service_detail .inner .row {
  display: flex;
  justify-content: space-between;
}
.service #service_detail .inner .row .txt {
  width: 50.9%;
}
.service #service_detail .inner .row .txt h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
.service #service_detail .inner .row .txt h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
.service #service_detail .inner .row .txt h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
.service #service_detail .inner .row .txt h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.service #service_detail .inner .row .txt .desc {
  line-height: 2;
}
.service #service_detail .inner .row .img {
  width: calc(45.2% + (100vw - 1100px) / 2);
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
.service #works {
  background: #0A5BA8;
  padding: 80px 0 145px;
}
.service #works .inner h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 75px;
  color: #fff;
}
.service #works .inner h2 span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
.service #works .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
}
.service #works .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.service #works .inner .list .block {
  display: flex;
  justify-content: space-between;
}
.service #works .inner .list .block .img {
  width: 50.7%;
}
.service #works .inner .list .block .txt {
  width: 45.6%;
  color: #fff;
  padding-top: 24px;
}
.service #works .inner .list .block .txt h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.service #works .inner .list .block .txt h3 span {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.service #works .inner .list .block .txt h3 span::before {
  content: "";
  display: block;
  width: 9px;
  height: 3px;
  background: #fff;
  margin-right: 14px;
}
.service #works .inner .list .block .txt .desc {
  line-height: 2;
}
.service #works .inner .list .block .txt .btn {
  margin-top: 40px;
}
.service #works .inner .list .block .txt .btn a {
  height: 54px;
  margin: 0;
}
.service #works .inner .list .block:not(:last-child) {
  margin-bottom: 64px;
}
.service #works .inner .btn {
  margin-top: 66px;
}
.service #works .inner .btn a {
  border-color: #fff;
  color: #fff;
  margin: 0 auto;
}
.service #works .inner .btn a::after {
  background-image: url(../img/arrow_white.svg);
}
.service #works .inner .works_slider {
  margin-left: -12px;
  margin-right: -12px;
}
.service #works .inner .works_slider .slide {
  margin: 0 12px;
}
.service #works .inner .works_slider .slide a {
  display: block;
  background: #fff;
}
.service #works .inner .works_slider .slide a img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.service #works .inner .works_slider .slide a .txt {
  padding: 18px 20px 20px;
}
.service #works .inner .works_slider .slide a .txt .maker {
  color: #0A5BA8;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service #works .inner .works_slider .slide a .txt .name {
  font-size: 18px;
  font-weight: 900;
}
.service #works .inner .works_slider .slide a .txt .link {
  margin-top: 29px;
  border-top: 1px solid #DFE2E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding-top: 15px;
  letter-spacing: 17%;
}
.service #works .inner .works_slider .slide a .txt .link::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/arrow_blue.svg) no-repeat center/contain;
}
.service #works .inner .works_slider .slick-arrow {
  font-size: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff no-repeat center/20px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}
.service #works .inner .works_slider .slick-arrow.slick-prev {
  left: -74px;
  background-image: url(../img/arrow_left_blue.svg);
}
.service #works .inner .works_slider .slick-arrow.slick-next {
  right: -74px;
  background-image: url(../img/arrow_blue.svg);
}
.service #works .inner .works_slider .slick-arrow:hover {
  opacity: 0.7;
}
.service #works .inner .area {
  display: flex;
  justify-content: space-between;
}
.service #works .inner .area .img {
  width: 41.2%;
}
.service #works .inner .area .txt {
  width: 53.2%;
  padding-top: 49px;
  color: #fff;
}
.service #works .inner .area .txt .desc {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 40px;
}
.service #works .inner .area .txt .detail {
  background: #0F65B6;
  padding: 24px 30px 35px;
}
.service #works .inner .area .txt .detail h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}
.service #works .inner .area .txt .detail p {
  line-height: 2;
}
.service #price {
  padding: 120px 0 180px;
}
.service #price .inner h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
.service #price .inner h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
.service #price .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
.service #price .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.service #price .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service #price .inner ul li {
  width: 48.9%;
}
.service #price .inner ul li a {
  width: 100%;
  padding-left: 80px;
}
.service #price .inner ul li:nth-child(n+3) {
  margin-top: 31px;
}
.service #price .inner table {
  width: 100%;
}
.service #price .inner table tr th {
  border-top: 1px solid #DFE2E5;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 40px;
}
.service #price .inner table tr th:nth-child(1) {
  text-align: left;
  width: 35%;
}
.service #price .inner table tr td {
  font-weight: bold;
  text-align: center;
  padding: 14px 20px;
}
.service #price .inner table tr td span {
  color: #0A5BA8;
  font-size: 12px;
  display: block;
}
.service #price .inner table tr td:nth-child(1) {
  font-weight: 900;
  font-size: 18px;
  text-align: left;
}
.service #price .inner table tr td:last-child {
  color: #D12323;
  font-size: 20px;
  font-weight: 900;
}
.service #price .inner table tr:nth-child(2n) {
  background: #F6F6F7;
}
.service #price .inner .list {
  display: flex;
}
.service #price .inner .list .block {
  width: 31.8%;
}
.service #price .inner .list .block .txt .comment {
  font-size: 14px;
  line-height: 2;
  margin: 20px 0;
}
.service #price .inner .list .block .txt .info {
  display: flex;
  justify-content: space-between;
}
.service #price .inner .list .block .txt .info .group {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service #price .inner .list .block .txt .info .group dt {
  color: #0A5BA8;
  background: rgba(10, 91, 168, 0.1);
  text-align: center;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  width: 61px;
  font-size: 12px;
}
.service #price .inner .list .block .txt .info .group dt:not(:last-of-type) {
  margin-bottom: 8px;
}
.service #price .inner .list .block .txt .info .group dd {
  width: calc(100% - 61px);
  padding: 0 16px;
  font-weight: bold;
  font-size: 12px;
}
.service #price .inner .list .block .txt .info .group dd:not(:last-of-type) {
  margin-bottom: 8px;
}
.service #price .inner .list .block:not(:nth-child(3n)) {
  margin-right: 2.3%;
}
.service #price .inner .list .block:nth-child(n+4) {
  margin-top: 60px;
}
.service #flow {
  padding: 0 0 120px;
}
.service #flow .inner h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
.service #flow .inner h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
.service #flow .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
.service #flow .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.service #flow .inner dl {
  display: flex;
  flex-wrap: wrap;
}
.service #flow .inner dl dt {
  width: 87px;
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: bold;
  padding-top: 15px;
  letter-spacing: 17%;
}
.service #flow .inner dl dt:not(:last-of-type) {
  margin-bottom: 24px;
}
.service #flow .inner dl dd {
  border-left: 1px solid #D9D9D9;
  width: calc(100% - 87px);
  padding: 15px 0 15px 15px;
}
.service #flow .inner dl dd .main {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 23px;
}
.service #flow .inner dl dd .desc {
  line-height: 2.3125;
}
.service #flow .inner dl dd:not(:last-of-type) {
  margin-bottom: 24px;
}
.service #flow .inner .intro {
  line-height: 2;
  font-weight: bold;
  margin: 60px 0 67px;
}
.service #flow .inner .list {
  display: flex;
  justify-content: space-between;
}
.service #flow .inner .list .block {
  width: 31.63%;
  background: #0A5BA8;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service #flow .inner .list .block h3 {
  font-size: 22px;
  line-height: 1.52;
  margin-bottom: 17px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service #flow .inner .list .block .desc {
  line-height: 1.69;
  font-weight: 500;
}
.service #flow .inner .list .block:nth-child(2n) {
  background: #E6EFF6;
  color: #0A5BA8;
}
.service #flow .inner .btn {
  margin-top: 80px;
}
.service #flow .inner .btn a {
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .service #service_detail .inner .row .img {
    margin-right: -70px;
    width: calc(45.2% + 70px);
  }
  .service #works .inner .list .block .img {
    width: 45%;
  }
  .service #works .inner .list .block .txt {
    width: 52%;
    padding-top: 0;
  }
  .service #works .inner .works_slider .slick-arrow.slick-prev {
    left: -3%;
  }
  .service #works .inner .works_slider .slick-arrow.slick-next {
    right: -3%;
  }
}
@media (max-width: 1100px) {
  .service #flow .inner .list {
    flex-direction: column;
    align-items: center;
  }
  .service #flow .inner .list .block {
    width: 300px;
  }
  .service #flow .inner .list .block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .service #price .inner .list .block .txt .info {
    flex-direction: column;
  }
  .service #price .inner .list .block .txt .info .group {
    width: 100%;
  }
  .service #price .inner .list .block .txt .info .group:not(:last-child) {
    margin-bottom: 8px;
  }
  .service #price .inner .table_wrap {
    overflow: scroll;
  }
  .service #price .inner .table_wrap table {
    white-space: nowrap;
  }
  .service #price .inner .table_wrap table tr th {
    font-size: 14px;
    padding: 10px 20px;
  }
  .service #price .inner .table_wrap table tr td {
    font-size: 14px;
    padding: 10px 20px;
  }
  .service #works .inner .area {
    flex-direction: column;
  }
  .service #works .inner .area .img {
    width: 100%;
    text-align: center;
  }
  .service #works .inner .area .img img {
    width: 270px;
  }
  .service #works .inner .area .txt {
    width: 100%;
    padding-top: 20px;
  }
  .service #works .inner .area .txt .desc {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .service #works .inner .area .txt .detail {
    padding: 20px;
  }
  .service #works .inner .area .txt .detail h3 {
    font-size: 16px;
  }
  .service #works .inner .area .txt .detail p {
    font-size: 14px;
    line-height: 2;
  }
  .service#rental_car #mv .inner h2 .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .service #service_detail {
    padding: 50px 0;
  }
  .service #service_detail .inner .row {
    flex-direction: column;
  }
  .service #service_detail .inner .row .txt {
    width: 100%;
  }
  .service #service_detail .inner .row .txt h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .service #service_detail .inner .row .txt h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .service #service_detail .inner .row .txt .desc {
    font-size: 14px;
    line-height: 2;
  }
  .service #service_detail .inner .row .img {
    margin-top: 30px;
    width: 100%;
  }
  .service #works {
    padding: 50px 0;
  }
  .service #works .inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .service #works .inner h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .service #works .inner .list .block {
    flex-direction: column;
  }
  .service #works .inner .list .block .img {
    width: 100%;
  }
  .service #works .inner .list .block .txt {
    width: 100%;
    margin-top: 20px;
  }
  .service #works .inner .list .block .txt h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service #works .inner .list .block .txt h3 span {
    margin-bottom: 8px;
  }
  .service #works .inner .list .block .txt .desc {
    font-size: 14px;
    line-height: 2;
  }
  .service #works .inner .list .block:not(:last-child) {
    margin-bottom: 40px;
  }
  .service #works .inner .btn {
    margin-top: 40px;
  }
  .service #works .inner .works_slider {
    margin-left: -6vw;
    margin-right: -6vw;
  }
  .service #works .inner .works_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .service #works .inner .works_slider .slick-arrow.slick-prev {
    left: 3vw;
  }
  .service #works .inner .works_slider .slick-arrow.slick-next {
    right: 3vw;
  }
  .service #price {
    padding: 50px 0;
  }
  .service #price .inner h2 {
    font-size: 22px;
  }
  .service #price .inner h2 span {
    font-size: 14px;
  }
  .service #price .inner ul li {
    width: 100%;
  }
  .service #price .inner ul li a {
    padding: 0 20px;
  }
  .service #price .inner ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .service #price .inner .list {
    flex-direction: column;
  }
  .service #price .inner .list .block {
    width: 100%;
  }
  .service #price .inner .list .block .txt .comment {
    margin: 10px 0 15px;
  }
  .service #price .inner .list .block .txt .info {
    flex-direction: row;
  }
  .service #price .inner .list .block .txt .info .group {
    width: 50%;
  }
  .service #price .inner .list .block .txt .info .group:not(:last-child) {
    margin-bottom: 0;
  }
  .service #price .inner .list .block:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .service #price .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  .service #flow {
    padding-bottom: 50px;
  }
  .service #flow .inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .service #flow .inner h2 span {
    font-size: 14px;
  }
  .service #flow .inner dl dt {
    width: 50px;
    font-size: 18px;
  }
  .service #flow .inner dl dt:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .service #flow .inner dl dd {
    width: calc(100% - 50px);
    padding: 10px 0 10px 15px;
  }
  .service #flow .inner dl dd .main {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .service #flow .inner dl dd .desc {
    font-size: 14px;
    line-height: 2;
  }
  .service #flow .inner dl dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .service #flow .inner .intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin: 20px 0;
  }
  .service #flow .inner .list .block {
    width: 260px;
  }
  .service #flow .inner .list .block h3 {
    font-size: 18px;
    height: unset;
    margin-bottom: 15px;
  }
  .service #flow .inner .list .block .desc {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
  }
  .service #flow .inner .btn {
    margin-top: 30px;
  }
}
#news #news_list {
  padding: 86px 0 210px;
}
#news #news_list .inner .links {
  display: flex;
}
#news #news_list .inner .links li a {
  display: block;
  background: #F4F4F4;
  padding: 20px 32px;
}
#news #news_list .inner .links li:not(:last-child) {
  margin-right: 8px;
}
#news #news_list .inner .links li.current a {
  background: #0A5BA8;
  color: #fff;
}
#news #news_list .news_list {
  margin-top: 56px;
}

@media (max-width: 768px) {
  #news #news_list {
    padding: 50px 0 70px;
  }
  #news #news_list .inner .links li a {
    padding: 10px;
    font-size: 14px;
  }
  #news #news_list .inner .news_list {
    margin-top: 30px;
  }
  #news #news_list .inner .news_list .item a {
    flex-wrap: wrap;
    padding: 15px 30px 15px 0;
  }
  #news #news_list .inner .news_list .item a .date {
    width: 100px;
  }
  #news #news_list .inner .news_list .item a .cat {
    margin-right: 0;
    font-size: 11px;
  }
  #news #news_list .inner .news_list .item a .ttl {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}
#news_single #article,
#works_single #article {
  padding: 86px 0 210px;
}
#news_single #article .inner .single_title,
#works_single #article .inner .single_title {
  border-top: 1px solid #000;
  padding-top: 47px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
#news_single #article .inner .cat_date,
#works_single #article .inner .cat_date {
  display: flex;
  align-items: center;
  margin-bottom: 49px;
}
#news_single #article .inner .cat_date .cat,
#works_single #article .inner .cat_date .cat {
  background: #0A5BA8;
  color: #fff;
  font-size: 12px;
  padding: 2px 12px 3px;
  margin-right: 16px;
}
#news_single #article .inner .cat_date .date,
#works_single #article .inner .cat_date .date {
  font-size: 13px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
#news_single #article .inner .eyecatch,
#works_single #article .inner .eyecatch {
  margin-bottom: 80px;
}
#news_single #article .inner .content_area section,
#works_single #article .inner .content_area section {
  margin: 60px 0;
}
#news_single #article .inner .content_area .img1 p,
#works_single #article .inner .content_area .img1 p {
  text-align: center;
  margin-top: 8px;
}
#news_single #article .inner .content_area .img2,
#works_single #article .inner .content_area .img2 {
  display: flex;
  gap: 40px;
}
#news_single #article .inner .content_area .img2 .blk,
#works_single #article .inner .content_area .img2 .blk {
  width: 50%;
}
#news_single #article .inner .content_area .img2 p,
#works_single #article .inner .content_area .img2 p {
  text-align: center;
  margin-top: 8px;
}
#news_single #article .inner .content_area .iframe-wrap,
#works_single #article .inner .content_area .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#news_single #article .inner .content_area .iframe-wrap iframe,
#works_single #article .inner .content_area .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news_single #article .inner .content_area .acf-map,
#works_single #article .inner .content_area .acf-map {
  width: 100%;
  height: 400px;
}
#news_single #article .inner .content_area .acf-map img,
#works_single #article .inner .content_area .acf-map img {
  max-width: inherit !important;
}
#news_single #article .inner .content_area h2,
#works_single #article .inner .content_area h2 {
  font-size: 30px;
  border-left: 8px solid #0A5BA8;
  padding-left: 23px;
  margin-bottom: 27px;
}
#news_single #article .inner .content_area h2:not(:first-child),
#works_single #article .inner .content_area h2:not(:first-child) {
  margin-top: 64px;
}
#news_single #article .inner .content_area h3,
#works_single #article .inner .content_area h3 {
  font-size: 26px;
  margin-bottom: 19px;
}
#news_single #article .inner .content_area h3:not(:first-child),
#works_single #article .inner .content_area h3:not(:first-child) {
  margin-top: 64px;
}
#news_single #article .inner .content_area h4,
#works_single #article .inner .content_area h4 {
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 18px;
}
#news_single #article .inner .content_area h4:not(:first-child),
#works_single #article .inner .content_area h4:not(:first-child) {
  margin-top: 87px;
}
#news_single #article .inner .content_area h5,
#works_single #article .inner .content_area h5 {
  font-size: 20px;
  border-left: 2px solid #000;
  padding: 8px 0 8px 15px;
  margin-bottom: 16px;
}
#news_single #article .inner .content_area h5:not(:first-child),
#works_single #article .inner .content_area h5:not(:first-child) {
  margin-top: 37px;
}
#news_single #article .inner .content_area h6,
#works_single #article .inner .content_area h6 {
  font-size: 18px;
  margin-bottom: 25px;
}
#news_single #article .inner .content_area h6:not(:first-child),
#works_single #article .inner .content_area h6:not(:first-child) {
  margin-top: 56px;
}
#news_single #article .inner .content_area p,
#works_single #article .inner .content_area p {
  line-height: 1.93;
}
#news_single #article .inner .content_area table,
#works_single #article .inner .content_area table {
  width: 100%;
}
#news_single #article .inner .content_area table tr th,
#works_single #article .inner .content_area table tr th {
  border: 1px solid #E6E6E6;
  padding: 25px;
  text-align: left;
}
#news_single #article .inner .content_area table tr td,
#works_single #article .inner .content_area table tr td {
  border: 1px solid #E6E6E6;
  padding: 25px;
}
#news_single #article .inner .content_area table:not(:first-child),
#works_single #article .inner .content_area table:not(:first-child) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  #news_single #article,
  #works_single #article {
    padding: 30px 0 70px;
  }
  #news_single #article .inner .single_title,
  #works_single #article .inner .single_title {
    padding-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
  }
  #news_single #article .inner .cat_date,
  #works_single #article .inner .cat_date {
    margin-bottom: 20px;
  }
  #news_single #article .inner .eyecatch,
  #works_single #article .inner .eyecatch {
    margin-bottom: 20px;
  }
  #news_single #article .inner .content_area h2,
  #works_single #article .inner .content_area h2 {
    font-size: 20px;
    border-left-width: 5px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  #news_single #article .inner .content_area h2:not(:first-child),
  #works_single #article .inner .content_area h2:not(:first-child) {
    margin-top: 40px;
  }
  #news_single #article .inner .content_area h3,
  #works_single #article .inner .content_area h3 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  #news_single #article .inner .content_area h3:not(:first-child),
  #works_single #article .inner .content_area h3:not(:first-child) {
    margin-top: 30px;
  }
  #news_single #article .inner .content_area h4,
  #works_single #article .inner .content_area h4 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  #news_single #article .inner .content_area h4:not(:first-child),
  #works_single #article .inner .content_area h4:not(:first-child) {
    margin-top: 30px;
  }
  #news_single #article .inner .content_area h5,
  #works_single #article .inner .content_area h5 {
    font-size: 17px;
    margin-bottom: 14px;
    padding: 4px 0 4px 10px;
  }
  #news_single #article .inner .content_area h5:not(:first-child),
  #works_single #article .inner .content_area h5:not(:first-child) {
    margin-top: 30px;
  }
  #news_single #article .inner .content_area h6,
  #works_single #article .inner .content_area h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #news_single #article .inner .content_area h6:not(:first-child),
  #works_single #article .inner .content_area h6:not(:first-child) {
    margin-top: 30px;
  }
  #news_single #article .inner .content_area p,
  #works_single #article .inner .content_area p {
    font-size: 14px;
    line-height: 2;
  }
  #news_single #article .inner .content_area table:not(:first-child),
  #works_single #article .inner .content_area table:not(:first-child) {
    margin-top: 30px;
  }
  #news_single #article .inner .content_area table tr th,
  #works_single #article .inner .content_area table tr th {
    padding: 10px;
    font-size: 14px;
  }
  #news_single #article .inner .content_area table tr td,
  #works_single #article .inner .content_area table tr td {
    padding: 10px;
    font-size: 14px;
  }
}
#works #works_list {
  padding: 86px 0 137px;
}
#works #works_list .inner .links {
  display: flex;
}
#works #works_list .inner .links li a {
  display: block;
  background: #F4F4F4;
  padding: 20px 32px;
}
#works #works_list .inner .links li:not(:last-child) {
  margin-right: 8px;
}
#works #works_list .inner .links li.current a {
  background: #0A5BA8;
  color: #fff;
}
#works #works_list .inner .works_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#works #works_list .inner .works_list .item {
  width: 31.8%;
}
#works #works_list .inner .works_list .item a {
  display: block;
}
#works #works_list .inner .works_list .item a .img {
  margin-bottom: 25px;
}
#works #works_list .inner .works_list .item a .img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#works #works_list .inner .works_list .item a .cat_date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#works #works_list .inner .works_list .item a .cat_date .cat {
  background: #0A5BA8;
  color: #fff;
  font-size: 12px;
  line-height: 1.93;
  padding: 2px 12px 4px;
  margin-right: 16px;
  font-weight: bold;
}
#works #works_list .inner .works_list .item a .cat_date .date {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
#works #works_list .inner .works_list .item a .ttl {
  font-size: 18px;
  font-weight: 900;
}
#works #works_list .inner .works_list .item:not(:nth-child(3n)) {
  margin-right: 2.3%;
}
#works #works_list .inner .works_list .item:nth-child(n+4) {
  margin-top: 53px;
}
#works #works_list .inner .wp-pagenavi {
  margin-top: 96px;
}

@media (max-width: 768px) {
  #works #works_list {
    padding: 50px 0 70px;
  }
  #works #works_list .inner .links li a {
    padding: 10px;
    font-size: 14px;
  }
  #works #works_list .inner .works_list {
    margin-top: 30px;
  }
  #works #works_list .inner .works_list .item {
    width: 100%;
  }
  #works #works_list .inner .works_list .item a .img {
    margin-bottom: 15px;
  }
  #works #works_list .inner .works_list .item a .cat_date {
    margin-bottom: 10px;
  }
  #works #works_list .inner .works_list .item a .ttl {
    font-size: 16px;
  }
  #works #works_list .inner .works_list .item:nth-child(n+2) {
    margin-top: 30px;
  }
  #works #works_list .inner .wp-pagenavi {
    margin-top: 40px;
  }
}
#car #car_list {
  padding: 86px 0 137px;
}
#car #car_list .inner .links {
  display: flex;
}
#car #car_list .inner .links li a {
  display: block;
  background: #F4F4F4;
  padding: 20px 32px;
}
#car #car_list .inner .links li:not(:last-child) {
  margin-right: 8px;
}
#car #car_list .inner .links li.current a {
  background: #0A5BA8;
  color: #fff;
}
#car #car_list .inner .car_list {
  margin-top: 56px;
}
#car #car_list .inner .car_list .item {
  border-top: 1px solid #DFE2E5;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 32px;
}
#car #car_list .inner .car_list .item .img {
  width: 31.8%;
}
#car #car_list .inner .car_list .item .txt {
  width: 64.5%;
}
#car #car_list .inner .car_list .item .txt .cat_maker {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#car #car_list .inner .car_list .item .txt .cat_maker .cat {
  background: #0A5BA8;
  color: #fff;
  font-size: 12px;
  padding: 2px 14px 4px;
  line-height: 1.93;
  font-weight: bold;
  margin-right: 15px;
}
#car #car_list .inner .car_list .item .txt .cat_maker .maker {
  font-size: 13ox;
  font-weight: 900;
}
#car #car_list .inner .car_list .item .txt .car_ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}
#car #car_list .inner .car_list .item .txt .desc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}
#car #car_list .inner .car_list .item .txt .price_info {
  display: flex;
  justify-content: space-between;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block {
  width: 340px;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .row {
  display: flex;
  justify-content: space-between;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .row .block {
  width: 47.3%;
  max-width: 170px;
  border-top: 3px solid #0A5BA8;
  padding-top: 9px;
  font-weight: 900;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .row .block .ttl {
  margin-bottom: 3px;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .row .block .price span {
  font-size: 36px;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .row .block.total .price span {
  color: #0A5BA8;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .loan {
  margin: 15px auto 0;
  display: flex;
  max-width: 340px;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .loan .ttl {
  background: #0A5BA8;
  color: #fff;
  font-size: 14px;
  line-height: 1.285;
  font-weight: 900;
  padding: 7px 16px 10px;
  width: 118px;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .loan .price {
  background: rgba(10, 91, 168, 0.1);
  font-weight: 500;
  width: calc(100% - 118px);
  text-align: right;
  padding: 4px 16px 8px;
}
#car #car_list .inner .car_list .item .txt .price_info .price_block .loan .price span {
  font-size: 27px;
  color: #0A5BA8;
  font-weight: 900;
}
#car #car_list .inner .car_list .item .txt .price_info .info {
  display: flex;
  justify-content: space-between;
  width: 320px;
}
#car #car_list .inner .car_list .item .txt .price_info .info .group {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#car #car_list .inner .car_list .item .txt .price_info .info .group dt {
  color: #0A5BA8;
  background: rgba(10, 91, 168, 0.1);
  text-align: center;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  width: 72px;
  font-size: 12px;
}
#car #car_list .inner .car_list .item .txt .price_info .info .group dt:not(:last-of-type) {
  margin-bottom: 8px;
}
#car #car_list .inner .car_list .item .txt .price_info .info .group dd {
  width: calc(100% - 72px);
  padding: 0 16px;
  font-weight: bold;
  font-size: 12px;
}
#car #car_list .inner .car_list .item .txt .price_info .info .group dd:not(:last-of-type) {
  margin-bottom: 8px;
}
#car #car_list .inner .car_list .item .txt .btns {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
#car #car_list .inner .car_list .item .txt .btns li {
  width: 48.59%;
}
#car #car_list .inner .car_list .item .txt .btns li a {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 24px;
  font-size: 15px;
  font-weight: 900;
}
#car #car_list .inner .car_list .item .txt .btns li a::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
}
#car #car_list .inner .car_list .item .txt .btns li.tel a {
  background: #000;
  height: 50px;
}
#car #car_list .inner .car_list .item .txt .btns li.tel a::before {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_tel_white.svg);
  margin-right: 12px;
}
#car #car_list .inner .car_list .item .txt .btns li.line a {
  background: #00B900;
  height: 50px;
}
#car #car_list .inner .car_list .item .txt .btns li.line a::before {
  width: 35px;
  height: 35px;
  background-image: url(../img/line_logo.png);
  margin-right: 11px;
}

@media (max-width: 1200px) {
  #car #car_list .inner .car_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #car #car_list .inner .car_list .item {
    width: 48%;
    flex-direction: column;
  }
  #car #car_list .inner .car_list .item .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #car #car_list .inner .car_list .item .txt {
    width: 100%;
  }
  #car #car_list .inner .car_list .item .txt .price_info {
    flex-direction: column;
  }
  #car #car_list .inner .car_list .item .txt .price_info .price_block {
    width: 100%;
    margin-bottom: 20px;
  }
  #car #car_list .inner .car_list .item .txt .price_info .price_block .row {
    justify-content: center;
  }
  #car #car_list .inner .car_list .item .txt .price_info .price_block .row .block:not(:last-child) {
    margin-right: 20px;
  }
  #car #car_list .inner .car_list .item .txt .btns {
    flex-direction: column;
  }
  #car #car_list .inner .car_list .item .txt .btns li {
    width: 100%;
  }
  #car #car_list .inner .car_list .item .txt .btns li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #car #car_list .inner .car_list .item .txt .btns li.line a {
    padding-left: 17px;
  }
}
@media (max-width: 768px) {
  #car #car_list {
    padding: 50px 0 70px;
  }
  #car #car_list .inner .links li a {
    padding: 10px;
    font-size: 14px;
  }
  #car #car_list .inner .car_list {
    margin-top: 30px;
  }
  #car #car_list .inner .car_list .item {
    width: 100%;
  }
}
#car_single #car_detail {
  padding-top: 72px;
}
#car_single #car_detail .inner .cat_maker {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#car_single #car_detail .inner .cat_maker .cat {
  background: #0A5BA8;
  color: #fff;
  font-size: 12px;
  padding: 2px 14px 4px;
  line-height: 1.93;
  font-weight: bold;
  margin-right: 15px;
}
#car_single #car_detail .inner .cat_maker .maker {
  font-size: 13ox;
  font-weight: 900;
}
#car_single #car_detail .inner .ttl_wrap {
  display: flex;
  gap: 2%;
}
#car_single #car_detail .inner .ttl_wrap .car_ttl {
  width: 70%;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 54px;
}
#car_single #car_detail .inner .ttl_wrap .links_url {
  width: 30%;
  display: flex;
  gap: 2%;
  margin-top: 6px;
  justify-content: flex-end;
}
#car_single #car_detail .inner .ttl_wrap .links_url a {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 0;
  font-weight: bold;
  width: 49%;
  height: 45px;
}
#car_single #car_detail .inner .ttl_wrap .links_url a.goonet {
  background-color: #E50014;
}
#car_single #car_detail .inner .ttl_wrap .links_url a.carsensor {
  background-color: #FF7300;
}
#car_single #car_detail .inner .ttl_wrap .links_url a img {
  width: auto;
  height: 45px;
}
#car_single #car_detail .inner .main_info {
  display: flex;
  justify-content: space-between;
}
#car_single #car_detail .inner .main_info .img {
  width: calc(100% - 453px);
}
#car_single #car_detail .inner .main_info .img .car_slider {
  margin-bottom: 6px;
}
#car_single #car_detail .inner .main_info .img .car_slider img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#car_single #car_detail .inner .main_info .img .car_slider_tmb .slick-track {
  width: 100% !important;
  transform: unset !important;
}
#car_single #car_detail .inner .main_info .img .car_slider_tmb .slide {
  width: calc((100% - 24px) / 5) !important;
}
#car_single #car_detail .inner .main_info .img .car_slider_tmb .slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#car_single #car_detail .inner .main_info .img .car_slider_tmb .slide:not(:nth-child(5n)) {
  margin-right: 6px;
}
#car_single #car_detail .inner .main_info .img .car_slider_tmb .slide:nth-child(n+6) {
  margin-top: 6px;
}
#car_single #car_detail .inner .main_info .price_info {
  width: 395px;
}
#car_single #car_detail .inner .main_info .price_info .price_block {
  margin-bottom: 40px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .row {
  display: flex;
  justify-content: space-between;
}
#car_single #car_detail .inner .main_info .price_info .price_block .row .block {
  width: 47.3%;
  max-width: 180px;
  border-top: 3px solid #0A5BA8;
  padding-top: 9px;
  font-weight: 900;
}
#car_single #car_detail .inner .main_info .price_info .price_block .row .block .ttl {
  font-size: 18px;
  margin-bottom: 3px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .row .block .price {
  font-size: 18px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .row .block .price span {
  font-size: 41px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .row .block.total .price span {
  color: #0A5BA8;
}
#car_single #car_detail .inner .main_info .price_info .price_block .loan {
  margin: 15px auto 0;
  display: flex;
  max-width: 390px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .loan .ttl {
  background: #0A5BA8;
  color: #fff;
  font-size: 16px;
  line-height: 1.285;
  font-weight: 900;
  padding: 7px 16px 10px;
  width: 137px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .loan .price {
  background: rgba(10, 91, 168, 0.1);
  font-weight: 500;
  width: calc(100% - 137px);
  text-align: right;
  padding: 4px 16px 8px;
  font-size: 18px;
}
#car_single #car_detail .inner .main_info .price_info .price_block .loan .price span {
  font-size: 32px;
  color: #0A5BA8;
  font-weight: 900;
}
#car_single #car_detail .inner .main_info .price_info .info {
  display: flex;
  justify-content: space-between;
  max-width: 390px;
  margin: 0 auto;
}
#car_single #car_detail .inner .main_info .price_info .info .group {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#car_single #car_detail .inner .main_info .price_info .info .group dt {
  color: #0A5BA8;
  background: rgba(10, 91, 168, 0.1);
  text-align: center;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
  width: 83px;
  font-size: 14px;
}
#car_single #car_detail .inner .main_info .price_info .info .group dt:not(:last-of-type) {
  margin-bottom: 8px;
}
#car_single #car_detail .inner .main_info .price_info .info .group dd {
  width: calc(100% - 83px);
  padding: 0 16px;
  font-weight: bold;
  font-size: 14px;
}
#car_single #car_detail .inner .main_info .price_info .info .group dd:not(:last-of-type) {
  margin-bottom: 8px;
}
#car_single #car_detail .inner .main_info .price_info .dis_txt {
  padding: 32px 0;
}
#car_single #car_detail .inner .movie {
  margin-top: 80px;
  text-align: center;
}
#car_single #car_detail .inner .movie iframe {
  width: 890px;
  height: unset;
  max-width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
#car_single #status {
  padding: 85px 0 75px;
}
#car_single #status .inner h2 {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  padding-left: 34px;
  margin-bottom: 75px;
}
#car_single #status .inner h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#car_single #status .inner h2::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#car_single #status .inner table {
  width: 100%;
}
#car_single #status .inner table tr th {
  color: #0A5BA8;
  font-weight: 900;
  padding: 15px 23px;
  width: 20%;
}
#car_single #status .inner table tr td {
  font-weight: 900;
  padding: 15px 23px;
}
#car_single #status .inner table tr:nth-child(2n+1) {
  background: #F6F6F7;
}
#car_single #recommend {
  background: #0A5BA8;
  padding: 55px 0 97px;
}
#car_single #recommend .inner h2 {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  padding-left: 34px;
  margin-bottom: 52px;
  color: #fff;
}
#car_single #recommend .inner h2::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
}
#car_single #recommend .inner h2::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#car_single #recommend .inner .works_slider {
  margin-left: -12px;
  margin-right: -12px;
}
#car_single #recommend .inner .works_slider .slide {
  margin: 0 12px;
}
#car_single #recommend .inner .works_slider .slide a {
  display: block;
  background: #fff;
}
#car_single #recommend .inner .works_slider .slide a img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#car_single #recommend .inner .works_slider .slide a .txt {
  padding: 18px 20px 20px;
}
#car_single #recommend .inner .works_slider .slide a .txt .maker {
  color: #0A5BA8;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
#car_single #recommend .inner .works_slider .slide a .txt .name {
  font-size: 18px;
  font-weight: 900;
}
#car_single #recommend .inner .works_slider .slide a .txt .link {
  margin-top: 29px;
  border-top: 1px solid #DFE2E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding-top: 15px;
  letter-spacing: 17%;
}
#car_single #recommend .inner .works_slider .slide a .txt .link::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/arrow_blue.svg) no-repeat center/contain;
}
#car_single #recommend .inner .works_slider .slick-arrow {
  font-size: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff no-repeat center/20px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}
#car_single #recommend .inner .works_slider .slick-arrow.slick-prev {
  left: -74px;
  background-image: url(../img/arrow_left_blue.svg);
}
#car_single #recommend .inner .works_slider .slick-arrow.slick-next {
  right: -74px;
  background-image: url(../img/arrow_blue.svg);
}
#car_single #recommend .inner .works_slider .slick-arrow:hover {
  opacity: 0.7;
}
#car_single #back {
  padding: 56px 0 153px;
}
#car_single #back .inner .btn a {
  min-width: 189px;
  height: 64px;
  margin: 0 auto;
  letter-spacing: 17%;
  justify-content: center;
}
#car_single #back .inner .btn a::after {
  content: none;
}

@media (max-width: 1280px) {
  #car_single #status .inner table tr th {
    width: 220px;
    text-align: left;
  }
  #car_single #status .inner table tr td {
    width: calc(100% - 220px);
  }
  #car_single #recommend .inner .works_slider .slick-arrow.slick-prev {
    left: -3%;
  }
  #car_single #recommend .inner .works_slider .slick-arrow.slick-next {
    right: -3%;
  }
}
@media (max-width: 900px) {
  #car_single #car_detail .inner .main_info {
    flex-direction: column;
  }
  #car_single #car_detail .inner .main_info .img {
    width: 100%;
  }
  #car_single #car_detail .inner .main_info .img .car_slider .slide img {
    width: 100%;
  }
  #car_single #car_detail .inner .main_info .price_info {
    width: 100%;
    margin-top: 20px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .row {
    justify-content: center;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .row .block:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #car_single #car_detail {
    padding-top: 50px;
  }
  #car_single #car_detail .inner .cat_maker .cat {
    font-size: 11px;
  }
  #car_single #car_detail .inner .cat_maker .maker {
    font-size: 14px;
  }
  #car_single #car_detail .inner .ttl_wrap {
    display: block;
  }
  #car_single #car_detail .inner .ttl_wrap .car_ttl {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #car_single #car_detail .inner .ttl_wrap .links_url {
    width: 100%;
    margin-bottom: 24px;
  }
  #car_single #car_detail .inner .ttl_wrap .links_url a {
    padding: 0;
    font-size: 12px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block {
    margin-bottom: 20px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .row .block .ttl {
    font-size: 14px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .row .block .price {
    font-size: 14px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .row .block .price span {
    font-size: 28px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .loan .ttl {
    font-size: 14px;
    width: 110px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .loan .price {
    width: calc(100% - 110px);
    font-size: 16px;
  }
  #car_single #car_detail .inner .main_info .price_info .price_block .loan .price span {
    font-size: 30px;
  }
  #car_single #car_detail .inner .main_info .price_info .info .group dt {
    font-size: 12px;
    width: 70px;
  }
  #car_single #car_detail .inner .main_info .price_info .info .group dd {
    font-size: 12px;
    width: calc(100% - 70px);
  }
  #car_single #car_detail .inner .movie {
    margin-top: 40px;
  }
  #car_single #car_detail .inner .movie iframe {
    border-radius: 10px;
  }
  #car_single #status {
    padding: 50px 0;
  }
  #car_single #status .inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #car_single #status .inner table tr th {
    display: block;
    background: #F6F6F7;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px 15px;
  }
  #car_single #status .inner table tr td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px 20px;
  }
  #car_single #status .inner table tr:nth-child(2n+1) {
    background: 0;
  }
  #car_single #recommend {
    padding: 50px 0;
  }
  #car_single #recommend .inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #car_single #recommend .inner .works_slider {
    margin-left: -6vw;
    margin-right: -6vw;
  }
  #car_single #recommend .inner .works_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #car_single #recommend .inner .works_slider .slick-arrow.slick-prev {
    left: 3vw;
  }
  #car_single #recommend .inner .works_slider .slick-arrow.slick-next {
    right: 3vw;
  }
  #car_single #back {
    padding: 30px 0;
  }
  #car_single #back .inner .btn a {
    height: 60px;
  }
}
#greeting {
  padding: 87px 0 144px;
}
#greeting .inner .row {
  display: flex;
  justify-content: space-between;
}
#greeting .inner .row .txt h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
#greeting .inner .row .txt h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#greeting .inner .row .txt h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#greeting .inner .row .txt h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#greeting .inner .row .txt .message {
  line-height: 2;
}
#greeting .inner .imgs {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
#greeting .inner .imgs .img {
  width: 23.5%;
}

#company #shop {
  background: #0A5BA8;
  padding: 80px 0 136px;
}
#company #shop .inner h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 64px;
  color: #fff;
}
#company #shop .inner h2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#company #shop .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
}
#company #shop .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#company #shop .inner .list {
  display: flex;
  justify-content: space-between;
}
#company #shop .inner .list .block {
  width: 48.1%;
  margin-bottom: 40px;
}
#company #shop .inner .list .block .txt {
  background: #fff;
  padding: 34px 30px 40px;
}
#company #shop .inner .list .block .txt h3 {
  color: #0A5BA8;
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 900;
}
#company #shop .inner .list .block .txt .desc {
  line-height: 2;
}
#company #shop .inner .list .block .txt .info {
  margin-top: 34px;
  border-top: 1px solid #DFE2E5;
  padding-top: 26px;
}
#company #shop .inner .list .block .txt .info dl {
  display: flex;
  flex-wrap: wrap;
}
#company #shop .inner .list .block .txt .info dl dt {
  color: #0A5BA8;
  width: 114px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.16;
}
#company #shop .inner .list .block .txt .info dl dd {
  font-size: 14px;
  line-height: 2.16;
  width: calc(100% - 114px);
}
#company #shop .inner .list .block .txt .btn {
  margin-top: 24px;
}
#company #shop .inner .list .block .txt .btn a {
  height: 54px;
}
#company #staff {
  padding-top: 80px;
}
#company #staff .inner h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 46px;
}
#company #staff .inner h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#company #staff .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#company #staff .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#company #staff .inner .intro {
  line-height: 2;
  margin-bottom: 64px;
}
#company #staff .inner .list {
  display: flex;
  justify-content: space-between;
}
#company #staff .inner .list .point {
  width: 31.6%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 37px;
}
#company #staff .inner .list .point .num {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 11px;
  line-height: 1;
  letter-spacing: 4%;
}
#company #staff .inner .list .point .num span {
  display: block;
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
}
#company #staff .inner .list .point h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.52;
  margin-bottom: 29px;
}
#company #staff .inner .list .point .desc {
  line-height: 1.69;
  font-weight: 500;
}
#company #staff .inner .list .point:nth-child(1) {
  background: #0AA888;
}
#company #staff .inner .list .point:nth-child(2) {
  background: #0A5BA8;
}
#company #staff .inner .list .point:nth-child(3) {
  background: #F0A20F;
}
#company #staff .inner .staff_list {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
}
#company #staff .inner .staff_list .block {
  width: calc((100% - 48px) / 5);
  position: relative;
}
#company #staff .inner .staff_list .block .logo {
  position: absolute;
  top: 8px;
  left: 8px;
}
#company #staff .inner .staff_list .block .logo img {
  display: block;
}
#company #staff .inner .staff_list .block .logo.pastel img {
  width: 84px;
}
#company #staff .inner .staff_list .block .logo.kizu img {
  width: 71px;
}
#company #staff .inner .staff_list .block .img {
  margin-bottom: 16px;
}
#company #staff .inner .staff_list .block .img img {
  width: 100%;
}
#company #staff .inner .staff_list .block .name {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.44;
  font-weight: 900;
}
#company #staff .inner .staff_list .block .comment {
  font-size: 12px;
  line-height: 2;
}
#company #staff .inner .staff_list .block:not(:nth-child(5n)) {
  margin-right: 12px;
}
#company #staff .inner .staff_list .block:nth-child(n+6) {
  margin-top: 27px;
}
#company #company_info {
  padding-top: 120px;
}
#company #company_info h3 {
  color: #0A5BA8;
  font-size: 22px;
  margin: 40px 0 -40px 0;
}
#company #company_info .btn a {
  margin: 40px auto 0;
}
#company #history {
  padding: 0 0 149px;
}
#company #history .inner h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 46px;
}
#company #history .inner h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#company #history .inner h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#company #history .inner h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#company #history .inner dl {
  display: flex;
  flex-wrap: wrap;
}
#company #history .inner dl dt {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-top: 1px solid #DFE2E5;
  width: 232px;
}
#company #history .inner dl dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  margin-right: 16px;
}
#company #history .inner dl dt:last-of-type {
  border-bottom: 1px solid #DFE2E5;
}
#company #history .inner dl dd {
  padding: 20px 0;
  border-top: 1px solid #DFE2E5;
  width: calc(100% - 232px);
}
#company #history .inner dl dd:last-of-type {
  border-bottom: 1px solid #DFE2E5;
}

@media (max-width: 1200px) {
  #company #staff .inner .list {
    flex-direction: column;
    align-items: center;
  }
  #company #staff .inner .list .point {
    width: 330px;
  }
  #company #staff .inner .list .point:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  #greeting .inner .row {
    flex-direction: column;
  }
  #greeting .inner .row .txt {
    width: 100%;
  }
  #greeting .inner .row .img {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
  #greeting .inner .row .img img {
    width: 400px;
  }
  #company #shop .inner .list {
    flex-direction: column;
  }
  #company #shop .inner .list .block {
    width: 100%;
  }
  #company #shop .inner .list .block:not(:last-child) {
    margin-bottom: 30px;
  }
  #company #staff .inner .staff_list {
    justify-content: center;
  }
  #company #staff .inner .staff_list .block {
    width: 290px;
  }
  #company #staff .inner .staff_list .block:not(:nth-child(5n)) {
    margin-right: 0;
  }
  #company #staff .inner .staff_list .block:nth-child(2n+1) {
    margin-right: 30px;
  }
  #company #staff .inner .staff_list .block:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #greeting {
    padding: 50px 0;
  }
  #greeting .inner .row .txt h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #greeting .inner .row .txt h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #greeting .inner .row .txt .message {
    font-size: 14px;
    line-height: 2;
  }
  #greeting .inner .row .img {
    margin-top: 20px;
  }
  #greeting .inner .imgs {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  #greeting .inner .imgs .img {
    width: 49%;
  }
  #greeting .inner .imgs .img:nth-child(n+3) {
    margin-top: 10px;
  }
  #company #shop {
    padding: 50px 0;
  }
  #company #shop .inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #company #shop .inner h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #company #shop .inner .list .block .txt {
    padding: 20px;
  }
  #company #shop .inner .list .block .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #company #shop .inner .list .block .txt .desc {
    font-size: 14px;
    line-height: 2;
  }
  #company #shop .inner .list .block .txt .info {
    margin-top: 20px;
    padding-top: 15px;
  }
  #company #shop .inner .list .block .txt .info dl dt {
    font-size: 12px;
  }
  #company #shop .inner .list .block .txt .info dl dd {
    font-size: 12px;
  }
  #company #staff {
    padding: 50px 0 30px;
  }
  #company #staff .inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #company #staff .inner h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #company #staff .inner .intro {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
  #company #staff .inner .list .point {
    width: 300px;
  }
  #company #staff .inner .list .point .num {
    font-size: 12px;
  }
  #company #staff .inner .list .point .num span {
    font-size: 36px;
  }
  #company #staff .inner .list .point h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #company #staff .inner .list .point .desc {
    font-size: 14px;
    line-height: 2;
  }
  #company #staff .inner .staff_list .block {
    width: 49%;
  }
  #company #staff .inner .staff_list .block .img {
    margin-bottom: 10px;
  }
  #company #staff .inner .staff_list .block .name {
    margin-bottom: 5px;
  }
  #company #staff .inner .staff_list .block:nth-child(2n+1) {
    margin-right: 2%;
  }
  #company #company_info {
    padding-top: 50px;
  }
  #company #history {
    padding: 50px 0;
  }
  #company #history .inner h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #company #history .inner h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #company #history .inner dl dt {
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
    font-size: 14px;
  }
  #company #history .inner dl dt:last-of-type {
    border-bottom: 0;
  }
  #company #history .inner dl dd {
    width: 100%;
    padding: 15px;
    border-top: 0;
    padding-top: 10px;
    font-size: 14px;
  }
}
#privacypolicy #content {
  font-size: 16px;
  margin: 96px 0 173px;
}
#privacypolicy #content .intro {
  margin-bottom: 32px;
}
#privacypolicy #content h3 {
  font-size: 26px;
  line-height: 1.44;
  margin-bottom: 19px;
}
#privacypolicy #content p {
  margin-bottom: 36px;
  line-height: 1.93;
}

@media (max-width: 768px) {
  #privacypolicy #content {
    margin: 50px 0;
  }
  #privacypolicy #content .inner .intro {
    font-size: 14px;
    line-height: 2;
  }
  #privacypolicy #content .inner h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #privacypolicy #content .inner p {
    font-size: 14px;
    line-height: 2;
  }
}
#soma #staff {
  padding-bottom: 91px;
}
#soma #staff h2 {
  font-size: 32px;
  line-height: 1.44;
}
#soma #staff h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#soma #staff h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#soma #staff h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#soma #staff .staff_list {
  margin-top: 58px;
  display: flex;
}
#soma #staff .staff_list .block {
  width: calc((100% - 45px) / 4);
}
#soma #staff .staff_list .block .img {
  margin-bottom: 16px;
}
#soma #staff .staff_list .block .name {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 1.44;
  font-weight: 900;
}
#soma #staff .staff_list .block .comment {
  font-size: 12px;
  line-height: 2;
}
#soma #staff .staff_list .block:not(:last-child) {
  margin-right: 15px;
}

#company_info {
  padding-bottom: 120px;
}
#company_info h2 {
  font-size: 32px;
  line-height: 1.44;
}
#company_info h2 span {
  color: #0A5BA8;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 15px;
  letter-spacing: 4%;
}
#company_info h2 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(10, 91, 168, 0.1);
}
#company_info h2 span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #0A5BA8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
#company_info table {
  width: 100%;
  margin-top: 59px;
}
#company_info table tr:nth-child(even) {
  background: #F6F6F7;
}
#company_info table tr:first-child {
  border-top: 1px solid #DFE2E5;
}
#company_info table tr:last-child {
  border-bottom: 1px solid #DFE2E5;
}
#company_info table tr th {
  text-align: left;
  padding: 22px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.44;
  width: 230px;
  vertical-align: top;
}
#company_info table tr td {
  padding: 22px 38px 22px 0;
}
#company_info table tr td iframe {
  margin-top: 26px;
  width: 100%;
  height: 319px;
}

@media (max-width: 768px) {
  #company_info {
    padding-bottom: 50px;
  }
  #company_info .inner h2 {
    font-size: 22px;
  }
  #company_info .inner h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #company_info .inner table {
    margin-top: 30px;
  }
  #company_info .inner table tr th {
    font-size: 14px;
    padding: 15px;
    display: block;
    width: 100%;
    background: #F6F6F7;
  }
  #company_info .inner table tr td {
    font-size: 14px;
    padding: 15px;
    display: block;
    width: 100%;
  }
  #company_info .inner table tr:nth-child(2n) {
    background: none;
  }
  #soma #staff .inner h2 {
    font-size: 22px;
  }
  #soma #staff .inner h2 span {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #soma #staff .inner .staff_list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #soma #staff .inner .staff_list .block {
    width: 49%;
  }
  #soma #staff .inner .staff_list .block .img {
    margin-bottom: 10px;
  }
  #soma #staff .inner .staff_list .block .name {
    margin-bottom: 5px;
  }
  #soma #staff .inner .staff_list .block:not(:last-child) {
    margin-right: 0;
  }
  #soma #staff .inner .staff_list .block:nth-child(2n+1) {
    margin-right: 2%;
  }
  #soma #staff .inner .staff_list .block:nth-child(n+3) {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */