@charset "utf-8";
/*
Theme Name:SOLARIS child
Theme URI:https://tcd-theme.com/tcd088
Description:WordPressテーマ「SOLARIS」の自作子テーマです。
Template:solaris_tcd088
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.11
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08);
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

body {
  font-family: "Noto Sans JP", serif !important;
  color: #333;
  overflow: hidden;
}

p a {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.hidden-pc{
  display: none;
}

.footer-right {
  width: 100%;
  max-width: 100%;
}

.iframe-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframe-wrap iframe {
  width: 100%;
  height: 860px;
  margin-top: -170px;
}

.contact-btn {
  background: #228224;
  letter-spacing: 0.1rem;
  color: #fff !important;
  border-radius: 20px;
  padding: 15px 30px 15px 50px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.contact-btn::before {
  position: absolute;
  content: "";
  background: url(https://ohisama-room.com/wp-content/uploads/2023/05/本文を追加-33.png)
    no-repeat center center / contain;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-right {
  position: relative;
}

.access-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}

.info-items {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  border: 3px solid #228224;
}

.info-title {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.info-main-title {
  font-size: 3em;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-top: 0 !important;
  color: #228224;
  font-family: "Chillax", sans-serif;
}

.info-sub-title {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #228224;
  padding-bottom: 20px;
}

.info-body {
  font-size: 12px;
  margin-top: 20px;
}

.info-btn-area {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.form-btn-area {
  margin-top: 50px !important;
}

.form-contact {
  background: #228224;
  letter-spacing: 0.1rem;
  color: #fff !important;
  border-radius: 100px 0 100px 0;
  font-size: 1.6rem;
  padding: 15px 70px 15px 90px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.phone-btn-area {
  margin-bottom: 20px;
}

.phone-btn {
  letter-spacing: 0.1rem;
  color: #228224 !important;
  border-radius: 100px 0 100px 0;
  font-size: 1.6rem;
  padding: 15px 70px 15px 90px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  border: 3px solid #228224;
}

.phone-btn::before {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-85.png)
    no-repeat center center / contain;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.form-contact::before {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-92.png)
    no-repeat center center / contain;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.info-add-area {
  padding: 30px 0;
}

.add-name {
  font-weight: bold;
  font-size: 14px;
}

.add-body {
  font-size: 14px;
}

.google-map-btn-area {
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #e0e0e0;

}

.google-map-btn {
  font-weight: bold;
  position: relative;
  text-decoration: none;
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #228224;
  transition: 0.3s;
  color: #228224 !important;
  letter-spacing: 2px;
}

.google-map-btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 0px;
  top: 40%;
  transform: translateY(-50%);
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-84.png)
    center center / contain no-repeat;
}

#cb_content_7 p {
  margin: 0 !important;
  line-height: 1.6 !important;
}

.cb_content:last-of-type {
  padding-bottom: 0 !important;
}

/* header */
#header {
  height: 110px;
}

.pc body.use_header_fix #header:after {
  height: 110px;
  top: -110px;
}

#global_menu > ul > li > a {
  font-size: 1.1em;
  line-height: 60px;
  height: 60px;
}

#header_search {
  top: 35px;
}

#header_logo{
  position: relative;
  z-index: 200;
}

#header_logo a {
  height: 110px;
  line-height: 110px;
}

.global_menu__en{
  position: relative;
  z-index: 100;
  display: flex;
}

.global_menu__en a {
  margin-left: auto;
  margin-right: 60px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
  font-weight: bold;
  width: fit-content;
  display: block;
  padding: 10px 40px;
  border-radius: 100px 0 100px 0;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-family: "Chillax", sans-serif;
  margin-top: 15px;
  color: #fff !important;
  transition: all 0.3s ease;
  background: #d8a151;
  border: 1px solid #d8a151;
}

.global_menu__en a:hover {
  color: #d8a151 !important;
  background: #fff;
}

.megamenu {
  top: 110px;
}

.megamenu.active_mega_menu {
  top: 110px;
}

#global_menu {
  display: flex;
  flex-direction: column;
}

#global_menu ul {
  text-align: right;
  margin-right: 50px;
}

#header_slider .caption {
  text-align: left;
}

#header_slider .desc p {
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
}

#header_slider_nav .nav_item {
  padding: 0 50px 0 30px !important;
}

#header_slider_nav .nav_item:after {
  background: #008855 !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
}

#header_slider_nav .nav_catch {
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  width: fit-content;
  padding: 0;
}

#header_slider_nav .nav_catch::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-82.png)
    no-repeat center center / contain;
  width: 90%;
  height: 100%;
  bottom: -16px;
  left: 0;
}

/* title */
.headline.rich_font.common_headline {
  font-family: "Chillax", sans-serif;
  letter-spacing: 2px;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
  padding-left: 50px;
}

.headline.rich_font.common_headline::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-87.png)
    no-repeat center center/ contain;
  width: 70%;
  height: 100%;
  bottom: -32px;
  z-index: -1;
  left: 55%;
  transform: translateX(-50%);
}

.headline.rich_font.common_headline::before {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-91.png)
    no-repeat center center / contain;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.cb_headline .sub_headline {
  color: #228224;
  font-weight: bold;
  letter-spacing: 2px;
}

/* btn */
.design_button.type1 a {
  border-radius: 100px 0 100px 0;
  letter-spacing: 2px;
  font-weight: bold;
}

.page__btn a {
  border-top: 1px solid #d0d1d1 !important;
  border-bottom: 1px solid #d0d1d1 !important;
  padding-block: 20px;
  position: relative;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  letter-spacing: 2.5px;
  width: 400px;
  max-width: 100%;
}

.page__btn a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-top: 1.5px #309b6f solid;
  border-bottom: 1.5px #309b6f solid;
}

.page__btn a:hover::before {
  animation: border_anim 0.3s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.smb-buttons {
  gap: 30px 50px;
}

.page__btn a:hover {
  color: #309b6f !important;
}

.page__btn a:hover::after {
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-19T215015.515.png)
    no-repeat center center / contain;
}

.page__btn a::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-19T214956.566.png)
    no-repeat center center / contain;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* top works */
main {
  display: block;
  /* position: absolute;
  top: -360px; */
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section .l-inner {
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}

[class*="swiper"]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;

  place-content: center;
  width: 5rem !important;
  height: 5rem !important;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card03 {
  overflow: hidden;
}
.card03 .swiper {
  overflow: visible;
}
.card03 .swiper-button-prev,
.card03 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
}
.card03 .swiper-button-prev::before,
.card03 .swiper-button-next::before {
  background: #228224;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
}
.card03 .swiper-button-prev::after,
.card03 .swiper-button-next::after {
  border-color: #fff;
}
.card03 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.card03 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
.card03 .slide {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
  /* border: 1px solid #fff; */
  background: #f6edd9;
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 5px 5px 5px);
  /* box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0, 0.2) 8px 8px 16px 0px, rgb(0, 0, 0, 0.2) -8px -8px 16px 0px; */
}
.card03 .slide-cate {
  background: #008855;
  border-radius: 3px;
  color: #fff;
  font-size: 0.88em;
  /* font-weight: bold; */
  width: fit-content;
  padding: 8px 15px;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
}

.card03 .slide-media {
  padding-top: 62.5%;
}
.card03 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.card03 .slide-content {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card03 .slide__meta-items {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card03 .slide-date {
  font-size: 0.9em;
  line-height: 1;
  display: block;
  color: #d8a151;
  font-weight: bold;
  font-family: "Chillax", sans-serif;
}
.card03 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  font-size: 1.1em;
  color: #228224;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* -webkit-box-orient: vertical; */
  /* height: 3.2em; */
  letter-spacing: 1px;
  margin-top: 16px !important;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.card03 .slide-txt {
  font-size: 0.95em;
  line-height: 1.6;
  margin-top: 16px;
  color: #799973;
  font-weight: 500;
}

.card03 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  filter: brightness(0.8) drop-shadow(rgba(0, 0, 0, 0.5) 5px 5px 5px);
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .card03 .swiper {
    padding: 0 3.2rem;
  }
  .card03 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  .card03 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card03 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card03 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 5px 5px 5px);
  }
  .card03 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

/* service */
.cb_service_list.num5 .cb_service_item_list .title .main_title {
  font-family: "Chillax", sans-serif;
  word-break: keep-all;
}

.megamenu_b .service_item_list .title {
  font-family: "Chillax", sans-serif;
  word-break: keep-all;
}

.megamenu .headline_area div.head .headline {
  font-family: "Chillax", sans-serif;
  letter-spacing: 2px;
  font-size: 2em !important;
}

.megamenu_b .megamenu_inner {
  width: 100%;
  max-width: 1300px;
}

.megamenu_b .service_list_area {
  width: 1080px;
}

.megamenu_b .service_item_list .content {
  padding: 0 10px 30px !important;
}

.pc .cb_service_item_list .desc {
  font-size: 0.9em;
  line-height: 1.6;
  letter-spacing: 1px;
}

.pc .cb_service_item_list .title .sub_title {
  letter-spacing: 1px;
}

.pc .cb_service_item_list .content {
  padding: 0 30px 30px;
}

.cb_service_top {
  padding-top: 380px;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 10;
}

.cb_service_top::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-20T183427.414.png)
    no-repeat center center/ contain;
  width: 600px;
  height: 400px;
  top: 500px;
  right: -200px;
  opacity: 0.8;
  z-index: -1;
}

.cb_service_middle {
  z-index: 20;
  position: relative;
}

.cb_service_bottom {
  border-left: none;
  border-right: none;
}

.cb_service_list {
  background: #fff !important;
}

/* about */
.about__section {
  position: relative;
}

.t-about__txt {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 1.2em;
}

.about-mr {
  margin-top: 80px !important;
}

.about-bg__fix {
  clip-path: inset(0);
  height: 500px;
  width: 92%;
  position: absolute;
  z-index: 100;
  bottom: -250px;
  /* left: 4%; */
}

.about-bg__fix::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-image: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-20T173042.399.png);
  background-size: cover;
}

.t-anout__bg {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.t-anout__bg2 {
  position: absolute;
  top: 50px;
  left: -150px;
  z-index: -10;
  width: 600px;
}

.t-anout__bg3 {
  position: absolute;
  top: 200px;
  right: -150px;
  z-index: -10;
  width: 600px;
}

.t-anout__bg4 {
  position: absolute;
  top: 85%;
  left: -18%;
  width: 120%;
  pointer-events: none;
}

.t-anout__bg4 img {
  display: block;
  width: 120%;
  max-width: 120%;
}

.t-anout__logo {
  margin-inline: auto;
  width: 350px;
  margin-block: 60px;
}

.t-anout__logo img {
  display: block;
  width: 100%;
}

/* footer */
.footer__info {
  width: fit-content;
  margin-inline: auto;
  font-size: 14px;
  margin-top: 20px;
}

.footer__info-add {
  line-height: 1.6;
}

.footer__info-tel {
  color: #333 !important;
  margin-block: 5px 10px;
  font-size: 1.2em;
}

.footer__info-fax {
  font-size: 1.2em;
}

#footer_banner .title {
  font-family: "Chillax", sans-serif;
  letter-spacing: 2px;
}

#footer_banner .sub_title {
  letter-spacing: 2px;
}

#menu-item-357 a,
#menu-item-358 a {
  font-size: 16px !important;
  font-weight: 600;
  margin: 0px 0px 20px !important;
  color: #228224 !important;
}

#menu-item-357 a:hover,
#menu-item-358 a:hover {
  color: #88af80 !important;
}

#menu-item-357::after,
#menu-item-358::after {
  display: none;
}

#menu-item-357,
#menu-item-358 {
  padding-left: 0 !important;
}

#footer_menu .footer_menu li:not(:first-of-type) {
  padding-left: 20px;
  position: relative;
}

#footer_menu .footer_menu li:not(:first-of-type)::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-91.png)
    no-repeat center center / contain;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* single */
#page_header {
  position: relative;
}

#page_header::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-2025-02-28T160227.295.png)
    no-repeat center center / contain;
  width: 100%;
  height: 100%;
  right: -300px;
  bottom: -300px;
  z-index: 100;
  opacity: 0.4;
}

#page_header_inner {
}

#page_header .catch {
  letter-spacing: 2px;
  font-family: "Chillax", sans-serif;
  text-align: left !important;
  position: relative;
  font-size: 4em !important;
}

#page_header .catch::after {
  position: absolute;
  font-size: 0.3em;
  color: #fff;
  left: 0;
  bottom: -40px;
  font-family: "Noto Sans JP", serif;
}

.page-id-82 #page_header .catch::after {
  content: "日本マレーシア協会とは";
}

.page-id-85 #page_header .catch::after {
  content: "お問い合わせ";
}

.page-id-91 #page_header .catch::after {
  content: "お役立ちリンク";
}

.page-id-93 #page_header .catch::after {
  content: "情報公開";
}

.post-type-archive-service #page_header .catch::after {
  content: "活動紹介";
}

.blog #page_header .catch::after {
  content: "新着情報";
}

.category #page_header .catch {
  font-family: "Noto Sans JP", serif !important;
  font-size: 3em !important;
}

#blog_list .category a,
#blog_list .pr_label,
.megamenu_a .category,
#post_title .category {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
  border-radius: 3px;
}

#blog_list .date,
#post_title .date {
  color: #d8a151;
  font-weight: bold;
  font-family: "Chillax", sans-serif;
}

#no_post {
  margin-top: 100px;
}

.page-id-85 .post_content p {
  line-height: 1.6;
  margin-bottom: 0;
}

.page-id-85 #main_contents {
  height: 1100px;
  position: relative;
}

.page-id-85 .footer-inner {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  top: 350px;
}

.smb-section__title {
  font-family: "Chillax", sans-serif;
  font-size: 3em !important;
  letter-spacing: 2px;
  color: #228224;
  margin-bottom: 0 !important;
  position: relative;
  width: fit-content;
  margin-inline: auto !important;
  padding-left: 40px !important;
}

.smb-section__title::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-87.png)
    no-repeat center center/ contain;
  width: 70%;
  height: 100%;
  bottom: -25px;
  z-index: -1;
  left: 55%;
  transform: translateX(-50%);
}

.smb-section__title::before {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-91.png)
    no-repeat center center / contain;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.smb-section__lede {
  font-weight: bold;
  font-size: 1.2em;
}

.smb-section__lede-wrapper {
  margin-top: 5px !important;
  letter-spacing: 2px;
  color: #228224;
}

.section__history {
  position: relative;
}

.section__history::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-100.png)
    no-repeat bottom center / contain;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: -2;
}

.history__img {
  position: absolute;
  top: 20px;
  right: -400px;
  width: 450px;
  z-index: -1;
}

.history__img2 {
  position: absolute;
  top: -300px;
  left: -500px;
  width: 500px;
  z-index: -1;
}

.history__txt,
.p-about__txt {
  font-size: 1.1em;
}

.p-about__main {
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: bold;
}

.article_a {
  position: relative;
  padding-left: 25px;
  width: fit-content;
  margin-inline: auto !important;
  font-size: 1.2em;
  font-weight: bold;
}

.article_a::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/02/名称未設定のデザイン-2025-02-28T173711.320.png)
    no-repeat center center / contain;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.join__ttl {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 2px;
  border-bottom: #d8a151 2px solid;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #d8a151;
}

.join__ttl::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 8px;
  width: 10px;
  height: calc(100% - 20px);
  background: linear-gradient(#d8a151 50%, #ffd885 51%);
}

/* .smb-information .smb-information__item__label{
    border-left: none;
  }

  .smb-information .smb-information__item__body, .smb-information .smb-information__item__label{
    border-right: none;
  }
  .smb-information .smb-information__item__label{
    border-bottom-color: #d8a151 !important;
  } */

/* link */
hr {
  margin: 3.5em 0;
}

.Related__link a {
  text-decoration: none;
  border-bottom: 1px solid #d8a151;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
  position: relative;
  padding-left: 15px;
}

.Related__link a::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-01T203246.515.png)
    no-repeat center center / contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.Related__img {
  text-align: center;
}

.purpose__ttl {
  color: #fff;
  background: #d8a151;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.25) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.25) 8px 8px 16px 0px inset;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto !important;
  margin-top: 24px !important;
  padding-inline: 10px;
}

.purpose__img img {
  border-radius: 54% 46% 70% 30% / 40% 52% 48% 60%;
}

.purpose__img {
  position: relative;
  display: grid;
  place-items: center;
}

.purpose__img::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-02T003533.314.png)
    no-repeat center center / contain;
  width: 110%;
  height: 110%;
  top: -15px;
  left: -15px;
  z-index: -1;
}

.purpose__img2 img {
  border-radius: 69% 31% 33% 67% / 28% 47% 53% 72%;
}

.purpose__img2 {
  position: relative;
  display: grid;
  place-items: center;
}

.purpose__img2::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-02T003137.543.png)
    no-repeat center center / contain;
  width: 115%;
  height: 115%;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.purpose__img3 img {
  border-radius: 34% 66% 67% 33% / 30% 63% 37% 70%;
}

.purpose__img3 {
  position: relative;
  display: grid;
  place-items: center;
}

.purpose__img3::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-02T002712.277.png)
    no-repeat center center / contain;
  width: 120%;
  height: 120%;
  top: -20px;
  left: -40px;
  z-index: -1;
}

.purpose__img4 img {
  border-radius: 73% 27% 81% 19% / 47% 53% 47% 53%;
}

.purpose__img4 {
  position: relative;
  display: grid;
  place-items: center;
}

.purpose__img4::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-02T003745.410.png)
    no-repeat center center / contain;
  width: 110%;
  height: 110%;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.purpose__img5 img {
  /* border-radius: 73% 27% 81% 19% / 47% 53% 47% 53%; */
}

.purpose__img5 {
  position: relative;
  display: grid;
  place-items: center;
}

.purpose__img5::after {
  position: absolute;
  content: "";
  background: url(https://jma-wawasan.com/wp-content/uploads/2025/03/名称未設定のデザイン-2025-03-19T102925.849.png)
    no-repeat center center / contain;
  width: 110%;
  height: 110%;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.purpose__box {
  max-width: 340px;
  margin-inline: auto;
}

/* project */
#service_archive {
  padding-top: 100px;
}

#service_archive.inview.animate,
#blog_archive.inview.animate {
  padding-block: 100px;
}

/* single */
.category_list_widget .square_headline {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
}

.square_headline .headline {
  font-family: "Chillax", sans-serif;
  letter-spacing: 2px;
}

#related_post .design_headline2 .title {
  font-weight: bold !important;
  letter-spacing: 2px;
}

.single-service h2,
.single .wp-block-heading {
  font-weight: bold;
  font-size: 1.2em !important;
  letter-spacing: 2px;
  border-bottom: #d8a151 2px solid;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  color: #d8a151;
}

.single-service h2::after,
.single .wp-block-heading::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 10px;
  height: calc(100% - 10px);
  background: linear-gradient(#d8a151 50%, #ffd885 51%);
}

.tcd_banner_widget .title_area {
  font-family: "Chillax", sans-serif;
}

#tcd_banner_widget-3 .title_area .title,
#tcd_banner_widget-2 .title_area .title {
  position: relative;
}

#tcd_banner_widget-3 .title_area .title::after,
#tcd_banner_widget-2 .title_area .title::after {
  position: absolute;
  content: "日本マレーシア協会とは";
  font-size: 12px;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  left: 0;
  bottom: -10px;
  white-space: nowrap;
}

#tcd_banner_widget-2 .title_area .title::after {
  content: "お問い合わせ";
}

#service_list .main_title {
  font-family: "Chillax", sans-serif;
}

.cb_service_bottom {
  padding: 70px 70px 200px;
}

.styled_post_list1_widget .widget_headline {
  font-family: "Chillax", sans-serif;
  position: relative;
  font-size: 1.7em;
  letter-spacing: 2px;
  background: #d8a151;
  height: 160px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px,
    rgba(255, 255, 255, 0.4) 4px 4px 4px 0px inset,
    rgba(255, 255, 255, 0.4) 8px 8px 16px 0px inset;
}

.styled_post_list1_widget .widget_headline span {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.styled_post_list1_widget .widget_headline::after {
  position: absolute;
  content: "新着情報";
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  top: 60%;
  letter-spacing: normal;
  transform: translateY(-45%);
}

/* loop */
.loop-contents {
  position: absolute;
  top: 70%;
  z-index: 10;
  left: 0;
  z-index: -10;
}
.loop_wrap {
  display: flex;
  width: 100%;
}

.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: clamp(4em, 12vw, 8rem);
  line-height: 1;
  font-weight: bold;
  padding-bottom: 40px;
  /* letter-spacing: 0.2rem; */
  overflow: hidden;
  font-family: "Chillax", sans-serif;
  color: #97f18a;
  opacity: 0.4;
}
.loop_wrap div:nth-child(odd) {
  animation: loop 120s -60s linear infinite;
  z-index: 0;
}

.loop_wrap div:nth-child(even) {
  animation: loop2 120s linear infinite;
  z-index: 0;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.wp-element-caption {
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 1px;
}

.contact__txt{
  width: fit-content;
  margin-inline: auto !important;
}

#global_menu_button{
  z-index: 200 !important;
}

@media only screen and (max-width: 1350px){
  #global_menu > ul > li > a{
    padding-inline: 10px;
  }
}

@media only screen and (max-width: 1200px){
  .about-bg__fix{
    height: 350px;
    bottom: 0;
  }

  .cb_service_top::after{
    top: 200px;
    width: 400px;
  }

  .t-anout__bg2{
    width: 380px;
  }

  .t-anout__bg3{
    width: 450px;
  }

}

@media only screen and (max-width: 950px){
  .t-anout__bg2{
    width: 250px;
    left: -70px;
  }

  .t-anout__bg3{
    width: 350px;
  }
}

@media only screen and (max-width: 640px){
  .t-anout__bg2{
    width: 200px;
    left: -70px;
  }

  .t-anout__bg3{
    width: 300px;
  }
}

@media only screen and (max-width: 510px){
  .t-anout__bg2{
    width: 150px;
    top: -50px;
    left: -50px;
  }

  .t-anout__bg3{
    width: 200px;
    top: 0px;
    right: -75px;
  }

  .global_menu__en a{
    font-size: 0.8em;
    padding-inline: 20px;
  }
}

@media only screen and (max-width: 1050px) {
  .access-info {
    position: relative;
    transform: translateY(0%);
    left: 0%;
    padding: 10px;
  }

  .iframe-wrap {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .iframe-wrap iframe {
    width: 100%;
    height: 400px;
    margin-top: 0px;
  }

  .info-items {
    padding: 20px 20px 40px 20px;
  }

  .phone-btn {
    font-size: 1.4em;
  }

  .form-contact {
    font-size: 1.4em;
  }

  .page-id-85 .footer-inner{
    top: 170px;
  }

  .info-add-area{
    width: fit-content;
    margin-inline: auto;
  }

  .info-sub-title{
    font-size: 1.5rem;
  }

  .google-map-btn{
    font-size: 1.5em;
  }

  .article_a{
    font-size: 1em;
  }

  #page_header::after{
    bottom: -200px;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 750px) {
  .page-id-85 footer{
    margin-top: 200px;
  }

  .page-id-85 .footer-inner{
    top: 270px;
  }
}


@media only screen and (max-width: 750px){
  .iframe-wrap{
    height: 350px;
  }

  #page_header::after{
    bottom: -150px;
    right: -200px;
  }
}


@media only screen and (max-width: 768px) {
  .history__txt,
  .p-about__txt {
    font-size: 1em;
  }

  #header_slider_nav .nav_item {
    padding-inline: 15px !important;
  }

  #header_slider_nav .nav_catch {
    padding: 0 !important;
  }

  .category #page_header .catch {
    font-size: 2em !important;
  }

  #menu-item-357 a,
  #menu-item-358 a {
    font-size: 14px !important;
    margin: 0 0 13px 0 !important;
  }

  #footer_menu .footer_menu li {
    font-size: 12px;
  }

  .page__btn a {
    width: 250px;
  }

  .history__img {
    width: 200px;
    opacity: 0.6;
    right: -100px;
  }

  .history__img2 {
    width: 200px;
    left: -100px;
    opacity: 0.6;
    top: -200px;
  }

  body.page #main_contents {
    padding-block: 100px;
  }

  .t-anout__logo{
    margin-block: 30px ;
  }

  .t-about__txt{
    padding-inline: 10px;
    font-size: 1em;
  }

  

  .about-bg__fix{
    height: 250px;
    bottom: 0;
  }

  .about-mr{
    margin-top: 40px !important;
  }

  /* contents {
    bottom: 220px;
  } */

  .cb_service_top::after{
    width: 300px;
    top: 100px;
    right: -100px;
  }

  .cb_desc{
    width: fit-content;
    margin-inline: auto !important;
  }

  .t-anout__bg4{
    bottom: -20%;
    z-index: 10;
  }

  .hidden-pc{
    display: block;
  }
}
