/*=============================================
 * body
 *=============================================*/
body {
  background: #F9F9F9;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  position: relative; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  background: url("../img/common/page-deco.png") no-repeat top right/42.9% auto;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

body.home main:before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  left: 0; }

/* =============================================
 * Custom
*=============================================*/
@keyframes homeTileAnimation {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-120%); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(1turn); } }
.img_effect {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.img_effect:after {
  content: "";
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff; }

.img_effect[style*="visible"]:after {
  animation-name: homeTileAnimation; }

/* -- heading -- */
.h2 {
  background: url("../img/common/title-deco.png") no-repeat center top/auto 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 46px;
  text-align: center;
  padding: 100px 0 64px; }
  .h2 .sub {
    display: block;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 10px; }

.h-18 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px; }

.h-20 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px; }

.h-22 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px; }

.h-24 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 35px; }
  .h-24.icon {
    background: url("../img/common/title-deco-1.png") no-repeat top 9px left/18px auto;
    padding-left: 24px; }

.h-26 {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px; }

.h-27 {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 36px; }

.h-28 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40px; }

.h-30 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 44px; }

.h-32 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 46px; }

.h-36 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 54px; }

.title-1 {
  background: url("../img/common/title-deco-4.png") no-repeat center top/auto 36px, url("../img/common/title-deco-5.png") no-repeat center bottom/auto 36px;
  text-align: center;
  padding: 46px 0;
  color: #64748B; }

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 24px;
    line-height: 36px;
    padding: 50px 0 40px; }
    .h2 .sub {
      font-size: 16px;
      line-height: 24px;
      padding-top: 0; }

  .h-18,
  .h-20 {
    font-size: 16px; }

  .h-22,
  .h-24,
  .h-26 {
    font-size: 18px;
    line-height: 26px; }

  .h-27,
  .h-28 {
    font-size: 20px;
    line-height: 30px; }

  .h-30,
  .h-32 {
    font-size: 20px;
    line-height: 30px; }

  .h-36 {
    font-size: 26px;
    line-height: 36px; }

  .h-24.icon {
    background-position: top 5px left; }

  .title-1 {
    background-size: auto 26px, auto 26px;
    padding: 36px 0; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  min-width: 260px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px 14px;
  position: relative;
  border-bottom: 1px solid #F97316; }
  .button a:before {
    content: '';
    width: 100%;
    border-bottom: 3px solid #F97316;
    position: absolute;
    bottom: 3px;
    left: 0; }
  .button a:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/common/icon-arrow-right.svg") no-repeat center top/cover;
    position: absolute;
    top: 6px;
    right: 10px;
    transition: all 0.3s; }
  .button a:hover {
    color: #F97316;
    opacity: 1; }
    .button a:hover:after {
      transform: translateX(5px); }

.button-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }
  .button-1 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    border-radius: 6px; }
    .button-1 a.cl-1 {
      background-color: #1E3A8A; }
    .button-1 a.cl-2 {
      background-color: #64748B; }
    .button-1 a.cl-3 {
      background-color: #3B82F6; }
    .button-1 a.cl-4 {
      background-color: #F97316; }
    .button-1 a.cl-5 {
      background-color: #fff;
      border: 1px solid #F97316;
      color: #333;
      font-weight: 500;
      font-size: 17px; }
      .button-1 a.cl-5:hover {
        background-color: #F97316;
        color: #fff; }
    .button-1 a:hover {
      background-color: #333;
      opacity: 1; }

@media screen and (max-width: 767px) {
  .button,
  .button-1 {
    text-align: center; }

  .button-1 a {
    width: 100%;
    max-width: 300px; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #1E3A8A; }

.cl-green {
  color: #2E8B57; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFB357; }

.cl-orange {
  color: #F97316; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 80px 0; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt80 {
  padding-top: 80px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb80 {
  padding-bottom: 80px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt40 {
    padding-top: 30px; }

  .pt50 {
    padding-top: 30px; }

  .pt80 {
    padding-top: 40px; }

  .pb40 {
    padding-bottom: 30px; }

  .pb50 {
    padding-bottom: 30px; }

  .pb80 {
    padding-bottom: 40px; }

  .mb20 {
    margin-bottom: 15px; }

  .mb30,
  .mb40 {
    margin-bottom: 20px; }

  .mb50 {
    margin-bottom: 30px; } }
/* -- --*/
.bg-cl01 {
  background-color: #E5EAEB; }

.bg-cl02 {
  background-color: #F3F7F8; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.tb-style {
  position: relative; }

.tb-style dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  line-height: 25px; }

.tb-style dl dt,
.tb-style dl dd {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #64748B;
  padding: 24px 20px; }

.tb-style dl:first-child dt,
.tb-style dl:first-child dd {
  padding-top: 0; }

.tb-style dl dt {
  width: 200px;
  position: relative;
  top: 1px;
  border-bottom-width: 3px;
  font-weight: 500; }

.tb-style dl dd {
  padding-left: 40px; }

.tb-style .dot {
  text-indent: -18px;
  padding-left: 18px; }
.tb-style .num {
  text-indent: -18px;
  padding-left: 18px; }
.tb-style .p + .p {
  padding-top: 30px; }

@media screen and (max-width: 767px) {
  .tb-style dl dt,
  .tb-style dl dd {
    padding: 20px 0; }
  .tb-style dl dt {
    width: 80px; }
  .tb-style dl dd {
    padding-left: 10px; }

  .tb-style .dot {
    text-indent: -15px;
    padding-left: 15px; }
  .tb-style .num {
    text-indent: -15px;
    padding-left: 15px; }
  .tb-style .p + .p {
    padding-top: 20px; } }
/* -- --*/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.cursor {
  width: 8px;
  height: 8px;
  background-color: #55adb6;
  z-index: 1001;
  mix-blend-mode: multiply; }

@media (max-width: 767px) {
  .cursor {
    display: none; } }
.follower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #e4d35f;
  z-index: 1000;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  -o-transition: transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s;
  text-align: center;
  mix-blend-mode: multiply; }

.follower.is-active {
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2); }

@media (max-width: 767px) {
  .follower {
    display: none; } }
/* -- -- */
.swiper-fade .swiper-slide {
  opacity: 0; }

.swiper-fade .swiper-slide-active {
  opacity: 1; }

.swiper-controls {
  display: flex;
  align-items: center;
  gap: 20px; }

.swiper-button-next,
.swiper-button-prev {
  width: 7px;
  height: 14px;
  position: static;
  margin: 0;
  color: #002B3D; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #53B075;
  opacity: 1; }

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  position: static;
  margin: 0;
  padding-right: 10px; }

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin: 0; }

.swiper-pagination .swiper-pagination-bullet-active {
  color: #53B075; }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 60vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #1E3A8A; }

.hr-1 {
  height: 40px;
  background: url("../img/common/deco-line-3.png") repeat-x top left/auto 100%; }

@media screen and (max-width: 767px) {
  .hr-1 {
    height: 20px; } }
/* -- --*/
.filter-gray {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s; }

.filter-gray:hover {
  filter: grayscale(0); }

/* -- --*/
.tel {
  color: #010D1A;
  font-weight: 500;
  font-size: 27px;
  line-height: 32px; }
  .tel a {
    display: inline-flex;
    align-items: baseline;
    gap: 10px; }
  .tel time {
    font-weight: 400;
    font-size: 15px; }

/* -- --*/
.list-dot {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  .list-dot li {
    position: relative;
    padding-left: 14px; }
    .list-dot li:before {
      content: '';
      width: 6px;
      height: 6px;
      background-color: #F97316;
      position: absolute;
      top: 10px;
      left: 0;
      border-radius: 50%; }
    .list-dot li:not(:last-child) {
      margin-bottom: 6px; }

@media screen and (max-width: 767px) {
  .list-dot {
    font-size: 14px; } }
/* -- --*/
.table table {
  width: 100%; }
  .table table th,
  .table table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CFCFCF;
    padding: 12px 20px;
    line-height: 25px;
    position: relative; }
  .table table th {
    background-color: #64748B;
    color: #fff; }
  .table table td {
    background-color: #fff; }
  .table table tr:not(:last-child) th,
  .table table tr:not(:last-child) td {
    border-bottom: 6px solid #F9F9F9; }
    .table table tr:not(:last-child) th:after,
    .table table tr:not(:last-child) td:after {
      content: '';
      width: 100%;
      border-bottom: 1px solid #CFCFCF;
      position: absolute;
      bottom: 0;
      left: 0; }
  .table table tr:not(:first-child) th:before,
  .table table tr:not(:first-child) td:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
    position: absolute;
    top: 0;
    left: 0; }
  .table table.tlf {
    table-layout: fixed; }

@media screen and (max-width: 1023px) {
  .table table th,
  .table table td {
    padding: 12px; } }
@media screen and (max-width: 767px) {
  .table {
    overflow: auto hidden;
    margin-right: -20px;
    padding-bottom: 5px; }
    .table table {
      min-width: 600px; }
      .table table th,
      .table table td {
        line-height: 20px;
        padding: 5px; } }
/* -- --*/
.box-wh {
  background-color: #fff;
  border-radius: 60px;
  padding: 60px 100px; }

@media screen and (max-width: 1023px) {
  .box-wh {
    padding: 50px; } }
@media screen and (max-width: 767px) {
  .box-wh {
    border-radius: 30px;
    padding: 30px 20px; } }
/* -- --*/
.box-qa .item:not(:last-child) {
  padding-bottom: 30px; }
.box-qa .txt-q {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 68px 20px 52px;
  position: relative;
  cursor: pointer; }
  .box-qa .txt-q:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../img/common/icon-q.png") no-repeat center top/cover;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%); }
  .box-qa .txt-q i {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
    .box-qa .txt-q i:before, .box-qa .txt-q i:after {
      content: "";
      background-color: #333;
      transition: all 0.3s;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .box-qa .txt-q i:before {
      width: 3px;
      height: 100%; }
    .box-qa .txt-q i:after {
      width: 100%;
      height: 3px; }
.box-qa .txt-a {
  display: none;
  padding: 15px 20px 0 52px;
  position: relative; }
  .box-qa .txt-a:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../img/common/icon-a.png") no-repeat center top/cover;
    position: absolute;
    top: 21px;
    left: 20px; }
.box-qa .is-active .txt-q i:before {
  transform: translate(-50%, -50%) rotate(90deg); }

@media screen and (max-width: 767px) {
  .box-qa .item:not(:last-child) {
    padding-bottom: 20px; }
  .box-qa .txt-q {
    padding: 10px 35px 10px 40px; }
    .box-qa .txt-q:before {
      left: 10px; }
    .box-qa .txt-q i {
      right: 10px; }
  .box-qa .txt-a {
    padding: 15px 0 0 40px; }
    .box-qa .txt-a:before {
      left: 10px; } }
/* -- -- */
.list-cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  .list-cta a {
    display: block;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    text-align: left;
    padding: 20px 0 20px 90px;
    position: relative; }
    .list-cta a span {
      display: block;
      font-size: 15px;
      line-height: 25px; }
    .list-cta a img {
      max-width: 40px;
      position: absolute;
      top: calc(50% - 20px);
      left: 30px; }
  .list-cta .btn-tel a {
    background-color: #1E3A8A;
    font-size: 27px; }
  .list-cta .btn-email a {
    background-color: #64748B; }
  .list-cta .btn-ai a {
    background-color: #F97316; }

@media screen and (max-width: 1023px) {
  .list-cta {
    grid-template-columns: 1fr;
    width: 320px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .list-cta h3 {
    font-size: 20px;
    line-height: 30px; } }
/*=============================================
 * <header>
 *=============================================*/
header {
  width: 100%;
  position: sticky;
  top: 0;
  box-sizing: border-box;
  z-index: 100;
  transition: all 0.3s; }
  header .logo {
    flex: 1 0 0;
    padding: 50px 0 50px 80px; }
    header .logo a {
      display: block;
      max-width: 377px; }

.header__nav {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0; }
  .header__nav .nav {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    padding-top: 40px; }
    .header__nav .nav a {
      display: block;
      width: 17px;
      color: #64748B;
      font-weight: 700;
      line-height: 18px;
      border-right: 1px solid #64748B;
      padding-right: 5px; }
      .header__nav .nav a:hover {
        border-right-color: transparent; }
  .header__nav .nav-btn {
    padding-left: 42px; }
    .header__nav .nav-btn a {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      gap: 10px;
      background: url("../img/common/nav-btn-bg.png") no-repeat center top/cover;
      width: 258px;
      height: 218px;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
      color: #fff;
      padding: 36px 80px 0;
      box-sizing: border-box; }
      .header__nav .nav-btn a span {
        display: block;
        width: 20px; }
        .header__nav .nav-btn a span:last-child {
          background: url("../img/common/icon-circle-right-wh.svg") no-repeat center bottom/16px auto;
          padding: 10px 0 22px; }

.navbar {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 80px;
  transition: all 0.3s; }
  .navbar .nav-logo {
    flex: 1 0 0; }
    .navbar .nav-logo a {
      display: block;
      max-width: 226px; }
  .navbar .nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 700;
    color: #64748B; }
    .navbar .nav a {
      border-bottom: 1px solid transparent; }
      .navbar .nav a:hover {
        border-bottom-color: #64748B; }

@media screen and (max-width: 1440px) {
  .header__nav .nav {
    padding-top: 30px; }

  .navbar {
    padding: 0 40px; } }
@media screen and (max-width: 1200px) {
  header .logo {
    padding-left: 40px; }

  .header__nav .nav {
    gap: 25px; }
  .header__nav .nav-btn {
    padding-left: 30px; }

  .navbar {
    gap: 20px;
    padding: 0 20px;
    font-size: 14px; }
    .navbar .nav {
      gap: 20px; } }
@media screen and (max-width: 1023px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0px 20px;
    background-color: #fff; }
    header .logo {
      padding: 0; }
      header .logo a {
        max-width: 200px; }

  .header__nav {
    display: none; }

  .hamburger {
    display: block; }

  .navbar {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 100px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: -1; }
    .navbar .nav-logo {
      display: none; }
    .navbar .nav {
      flex-direction: column;
      gap: 30px; }
    .navbar .tel {
      text-align: center; }

  .navOpen #navbar {
    opacity: 1;
    visibility: visible; }

  body.home header {
    background-color: transparent; }
  body.home header.fixed {
    background-color: #fff; } }
@media screen and (min-width: 1024px) {
  .navbar {
    height: 100px !important; }

  body.home header {
    position: relative; }
  body.home .navbar {
    position: fixed;
    opacity: 0;
    visibility: hidden; }
  body.home header.fixed .navbar {
    opacity: 1;
    visibility: visible; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url("../img/common/deco-line-1.png") repeat-x center top/auto 43px, url("../img/common/deco-line-1.png") repeat-x center bottom/auto 43px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 100px 0; }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 80px 20px; }
  footer .logo {
    width: 320px; }
  footer .col p + p {
    padding-top: 10px; }
  footer nav .nav {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-weight: 700;
    font-size: 17px; }
  footer nav .nav-btn {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px; }
  footer nav .nav-pp {
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    padding-top: 10px; }
    footer nav .nav-pp a {
      display: inline-block;
      background: url("../img/common/icon-circle-right-blue.svg") no-repeat center right/16px auto;
      padding-right: 22px; }

footer address {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

@media screen and (max-width: 1200px) {
  footer nav .nav {
    gap: 13px; } }
@media screen and (max-width: 1023px) {
  footer .wrap {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px; } }
@media screen and (max-width: 767px) {
  footer {
    background-size: auto 22px, auto 22px;
    padding: 60px 0; }
    footer .logo {
      width: 240px; }
    footer nav {
      max-width: 300px;
      margin: 0 auto; }
      footer nav .nav {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 14px; }
        footer nav .nav li {
          width: calc(50% - 5px); }
      footer nav .button-1 {
        grid-template-columns: 1fr;
        justify-content: center; }

  footer address {
    font-size: 14px; } }
/* -- -- */
.ft-fixed {
  position: fixed;
  bottom: -100%;
  right: 20px;
  z-index: 9;
  transition: 0.5s; }

.ft-fixed ul {
  bottom: 20px;
  width: 183px; }

.ft-fixed ul a img {
  transition: all 0.3s; }

.ft-fixed ul a:hover img {
  transform: scale(1.05); }

.ft-fixed.fixed {
  bottom: 20px; }

#pagetop {
  width: 70px; }

@media screen and (max-width: 767px) {
  .ft-fixed {
    right: 10px; }

  .ft-fixed.fixed {
    bottom: 10px; }

  .ft-fixed.stop {
    bottom: -100%; }

  #pagetop {
    width: 40px; } }
/* -- -- */
*::selection {
  background-color: #010B33;
  color: #fff; }

/*=============================================
 * <section>
 *=============================================*/
#kv {
  display: flex;
  align-items: flex-end;
  background: #fff;
  width: 100%;
  height: 325px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 6.1%; }
  #kv:before {
    content: '';
    width: 100%;
    padding-top: 6.1%;
    background: url("../img/common/kv-bg-b.png") no-repeat center top/cover;
    position: absolute;
    top: 100%;
    left: 0; }
  #kv .page-title {
    color: #1E3A8A;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 60px; }
    #kv .page-title .sub {
      display: block;
      font-size: 22px;
      letter-spacing: 0.1em;
      line-height: 32px;
      padding-bottom: 12px;
      text-transform: uppercase; }
      #kv .page-title .sub:first-letter {
        text-decoration: uppercase; }

@media screen and (max-width: 767px) {
  #kv {
    height: 120px;
    margin-bottom: 12%; }
    #kv:before {
      background-size: 200% auto;
      padding-top: 12%; }
    #kv .page-title {
      font-size: 25px;
      line-height: 35px; }
      #kv .page-title .sub {
        font-size: 16px;
        line-height: 24px; } }
/* -- --*/
.breadcrumbs {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 100px; }

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .breadcrumbs ul li {
    position: relative; }
    .breadcrumbs ul li + li {
      padding-left: 32px; }
      .breadcrumbs ul li + li:before {
        content: '...';
        position: absolute;
        top: 0;
        left: 0; }

.breadcrumbs .home a {
  display: block;
  background: url("../img/common/icon-home.svg") no-repeat top 2px left/16px auto;
  padding-left: 20px; }

.breadcrumbs span {
  word-break: break-all; }

.breadcrumbs a:hover {
  text-decoration: underline; }

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    font-size: 12px;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 10px 20px 50px; }

  .breadcrumbs .wrap {
    gap: 10px;
    width: max-content;
    max-width: inherit;
    background-color: transparent;
    margin: 0;
    padding: 0; }

  .breadcrumbs .wrap > span {
    position: relative;
    top: 1px; } }
/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 140px 0 100px; }
  #content-404 .txt {
    padding-top: 40px; }

#content-404 .button {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 70px 0 50px; }
    #content-404 .txt {
      padding-top: 30px; }

  #content-404 .button {
    padding-top: 30px; }
    #content-404 .button a {
      width: auto; } }
/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  position: relative; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 15px;
  height: 8px;
  background: url("../img/common/icon-angle-down.png") no-repeat center top/cover;
  position: absolute;
  top: 19px;
  right: 20px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 30px;
  padding: 7px 50px 7px 20px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 30px; }

.wpcf7 textarea {
  height: 240px;
  resize: vertical; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: top 22px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #AAB8C4; }

.wpcf7 ::-moz-placeholder {
  color: #AAB8C4; }

.wpcf7 :-ms-input-placeholder {
  color: #AAB8C4; }

.wpcf7 :-moz-placeholder {
  color: #AAB8C4; }

.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  line-height: 24px; }

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-checkbox input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 16px 1fr;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  margin: auto; }

.wpcf7-checkbox .wpcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  box-sizing: border-box; }

.wpcf7-checkbox .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon-checked.png") no-repeat center top/cover;
  display: none; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  line-height: 28px; }

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-radio input {
  display: none; }

.wpcf7-radio .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 28px 1fr;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer; }

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  border-radius: 50%;
  margin: auto; }

.wpcf7-radio .wpcf7-list-item-label:before {
  width: 28px;
  height: 28px;
  background-color: #fff; }

.wpcf7-radio .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  background-color: #020C45;
  display: none; }

.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 22px;
  color: #E50012; }

.wpcf7 .result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

@media screen and (max-width: 1023px) {
  .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    grid-template-columns: 1fr; } }
/*=============================================
 * cta
 *=============================================*/
.section__cta {
  background: url("../img/index/cta-bg.jpg") no-repeat center top/cover;
  padding: 80px 0; }
  .section__cta .box-1 {
    padding-top: 40px; }
    .section__cta .box-1 h3 {
      font-weight: 600;
      font-size: 38px;
      line-height: 55px; }
    .section__cta .box-1 p {
      padding-top: 15px;
      line-height: 36px; }
  .section__cta .box-2 {
    display: flex;
    gap: 30px;
    padding: 50px 10px 30px; }
    .section__cta .box-2 h3 {
      align-self: flex-start;
      width: 27px;
      font-weight: 600;
      font-size: 27px;
      line-height: 30px;
      border-right: 1px solid;
      margin-right: 10px;
      padding-right: 5px; }
    .section__cta .box-2 .col {
      width: 280px; }
    .section__cta .box-2 figure {
      width: 120px;
      margin: 0 auto; }
    .section__cta .box-2 h4 {
      font-weight: 600;
      font-size: 28px;
      line-height: 40px;
      padding-top: 10px; }
    .section__cta .box-2 p {
      padding-top: 10px; }
  .section__cta .box-3 {
    display: flex;
    gap: 80px;
    border-top: 2px solid #CFCFCF;
    border-bottom: 2px solid #CFCFCF;
    padding: 30px 0;
    line-height: 25px;
    text-align: left; }
    .section__cta .box-3 .col {
      width: 460px; }
    .section__cta .box-3 h3 {
      font-weight: 600;
      font-size: 24px;
      line-height: 35px;
      background: url("../img/common/title-deco-1.png") no-repeat top 10px left/18px auto;
      padding-left: 24px; }
    .section__cta .box-3 p {
      padding-top: 15px; }
  .section__cta .box-4 {
    padding-top: 30px; }
    .section__cta .box-4 h3 {
      font-weight: 600;
      font-size: 24px;
      line-height: 35px; }
    .section__cta .box-4 ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      padding-top: 20px; }
      .section__cta .box-4 ul a {
        display: block;
        border-radius: 6px;
        color: #fff;
        font-weight: 500;
        font-size: 24px;
        line-height: 35px;
        text-align: left;
        padding: 20px 0 20px 90px;
        position: relative; }
        .section__cta .box-4 ul a span {
          display: block;
          font-size: 15px;
          line-height: 25px; }
        .section__cta .box-4 ul a img {
          max-width: 40px;
          position: absolute;
          top: calc(50% - 20px);
          left: 30px; }
      .section__cta .box-4 ul .btn-tel a {
        background-color: #1E3A8A;
        font-size: 27px; }
      .section__cta .box-4 ul .btn-email a {
        background-color: #64748B; }
      .section__cta .box-4 ul .btn-ai a {
        background-color: #F97316; }

@media screen and (max-width: 1200px) {
  .section__cta .box-2 {
    gap: 20px; } }
@media screen and (max-width: 1023px) {
  .section__cta .box-3 {
    gap: 40px; }
  .section__cta .box-4 ul {
    grid-template-columns: 1fr;
    width: 320px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .section__cta {
    padding: 40px 0; }
    .section__cta .box-1 {
      padding-top: 20px; }
      .section__cta .box-1 h3 {
        font-size: 20px;
        line-height: 30px; }
      .section__cta .box-1 p {
        line-height: 30px; }
    .section__cta .box-2 {
      flex-direction: column;
      align-items: center;
      gap: 30px;
      padding: 40px 0; }
      .section__cta .box-2 h3 {
        align-self: center;
        width: auto;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid;
        margin-right: 0;
        padding: 0 0 5px;
        font-size: 20px;
        line-height: 30px; }
      .section__cta .box-2 .col {
        width: 100%; }
      .section__cta .box-2 h4 {
        font-size: 18px;
        line-height: 26px; }
    .section__cta .box-3 {
      flex-direction: column;
      gap: 30px; }
      .section__cta .box-3 .col {
        width: 100%; }
      .section__cta .box-3 h3 {
        background-position: top 6px left;
        font-size: 20px;
        line-height: 30px; }
    .section__cta .box-4 h3 {
      font-size: 20px;
      line-height: 30px; } }

/*# sourceMappingURL=shared.css.map */
