@charset "UTF-8";
/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #194068;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #194068;
  margin: 0;
  overflow: hidden;
  background: #e0f0ff;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 3.7335285505vw, 51px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100vh !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #header_slider .layer_image img {
    height: calc(100vh - 60px);
  }
}

#header_slider {
  height: calc(100vh - 91px);
  width: 100vw;
}

#header_bottom_inner {
  height: 78px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 4.3229166667vw, 83px);
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

#header_sns {
  display: none;
}

#header_bottom {
  background: #fff !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 220px;
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  color: #194068 !important;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
}
@media (max-width: 1480px) {
  #global_menu > ul > li > a {
    font-size: 14px;
  }
}

#menu_button span {
  background: #194068 !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

html body #header_bottom .header_button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  html body #header_bottom .header_button {
    display: none;
  }
}
html body #header_bottom .header_button a {
  width: 178px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 50vh;
  background: #0c92f4;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
html body #header_bottom .header_button a i {
  line-height: 1;
  font-size: 20px;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.5019505852vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

html body #index_news {
  background: #fff;
}
html body #index_news a:hover span {
  color: #0462c2;
}

.entry-date {
  color: #0462c2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #194068;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #0462c2 !important;
  border: 1px solid #0462c2 !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 425px) {
  .main_ttl {
    padding-right: 5%;
    left: 5%;
  }
}
.main_ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: clamp(28px, 3.953147877vw, 54px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
}
@media (max-width: 425px) {
  .main_ttl h2 {
    font-size: 6.5882352941vw;
  }
}
.main_ttl p {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: clamp(18px, 1.8301610542vw, 25px);
  color: #fff;
}
@media (max-width: 425px) {
  .main_ttl p {
    font-size: 4.2352941176vw;
  }
}

#footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #fff;
}
#footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  #footer_bottom #menu-footer {
    grid-template-columns: 1fr;
  }
}
#footer_bottom #menu-footer li {
  margin: 0 10px;
}
#footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #194068;
  line-height: 2.571;
}

@media (max-width: 769px) {
  .pc_only {
    display: none;
  }
}

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

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

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

.title_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #194068;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: clamp(32px, 3.2210834553vw, 44px);
}
@media (max-width: 769px) {
  .title_jp {
    font-size: clamp(24px, 4.6814044213vw, 36px);
  }
}

.title_en {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #0462c2;
  font-size: clamp(20px, 1.6105417277vw, 22px);
}
@media (max-width: 769px) {
  .title_en {
    font-size: clamp(20px, 2.8608582575vw, 22px);
  }
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  color: #194068;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

.main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 50vh;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #0462c2;
  border: 1px solid #0462c2;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
.main_button a::after {
  width: 24px;
  height: 24px;
  background: #fff;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #0c92f4;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
.main_button a:hover {
  color: #0462c2;
  background: #fff;
  border: 1px solid #0462c2;
}
.main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #0c92f4;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s01 {
  padding: clamp(130px, 14.6412884334vw, 200px) 0 clamp(100px, 11.7130307467vw, 160px);
  overflow: hidden;
  position: relative;
}
#s01::after {
  content: "FUJIITEC";
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 23.4375vw;
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #cee7ff;
}
#s01 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
#s01 .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(45px, 5.1244509517vw, 70px);
  position: relative;
}
#s01 .inner .title_jp span {
  position: relative;
  z-index: 1;
}
#s01 .inner .title_jp::after {
  content: "";
  background: url(/wp-content/uploads/reason_dog.png) no-repeat;
  background-size: contain;
  bottom: -48px;
  left: 63px;
  width: 296px;
  height: 224px;
  position: absolute;
  animation: bounceY 2.4s ease-in-out forwards infinite;
}
@keyframes bounceY {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-15px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp::after {
    bottom: -3.513909224vw;
    left: 4.6120058565vw;
    width: 21.6691068814vw;
    height: 16.3982430454vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .title_jp::after {
    top: -100px;
    bottom: unset;
    left: 0;
    width: 31.8595578674vw;
    height: 23.0169050715vw;
  }
}
@media (max-width: 425px) {
  #s01 .inner .title_jp::after {
    top: -50px;
    width: 135px;
    height: 97px;
  }
}
#s01 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(25px, 2.4158125915vw, 33px);
       column-gap: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 900px) {
  #s01 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
  }
}
#s01 .inner .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background: #fff;
  padding: 20px;
}
#s01 .inner .grid_box .grid_col.box1 .main_img::after {
  content: "01";
}
#s01 .inner .grid_box .grid_col.box2 .main_img::after {
  content: "02";
}
#s01 .inner .grid_box .grid_col.box3 .main_img::after {
  content: "03";
}
#s01 .inner .grid_box .grid_col .main_img {
  margin-bottom: 20px;
  position: relative;
}
#s01 .inner .grid_box .grid_col .main_img::after {
  position: absolute;
  left: 0;
  top: -15px;
  line-height: 1;
  color: #0c92f4;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(60px, 6.0029282577vw, 82px);
}
#s01 .inner .grid_box .grid_col .main_img img {
  width: 100%;
}
#s01 .inner .grid_box .grid_col .grid_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 2.3426061493vw, 32px);
  color: #0c92f4;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  #s01 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(20px, 3.3810143043vw, 26px);
  }
}

#s02 {
  background: url(/wp-content/uploads/top_new_construction_bg.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(70px, 10.3953147877vw, 142px) 0;
  position: relative;
}
@media (max-width: 769px) {
  #s02::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(25, 64, 104, 0.3);
  }
}
#s02 .inner {
  position: relative;
  z-index: 1;
  padding-right: 14.5833333333vw;
}
@media (max-width: 1024px) {
  #s02 .inner {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s02 .inner {
    padding: 0 6%;
  }
}
#s02 .inner .box {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 769px) {
  #s02 .inner .box {
    max-width: 100%;
  }
}
#s02 .inner .box .title_jp {
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s02 .inner .box .title_jp {
    text-align: center;
  }
}
#s02 .inner .box .content {
  color: #fff;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s02 .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #s02 .inner .box .content {
    text-align: start;
  }
}
#s02 .inner .box .main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 50vh;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #194068;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s02 .inner .box .main_button a {
    margin: 0 auto;
  }
}
#s02 .inner .box .main_button a::after {
  width: 24px;
  height: 24px;
  background: #0c92f4;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s02 .inner .box .main_button a:hover {
  color: #fff;
  background: #0c92f4;
  border: 1px solid #0c92f4;
}
#s02 .inner .box .main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #0c92f4;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s03 {
  background: url(/wp-content/uploads/top_reform_bg.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(70px, 10.3953147877vw, 142px) 0;
  position: relative;
}
@media (max-width: 769px) {
  #s03::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(25, 64, 104, 0.3);
  }
}
#s03 .inner {
  position: relative;
  z-index: 1;
  padding-left: 14.84375vw;
}
@media (max-width: 1024px) {
  #s03 .inner {
    padding-left: 6%;
  }
}
@media (max-width: 769px) {
  #s03 .inner {
    padding: 0 6%;
  }
}
#s03 .inner .box {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
@media (max-width: 769px) {
  #s03 .inner .box {
    max-width: 100%;
  }
}
#s03 .inner .box .title_jp {
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s03 .inner .box .title_jp {
    text-align: center;
  }
}
#s03 .inner .box .content {
  color: #fff;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s03 .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #s03 .inner .box .content {
    text-align: start;
  }
}
#s03 .inner .box .main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 50vh;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #194068;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s03 .inner .box .main_button a {
    margin: 0 auto;
  }
}
#s03 .inner .box .main_button a::after {
  width: 24px;
  height: 24px;
  background: #0c92f4;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s03 .inner .box .main_button a:hover {
  color: #fff;
  background: #0c92f4;
  border: 1px solid #0c92f4;
}
#s03 .inner .box .main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #0c92f4;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s04 {
  background: url(/wp-content/uploads/top_store_bg.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(70px, 10.3953147877vw, 142px) 0;
  position: relative;
}
@media (max-width: 769px) {
  #s04::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(25, 64, 104, 0.3);
  }
}
#s04 .inner {
  position: relative;
  z-index: 1;
  padding-right: 14.5833333333vw;
}
@media (max-width: 1024px) {
  #s04 .inner {
    padding-right: 6%;
  }
}
@media (max-width: 769px) {
  #s04 .inner {
    padding: 0 6%;
  }
}
#s04 .inner .box {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 769px) {
  #s04 .inner .box {
    max-width: 100%;
  }
}
#s04 .inner .box .title_jp {
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s04 .inner .box .title_jp {
    text-align: center;
  }
}
#s04 .inner .box .content {
  color: #fff;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s04 .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #s04 .inner .box .content {
    text-align: start;
  }
}
#s04 .inner .box .main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 50vh;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #194068;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s04 .inner .box .main_button a {
    margin: 0 auto;
  }
}
#s04 .inner .box .main_button a::after {
  width: 24px;
  height: 24px;
  background: #0c92f4;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s04 .inner .box .main_button a:hover {
  color: #fff;
  background: #0c92f4;
  border: 1px solid #0c92f4;
}
#s04 .inner .box .main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #0c92f4;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s_animation {
  padding: clamp(70px, 10.4166666667vw, 200px) 0 0;
  background: #fff;
  /* 01용: 오른쪽 → 왼쪽 */
  /* 02용: 왼쪽 → 오른쪽 */
}
@media (max-width: 769px) {
  #s_animation {
    padding: clamp(45px, 9.1027308192vw, 70px) 0 0;
  }
}
#s_animation .inner {
  padding-left: clamp(45px, 5.8565153734vw, 80px);
  position: relative;
}
@media (max-width: 769px) {
  #s_animation .inner {
    padding-left: 0;
  }
}
#s_animation .inner::after {
  content: "FUJIITEC";
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 23.4375vw;
  line-height: 0.7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #f0f8ff;
}
#s_animation .inner .title_box {
  width: 100%;
  position: relative;
  padding-bottom: clamp(35px, 3.2942898975vw, 45px);
  z-index: 2;
}
@media (max-width: 769px) {
  #s_animation .inner .title_box {
    padding-bottom: clamp(160px, 23.4070221066vw, 180px);
  }
}
@media (max-width: 425px) {
  #s_animation .inner .title_box {
    padding-bottom: 37.6470588235vw;
  }
}
#s_animation .inner .title_box::after {
  content: "";
  background: url(/wp-content/uploads/case_dog.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: 8.8541666667vw;
  width: clamp(334px, 41.9472913616vw, 573px);
  height: clamp(160px, 20.0585651537vw, 274px);
  animation: bounceY 2.4s ease-in-out forwards infinite;
}
@keyframes bounceY {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-15px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 769px) {
  #s_animation .inner .title_box::after {
    width: clamp(334px, 54.3563068921vw, 418px);
    height: clamp(160px, 26.0078023407vw, 200px);
  }
}
@media (max-width: 425px) {
  #s_animation .inner .title_box::after {
    width: 78.5882352941vw;
    height: 37.6470588235vw;
  }
}
#s_animation .inner .title_box .title_en {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #s_animation .inner .title_box .title_en {
    text-align: center;
  }
}
#s_animation .inner .title_box .title_jp {
  color: #194068;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s_animation .inner .title_box .title_jp {
    text-align: center;
  }
}
@media (max-width: 769px) {
  #s_animation .inner .title_box .main_button a {
    margin: 0 auto;
  }
}
#s_animation .img_animation {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
#s_animation .img_wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: clamp(25px, 2.5622254758vw, 35px);
       column-gap: clamp(25px, 2.5622254758vw, 35px);
}
#s_animation .img_wrap img {
  width: auto;
  height: clamp(240px, 21.9619326501vw, 300px);
}
#s_animation .img_wrap:nth-child(1) {
  animation: moveLeft 30s linear infinite;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
#s_animation .img_wrap:nth-child(2) {
  animation: moveRight 45s linear infinite;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

#s05 {
  padding: clamp(100px, 13.5431918009vw, 185px) 0 clamp(20px, 4.7584187408vw, 65px);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(224, 240, 255) 50%);
}
@media (max-width: 769px) {
  #s05 {
    background: linear-gradient(180deg, rgb(255, 255, 255) 25%, rgb(224, 240, 255) 25%);
  }
}
#s05 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s05 .inner {
    padding: 0 6% 0 3%;
  }
}
#s05 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(60px, 5.4904831625vw, 75px);
       column-gap: clamp(60px, 5.4904831625vw, 75px);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
#s05 .inner .grid_box .grid_col {
  display: grid;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .grid_col {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
  }
}
#s05 .inner .grid_box .grid_col:hover .box {
  top: -60px;
}
#s05 .inner .grid_box .grid_col:hover .box::after {
  background: #0462c2;
}
#s05 .inner .grid_box .grid_col .main_img img {
  width: 100%;
}
#s05 .inner .grid_box .grid_col .grid_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 2.196193265vw, 30px);
  color: #194068;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(20px, 3.3810143043vw, 26px);
  }
}
#s05 .inner .grid_box .grid_col .box {
  background: #fff;
  max-width: 95%;
  width: 100%;
  margin-left: auto;
  padding: clamp(30px, 2.9282576867vw, 40px) clamp(20px, 2.9282576867vw, 40px);
  top: -50px;
  right: -23px;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .grid_col .box {
    right: -3%;
  }
}
#s05 .inner .grid_box .grid_col .box::after {
  content: "\f061";
  font-size: 14px;
  width: 36px;
  height: 36px;
  position: absolute;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 800 !important;
  transition: 0.4s all;
  top: 50%;
  right: clamp(20px, 2.5622254758vw, 35px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #0c92f4;
}

#s06 {
  background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(70px, 12.9575402635vw, 177px) 0;
  position: relative;
}
@media (max-width: 769px) {
  #s06::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(25, 64, 104, 0.3);
  }
}
#s06 .inner {
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
#s06 .inner .title_jp {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
#s06 .inner .content {
  color: #fff;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
  text-align: center;
}
#s06 .inner .main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 50vh;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #194068;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
  margin: 0 auto;
}
#s06 .inner .main_button a::after {
  width: 24px;
  height: 24px;
  background: #0c92f4;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s06 .inner .main_button a:hover {
  color: #fff;
  background: #0c92f4;
  border: 1px solid #0c92f4;
}
#s06 .inner .main_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #0c92f4;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#footer_post_list_wrap .title_en {
  color: #fff;
  font-size: clamp(20px, 1.6837481698vw, 23px);
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
  text-transform: uppercase;
}
#footer_post_list_wrap #footer_post_list .category a {
  display: none !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */