/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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: #004761;
}

html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #004761;
  margin: 0;
  overflow: hidden;
  background: #e6f5f6;
}

.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: "Zen Kaku Gothic New", 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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Zen Kaku Gothic New", 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: clamp(20px, 2.6041666667vw, 50px);
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  font-weight: 500;
  color: #004761 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 10px;
}
@media (max-width: 1480px) {
  #global_menu > ul > li > a {
    font-size: 14px;
  }
}

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

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

.header_button {
  position: absolute;
  top: 50%;
  right: clamp(20px, 4.375vw, 84px);
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .header_button {
    right: 60px;
  }
}
.header_button .button_flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1250px) {
  .header_button .button_flex {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.header_button figure {
  max-width: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header_button figure a {
  height: 30px;
  transition: 0.4s all;
}
.header_button figure a:hover {
  opacity: 0.7;
}
.header_button figure img {
  width: 100%;
}

.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: "Zen Kaku Gothic New", 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: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

.header_address {
  position: absolute;
  top: 50%;
  right: clamp(20px, 2.1875vw, 42px);
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .header_address {
    display: none;
  }
}
.header_address .header_button a {
  width: clamp(180px, 16.2518301611vw, 222px);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  color: #fff !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.2445095168vw, 17px);
  line-height: 1;
  -moz-columns: 7px;
       columns: 7px;
  background: #25c4b8;
  margin: 0 auto 7px auto;
}
.header_address .header_button a img {
  width: 24px;
  height: 24px;
}
.header_address .header_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #004761;
  line-height: 1.6;
}

html body #index_news {
  background: #e6f5f6;
}
html body #index_news a:hover span {
  color: #17a7bd;
}

.entry-date {
  color: #17a7bd;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #004761;
  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: #17a7bd !important;
  border: 1px solid #17a7bd !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 10;
  padding-right: 10%;
}
@media (max-width: 425px) {
  .main_ttl {
    padding-right: 5%;
    left: 5%;
  }
}
.main_ttl .content1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 2.0497803807vw, 28px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}

.main_ttl .content1 .content1_space {
  display: none;
}

@media (max-width: 500px) {
  .main_ttl .content1 .content1_space {
    display: block;
  }
}
.main_ttl .content2 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.9282576867vw, 40px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 15px;
}

.main_ttl .ttl_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: clamp(45px, 8.78477306vw, 120px);
}

#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: #004761;
  line-height: 2.571;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10001;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: clamp(340px, 27.8184480234vw, 380px);
  height: auto;
}
.modal .modal-content {
  background: #fff;
  padding: 9px;
  margin: auto;
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  margin: 0;
}
.modal .modal-content .close-button {
  background: url(/wp-content/uploads/cta_close.svg) no-repeat;
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
  width: clamp(31px, 2.7086383602vw, 37px);
  cursor: pointer;
  height: clamp(31px, 2.7086383602vw, 37px);
  z-index: 2;
  transition: 0.4s all;
}
.modal .modal-content .close-button:hover {
  opacity: 0.7;
}
@media (max-width: 425px) {
  .modal .modal-content .close-button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.modal .modal-content .popup_main_text {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  justify-content: center;
  margin-bottom: 11px;
}
.modal .modal-content .popup_main_text span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.4641288433vw, 20px);
  color: #004761;
}
.modal .modal-content .popup_main_text img {
  width: 37px;
  height: 37px;
}
.modal .modal-content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.modal .modal-content .modal_button a {
  max-width: 175px;
  width: 100%;
  height: 56px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  text-align: start;
  font-weight: bold;
  color: #fff;
  font-size: clamp(15px, 1.2445095168vw, 17px);
  background: #25c4b8;
  border: 1px solid #25c4b8;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
.modal .modal-content .modal_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: 13px;
  color: #004761;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
.modal .modal-content .modal_button a:hover {
  color: #25c4b8;
  background: #fff;
  border: 1px solid #25c4b8;
}
.modal .modal-content .modal_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: #25c4b8;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: 0.4s;
}

.title_en {
  font-family: "Tenor Sans", sans-serif;
  font-size: clamp(22px, 1.9033674963vw, 26px);
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 769px) {
  .title_en {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}

.title_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(28px, 3.074670571vw, 42px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 769px) {
  .title_jp {
    font-size: clamp(24px, 4.6814044213vw, 36px);
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.6;
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

.main_button a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  padding: 20px 90px 20px 0;
  position: relative;
  transition: 0.4s;
}
.main_button a::after {
  width: 53px;
  height: 53px;
  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: #17a7bd;
  font-size: 14px;
  transform: translateY(-50%);
  transition: 0.4s;
}
.main_button a:hover {
  color: #fff;
}
.main_button a:hover::after {
  width: 53px;
  height: 53px;
  background: #17a7bd;
  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: 0px;
  color: #fff;
  font-size: 14px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#s01 {
  overflow: hidden;
}
#s01 .inner {
  border-top-left-radius: clamp(30px, 3.6603221083vw, 50px);
  border-bottom-left-radius: clamp(30px, 3.6603221083vw, 50px);
  background: url(/wp-content/uploads/top_concept_bg.jpg) no-repeat center right;
  background-size: cover;
  padding: clamp(60px, 6.8814055637vw, 94px) 0 clamp(100px, 10.2489019034vw, 140px);
  position: relative;
}
@media (max-width: 769px) {
  #s01 .inner {
    background-size: auto;
    background-repeat: repeat-y;
  }
}
#s01 .inner::after {
  content: "Concept";
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  font-size: 270px;
  line-height: 0.67;
  color: #43bcd7;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  #s01 .inner::after {
    font-size: 19.7657393851vw;
  }
}
#s01 .inner .wrap {
  position: relative;
  z-index: 1;
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s01 .inner .wrap .title_flex {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  margin-bottom: clamp(45px, 4.39238653vw, 60px);
}
@media (max-width: 769px) {
  #s01 .inner .wrap .title_flex {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}
#s01 .inner .wrap .title_flex .title_area .title_en {
  color: #fff;
  margin-bottom: 12px;
}
#s01 .inner .wrap .title_flex .title_area .title_jp {
  color: #fff;
}
#s01 .inner .wrap .title_flex .title_area .title_jp .title_space {
  display: none;
}
@media (max-width: 900px) {
  #s01 .inner .wrap .title_flex .title_area .title_jp .title_space {
    display: block;
  }
}
@media (max-width: 769px) {
  #s01 .inner .wrap .title_flex .title_area .title_jp .title_space {
    display: none;
  }
}
@media (max-width: 500px) {
  #s01 .inner .wrap .title_flex .title_area .title_jp .title_space {
    display: block;
  }
}
#s01 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 769px) {
  #s01 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#s01 .inner .wrap .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
#s01 .inner .wrap .grid_box .grid_col:nth-of-type(2) {
  top: 80px;
  position: relative;
}
@media (max-width: 769px) {
  #s01 .inner .wrap .grid_box .grid_col:nth-of-type(2) {
    top: 0;
  }
}
#s01 .inner .wrap .grid_box .grid_col .grid_img {
  margin-bottom: 0;
}
#s01 .inner .wrap .grid_box .grid_col .grid_img img {
  width: 100%;
}
#s01 .inner .wrap .grid_box .grid_col .content {
  color: #fff;
}

#s02 .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  position: relative;
}
@media (max-width: 769px) {
  #s02 .grid_box {
    display: flex;
    flex-direction: column;
  }
}
#s02 .grid_box .img_area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 10.980966325vw, 150px) 6% clamp(70px, 8.5651537335vw, 117px);
  position: relative;
  background: #e6f5f6;
}
@media (max-width: 769px) {
  #s02 .grid_box .img_area {
    padding: 70px 6% 48.1144343303vw;
  }
}
#s02 .grid_box .img_area::after {
  position: absolute;
  top: 50%;
  right: -6.5104166667vw;
  transform: translateY(-50%);
  content: "";
  background: url(/wp-content/uploads/top_oem_img02.png) no-repeat;
  background-size: contain;
  width: 13.0208333333vw;
  height: 39.9479166667vw;
  z-index: 2;
}
@media (max-width: 769px) {
  #s02 .grid_box .img_area::after {
    position: absolute;
    bottom: -48.1144343303vw;
    left: 50%;
    width: 31.3394018205vw;
    height: 96.2288686606vw;
    transform: translateX(-50%);
    right: unset;
    top: unset;
  }
}
#s02 .grid_box .img_area::before {
  content: "Oem\aProduct";
  white-space: pre;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  font-size: 9.6875vw;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: -3%;
  left: 0;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  #s02 .grid_box .img_area::before {
    bottom: -1%;
    font-size: 19.5058517555vw;
  }
}
#s02 .grid_box .img_area figure {
  max-width: 739px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 769px) {
  #s02 .grid_box .img_area figure {
    max-width: 540px;
    margin: 0 auto;
  }
}
#s02 .grid_box .img_area figure img {
  width: 100%;
}
#s02 .grid_box .text_area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/top_oem_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#s02 .grid_box .text_area .box {
  max-width: calc(435px + 18%);
  width: 100%;
  padding: 0 6% 0 12%;
}
@media (max-width: 769px) {
  #s02 .grid_box .text_area .box {
    padding: 48.1144343303vw 6% 70px;
    max-width: 100%;
  }
}
#s02 .grid_box .text_area .box .title_en {
  color: #fff;
  margin-bottom: clamp(10px, 1.0980966325vw, 15px);
}
#s02 .grid_box .text_area .box .title_jp {
  color: #fff;
  margin-bottom: clamp(15px, 1.756954612vw, 24px);
}
#s02 .grid_box .text_area .box .content {
  color: #fff;
  margin-bottom: 30px;
}
#s02 .grid_box .text_area .box .content .content_space {
  display: block;
}
@media (max-width: 769px) {
  #s02 .grid_box .text_area .box .content .content_space {
    display: none;
  }
}
#s02 .grid_box .text_area .box .main_button a {
  margin: 0;
  color: #fff;
}
#s02 .grid_box .text_area .box .main_button a::after {
  color: #fff;
  background: #17a7bd;
}
#s02 .grid_box .text_area .box .main_button a:hover::after {
  color: #17a7bd;
  background: #fff;
}

#s03 .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  position: relative;
}
@media (max-width: 769px) {
  #s03 .grid_box {
    display: flex;
    flex-direction: column-reverse;
  }
}
#s03 .grid_box .img_area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(100px, 10.980966325vw, 150px) 6% clamp(70px, 8.5651537335vw, 117px);
  position: relative;
  background: #e9e9e9;
}
@media (max-width: 769px) {
  #s03 .grid_box .img_area {
    padding: 70px 6% 48.1144343303vw;
  }
}
#s03 .grid_box .img_area::after {
  position: absolute;
  top: 50%;
  left: -6.5104166667vw;
  transform: translateY(-50%);
  content: "";
  background: url(/wp-content/uploads/top_case_img02.png) no-repeat;
  background-size: contain;
  width: 13.0208333333vw;
  height: 39.9479166667vw;
  z-index: 2;
}
@media (max-width: 769px) {
  #s03 .grid_box .img_area::after {
    position: absolute;
    bottom: -48.1144343303vw;
    left: 50%;
    width: 31.3394018205vw;
    height: 96.2288686606vw;
    transform: translateX(-50%);
    top: unset;
  }
}
#s03 .grid_box .img_area::before {
  content: "Oem\aProduct";
  white-space: pre;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  font-size: 9.6875vw;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: -3%;
  left: 0;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  #s03 .grid_box .img_area::before {
    bottom: -1%;
    font-size: 19.5058517555vw;
  }
}
#s03 .grid_box .img_area figure {
  max-width: 739px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 769px) {
  #s03 .grid_box .img_area figure {
    max-width: 540px;
    margin: 0 auto;
  }
}
#s03 .grid_box .img_area figure img {
  width: 100%;
}
#s03 .grid_box .text_area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/top_case_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#s03 .grid_box .text_area .box {
  max-width: calc(480px + 18%);
  width: 100%;
  padding: 0 12% 0 6%;
}
@media (max-width: 769px) {
  #s03 .grid_box .text_area .box {
    padding: 48.1144343303vw 6% 70px;
    max-width: 100%;
  }
}
#s03 .grid_box .text_area .box .title_en {
  color: #fff;
  margin-bottom: clamp(10px, 1.0980966325vw, 15px);
}
#s03 .grid_box .text_area .box .title_jp {
  color: #fff;
  margin-bottom: clamp(15px, 1.756954612vw, 24px);
}
#s03 .grid_box .text_area .box .content {
  color: #fff;
  margin-bottom: 30px;
}
#s03 .grid_box .text_area .box .content .content_space {
  display: block;
}
@media (max-width: 769px) {
  #s03 .grid_box .text_area .box .content .content_space {
    display: none;
  }
}
#s03 .grid_box .text_area .box .main_button a {
  margin: 0;
  color: #fff;
}
#s03 .grid_box .text_area .box .main_button a::after {
  color: #fff;
  background: #17a7bd;
}
#s03 .grid_box .text_area .box .main_button a:hover::after {
  color: #17a7bd;
  background: #fff;
}

#s_animation {
  overflow: hidden;
  position: relative;
}
#s_animation::before {
  content: "UENOKIN";
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  font-size: 20.3125vw;
  line-height: 0.67;
  color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
#s_animation .button_grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(28px, 3.1478770132vw, 43px);
       column-gap: clamp(28px, 3.1478770132vw, 43px);
  bottom: 100px;
  right: 100px;
  position: absolute;
}
@media (max-width: 1366px) {
  #s_animation .button_grid {
    right: 7.3206442167vw;
  }
}
@media (max-width: 1100px) {
  #s_animation .button_grid {
    right: 3%;
    bottom: 3%;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 425px) {
  #s_animation .button_grid {
    bottom: calc(60px + 3%);
  }
}
#s_animation .button_grid .button1 {
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  position: relative;
}
@media (max-width: 1366px) {
  #s_animation .button_grid .button1 {
    left: -20px;
  }
}
#s_animation .button_grid .button1 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background: #25c4b8;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  z-index: 1;
  transition: transform 0.3s ease;
}
#s_animation .button_grid .button1 a img {
  width: clamp(30px, 2.7086383602vw, 37px);
  height: clamp(30px, 2.7086383602vw, 37px);
}
#s_animation .button_grid .button1 a i {
  margin-top: 8px;
  width: 23px;
  height: 23px;
  background: #fff;
  font-weight: 900;
  color: #25c4b8;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#s_animation .button_grid .button1 a:hover {
  transform: scale(1.21);
}
#s_animation .button_grid .border1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(120px, 7.8125vw, 150px);
  height: clamp(120px, 7.8125vw, 150px);
  border: 2px solid #25c4b8;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 0;
  background: rgba(255, 255, 255, 0.4);
}
#s_animation .img_animation {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s_animation .img_animation .img_wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: moveLeft 60s linear infinite;
}
#s_animation .img_animation .img_wrap img {
  width: auto;
  height: 600px;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#s_animation .inner {
  padding: clamp(70px, 9.9560761347vw, 136px) 0 clamp(100px, 10.980966325vw, 150px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  #s_animation .inner {
    padding: 70px 0 180px;
  }
}
@media (max-width: 425px) {
  #s_animation .inner {
    padding: 70px 0 240px;
  }
}
#s_animation .inner .box {
  position: relative;
  z-index: 2;
  max-width: clamp(240px, 25.2562225476vw, 345px);
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: clamp(45px, 5.1244509517vw, 70px) clamp(20px, 7.1521456437vw, 55px);
}
#s_animation .inner .box .title_en {
  color: #17a7bd;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}
#s_animation .inner .box .text_flex {
  display: flex;
  -moz-column-gap: 2.196193265vw;
       column-gap: 2.196193265vw;
  margin-bottom: 40px;
  justify-content: center;
}
#s_animation .inner .box .text_flex .title_jp {
    writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* iOS Safari 대응 */
  line-height: 1.2;
	white-space:nowrap;
}
#s_animation .inner .box .text_flex .content {
    writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* iOS Safari 대응 */
	white-space:nowrap;
}
#s_animation .inner .box .main_button a {
  margin-left: auto;
  color: #004761;
  padding-right: 70px;
  margin-right: unset;
}
#s_animation .inner .box .main_button a::after {
  background: #17a7bd;
  color: #fff;
  right: 0;
  border: 1px solid #17a7bd;
}
#s_animation .inner .box .main_button a:hover::after {
  background: #fff;
  color: #17a7bd;
  border: 1px solid #17a7bd;
}

#s04 {
  background: url(/wp-content/uploads/top_faq_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 183px 0;
}
@media (max-width: 769px) {
  #s04 {
    background-position-x: 30%;
  }
}
#s04 .inner {
  padding: 0 6%;
}
#s04 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(12px, 1.2445095168vw, 17px);
}
#s04 .inner .content {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 670px) {
  #s04 .inner .content {
    text-align: start;
  }
}
#s04 .inner .main_button a::after {
  background: #17a7bd;
  color: #fff;
  border: 1px solid #17a7bd;
}
#s04 .inner .main_button a:hover::after {
  background: #fff;
  color: #17a7bd;
}

#s05 {
  padding: clamp(70px, 8.345534407vw, 114px) 0 clamp(65px, 7.7598828697vw, 106px);
}
#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 0;
  }
}
#s05 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(40px, 4.7584187408vw, 65px);
       column-gap: clamp(40px, 4.7584187408vw, 65px);
}
@media (max-width: 769px) {
  #s05 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s05 .inner .flex_box .img_area {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 769px) {
  #s05 .inner .flex_box .img_area {
    max-width: 100%;
  }
}
#s05 .inner .flex_box .img_area img {
  width: 100%;
}
#s05 .inner .flex_box .text_area {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 769px) {
  #s05 .inner .flex_box .text_area {
    max-width: 100%;
    padding-left: 6%;
  }
}
#s05 .inner .flex_box .text_area .title_en {
  color: #17a7bd;
  margin-bottom: clamp(10px, 1.0980966325vw, 15px);
}
#s05 .inner .flex_box .text_area .title_jp {
  color: #004761;
  margin-bottom: clamp(15px, 1.756954612vw, 24px);
}
#s05 .inner .flex_box .text_area .content {
  color: #004761;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
#s05 .inner .flex_box .text_area .main_button a {
  color: #004761;
  margin: 0;
}
#s05 .inner .flex_box .text_area .main_button a::after {
  background: #17a7bd;
  color: #fff;
  border: 1px solid #17a7bd;
}
#s05 .inner .flex_box .text_area .main_button a:hover::after {
  background: #fff;
  color: #17a7bd;
}

#s06 {
  background: #25c4b8;
  padding: clamp(60px, 6.6617862372vw, 91px) 0 clamp(50px, 5.1244509517vw, 70px);
  position: relative;
  overflow: hidden;
}
#s06::after {
  content: "CONTACT";
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  font-size: 275px;
  line-height: 0.67;
  color: #26d0c4;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  #s06::after {
    font-size: 19.3997071742vw;
  }
}
#s06 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
#s06 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s06 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s06 .inner .flex_box .title_area {
  max-width: 410px;
  width: 100%;
}
#s06 .inner .flex_box .title_area .title_en {
  color: #fff;
  margin-bottom: 5px;
}
#s06 .inner .flex_box .title_area .title_jp {
  color: #fff;
  margin-bottom: clamp(20px, 2.0497803807vw, 28px);
}
#s06 .inner .flex_box .title_area .content {
  color: #fff;
}
#s06 .inner .flex_box .title_area .content_mb {
  margin-bottom: clamp(20px, 2.0497803807vw, 28px);
}
#s06 .inner .flex_box .button_area {
  max-width: 410px;
  width: 100%;
}
#s06 .inner .flex_box .button_area a {
  transition: 0.4s all;
}
#s06 .inner .flex_box .button_area a:hover {
  opacity: 0.7;
}
#s06 .inner .flex_box .button_area .btn1 {
  margin-bottom: clamp(20px, 1.9765739385vw, 27px);
}
#s06 .inner .flex_box .button_area .btn1 a span {
  font-family: "Tenor Sans", sans-serif;
  font-size: clamp(24px, 2.7086383602vw, 37px);
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
}
#s06 .inner .flex_box .button_area .btn2 {
  margin-bottom: clamp(20px, 1.9765739385vw, 27px);
}
#s06 .inner .flex_box .button_area .btn2 a span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#s06 .inner .flex_box .button_area .button a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, 1.5373352855vw, 21px);
       column-gap: clamp(15px, 1.5373352855vw, 21px);
}
#s06 .inner .flex_box .button_area .button a img {
  width: clamp(60px, 6.588579795vw, 90px);
  height: clamp(60px, 6.588579795vw, 90px);
  -o-object-fit: contain;
     object-fit: contain;
}

#footer_post_list .category {
  display: none !important;
}

#footer_post_list_wrap .title_en {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#footer_post_list_wrap a:hover .title span {
  color: #004761 !important;
}/*# sourceMappingURL=style.css.map */