@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
video,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 2;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    margin: 0 !important;
  }
}

body {
  font-family: Zen Kaku Gothic New, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

ol,
ul {
  list-style: none;
}

a:link {
  color: #707070;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-inner {
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 0;
}
@media (max-width: 1280px) {
  .m-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .m-inner {
    max-width: 82%;
  }
}

.t-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .t-inner {
    max-width: 80%;
  }
}

.s-inner {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .s-inner {
    max-width: 100%;
  }
}

.sidebar {
  z-index: 0;
  top: 113px;
  left: 0;
  width: 290px;
  list-style: none;
  position: fixed;
  max-height: 90vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar .accordion {
  border: none;
  margin: 0;
}
.sidebar .accordion:first-of-type summary {
  border-top: none;
}
.sidebar summary {
  pointer-events: stroke;
  position: relative;
  border-bottom: none;
  border-collapse: collapse;
  padding: 30px 0px;
  font-size: 1.2rem;
}
.sidebar .tab-inner {
  margin-bottom: 0;
  padding: 0;
  background: none;
  display: block;
}
.sidebar .tab-wrap {
  background: none;
  flex-direction: column;
}
.sidebar .tab-wrap ul {
  width: 270px;
  background: #FCFAE9;
}
.sidebar .tab-wrap li {
  margin: 30px 0;
  background: none;
}
.sidebar .tab-wrap li a {
  font-weight: bold;
  justify-content: center;
  background: none;
  color: #000;
  font-size: 1.2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-align: center;
}

.eng {
  font-family: Lato, sans-serif;
}

.toggle {
  display: none;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

a:visited {
  color: #000;
}

body.fixed {
  overflow: hidden;
  position: fixed;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10000;
  background: #00417D;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px auto;
  width: 90%;
}
@media (max-width: 1280px) {
  .header-inner {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .header-inner {
    height: 70px;
    margin: 0px auto;
  }
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media (max-width: 1280px) {
  .header-logo {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 20%;
  }
}
.header-logo img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .header-logo img {
    max-width: 100px;
    height: auto;
  }
}
.header-nav {
  background: #fff;
  padding: 12px;
  border-radius: 30px;
}
@media (max-width: 1280px) {
  .header-nav {
    padding: 12px 15px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0;
}
@media (max-width: 1280px) {
  .header-nav ul {
    margin-bottom: 0;
  }
  .header-nav ul a {
    font-size: 0.8vw;
  }
}
@media (max-width: 767px) {
  .header-nav ul {
    display: none;
  }
}
.header-nav ul li {
  margin: 0 20px;
}
@media (max-width: 1280px) {
  .header-nav ul li {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
}
.header-nav ul li.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav ul li.icon a:after {
  background: url(../img/header-icon.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.header-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00417D;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .header-nav ul li a {
    font-size: 1.6vw;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .header-nav ul li a {
    font-size: 1.2vw;
  }
}
.header-nav-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 5px 9px 20px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .header-nav-contact {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .header-nav-contact {
    display: none;
  }
}
.header-nav-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  color: #00417D;
  font-weight: bold;
  line-height: 0;
}
.header-nav-contact a:after {
  display: block;
  content: "";
  background: url(../img/mail-circle.png) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.header-nav__button {
  display: none;
}
@media (max-width: 767px) {
  .header-nav__button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 60px;
    height: 60px;
  }
  .header-nav__button .menu {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(1) {
    transform: rotate(197deg);
    top: 12px !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(2) {
    top: 12px !important;
    left: 0 !important;
    transform: rotate(-197deg);
    width: 30;
  }
}
.header-nav__switch {
  display: block;
  position: relative;
  background: none;
  border: none;
  width: 30px;
  height: 25px;
  margin: 5px 15px 0;
}
.header-nav__switch span {
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #fff;
  transition: 0.3s;
}
.header-nav__switch span:nth-child(1) {
  top: 5px;
}
.header-nav__switch span:nth-child(2) {
  top: 15px;
}
.header-nav__inner {
  width: 80%;
  margin: 30px auto;
}
.header-nav__inner .white {
  font-size: 0.8rem;
}
.header-nav__list {
  display: none;
}
@media (max-width: 767px) {
  .header-nav__list {
    display: block;
  }
  .header-nav__list.is-active {
    display: block;
  }
}
.header-nav__list .header-sns {
  margin-left: 0;
  margin-bottom: 60px;
  display: block;
}
.header-nav__list .header-sns img {
  display: block;
}
.header-nav__list__close {
  display: none;
}
@media (max-width: 767px) {
  .header-nav__list__close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header-nav__list__close.is-active {
    display: flex;
  }
}
.header-nav__list__close .close-icon {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: normal;
}
.header-nav__list__close .close-text {
  font-size: 0.6rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.header-nav__list-inner {
  position: fixed;
  z-index: 100;
  display: none;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100vh - 70px);
  margin-top: 0;
  padding-top: 0;
  font-weight: normal;
  background-color: #00417D;
  overflow-y: auto;
  flex-direction: column;
}
@media (max-width: 767px) {
  .header-nav__list-inner {
    display: none;
    flex-direction: column;
  }
  .header-nav__list-inner.is-active {
    display: flex;
  }
}
.header-nav__list-inner li {
  margin: 0;
  box-sizing: border-box;
}
.header-nav__list-inner li a {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  transition: background-color 0.3s;
  text-decoration: none;
}
.header-nav__list-inner li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.header-nav__list-inner li a .submenu-icon {
  background: url(../img/submenu-icon.png) no-repeat center center;
  background-size: 45%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease-out;
  cursor: pointer;
}
.header-nav__list-inner li.has-submenu {
  position: relative;
}
.header-nav__list-inner li.has-submenu a {
  position: relative;
}
.header-nav__list-inner li.has-submenu a .submenu-icon {
  display: inline-flex;
  position: relative;
  z-index: 10;
}
.header-nav__list-inner li.has-submenu.is-open .submenu-icon {
  transform: rotate(180deg);
}
.header-nav__list-inner li.has-submenu .product-submenu,
.header-nav__list-inner li.has-submenu .service-submenu {
  position: relative;
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 80%;
  box-sizing: border-box;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  border-left: 1px solid #056CC7;
  margin-left: 30px;
}
.header-nav__list-inner li.has-submenu .product-submenu li,
.header-nav__list-inner li.has-submenu .service-submenu li {
  margin: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}
.header-nav__list-inner li.has-submenu .product-submenu li a,
.header-nav__list-inner li.has-submenu .service-submenu li a {
  padding: 10px 20px 0px 10px;
  font-weight: normal;
  font-size: 3.6vw;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  min-height: 32px;
  box-sizing: border-box;
}
.header-nav__list-inner li.has-submenu .product-submenu li a:first-child,
.header-nav__list-inner li.has-submenu .service-submenu li a:first-child {
  padding-top: 0;
}
.header-nav__list-inner li.has-submenu .product-submenu li a:hover,
.header-nav__list-inner li.has-submenu .service-submenu li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.header-nav__list-inner li.has-submenu.is-open .product-submenu {
  max-height: 192px;
  padding-top: 0px;
}
.header-nav__list-inner li.has-submenu.is-open .service-submenu {
  max-height: 144px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-nav__list-inner li:last-of-type a {
  border-bottom: none;
}
.header-nav__contact {
  display: none;
}
@media (max-width: 767px) {
  .header-nav__contact {
    display: block;
    padding: 50px 20px 120px;
    margin-top: auto;
    background-image: url(../img/header-contact-sp.png);
    background-size: cover;
  }
}
.header-nav__contact-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}
.header-nav__contact-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header-nav__contact-box {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
.header-nav__contact-box:hover {
  opacity: 0.8;
}
.header-nav__contact-box:visited, .header-nav__contact-box:link {
  color: #fff;
}
.header-nav__contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #056CC7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.main {
  background: #FDFDFD;
}
.main-image {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
  background: #F5F7FF;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .main-image {
    padding-top: 30px;
  }
}
.main-image h1 {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
.main h2 {
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 0.5;
  color: #00417D;
}
@media (max-width: 767px) {
  .main h2 {
    margin-top: 20px;
    font-size: 15px;
  }
}
.main h2 .eng {
  font-size: 56px;
  color: #00417D;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .main h2 .eng {
    font-size: 30px;
  }
}
.main .text-center {
  font-size: 16px;
  text-align: center;
  font-family: Zen Kaku Gothic New;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #2D2D2D;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .main .text-center {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .main .text-center {
    text-align: left;
    font-size: 14px;
  }
}
.main .about-content {
  position: relative;
  z-index: 1;
  padding: 0 0 300px;
  background: #F5F7FF;
}
@media (max-width: 1280px) {
  .main .about-content {
    margin-top: -15%;
    padding-top: 15vw;
    padding-bottom: 100px;
    background-size: 100% auto;
  }
  .main .about-content .about-content-inner {
    background: #F5F7FF;
    padding-bottom: 20%;
  }
}
.main .about-content h2 {
  margin-top: 0;
}
.main .scheme-img {
  margin-top: 50px;
}
.main .scheme-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .products-content {
  position: relative;
  z-index: 100;
  padding: 100px 0;
  background: url(../img/products-bg.png) no-repeat;
  background-size: cover;
  margin-top: -10%;
}
@media (max-width: 1280px) {
  .main .products-content {
    margin-top: -22%;
  }
  .main .products-content h2 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .main .products-content {
    margin-top: -20%;
    padding-top: 5vh;
    background-size: cover;
    margin-top: -150px;
  }
}
.main .products-list {
  background: url(../img/products-list-bg.png) no-repeat center center/60% 100%;
  background-position: top right;
  padding-top: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main .products-list {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    background: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .main .products-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .main .products-list .m-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.main .products-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 24px;
  margin-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #00417D;
}
.main .products-list-item.top {
  flex-direction: row;
}
@media (max-width: 767px) {
  .main .products-list-item.top {
    flex-direction: column-reverse;
  }
}
.main .products-list-item:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .main .products-list-item {
    flex-direction: column-reverse;
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw;
    height: auto;
    min-height: 600px;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    border-bottom: none;
    box-sizing: border-box;
  }
  .main .products-list-item:first-of-type {
    margin-left: 20px;
  }
  .main .products-list-item:last-of-type {
    border-right: none;
    margin-right: 20px;
  }
}
.main .products-list-left {
  width: 40%;
}
@media (max-width: 767px) {
  .main .products-list-left {
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #F5F7FF;
    margin-top: -100px;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
  }
}
.main .products-list-right {
  width: 50%;
}
@media (max-width: 767px) {
  .main .products-list-right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    z-index: 100;
    box-sizing: border-box;
  }
  .main .products-list-right img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    display: block;
  }
}
.main .products-list-text {
  font-size: 18px;
  font-family: Zen Kaku Gothic New;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .main .products-list-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.main .products-list-btn {
  display: none;
}
@media (max-width: 767px) {
  .main .products-list-btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 35px;
    height: 35px;
  }
  .main .products-list-btn img {
    width: 100%;
    height: 100%;
  }
}
.main h3.circle {
  color: #056CC7;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.5;
}
@media (max-width: 1280px) {
  .main h3.circle {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .main h3.circle {
    font-size: 20px;
    margin-left: 20px;
    height: auto;
  }
}
.main h3.circle::before {
  position: absolute;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18px;
  left: -30px;
  width: 21px;
  height: 21px;
  background: url(../img/circle.png) no-repeat center center/contain;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .main h3.circle::before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .main h3.circle::before {
    top: 5px;
  }
}
.main h3.circle span {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
.main h3.circle span.eng {
  margin-left: 5px;
}
.main .services-content {
  position: relative;
  z-index: 100;
  padding: 0px 0;
  background: url(../img/services-bg.png) no-repeat;
  background-size: cover;
  margin-top: -10%;
}
@media (max-width: 767px) {
  .main .services-content {
    background: none;
    padding-bottom: 0;
  }
}
.main .services-list {
  background: url(../img/service-list-bg.png) no-repeat center center/65% 100%;
  background-position: top left;
  padding: 10px 0 10px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main .services-list {
    background: none;
    margin-top: 0;
  }
  .main .services-list .m-inner {
    max-width: 100%;
  }
}
.main .services-list-image {
  width: 100px;
  height: 100%;
}
@media (max-width: 767px) {
  .main .services-list-image {
    margin: 0 auto;
  }
}
.main .services-list-image-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main .services-list-image-mobile {
    display: block;
    width: 80%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main .services-list-image-mobile.service-Case2-sp {
    margin: 0 0 0 auto;
    margin-top: 20px;
  }
  .main .services-list-image-mobile img {
    width: 100%;
  }
}
.main .services-list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .main .services-list-image img {
    width: 70px;
  }
}
.main .services-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #00417D;
}
.main .services-list-item:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .main .services-list-item {
    flex-direction: column;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: none;
  }
}
.main .services-list-title {
  font-size: 30px;
  font-weight: bold;
  color: #056CC7;
  margin-top: 10px;
  margin-left: 50px;
}
@media (max-width: 1280px) {
  .main .services-list-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .main .services-list-title {
    font-size: 22px;
    margin-left: 0;
  }
}
.main .services-list-text {
  font-size: 18px;
  font-family: Zen Kaku Gothic New;
  letter-spacing: 0.1em;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .main .services-list-text {
    width: 80%;
    font-size: 16px;
    margin-left: 10%;
    text-align: left;
  }
  .main .services-list-text.services-list-text-sp {
    width: 80%;
    margin: 0px 20px 0 auto;
  }
}
.main .services-list-left {
  width: 50%;
}
@media (max-width: 767px) {
  .main .services-list-left {
    width: 100%;
    text-align: center;
  }
}
.main .services-list-right {
  width: 45%;
}
@media (max-width: 767px) {
  .main .services-list-right {
    display: none;
    width: 100%;
  }
}
.main .service-btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  gap: 40px;
}
@media (max-width: 767px) {
  .main .service-btn-area {
    margin-top: 0px;
    gap: 20px;
  }
  .main .service-btn-area .m-inner {
    max-width: 100%;
    justify-content: center;
  }
}
.main .service-btn-area a {
  width: 220px;
  background: #02294B;
  color: #fff;
  padding: 25px 40px;
  font-size: 20px;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .main .service-btn-area a {
    font-size: 16px;
    margin: 0 10px;
    padding: 20px;
  }
}
.main .news-content {
  padding: 100px 0 200px;
  background: #F5F7FF;
}
@media (max-width: 767px) {
  .main .news-content {
    padding-bottom: 10px;
  }
}
.main .news-content h2 {
  width: 22%;
  margin-top: 0;
  text-align: left;
  line-height: 0.5;
}
@media (max-width: 767px) {
  .main .news-content h2 {
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.main .news-content h2 span {
  line-height: 1.5;
}
.main .news-content h2 .jp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 767px) {
  .main .news-content h2 .jp {
    justify-content: center;
    margin-left: 10px;
  }
}
.main .news-content h2 .jp::after {
  background: url(../img/blank.png) no-repeat center center/contain;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .main .news-content h2 .jp::after {
    width: 20px;
    height: 20px;
    left: 50px;
  }
}
.main .news-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main .news-area {
    flex-direction: column;
  }
}
.main .news-list {
  width: 70%;
  padding: 20px 0;
  border-top: 1px solid #939393;
}
@media (max-width: 767px) {
  .main .news-list {
    width: 100%;
  }
}
.main .news-list li {
  margin-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #939393;
}
.main .news-category {
  font-size: 14px;
  color: #2D2D2D;
  margin-right: 10px;
  border: 1px solid #2D2D2D;
  border-radius: 50px;
  padding: 5px 10px;
  margin-left: 10px;
}
.main .contact-content {
  margin-top: -200px;
  padding: 50px 0 100px;
  position: relative;
  z-index: 100;
  background: url(../img/contact-bg.png) no-repeat center center/100% 100%;
}
@media (max-width: 767px) {
  .main .contact-content {
    display: none;
  }
}
.main .contact-content h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
  line-height: 1;
}
.main .contact-content h2 span {
  color: #fff;
  line-height: 1.5;
}
.main .contact-content p {
  color: #fff;
}
.main .contact-content .text-center {
  margin-top: 30px;
  font-size: 16px;
}
.main .contact-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 60%;
  max-width: 500px;
  margin: 50px auto;
}
.main .contact-area-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 220px;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  padding: 30px;
}
.main .contact-area-box span {
  display: block;
  margin-bottom: 10px;
}
.main .contact-area-box p {
  color: #056CC7;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.main .contact-area-box img {
  width: 60px;
  height: 50px;
}

.main.under {
  padding-top: 100px;
}
@media (max-width: 1280px) {
  .main.under {
    padding-top: 50px;
  }
  .main.under .text-center {
    margin-top: 20px;
  }
}
.main .breadcrumbs {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0 40px;
  font-size: 14px;
  color: #056CC7;
}
@media (max-width: 767px) {
  .main .breadcrumbs {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .main .breadcrumbs a {
    padding: 10px 0 20px;
  }
}
.main .breadcrumbs span {
  margin: 0 10px;
}
.main .breadcrumbs span:last-child {
  color: #000;
}
.main .heading {
  padding: 20px 0 60px;
  background: url(../img/heading-bg.png) no-repeat center center/100% 100%;
}
@media (max-width: 767px) {
  .main .heading {
    padding: 30px 0 10px;
  }
}
.main .heading h2 {
  font-size: 56px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main .heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.main .heading h2 .jp {
  display: block;
  font-size: 24px;
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .main .heading h2 .jp {
    font-size: 15px;
  }
}
.main .heading h2.eng {
  font-family: Lato;
  font-weight: bold;
}
.main .under-block-content p {
  letter-spacing: 0.05em;
  color: #2D2D2D;
}
.main .under-content {
  font-size: 16px;
  letter-spacing: -0.5em;
  padding: 50px 0 0;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .under-content {
    padding: 30px 0 0;
  }
}
.main .under-content p {
  font-size: 18px;
  line-height: 2;
  font-family: Zen Kaku Gothic New;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #2D2D2D;
  margin-top: 0px;
}
.main .under-content-list {
  width: max-content;
  background: #F5F7FF;
  margin: 50px auto 0;
  padding: 5px 20px;
  border-radius: 30px;
}
@media (max-width: 1280px) {
  .main .under-content-list {
    width: 50%;
    margin: 50px auto;
    padding: 0;
    background: none;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .main .under-content-list {
    width: 100%;
  }
}
.main .under-content-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1280px) {
  .main .under-content-list ul {
    gap: 20px;
    flex-direction: column;
  }
}
.main .under-content-list ul li {
  width: max-content;
}
@media (max-width: 1280px) {
  .main .under-content-list ul li {
    background: #F5F7FF;
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    box-sizing: border-box;
  }
}
.main .under-content-list ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #056CC7;
}
@media (max-width: 1280px) {
  .main .under-content-list ul li a {
    font-size: 16px;
    justify-content: space-between;
  }
}
.main .under-content-list ul li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/row.png) no-repeat center center/100% 100%;
  margin-left: 10px;
}
.main .under-block {
  padding-top: 150px;
}
.main .under-block.even .under-block-image {
  display: block;
  margin: auto 0 auto auto;
}
.main .under-block.even h3 {
  left: auto;
  right: 0;
  text-align: right;
}
@media (max-width: 1280px) {
  .main .under-block.even h3 {
    right: 5%;
  }
}
.main .under-block:last-of-type {
  background: none;
}
.main .under-block-backs {
  background: url(../img/under-back.png) no-repeat center center/100% 100%;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .main .under-block-backs {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.main .under-block-title {
  max-width: 880px;
  position: relative;
  z-index: 100;
  display: block;
  height: 1px;
  top: -50px;
}
@media (max-width: 767px) {
  .main .under-block-title {
    max-width: 80%;
    height: auto;
    top: -30px;
    scroll-margin-top: 109px;
    scroll-padding-top: 100px;
  }
}
.main .under-block-content {
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .main .under-block-content {
    width: 80%;
    margin: auto;
  }
  .main .under-block-content .m-inner {
    max-width: 100%;
  }
}
.main .under-block-content .text-center {
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .main .under-block-content .text-center {
    text-align: left;
  }
}
.main .under-block-content p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .main .under-block-content p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.main .under-block-image {
  width: 70%;
}
.main .under-block-image .m-inner {
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .main .under-block.under-block-lr2rc {
    background: url(../img/products-list-bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 150px;
    padding-bottom: 100px;
  }
}
.main .under-block-heading {
  font-size: 36px;
  font-weight: bold;
  color: #056CC7;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .main .under-block-heading {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.4;
  }
}
.main .under-block:last-of-type {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .main .under-block:last-of-type {
    margin-bottom: 0;
  }
}
.main .under-block-features {
  margin: 30px auto 50px;
}
@media (max-width: 767px) {
  .main .under-block-features {
    margin: 50px auto 20px;
  }
}
.main .under-block-flex {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .main .under-block-flex {
    margin-top: 20px;
    flex-direction: column;
  }
}
.main .under-block-flex img {
  width: 48%;
  height: auto;
}
@media (max-width: 767px) {
  .main .under-block-flex img {
    width: 100%;
    height: 250px;
  }
}
.main .under-block-end {
  margin-top: 0px;
  margin-bottom: 300px;
  font-size: 36px;
  font-weight: bold;
  color: #00417D;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1280px) {
  .main .under-block-end {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .main .under-block-end {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 100px;
  }
}
.main .under-service {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main .under-service {
    margin-top: 0px;
    padding-top: 100px;
  }
}
.main .under-service .text-center {
  margin-top: 20px;
}
.main .under-service.case-2 {
  background: url(../img/case-2-bg.png) no-repeat center center/100% 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .main .under-service.case-2 {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/case-2-bg-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: center top;
  }
}
.main .under-service:nth-of-type(even) .under-block-image {
  display: block;
  margin: auto 0 auto auto;
}
.main .under-service:nth-of-type(even) h3 {
  left: auto;
  right: 0;
  text-align: right;
}
.main .under-consultation {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 50px;
  border-radius: 40px;
  background: #F5F7FF;
  position: relative;
}
@media (max-width: 767px) {
  .main .under-consultation {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 30px;
    border-radius: 20px;
  }
}
.main .under-consultation .text-center {
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  .main .under-consultation .text-center {
    text-align: left;
    margin-bottom: 20px;
  }
}
.main .under-consultation-title {
  font-size: 32px;
  font-weight: bold;
  color: #056CC7;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .under-consultation-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.main .under-consultation-circle {
  position: absolute;
  top: -35px;
  right: -100px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #056CC7;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main .under-consultation-circle {
    font-size: 20px;
    width: 90px;
    height: 90px;
    top: -30px;
    right: -70px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.main .under-consultation-circle span {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main .under-consultation-circle span {
    font-size: 20px;
    margin-top: 0;
  }
}
.main .under-consultation-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main .under-consultation-block {
  width: 42%;
  height: 160px;
  background: #FDFDFD;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 2px solid #056CC7;
}
@media (max-width: 767px) {
  .main .under-consultation-block {
    width: 100%;
    height: auto;
    padding: 5px 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.main .under-consultation-block-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #056CC7;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main .under-consultation-block-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.main .under-consultation-block-title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/circle.png) no-repeat center center/100% 100%;
  margin-right: 10px;
}
.main .under-consultation-block-content p {
  height: 60px;
  margin: 0;
}
@media (max-width: 767px) {
  .main .under-consultation-block-content p {
    font-size: 3.1vw;
  }
}
.main h3 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  color: #056CC7;
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .main h3 {
    font-size: 22px;
  }
}
.main h3 .eng {
  font-weight: bold;
}
.main h3.service-title {
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  top: 20px;
}
@media (max-width: 767px) {
  .main h3.service-title {
    top: 0px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.main h3.service-title.reverse {
  justify-content: flex-end;
}
.main h3.service-title img {
  width: 125px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .main h3.service-title img {
    width: 80px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.main h3.service-title span {
  font-weight: bold;
  font-size: 48px;
}
@media (max-width: 767px) {
  .main h3.service-title span {
    font-size: 24px;
  }
}
.main h4 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #056CC7;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #02294B, #6AB7FB, #056CC7) 1;
}
@media (max-width: 767px) {
  .main h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.main .lr2rc-content {
  background: url(../img/under-back-top.png) no-repeat;
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: center 30%;
}
@media (max-width: 767px) {
  .main .lr2rc-content {
    background: url(../img/products-list-bg-sp.png) no-repeat;
    background-size: 100% 50%;
    background-position: center 20%;
  }
}

.under {
  min-height: 100vh;
}
.under-company {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .under-company {
    padding-top: 50px;
  }
}
.under-company h3.circle {
  position: relative;
  padding-left: 30px;
}
.under-company h3.circle::before {
  left: 0;
}
@media (max-width: 767px) {
  .under-company h3.circle::before {
    left: -4%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .under-company h3.circle {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .under-company .m-inner {
    max-width: 85%;
  }
}
.under-company-philosophy {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .under-company-philosophy {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .under-company-philosophy {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.under-company-item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .under-company-item {
    flex-direction: column;
  }
}
.under-company-left {
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .under-company-left {
    width: 100%;
  }
}
.under-company-right {
  width: 40%;
}
@media (max-width: 1280px) {
  .under-company-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .under-company-right {
    width: 100%;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 100px;
    background: url(../img/company-sp.png) no-repeat;
    background-size: 100%;
    font-size: 0.8rem;
  }
  .under-company-right p {
    padding: 0 10%;
  }
}
.under-company-text {
  font-size: 36px;
  line-height: 1.8;
  font-family: Zen Kaku Gothic New;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00417D;
  margin: 0;
}
@media (max-width: 1280px) {
  .under-company-text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .under-company-text {
    font-size: 20px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.under-company-bg {
  margin-top: 100px;
  padding: 10% 0 200px;
  background: url(../img/company-bg.png) no-repeat center center/100% 100%;
}
@media (max-width: 767px) {
  .under-company-bg {
    margin-top: 30px;
    background: none;
    padding: 0;
  }
}
.under-company-list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .under-company-list {
    margin-top: 20px;
  }
}
.under-company-list .company-info-table {
  width: 100%;
  border-collapse: collapse;
  background: #FDFDFD;
}
.under-company-list .company-info-table th {
  width: 200px;
  padding: 20px;
  background: #E1E7FF;
  border-bottom: 1px solid #939393;
  font-size: 18px;
  color: #2D2D2D;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .under-company-list .company-info-table th {
    font-size: 1.8vh;
    width: 28%;
    padding: 15px;
  }
}
.under-company-list .company-info-table td {
  padding: 20px;
  border-bottom: 1px solid #939393;
  font-size: 18px;
  color: #2D2D2D;
  line-height: 1.8;
  vertical-align: top;
}
@media (max-width: 767px) {
  .under-company-list .company-info-table td {
    width: 75%;
    font-size: 1.6vh;
  }
}
.under-company-list .company-info-table tr:first-child th, .under-company-list .company-info-table tr:first-child td {
  border-top: 1px solid #939393;
}
.under-company-list .company-info-table tr:last-child th, .under-company-list .company-info-table tr:last-child td {
  border-bottom: 1px solid #939393;
}
.under-company-access {
  padding: 100px 0 250px;
}
@media (max-width: 767px) {
  .under-company-access {
    margin-top: 50px;
    padding: 70px 0 100px;
    background: url(../img/company-sp-bottom.png) no-repeat top center/100% 100%;
  }
  .under-company-access .m-inner {
    max-width: 100%;
  }
}
.under-company-access-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .under-company-access-content {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .under-company-access #access {
    width: 75%;
    margin: auto;
  }
}
.under-company-access-left {
  width: 45%;
}
@media (max-width: 1280px) {
  .under-company-access-left {
    width: 80%;
    margin: auto;
  }
}
.under-company-access-right {
  position: absolute;
  right: 0;
  width: 40%;
  background: #fff;
  border-radius: 100px 0 0 100px;
  padding: 80px;
}
@media (max-width: 1280px) {
  .under-company-access-right {
    width: 80%;
    position: static;
    margin: 0px 0 0 auto;
    padding: 30px;
    border-radius: 50px 0 0 50px;
  }
}
.under-company-access-address {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .under-company-access-address {
    margin-bottom: 20px;
  }
}
.under-company-access-address p {
  font-size: 18px;
  line-height: 2;
  color: #2D2D2D;
  margin: 0;
}
.under-company-access-car, .under-company-access-train {
  margin-bottom: 25px;
}
.under-company-access-car h4, .under-company-access-train h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .under-company-access-car h4, .under-company-access-train h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.under-company-access-car p, .under-company-access-train p {
  font-size: 18px;
  line-height: 2;
  color: #2D2D2D;
  margin: 0;
}
@media (max-width: 767px) {
  .under-company-access-car p, .under-company-access-train p {
    font-size: 16px;
  }
}
.under-company-access-car-title, .under-company-access-train-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .under-company-access-car-title, .under-company-access-train-title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.under-company-access-map {
  width: 100%;
  height: 400px;
  border-radius: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .under-company-access-map {
    width: 100%;
    height: 200px;
  }
}
.under-company-access-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media (max-width: 767px) {
  .under-company-access-map iframe {
    width: 100%;
    height: 100%;
  }
}

.news-archive-content {
  display: flex;
  gap: 60px;
  padding: 100px 0 200px;
}
@media (max-width: 767px) {
  .news-archive-content {
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
  }
}
.news-archive-sidebar {
  width: 180px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .news-archive-sidebar {
    width: 100%;
  }
}
.news-archive-main {
  flex: 1;
}
@media (max-width: 767px) {
  .news-archive-main {
    width: 100%;
  }
}
.news-archive-year-filter {
  margin-bottom: 20px;
  position: relative;
}
.news-archive-year-filter .year-filter-btn {
  width: 100%;
  padding: 10px 20px;
  background: #056CC7;
  color: #FFFFFF;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .news-archive-year-filter .year-filter-btn {
    display: none;
  }
}
.news-archive-year-filter .year-filter-btn .arrow {
  font-size: 12px;
  transition: transform 0.3s;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  background: url(../img/submenu-icon.png) no-repeat center center/100% 100%;
}
.news-archive-year-filter .year-filter-btn.active .arrow {
  transform: rotate(180deg);
}
.news-archive-year-filter .year-filter-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FDFDFD;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 0;
  z-index: 100;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.news-archive-year-filter .year-filter-list li {
  list-style: none;
}
.news-archive-year-filter .year-filter-list li a {
  display: block;
  padding: 0px 20px 0 5px;
  margin: 0px 5px;
  color: #2D2D2D;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s;
}
.news-archive-year-filter .year-filter-list li a:hover {
  background: #1F94F9;
  color: #FFFFFF;
}
.news-archive-year-filter .year-filter-list li a.active {
  background: #056CC7;
  color: #FFFFFF;
}
.news-archive-year-filter .year-filter-list.show {
  display: block;
}
.news-archive-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: max-content;
}
.news-archive-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .news-archive-category-filter {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.news-archive-category-filter .category-filter-btn {
  width: max-content;
  padding: 0px 10px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid #E0E0E0;
  background: #FDFDFD;
  color: #2D2D2D;
}
@media (max-width: 767px) {
  .news-archive-category-filter .category-filter-btn {
    font-size: 14px;
  }
}
.news-archive-category-filter .category-filter-btn:hover {
  background: #F5F7FF;
  border-color: #056CC7;
}
.news-archive-category-filter .category-filter-btn.active {
  background: #056CC7;
  color: #FFFFFF;
  border-color: #056CC7;
}
.news-archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-archive-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 0;
}
.news-archive-item:first-child {
  border-top: 1px solid #E0E0E0;
}
.news-archive-link {
  display: block;
  text-decoration: none;
  color: #2D2D2D;
  transition: opacity 0.3s;
}
.news-archive-link:hover {
  opacity: 0.7;
}
.news-archive-date {
  font-size: 16px;
  color: #2D2D2D;
}
.news-archive-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-archive-category-tag {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid #2D2D2D;
}
.news-archive-title {
  font-size: 18px;
  line-height: 1.8;
  color: #2D2D2D;
  margin-top: 10px;
}
.news-archive-pagination {
  margin-top: 50px;
  text-align: center;
}
.news-archive-pagination .page-numbers {
  display: inline-flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-archive-pagination .page-numbers a, .news-archive-pagination .page-numbers span {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  text-decoration: none;
  color: #2D2D2D;
  font-size: 16px;
  transition: all 0.3s;
}
.news-archive-pagination .page-numbers a.current, .news-archive-pagination .page-numbers span.current {
  background: #056CC7;
  color: #FFFFFF;
  border-color: #056CC7;
}
.news-archive-pagination .page-numbers a:hover:not(.current), .news-archive-pagination .page-numbers span:hover:not(.current) {
  background: #F5F7FF;
  border-color: #056CC7;
}

.news-single-content {
  padding: 100px 0 200px;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-single-content {
    padding: 60px 0 150px;
  }
}
.news-single-article {
  margin-bottom: 60px;
}
.news-single-header {
  margin-bottom: 40px;
}
.news-single-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.news-single-date {
  font-size: 16px;
  color: #2D2D2D;
}
.news-single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-single-category-tag {
  display: inline-block;
  padding: 0px 12px;
  border-radius: 30px;
  font-size: 14px;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
.news-single-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #00417D;
  margin: 0;
}
@media (max-width: 767px) {
  .news-single-title {
    font-size: 24px;
  }
}
.news-single-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2D2D2D;
  margin-top: 40px;
  margin-bottom: 100px;
}
.news-single-body p {
  margin-bottom: 20px;
}
.news-single-body p:last-child {
  margin-bottom: 0;
}
.news-single-body a:hover {
  opacity: 0.7;
}
.news-single-footer {
  text-align: center;
  margin-top: 60px;
}
.news-single-back-btn {
  display: inline-block;
  padding: 15px 60px;
  background: #056CC7;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s;
}
.news-single-back-btn:visited {
  color: #fff;
}
.news-single-back-btn:hover {
  background: #0455A5;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .news-single-back-btn {
    padding: 12px 40px;
    font-size: 16px;
  }
}

.column-archive-content {
  padding: 100px 0 200px;
  background: url(../img/column-bg.png) no-repeat;
  background-size: 100% 50%;
  background-position: 30% bottom;
  padding: 100px 0 200px;
}
@media (max-width: 767px) {
  .column-archive-content {
    padding: 60px 0 150px;
    background: url(../img/case-2-bg-sp.png) no-repeat;
    background-size: 100% 70%;
    background-position: center;
  }
}
.column-archive-title {
  font-size: 34px;
  font-weight: bold;
  color: #00417D;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .column-archive-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.column-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .column-archive-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.column-archive-card {
  background: #FDFDFD;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s;
}
.column-archive-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .column-archive-card a {
    display: flex;
  }
}
.column-archive-link {
  display: block;
  text-decoration: none;
  color: #2D2D2D;
}
.column-archive-image {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 200px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .column-archive-image {
    width: 130px;
    min-width: 130px;
    height: 130px;
    min-height: 130px;
  }
}
.column-archive-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column-archive-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
}
.column-archive-placeholder svg {
  width: 80px;
  height: 80px;
  opacity: 0.5;
}
.column-archive-card-content {
  padding: 20px;
}
@media (max-width: 767px) {
  .column-archive-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
  }
}
.column-archive-card-title {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #2D2D2D;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .column-archive-card-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.column-archive-card-date {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .column-archive-card-date {
    font-size: 12px;
  }
}
.column-archive-empty {
  text-align: center;
  padding: 60px 20px;
  color: #666666;
  font-size: 16px;
}
.column-archive-pagination {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .column-archive-pagination {
    margin-top: 40px;
  }
}
.column-archive-pagination .page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.column-archive-pagination .page-numbers li {
  list-style: none;
}
.column-archive-pagination .page-numbers a, .column-archive-pagination .page-numbers span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  text-decoration: none;
  color: #2D2D2D;
  font-size: 16px;
  transition: all 0.3s;
  min-width: 40px;
  text-align: center;
}
.column-archive-pagination .page-numbers a.current, .column-archive-pagination .page-numbers span.current {
  background: #056CC7;
  color: #FFFFFF;
  border-color: #056CC7;
}
.column-archive-pagination .page-numbers a:hover:not(.current), .column-archive-pagination .page-numbers span:hover:not(.current) {
  background: #F5F7FF;
  border-color: #056CC7;
}
.column-archive-pagination .page-numbers .dots, .column-archive-pagination .page-numbers .page-numbers-dots {
  border: none;
  padding: 8px 4px;
}
.column-archive-pagination .page-numbers .dots:hover, .column-archive-pagination .page-numbers .page-numbers-dots:hover {
  background: transparent;
  border-color: transparent;
}

.column-single-content {
  padding: 100px 0 200px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .column-single-content {
    padding: 60px 0 150px;
  }
}
.column-single-content h2 {
  color: #fff;
  line-height: 2;
}
.column-single-content h2.wp-block-heading {
  color: #00417D;
}
.column-single-content h3 {
  position: relative;
  line-height: 1.5;
  font-size: 24px;
}
.column-single-article {
  margin-bottom: 60px;
}
.column-single-header {
  margin-bottom: 40px;
}
.column-single-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.column-single-date {
  font-size: 16px;
  color: #2D2D2D;
}
.column-single-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.column-single-category-tag {
  display: inline-block;
  padding: 0px 12px;
  border-radius: 30px;
  font-size: 14px;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
.column-single-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  color: #00417D;
  margin: 0;
}
@media (max-width: 767px) {
  .column-single-title {
    font-size: 24px;
  }
}
.column-single-image {
  margin: 40px 0;
  width: 100%;
}
.column-single-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.column-single-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2D2D2D;
  margin-top: 40px;
}
.column-single-body p {
  margin-bottom: 20px;
}
.column-single-body p:last-child {
  margin-bottom: 0;
}
.column-single-body a:hover {
  opacity: 0.7;
}
.column-single-body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.column-single-footer {
  text-align: center;
  margin-top: 60px;
}
.column-single-back-btn {
  display: inline-block;
  padding: 15px 60px;
  background: #056CC7;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  transition: all 0.3s;
}
.column-single-back-btn:hover {
  background: #0455A5;
  opacity: 0.9;
}
.column-single-back-btn:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .column-single-back-btn {
    padding: 12px 40px;
    font-size: 16px;
  }
}

.ct-link-btn a {
  color: #fff;
}

.contact-container {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact-container {
    padding: 0;
    padding-bottom: 50px;
    flex-direction: column;
  }
}
.contact-container a:visited {
  color: #fff;
}
.contact-container-progress {
  margin-bottom: 50px;
}
.contact-container-progress-list {
  display: flex;
  flex-direction: column;
}
.contact-container .text-center {
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .contact-container .text-center {
    font-size: 14px;
    text-align: center;
  }
}

.contact-page-content {
  padding: 0px 0 100px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-page-content {
    padding: 0px 0 50px;
  }
}
.contact-page-intro {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #056CC7;
}
.contact-page-intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #2D2D2D;
  margin: 0;
}
.contact-progress-list {
  position: absolute;
  top: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1280px) {
  .contact-progress-list {
    position: relative;
    width: max-content;
    margin: 0 auto 100px;
  }
}
.contact-progress-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-progress-item {
    width: max-content;
  }
}
.contact-progress-item:last-child {
  padding-bottom: 0;
}
.contact-progress-item:last-child::after {
  display: none;
}
.contact-progress-item::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 2px;
  height: 15px;
  background: #E0E0E0;
}
.contact-progress-item.active::after {
  background: #056CC7;
}
.contact-progress-item.active .contact-progress-circle {
  color: #056CC7;
}
.contact-progress-item.active .contact-progress-text {
  color: #056CC7;
  font-weight: bold;
}
.contact-progress-circle {
  font-size: 16px;
  line-height: 1;
  color: #999999;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.contact-progress-text {
  font-size: 12px;
  line-height: 1;
  color: #666666;
  padding-top: 2px;
}
.contact-info-sections {
  max-width: 700px;
  background: #F5F7FF;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 60px auto 130px;
  padding: 30px 60px;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-info-sections {
    flex-direction: column;
    width: 90%;
    margin: 40px auto 50px;
    gap: 30px;
    padding: 30px 20px;
    text-align: center;
  }
}
.contact-faq {
  width: 80%;
}
.contact-faq-section {
  flex: 1;
}
@media (max-width: 767px) {
  .contact-faq-section {
    margin: 0 auto;
  }
}
.contact-faq-title {
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
  margin: 0 0 15px 0;
}
.contact-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-faq-list li {
  font-size: 16px;
  color: #2D2D2D;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-faq-list li {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
  }
}
.contact-faq-list li:last-child {
  margin-bottom: 0;
}
.contact-faq-list li span {
  color: #056CC7;
}
.contact-phone-section {
  max-width: 260px;
  flex: 1;
}
@media (max-width: 767px) {
  .contact-phone-section {
    margin: auto;
  }
}
.contact-phone-title {
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
  margin: 0 0 15px 0;
}
.contact-phone-box {
  background: #FDFDFD;
  border: 1px solid #056CC7;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .contact-phone-box {
    padding: 10px;
  }
}
.contact-phone-icon {
  width: 50px;
  height: 50px;
  background: #056CC7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-phone-number {
  flex: 1;
}
.contact-phone-number a {
  font-size: 18px;
  font-weight: bold;
  color: #056CC7;
  text-decoration: none;
}
.contact-phone-number a:hover {
  opacity: 0.7;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.contact-form-header {
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact-form-header {
    right: 5%;
  }
}
.contact-form-required {
  font-size: 18px;
  color: #FF0000;
}
.contact-form-group {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-form-group {
    width: 90%;
    margin: 0px auto 20px;
  }
}
.contact-form-group-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-form-group-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
.contact-form-group-half {
  flex: 1;
}
@media (max-width: 767px) {
  .contact-form-group-half {
    margin-bottom: 20px;
  }
}
.contact-form-label {
  display: block;
  font-size: 18px;
  color: #2D2D2D;
  margin-bottom: 8px;
}
.contact-form-label-hidden {
  visibility: hidden;
}
@media (max-width: 767px) {
  .contact-form-label-hidden {
    display: none;
  }
}
.contact-form-label .required {
  color: #FF0000;
  margin-left: 4px;
}
.contact-form-input, .contact-form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid;
  font-size: 16px;
  font-family: inherit;
  color: #2D2D2D;
  background: #FDFDFD;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.contact-form-input:focus, .contact-form-textarea:focus {
  outline: none;
  border-color: #056CC7;
}
.contact-form-input::placeholder, .contact-form-textarea::placeholder {
  color: #999999;
}
.contact-form-textarea {
  resize: vertical;
  min-height: 150px;
}
.contact-form-submit {
  text-align: center;
  margin-top: 20px;
}
.contact-form-btn {
  padding: 25px 50px;
  background: #056CC7;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-form-btn:hover {
  background: #0455A5;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .contact-form-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}

.contact-form-message {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.contact-form-message.contact-form-error {
  background: #FFEBEE;
  border: 1px solid #FF5252;
  color: #C62828;
}
.contact-form-message.contact-form-error ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-form-message.contact-form-error ul li {
  margin-bottom: 5px;
}
.contact-form-message.contact-form-error ul li:last-child {
  margin-bottom: 0;
}
.contact-form-message.contact-form-success {
  background: #E8F5E9;
  border: 1px solid #4CAF50;
  color: #2E7D32;
}
.contact-form-message.contact-form-success p {
  margin: 0;
}

.contact-confirm-intro {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contact-confirm-intro {
    margin-bottom: 50px;
  }
}
.contact-confirm-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #2D2D2D;
  margin: 0 0 10px 0;
  text-align: center;
}
.contact-confirm-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-confirm-intro p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.contact-confirm-form {
  width: 800px;
  background: #FDFDFD;
  border-radius: 10px;
  margin-bottom: 40px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact-confirm-form {
    width: 90%;
    padding: 30px 20px;
  }
}
.contact-confirm-group {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-confirm-group {
    padding-bottom: 0;
  }
}
.contact-confirm-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contact-confirm-label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #2D2D2D;
  margin-bottom: 10px;
}
.contact-confirm-label .required {
  color: #FF0000;
  margin-left: 4px;
}
.contact-confirm-value {
  font-size: 16px;
  color: #2D2D2D;
  line-height: 1.8;
}
.contact-confirm-value.contact-confirm-message {
  white-space: pre-wrap;
}
.contact-confirm-actions {
  margin-bottom: 10px;
}
.contact-confirm-buttons {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .contact-confirm-buttons {
    margin-top: 50px;
    gap: 15px;
  }
}
.contact-confirm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 60px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
}
.contact-confirm-btn-back {
  background: #056CC7;
  color: #FFFFFF;
}
.contact-confirm-btn-back a {
  font-weight: 500;
}
.contact-confirm-btn-submit {
  background: #056CC7;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .contact-confirm-btn {
    padding: 12px 40px;
    font-size: 16px;
  }
}
.contact-confirm-footer {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 0;
}

.contact-complete-message {
  padding: 0px 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-complete-message {
    padding: 40px 20px;
  }
}
.contact-complete-message p {
  font-size: 16px;
  line-height: 1.8;
  color: #2D2D2D;
  margin: 0 0 20px 0;
  word-break: break-all;
}
.contact-complete-message p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-complete-message p {
    margin-bottom: 0px;
    width: 100%;
  }
}
.contact-complete-message-note {
  display: inline-block;
  width: max-content;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: auto;
  margin-top: 60px !important;
  padding-left: 20px;
}
.contact-complete-message-note::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  margin-right: 5px;
}
@media (max-width: 767px) {
  .contact-complete-message-note {
    text-align: left;
  }
}

.footer {
  width: 100%;
  position: relative;
  background: #02294B;
  z-index: 100;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  min-height: 50px;
  padding: 30px 0 50px;
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    position: relative;
  }
}
.footer-inner-left {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1280px) {
  .footer-inner-left {
    flex-direction: column;
    padding: 0 20px;
  }
}
.footer-inner-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer-inner-left ul {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer-inner-left ul li {
    margin-bottom: 5px;
    list-style: none;
  }
}
@media (max-width: 767px) {
  .footer-inner-left ul li.footer-product-list {
    border-left: 1px solid #056CC7;
    margin-left: 10px;
  }
}
.footer-inner-left ul li.footer-product-list li {
  content: "";
  color: #fff;
  padding-left: 16px;
  margin-bottom: 0px;
  position: relative;
}
.footer-inner-left ul li.footer-product-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  display: block;
  width: 1px;
  height: 1px;
}
@media (max-width: 767px) {
  .footer-inner-left ul li.footer-product-list li::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-inner-left ul li.footer-product-list li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
  }
}
@media (max-width: 767px) {
  .footer-inner-left ul li.footer-product-list li a {
    padding-left: 10px;
    font-size: 14px;
  }
}
.footer-inner-left ul li.footer-product-list li a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-inner-left ul li.footer-service-list {
    border-left: 1px solid #056CC7;
    margin-left: 10px;
  }
  .footer-inner-left ul li.footer-service-list li {
    margin-left: 10px;
  }
}
.footer-inner-left ul li ul {
  color: #fff;
  padding: 0;
  margin: 0;
}
.footer-inner-left ul li ul li {
  margin-bottom: 5px;
}
.footer-inner-left ul li ul li a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-inner-left ul li ul li {
    margin-bottom: 5px;
  }
}
.footer-inner-left ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .footer-inner-left ul li a {
    font-size: 16px;
    display: block;
    padding: 2px 0;
  }
}
.footer-inner-left ul li a:hover {
  opacity: 0.8;
}
.footer-inner p {
  font-weight: bold;
  font-size: 24px;
}
.footer-inner a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  font-size: 1.1rem;
  color: #fff;
}
.footer-inner-right {
  width: 30%;
  max-width: 280px;
}
@media (max-width: 1280px) {
  .footer-inner-right {
    max-width: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}
.footer-inner-btn {
  width: 100%;
  max-width: 270px;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer-inner-btn {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: auto;
    list-style: none;
  }
}
.footer-inner-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #056CC7;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767px) {
  .footer-inner-btn a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #056CC7;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: transparent;
  }
  .footer-inner-btn a::before {
    margin-right: 0;
    filter: brightness(0) invert(1);
  }
}
.footer-inner-btn a.tel {
  font-size: 18px;
}
@media (max-width: 767px) {
  .footer-inner-btn a.tel {
    background: url(../img/sp-tel.svg) no-repeat center center;
    background-size: contain;
  }
}
.footer-inner-btn a.tel::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/tel-circle.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .footer-inner-btn a.tel::before {
    width: 24px;
    height: 24px;
    background-size: cover;
    display: none;
  }
}
.footer-inner-btn a.tel::before span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer-inner-btn a.tel::before span {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-inner-btn a.mail {
    background: url(../img/sp-mail.svg) no-repeat center center;
    background-size: contain;
  }
}
.footer-inner-btn a.mail::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/mail-circle.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .footer-inner-btn a.mail::before {
    display: none;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.footer-copy {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .footer-copy {
    padding: 15px 0;
    font-size: 12px;
  }
}