/*
Theme Name: Retona
Theme URI: #
Author: #
Author URI: 
Description: #
Tags: #
*/
@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); */

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

:root{
  --fml: "Noto Sans JP", sans-serif;
  --fml01: "Special Gothic", sans-serif;
  --size-p: max(1.6rem, 14px);
  --fs-63: 6.3rem;
  --fs-36: 3.6rem;
  --fs-30: 3rem;
  --fs-25: 2.5rem;
  --fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: max(1.8rem, 16px);
  --fs-15: max(1.5rem, 14px);
  --color1: #000;
  --color2: #DB3502;
  --color3: #EE8F00;
  --color4: #0FA0E2;
  --color5: #786741;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.txt__center {
  text-align: center;
}

[class*="d-flex"] {
  display: flex;
  flex-wrap: wrap;
}

[class*="aic"] {
  align-items: center;
}

[class*="aie"] {
  align-items: flex-end;
}

[class*="ais"] {
  align-items: flex-start;
}

[class*="jcc"] {
  justify-content: center;
}

[class*="jcsb"] {
  justify-content: space-between;
}

[class*="jcfe"] {
  justify-content: flex-end;
}

[class*="fcolumn"] {
  flex-flow: column;
}

.po01 {
  position: relative;
  z-index: 1;
}

/*anime*/
.all_fade_up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.all_fade_up.anime {
  transform: translateY(0);
  opacity: 1;
}

.all_fade_right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.all_fade_right.anime {
  transform: translateX(0);
  opacity: 1;
}

.all_fade_left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.all_fade_left.anime {
  transform: translateX(0);
  opacity: 1;
}
html{
  font-size: 10px;
  scroll-behavior: smooth;
}

body{
  font-family: var(--fml);
  font-size: var(--size-p);
  overflow-x: hidden;
  line-height: 175%;
  color: var(--color1);
}
.l-grid-1200{
  max-width: 123rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
.l-grid-1000{
  max-width: 103rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
.hv-o{
  transition: ease all .4s;
}
.hv-o:hover{
  opacity: 0.7;
}
a{
  color: inherit;
}
/* Header */
.p-header{
  box-shadow: 0px 2px 2px 0px #00000040;
  backdrop-filter: blur(4px);
  background-color: #FFFFFFB2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-bottom: 0.6rem;
}
.p-header__inner{
  align-items: center;
  justify-content: space-between;
}
.p-header__logo img{
  max-width: 25.4rem;
  width: 100%;
}
.p-header__logo a{
  display: inline-block;
}
.p-header__logo h1{
  font-size: 0;
  line-height: 0;
}
.p-header__nav{
  gap: 3rem;
  align-items: center;
  padding-top: 1rem;
}
.p-header__menu{
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.p-header__menu li{
  display: inline-block;
  list-style: none;
  font-size: 1.6rem;
  line-height: 100%;
}
.p-header__menu li:last-child a{
  padding-right: 0;
}
.p-header__menu li:not(:last-child) a{
  border-right: 1px solid #000;
}
.p-header__menu li a{
  text-decoration: none;
  color: var(--color1);
  display: inline-block;
  padding: 0 1rem;
  font-size: inherit;
}
.p-header__menu li a:hover{
  color: var(--color2);
}
.p-header__nav-btn--link{
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  height: 4.2rem;
  padding: 0 1.7rem;
  background-color: var(--color2);
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  font-size: var(--fs-18);
  font-weight: bold;
  color: #fff;
  transition: ease all .4s;
  min-width: 22.7rem;
  border: 1px solid transparent;
}
.p-header__nav-btn--link span{
  display: inline-block;
  vertical-align: middle;
}
.p-header__nav-btn--link span img{
  filter: brightness(0) invert(1);
  transition: ease all .4s;
}
.p-header__nav-btn--img01{
  margin-right: 1.2rem;
  line-height: 0;
}
.p-header__nav-btn--img01 img{
  max-width: 2rem;
  width: 100%;
}
.p-header__nav-btn--img02{
  line-height: 0;
  margin-left: 1rem;
  margin-top: 0.4rem;
}
.p-header__nav-btn--img02 img{
  max-width: 0.8rem;
  width: 100%;
}
.p-header__nav-btn--link:hover{
  background-color: #fff;
  border-color: var(--color2);
  color: var(--color2);
}
.p-header__nav-btn--link:hover img{
  filter: none;
}

/* Home */
.p-home__banner{
  position: relative;
  z-index: 1;
  line-height: 0;
}
.p-home__banner-img{
  width: 100%;
}
.p-home__banner-txt{
  position: absolute;
  width: 100%;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-home__banner-title{
  font-size: var(--fs-36);
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5rem;
}
.p-home__banner-title strong{
  font-weight: 900;
  font-size: var(--fs-63);
  display: block;
  line-height: 200%;
}
.p-btn__link{
  display: inline-block;
  text-decoration: none;
}
.p-btn__link--left img{
  line-height: 0;
  max-width: 20.9rem;
  width: 100%;
}
.p-btn__link-sma{
  background: url(./assets/images/home-img-02.png) center center / 22.1rem no-repeat;
  width: 22.1rem;
  height: 7.3rem;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-20);
  line-height: 140%;
  font-weight: bold;
  color: #fff;
  padding-top: 1.2rem;
}
.p-btn__link-lar{
  box-shadow: 0rem 0.4rem 0.4rem 0rem #00000040;
  background-color: var(--color3);
  border-radius: 1rem;
  display: block;
  padding: 0.7rem;
  margin-top: -4.6rem;
  margin-left: 4.5rem;
  transition: ease all .4s;
}
.p-btn__link-in{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  border: 1px solid #F8F6F3;
  border-radius: 5px;
  min-width: 41.2rem;
  height: 7.4rem;
  text-align: center;
  font-size: var(--fs-24);
  font-weight: bold;
  color: #fff;
  transition: ease all .4s;
}
.p-btn__link-icon{
  width: 1.5rem;
  height: 2.2rem;
  display: inline-block;
  margin-left: 2rem;
  position: relative;
  z-index: 1;
}
.p-btn__link-txt::after{
  content: '';
  width: 1.5rem;
  height: 2.2rem;
  display: inline-block;
   aspect-ratio: 0.64;
	clip-path: shape(from 0% 14.03%,line to 56.18% 50%,line to 0% 85.97%,line to 21.91% 100%,line to 100% 50%,line to 21.91% 0%,line to 0% 14.03%,close);
  background: #fff;
  margin-left: 2rem;
  transform: translateY(0.3rem);
  transition: ease all .4s;
}
.p-btn__link .d-flex{
  align-items: center;
}
.p-btn__link:hover .p-btn__link-lar{
  background-color: #FFCA67;
}
.p-btn__link:hover .p-btn__link-in{
  background-color: #fff;
  color: var(--color3);
}
.p-btn__link:hover .p-btn__link-txt::after{
  background-color: var(--color3);
}
.p-home__worries{
  background: url(./assets/images/home-bg-00.png) bottom center repeat-x;
  padding-bottom: 5.2rem;;
}
.p-title__meta{
  background-color: #FFFFFFB2;
  padding: 4.5rem 0 2.5rem;
  text-align: center; 
  box-shadow: 0px 2px 4px 0px #00000040;
}
.p-home__worries .p-title__meta{
  box-shadow: 0px 2px 2px 0px #0000001A;
}
.p-title__style01 span{
  display: block;
}
.p-title__style01--en{
  border-bottom: 1px solid var(--color4);
  padding-bottom: 1.6rem;
  /* font-size: var(--fs-25);
  font-weight: 400;
  line-height: 100%;
  font-family: var(--fml01);
  color: var(--color4); */
}
.p-title__style01--jp{
  color: #333333;
  font-size: var(--fs-30);
  font-weight: bold;
  line-height: 166%;
  padding-top: 1.5rem;
}
.p-home__worries-content{
  padding-top: 5.2rem;
}
.p-home__worries-row{
  gap: 4rem;
  align-items: stretch;
}
.p-home__worries-item{
  flex: 1;
  text-align: center;
  border-radius: 1rem;
  border: 3px solid #D4CEBF;
  box-shadow: 0px 2px 2px 0px #00000040;
  background: #FFFFFF;
  aspect-ratio: 1.341;
  padding: 4rem 0.5rem 2.4rem;
}
.p-home__worries-item--img{
  height: 9.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}
.p-home__worries-item--title{
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 155%;
  color: var(--color5);
  border-top: 1px solid var(--color5);
  border-bottom: 1px solid var(--color5);
  padding: 0.5rem 0 1rem;
  margin-bottom: 1rem;
}
.p-home__worries-content--btn{
  justify-content: center;
  margin-top: 4.5rem;
}
.p-home__pain{
  background: url(./assets/images/home-bg-01.png) bottom center /cover repeat-x;
  padding-bottom: 5.2rem;;
}

.p-home__pain .p-title__meta{
  background-color: #fff;
}
.p-home__pain-content{
  padding-top: 5.2rem;
}
.p-home__banner01{
  border: 2px solid #FFFFFF;
  border-radius: 1rem;
  padding: 1.4rem 1.2rem;
}
.p-home__banner01-inner{
  align-items: stretch;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 2px 0px #00000040;
}
.p-home__banner01-txt{
  width: 70rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(270.01deg, rgba(255, 255, 255, 0.3) 0.42%, #FFFFFF 68.09%, rgba(255, 255, 255, 0) 99.99%);
  border-radius: inherit;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
}
.p-home__banner01-img{
  line-height: 0;
 
}
.p-home__banner01-img img{
  border-radius: 1rem;
  max-width: fit-content;
  width: 100%;
}
.p-home__banner01-title{
  max-width: 50.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  font-size: var(--fs-24);
  font-weight: bold;
  color: var(--color2);
  line-height: 175%;
}
.p-home__banner00{
  padding: 5rem 0 2.5rem;
}
.p-home__needs{
  background: url(./assets/images/home-bg-02.png) top center /cover no-repeat;
  padding-bottom: 5.2rem;
}

.p-home__needs-content{
  padding-top: 5.2rem;
}
.p-home__needs-row{
  gap: 4rem;
}
.p-home__needs-item{
  flex: 1;
}
.p-home__needs-item--img{
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.p-home__needs-item--img img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.837;
  border-radius: inherit;
}
.p-home__needs-item--title{
  font-size: var(--fs-18);
  font-weight: bold;
  color: var(--color1);
  text-align: center;
  border-bottom: 1px solid var(--color5);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.p-home__service{
  background-color: #F8F6F3;
  padding-bottom: 4.5rem;
}
.p-home__service-content{
  padding-top: 3rem;
}
.p-home__service-desc{
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 155%;
}
.p-home__service-list{
  margin-top: 2.8rem;
}
.p-home__service-item{
  border: 1px solid var(--color5);
  padding: 2rem 3rem 3.7rem;
}
.p-home__service-item:not(:last-child){
  margin-bottom: 3rem;
}
.p-home__service-title{
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 155%;
  color: var(--color5);
  border-left: 0.3rem solid var(--color5);
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.p-home__service-row{
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.p-home__service-row--item{
  list-style: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  padding: 1.3rem 3.7rem 1.3rem 1.2rem;
  align-items: center;
  gap: 1.6rem;
}
.p-home__service-row--icon{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content:center;
  width: 5.7rem;
  aspect-ratio: 1;
  background-color: #BAA167;
  border-radius: 5px;
}
.p-home__service-row--txt{
  font-weight: bold;
}
.p-home__service--intro{
  font-size: var(--fs-22);
  font-weight: bold;
  line-height: 190%;
  padding-top: 4rem;
  margin-bottom: 1.8rem;
}
.img-hover {
  position: relative;
  display: inline-block;
}

.img-hover img {
  display: block;
}

.img2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .4s ease;
}

.img-hover:hover .img2 {
  opacity: 1;
}
.p-home__service-list--btn{
  margin-top: 2rem;
}
.p-home__flow{
  background: url(./assets/images/home-bg-04.png) bottom center repeat;
  padding-bottom: 4.8rem;
}
.p-home__flow-content{
  padding-top: 3rem;
}
.p-home__flow-step{
  font-size: var(--fs-24);
  font-weight: bold;
  color: var(--color2);
  line-height: 175%;
  margin-bottom: 3.8rem;
}
.p-home__flow-list{
  margin: 0;
  padding: 0;
  gap: 1rem;
  align-items: center;
  margin-bottom: 6.7rem;
}
.p-home__flow-list li{
  list-style: none;
  font-weight: 500;
  font-size: var(--fs-18);
}
.p-home__flow-child{
  gap: 2.9rem;
}
.p-home__flow-child li{
  list-style: none;
  position: relative;
  z-index: 1;
}
.p-home__flow-child li:not(:last-child)::after{
  content: '';
  width: 2.1rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  pointer-events: none;
  aspect-ratio: 0.95;
  background-color: var(--color4);
	clip-path: shape(from 47.38% 0%,line to 39.05% 7.92%,line to 77.44% 44.4%,hline to 0%,vline to 55.6%,hline to 77.44%,line to 39.05% 92.08%,line to 47.38% 100%,line to 100% 50%,line to 47.38% 0%,close);
}
.p-home__flow-sq{
  width: 6.8rem;
  aspect-ratio: 1;
  border: 2px solid var(--color4);
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-18);
  font-weight: bold;
  color: var(--color4);
}
.p-home__flow-steps{
  position: relative;
  z-index: 1;
}
.p-home__flow-steps::before{
  content: '';
  width: 0.3rem;
  height: 90%;
  background-color: #40BBF3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.5rem;
  z-index: -1;
  pointer-events: none;
}
.p-home__flow-row{
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.p-home__flow-row:not(:last-child){
  padding-bottom: 4rem;
}
.p-home__flow-row li{
  list-style: none;
}
.p-home__flow-left{
  width: 7.7rem;
  aspect-ratio: 1;
  background: var(--color4);
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center;
  font-size: var(--fs-18);
  font-family: var(--fml01);
  line-height: 100%;
  color: #fff; */
  padding-top: 5px;
  padding-left: 5px;
}
.p-home__flow-right{
  width: calc(100% - (7.7rem + 2rem));
}
.p-home__flow-left strong{
  font-family: var(--fml01);
  font-weight: 700;
  font-size: var(--fs-30);
  line-height: 100%;
}
.p-home__flow-title{
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 210%;
}
.p-home__flow-btn{
  margin-top: 5rem;
}
.p-home__for{
  padding-bottom: 7rem;
  background: url(./assets/images/home-bg-05.png) bottom center repeat-x;
}
.p-home__for-content{
  padding-top: 5.8rem;
}
.p-home__for-row{
  gap: 6rem;
}
.p-home__for-left{
  width: 45rem;
}
.p-home__for-left img{
  max-width: fit-content;
  width: 100%;
}
.p-home__for-right{
  width: calc(100% - (45rem + 6rem));
}
.p-home__for-list{
  margin: 0;
  padding: 0;
}
.p-home__for-list li{
  list-style: none;
  background: url(./assets/images/home-bg-06.png) top 2px left /2.7rem no-repeat;
  padding-left: 4rem;
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 155%;
}
.p-home__for-list li:not(:last-child){
  margin-bottom: 3rem;
}
.p-home__for-note{
  display: inline-block;
  font-weight: 700;
  color: var(--color2);
  position: relative;
  z-index: 1;
}
.p-home__for-note::before{
  content: '';
  width: 100%;
  height: 11px;
  background-color: #FFF1A3;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
}
.p-home__for-btn{
  margin-top: 5rem;
}
.p-home__contact{
  background: url(./assets/images/home-bg-07.png) center center repeat;
  padding-bottom: 8.2rem;
}
.p-home__contact-desc{
  font-weight: 500;
  font-size: var(--fs-18);
  line-height: 155%;
  margin-bottom: 5rem;
}
.p-home__contact-content{
  padding-top: 5.5rem;
}
.p-home__contact-form{
  border: 2px solid #40BBF3;
  border-radius: 1rem;
  padding: 5rem 3.2rem 3.2rem 4.5rem;
}
.p-home__contact-group{
  gap: 1.7rem;
}
.p-home__contact-txt{
  flex: 0 0 24.6rem;
  font-weight: bold;
  color: var(--color5);
}
.p-home__contact-input{
  flex: 0 0 calc(100% - (1.7rem + 24.6rem));
}
.p-home__contact-input input{
  width: 100%;
  height: 5.7rem;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0 2.5rem;
  font-family: var(--fml) !important;
  font-size: var(--size-p) !important;
}
.p-home__contact-input textarea{
  width: 100%;
  height: 5.7rem;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px #00000040;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 1.5rem 2.5rem;
  height: 12.9rem;
  resize: none;
  font-family: var(--fml) !important;
  font-size: var(--size-p) !important;
}
.p-home__contact-group input[type="submit"]{
  min-width: 22rem;
  height: 6.4rem;
  background-color: var(--color3);
  border: 1px solid var(--color3);
  border-radius: 1rem;
  box-shadow: 0px 2px 2px 0px #00000040;
  cursor: pointer;
  font-size: var(--fs-18);
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  background-image: url(./assets/images/home-bg-08.png);
  background-position: center right 4.4rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transition: ease all .4s;
  margin-top: 1.2rem;
}
.p-home__contact-group input[type="submit"]:hover{
  background-color: #fff;
  color: var(--color3);
  background-image: url(./assets/images/home-bg-08-hv.png);
}
.p-home__contact-group:not(:last-child){
  margin-bottom: 2rem;
  align-items: center;
}
.p-home__contact-group:nth-last-of-type(2){
  align-items: flex-start;
}
.p-home__contact-req{
  display: inline-block;
  background-color: var(--color4);
  width: 7.4rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius: 10rem;
  font-size: var(--fs-15);
  color: #fff;
  margin-left: 1.1rem;
}
.p-home__contact-btn{
  display: block;
  height: 4.6rem;
  border-radius: 5px;
  border: 2px solid var(--color4);
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px #00000040;
  text-align: center;
  line-height: 4.2rem;
  text-decoration: none;
  font-size: var(--fs-15);
  font-weight: 500;
  color: var(--color4);
  margin-top: 0.5rem;
  transition: ease all .4s;
}
.p-home__contact-btn:hover{
  background-color: var(--color4);
  color: #fff;
  box-shadow: none;
}
.u-br__sp{
  display: none;
}
/* Footer */
.p-footer{
  background: url(./assets/images/footer-bg-00.png) bottom center repeat-x;
  padding: 1.2rem 0 5.5rem;
  background-color: #F8F6F3;
}
.p-footer__logo img{
  max-width: 36.4rem;
  width: 100%;
}
.p-footer__logo{
  margin-bottom: 2.2rem;
}
.p-footer__list{
  margin: 0;
  padding: 0;
}
.p-footer__list li{
  list-style: none;
}
.p-footer__list li:not(:last-child){
  margin-bottom: 3rem;
}
.p-footer__title{
  font-size: var(--fs-18);
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 1rem;
}
.p-footer__copy{
  font-size: var(--fs-15);
  margin-top: 7rem;
}
#page_top{
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 5.7rem;
  height: 5.7rem;
  opacity: 0;
  border: 0;
  transition: ease all .4s;
  background-size: 2.1rem;
  background-color: var(--color3);
  background-image: url(./assets/images/page-top.png);
  background-position: center;
  cursor: pointer;
  outline: none;
  z-index: 50;
  background-repeat: no-repeat;
}
#page_top.show {
    opacity: 1;
}
.u-br__960{
  display: none;
}
.u-br__360{
  display: none;
}

#click__menu {
  width: 45px;
  height: 45px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  align-items: center;
  background-color: var(--color2);
}

#click__menu span {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#click__menu.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

#click__menu.active span:nth-child(2) {
  opacity: 0;
}

#click__menu.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.anchor_fixtop {
	display: block;
	position: relative;
	top: -104px;
	width: 100%;
	visibility: hidden;
}
.p-faq{
  background-color: #F8F6F3;
}
.p-faq__content{
  padding: 6rem 0 3rem;
}
.p-faq__row{}
.p-faq__item:not(:last-child){
  margin-bottom: 2rem;
}
.p-faq__title{
  border-bottom: 1px solid var(--color5);
  font-size: var(--fs-18);
  font-weight: 700;
  color: var(--color5);
  line-height: 155%;
  position: relative;
  z-index: 1;
  padding: 1.2rem 0 1.2rem 1.5rem;
  margin-bottom: 1.8rem;
}
.p-faq__title::before{
  content: '';
  width: 0.3rem;
  height: 3rem;
  background-color: var(--color5);
  position: absolute;
  top: 1.2rem;
  left: 0;
  z-index: 1;
}
.p-faq__a{
  border: 1px solid var(--color5);
  box-shadow: 0px 2px 2px 0px #00000040;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 2rem 3.8rem 1.6rem 1.3rem;
  font-size: var(--size-p);
  font-weight: 700;
  color: var(--color5);
  line-height: 175%;
  margin-bottom: 1.9rem;
}
.p-faq__a::after{
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background: url(./assets/images/icon-plus.png) center center / contain no-repeat;
  position: absolute;
  top: 2.4rem;
  right: 3.8rem;
  z-index: 1;
  pointer-events: none;
  transition: ease all .4s;
}
.p-faq__a-tags{
  display: inline-block;
  background-color: #EFEDE6;
  border-radius: 10rem;
  padding: 1px 3rem;
  border: 1px solid #D4CEBF;
  font-size: var(--fs-15);
  margin-right: 2rem;
}
.p-faq__q{
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}
.p-faq__list-item.active .p-faq__q{
  padding-bottom: 1.9rem;
  max-height: 76.9rem;
}

.p-faq__list-item.active .p-faq__a::after{
  background: url(./assets/images/icon-plus-01.png) center center / contain no-repeat;
}
.p-faq__btn{
  margin-top: 2.8rem;
}
.u-br__320{
  display: none;
}

/* RWD */
@media (max-width: 1199px) {
  html{
    font-size: 0.89vw;
  }
  .p-home__service-row--icon img{
    max-height: 80%;
    width: 100%;
    object-fit: contain;
    max-width: 80%;
  }
  .p-home__worries-item--desc br{
    display: none;
  }
  .p-home__worries-item{
    padding: 4rem 1rem 2.4rem;
  }
}
@media (max-width: 960px) {
  html{
    font-size: 1vw;
  }
  .p-home__contact-form{
    padding: 3rem 1.5rem;
  }
  :root{
    --fs-63: 4.3rem;
    --fs-36: 2.6rem;
  }
  .p-home__worries-item--img img{
    max-height: 80%;
    width: 100%;
    object-fit: contain;
    max-width: 80%;
  }
  .l-grid-1200{
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-home__banner-img{
    height: 450px;
    object-fit: cover;
  }
  .p-home__worries-row{
    gap: 1.5rem;
  }
  .p-home__worries-item--title{
    letter-spacing: -0.5px;
  }
  .u-br__960{
    display: inline-block;
  }
  .p-home__for-row{
    gap: 1.5rem;
  }
  .p-home__for-left{
    width: 40rem;
  }
  .p-home__for-right{
    width: calc(100% - (40rem + 1.5rem));
  }
  .p-home__contact-group{
    gap: 1.5rem;
  }
  .p-home__contact-txt{
    flex: 0 0 30rem;
  }
  .p-home__contact-input{
    flex: 0 0 calc(100% - (1.5rem + 30rem));
  }
  .p-home__flow-row:not(:last-child){
    margin-bottom: 3rem;
  }
  #click__menu{
    display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .p-header{
    padding-top: 0.6rem;
  }
  .p-header__nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 100%;
    backdrop-filter: blur(4px);
    background-color: #FFFFFFB2;
    gap: 1rem;
    padding: 15px 0 25px;
    transition: ease all .4s;
  }
  .p-header__nav.active{
    display: flex;
  }
  .p-header__menu li{
    display: block;
    text-align: center;
    border-bottom: 1px dotted var(--color3);
  }
  .p-header__menu li a{
    border: 0;
    display: block;
    font-size: 18px;
    padding: 15px;
  }
  .p-header__nav-menu{
    width: 100%;
  }
  .p-header__nav-btn{
    width: 100%;
  }
  .p-header__nav-btn--link{
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  :root{
    --size-p: 14px;
    --fs-30: 2.5rem;
    --fs-20: 1.8rem;
  }
  html{
    font-size: 10px;
  }
  .p-title__style01--jp{
    font-size: 1.8rem;
  }
  .p-home__service-row--item{
    padding-right: 1.5rem;
  }
  .p-home__flow-steps::before{
    height: 76%;
    top: 44%;
  }
  .p-home__flow-step{
    margin-bottom: 2rem;
  }
  .p-home__flow-list > li{
    width: 100%;
    text-align: center;
  }
  .p-home__flow-list{
    margin-bottom: 3rem;
  }
  .p-home__flow-child{
    justify-content: center;
  }
  .p-footer__copy{
    margin-top: 3rem;
  }
  .p-footer{
    padding-bottom: 5rem;
  }
  .p-home__contact-content{
    padding-top: 5rem;
  }
  .p-home__contact-desc{
    margin-bottom: 3rem;
  }
  .p-home__contact-txt{
    flex: 100%;
  }
  .p-home__banner-img{
    height: 500px;
  }
  .p-home__contact-input{
    flex: 100%;
  }
  .p-home__contact-btn{
    max-width: 300px;
    width: 100%;
  }
  .p-home__for-row{
    gap: 3rem;
  }
  .p-home__for-left{
    width: 100%;
  }
  .p-home__for-right{
    width: 100%;
  }
  .p-home__for-left img{
    max-width: 100%;
  }
  .p-home__needs-row{
    gap: 3rem;
  }
  .p-home__needs-item{
    flex: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .p-home__needs-content{
    padding-top: 5rem;
  }
  .p-home__needs-item--img{
    flex: 100%;
    order: 1;
  }
  .p-home__needs-item--title{
    flex: 100%;
    order: 0;
    font-size: 2rem;
  }
  .p-home__banner01-title{
    font-size: 1.6rem;
    max-width: 100%;
    text-align: center;
  }
  .p-home__service-row--txt{
    width: calc(100% - (1.6rem + 5.7rem));
    display: block;
    letter-spacing: -0.5px;
  }
  .p-home__needs-item--title br{
    display: none !important;
  }
  .p-home__needs-item--desc{
    flex: 100%;
    order: 2;
  }
  .p-home__worries-row{
    gap: 3rem;
  }
  .p-home__worries-item{
    flex: 100%;
    aspect-ratio: unset;
    padding: 3rem 1.5rem;
  }
  .p-home__worries-item--img{
    align-items: center;
  }
  .p-home__worries-item--title br{
    display: none !important;
  }
  .p-home__service-item{
    padding: 1.5rem;
  }
  .p-home__service-btn img{
    max-width: fit-content;
    width: 100%;
  }
  .p-home__service--intro .u-br__960{
    display: none;
  }
  .p-home__banner01-img{
    width: 100%;
  }
  .p-home__banner01-txt{
    width: 100%;
    position: relative;
    inset: 0;
    padding: 1.5rem;
  }
  .p-home__banner01-inner{
    gap: 0;
    background-color: #fff;
  }
  .p-home__banner01-img img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 200px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
  }
  .p-home__banner01-title br{
    display: none;
  }
  .p-home__banner01{
    padding: 1rem;
  }
  .p-home__flow-row{
    align-items: flex-start;
    gap: 1rem;
  }
  .p-home__flow-left{
    width: 6.7rem;
  }
  .p-home__flow-right{
    width: calc(100% - (6.7rem + 1rem));
  }
  .p-home__flow-title{
    line-height: 140%;
  }
  .p-home__for-content{
    padding-top: 5rem;
  }
  .p-btn__link-sma{
    text-align: left;
    padding-left: 15px;
  }
  .p-home__contact-group:last-child{
    text-align: left;
  }
  
  .p-btn__link--left img{
    max-width: 8.9rem;
  }
  .p-home__contact-group input[type="submit"]{
    height: 5.4rem;
  }
  .p-home__service--intro{
    padding-top: 3rem;
    line-height: 140%;
  }
  #page_top{
    bottom: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
  .p-home__contact-form{
    padding-bottom: 1.5rem;
  }
  .p-faq__a{
    font-size: 1.4rem;
    padding: 1rem 2.3rem 1rem 0.5rem;
    line-height: 120%;
    
  }
  .p-faq__a::after{
    right: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    top: 1.5rem;
  }
  .p-faq__a-tags{
    padding: 2px 1.5rem;
    margin-right: 0;
    width: 7rem;
    text-align: center;
    font-size: 1.4rem;
  }
  .p-faq__a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .p-faq__a-txt{
    width: calc(100% - 8rem);
    padding-top: 0.2rem;
  }
  .p-faq__btn{
    margin-top: 1rem;
  }
}

@media (max-width: 540px) {
  :root{
    --fs-24: 2.4rem;
  }
  .p-home__banner-title{
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 140%;
  }
  .p-home__banner-title strong{
    font-size: 2rem;
  }
  .p-btn__link--left{
    width: 100%;
  }
  .p-btn__link--right{
    width: 100%;
  }
  .p-btn__link-lar{
    margin-left: 0;
    margin-top: -2.2rem;
    position: relative;
    z-index: 1;
  }
  .p-btn__link-in{
    min-width: fit-content;
    padding: 0 5px;
  }
  .p-btn__link-txt::after{
    width: 1rem;
    height: 1.5rem;
    margin-left: 5px;
  }
  .p-btn__link-in{
    font-size: 1.8rem;
    height: 5.4rem;
  }
  .p-home__contact-desc br{
    display: none;
  }
  .u-br__sp{
    display: block;
  }
  
}
@media (max-width: 360px) {
  .p-home__worries-item--title br.u-br__360{
    display: block !important;  
  }
  .p-home__worries-item--title br.u-br__960{
    display: inline-block !important;
  }
  .p-home__needs-item--title br.u-br__960{
    display: inline-block !important;
  }
  .u-br__360{
    display: inline-block;
  }
  .p-header__logo img{
    max-width: 17.4rem;
  }
  .p-home__banner01-title{
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .u-br__320{
    display: inline-block;
  }
}

/*========== page-column.php ==========*/
.banner-lower {
  position: relative;
  padding: 0;
  width: 100%;
  height: 600px;
  display: inline-block;
}

.banner-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: brightness(0.7);
}

.banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.banner-lower__title {
  font-size: 50px;
  font-weight: 700;
}


/* Useful Information Section */
#useful-information {
  padding: max(4.2vw, 60px) 0;
  color: #000;
}

#useful-information-list {
  margin: 0 auto;
  padding: 0 15px 80px;
  background-image: url(../images/bg-info.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}

.useful-information-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  max-width: 1460px;
  margin: 0 auto;
  gap: 20px;
}

.useful-information-item {
  flex: 100%;
  max-width: calc(100% / 3 - 20px);
  margin: 0 20px 0 0;
  color: #000;
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(217, 217, 217, 1);
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

.useful-information-item2 {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0;
  margin-bottom: 30px;
  border: 1px solid #000;
  box-sizing: border-box;
}

.useful-information-item:last-child {
  margin-right: 0;
}

.useful-information-item2 a {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.useful-information-item2 a:hover {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.useful-information-item:hover {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.useful-information-item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.useful-information-item-img {
  padding: 0 15px;
}

.useful-information-item2 .useful-information-item-img {
  padding: 0;
}

.useful-information-item-content {
  margin-top: 10px;
}

.useful-information-details {
  padding: 0 10px;
  color: rgba(51, 51, 51, 1);
}

/* Page 3 Useful Information - Main */
.useful-information-main {
  margin-top: 40px;
}

.useful-information-sidebar {
  margin-top: -40px;
}

.useful-information-pagination {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.useful-information-pagination a.page-numbers {
  border: 1px solid #4FA3D6;
  color: rgba(51, 51, 51, 1);
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
}

.useful-information-pagination a.page-numbers:hover {
  background: #4FA3D6;
  color: #fff;
}

.useful-information-pagination .page-numbers.current {
  border: 1px solid #4FA3D6;
  background: #4FA3D6;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
}

.useful-information-pagination .page-numbers {
  margin-right: 10px;
}

.useful-information-item-readmore {
  margin-top: 10px;
}

.useful-information-item-readmore a {
  color: rgba(51, 51, 51, 1);
}

.useful-information-item-readmore a:hover {
  color: #4FA3D6;
  text-decoration: none;
}

.useful-information-item-readmore a img {
  margin-left: 5px;
  position: relative;
  top: -2px;
  width: 24px;
}

.sidebar-item {
  margin-top: 40px;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
}

.sidebar-item-title {
  position: relative;
  font-size: 21px;
  color: rgba(51, 51, 51, 1);
}

.sidebar-item-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 80px;
  height: 3px;
  background: #000;
}

.sidebar-banner img {
  width: 100%;
}

.sidebar-item-content-item {
  display: flex;
  flex-wrap: wrap;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px solid rgba(182, 182, 182, 1);
  padding-top: 30px;
}

.sidebar-item-content-item:hover {
  color: rgba(242, 89, 133, 1);
  text-decoration: none;
}

.sidebar-item-content-item-img {
  flex: 100%;
  max-width: calc(100% / 2 - 10px);
  margin: 0 10px 30px 0;
}

.sidebar-item-content-item-img img {
  width: 100%;
}

.sidebar-item-content-item-title {
  flex: 100%;
  max-width: calc(100% / 2 - 10px);
  margin: 0 10px 30px 0;
}

/* Page 3 Useful Information - Single */
.post-title {
  font-size: 21px;
  font-weight: 700;
  border-bottom: 3px solid #000;
  color: rgba(51, 51, 51, 1);
}

.post-date {
  font-weight: 700;
  margin: 10px 0 30px;
}

.post-date img {
  position: relative;
  top: 5px;
}

.post-date img:last-child {
  margin-left: 10px;
}

.post-date a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

.post-date a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

.post-image img {
  width: 100%;
}

.post-content {
  margin-top: 30px;
}

.table-contents {
  margin-top: 60px;
  border: 1px solid #000;
  background: #fff;
  padding: 30px;
  color: rgba(51, 51, 51, 1);
}

.table-contents h3 {
  text-align: center;
}

.table-contents h3 {
  font-size: 24px;
  font-weight: 700;
}

.tabel-contents-item {
  margin-top: 40px;
}

.tabel-contents-item a {
  display: block;
  color: rgba(51, 51, 51, 1);
  line-height: 2.4em;
}

.tabel-contents-item a:hover {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.post-content-body {
  margin-top: 30px;
}

.post-content-body-title h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  color: rgba(51, 51, 51, 1);
}

.post-content-body-article {
  margin-top: 30px;
}

.post-content-body table {
  border-collapse: collapse;
  width: 100%;
}

.post-content-body table tr td:first-child {
  background: #f1f1f1;  
}

.post-content-body table tr td {
  padding: 15px;
  border: 1px solid #000;
}


.related-article {
  margin-top: 80px;
  border: 3px solid #000;
  position: relative;
  min-height: 150px;
}

.related-title {
  position: absolute;
  left: 40px;
  top: -40px;
}

.related-title h3 {
  color: #000;
  font-size: 20px;
  text-align: left;
  background: #fff;
  padding: 0 10px;
}

.related-title h3 img {
  margin-right: 10px;
}

.related-title p {
  color: #000;
  font-size: 20px;
  text-align: left;
  background: #fff;
  padding: 0 10px;
  position: relative;
  top: -25px;
}

.related-title p img {
  margin-right: 10px;
  width: 74px;
  position: relative;
  top: 27px; 
}

.related-title p::before {
  display: none;
}

.related-article-item {
  position: absolute;
  left: 10px;
  top: 40%;
}

.related-article-item a {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  padding-left: 10px;
  text-decoration: underline;
  padding-right: 20px;
  display: block
}

.related-article-item a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: underline;
}

.related-article-item ul li {
  list-style: none;
  position: relative;
}

.related-article-item ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  display: none;
}

.post-content #section1::before,
.post-content #section2::before,
.post-content #section3::before,
.post-content #section4::before {
  display: block;
  content: "";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

.useful-information-nav {
  margin-top: 80px;
  display: flex;
}

.useful-information-nav {
  margin: 50px -10px 0;
}

.useful-information-nav-item {
  width: 50%;
  color: #000;
  padding: 0 10px;
}

.useful-information-nav-item:hover {
  color: #000;
  text-decoration: none;
}

.useful-information-nav-item:first-child {
  border-right: 1px solid rgba(182, 182, 182, 1);
}

.useful-information-nav-item:last-child {
  margin-left: 40px;
}

.useful-information-nav-item:last-child p {
  text-align: right;
}

.useful-information-nav-item-prev {
  display: flex;
  gap: 10px;
}

.useful-information-nav-item-next {
  display: flex;
  gap: 10px;
}

.useful-information-nav-item-img {
  width: 220px;
  height: 100px;
}

.useful-information-nav-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.useful-information-nav-item .arrow-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #000;
  margin-right: 15px;
}

.useful-information-nav-item .arrow-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #000;
  margin-left: 15px;
}

.useful-information-head {
  color: #000;
  position: relative;
  font-size: 21px;
}

.useful-information-head::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}

ul.cat__list {
  margin-top: 15px;
  margin-left: 0;
}

ul.cat__list li {
  list-style: none;
  border-bottom: 1px solid rgba(182, 182, 182, 1);
  padding: 10px 0;
}

ul.cat__list li a {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}

.useful-information-item-date {
  color: rgba(51, 51, 51, 1);
  margin: 10px 0 0;
}

.useful-information-item-date img {
  position: relative;
  top: 5px;
}

.useful-information-item-date img:last-child {
  margin-left: 10px;
}

.icon-category {
  margin: 0;
  width: 20px;
  height: 20px;
}


.useful-information-main.blog-single-main {
  margin-top: 0;
}

.useful-information-head img,
.sidebar-item-title img {
  position: relative;
  top: 5px;
}

.useful-information-thumbnail {
  margin-bottom: 20px;
}

.useful-information-date-wrap {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.useful-information-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.useful-information-date img {
  display: inline-block;
}

.useful-information-category {
  display: flex;
  align-items: center;
  gap: 5px;
}

.useful-information-category img {
  display: inline-block;
}

.useful-information-category a,
.useful-information-category ul,
.useful-information-category li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}

.useful-information-category ul {
  display: inline;
}

ul.post-categories li a {
  color: #000;
  text-decoration: none;
}

ul.post-categories li a:hover {
  color: #000;
  text-decoration: none;
}


/* Blog Flexbox Layout - Replacement for Bootstrap Grid */
#useful-information .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

#useful-information .blog-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#useful-information .blog-main {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
  box-sizing: border-box;
}

#useful-information .blog-sidebar {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.post-content-body h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  line-height: 38.4px;
  margin-bottom: 20px;
}

.post-content-body h3 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  line-height: 28.8px;
}

.post-content-body h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(assets/images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.post-content-body h4 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.post-content-body h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4px;
  right: -4px;
  height: 0.5em;
  background-color: #4FA3D6;
  z-index: -1;
}

.related-title h3::before {
  display: none;
}

.post-content-body-article a {
  text-decoration: underline;
}

.blog-breadcrumb {
  background-color: #F5F5F5;
  padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
	list-style: none;
}

.blog-breadcrumb__item::after {
    content: ">";
    display: inline-block;
    padding: 0 10px 0 8px;
}

.blog-breadcrumb__item:last-child::after {
  content: none;
}

.blog-breadcrumb-wrap a {
  color: #000;
  text-decoration: none;
}

.single-page-header {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0; 
  color: #fff;
  background: #4FA3D6;
  margin-bottom: 30px;
}

.post-content-body ul {
  margin: 20px 0 20px 40px;
}

.post-content-body ol {
  margin: 20px 0 20px 40px;
}

.keypoints {
  margin: 40px 0;
}

.keypoints-title {
  background: #4FA3D6;
  color: #fff;
  font-weight: 700;
  padding: 2px 20px;
  width: fit-content;
  border: 2px solid #4FA3D6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.keypoints-item {
  background: #fff;
  border: 2px solid #4FA3D6;
  padding: 20px 20px 20px 30px;
}

.keypoints-item ul {
  margin-left: 15px;
}

.lwptoc-autoWidth .lwptoc_i {
  display: block!important;
}

.lwptoc_header {
  text-align: center;
}

.lwptoc_title {
  font-size: 24px;
  font-weight: 700;
}

.lwptoc_itemWrap {
  margin-top: 40px;
}

.lwptoc {
  margin-top: 60px;
  border: 1px solid #000;
  background: #fff;
  padding: 15px 10px;
  color: rgba(51, 51, 51, 1);
}

.lwptoc_item_number {
  display: none;
}

.lwptoc_item {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 2.4em;
}

.lwptoc_item a {
  display: block;
  color: rgba(51, 51, 51, 1)!important;
  line-height: 2.4em;
}

.lwptoc_item a:hover {
  text-decoration: none!important;
  border-bottom: none!important;
  border: none!important;
}

.lwptoc-light .lwptoc_i {
  background: #fff!important;
}

.lwptoc_toggle {
  display: none!important;
}

/* ======= Single Page Author Section =========*/
.div_banner2 {
  background-color: #F0F0F0;
  padding: 20px;
  margin-bottom: 12px;
  margin-top: 5px;
}

.div_banner2 .title {
  position: relative;
  z-index: 1;
}

.div_banner2 .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9A9A9A;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
}

.div_banner2 .title span {
  font-weight: bold;
  font-size: 16px;
  background-color: #F0F0F0;
  padding-right: 20px;
}

.div_banner2 .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0 10px 0;
}

.div_banner2 .img {
  width: 14.493%;
  height: 100px;
  margin-left: 3.188%;
  margin-right: 2.174%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.div_banner2 .all_text {
  width: 79.71%;
}

.div_banner2 .all_text .txt_note {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.div_banner2 .all_text .txt {
  font-size: 13px;
}

.mgt-40 {
  margin-top: 40px;
}

.p-blog__content {
  padding: 6rem 0 3rem;
}

.p-blog__row {
  gap: 3rem;
  align-items: stretch;
}

.p-blog__item {
  flex: 0 0 calc((100% - 6rem) / 3);
  background-color: #fff;
  padding-bottom: 2rem;
  box-shadow: 0px 2px 2px 0px #00000040;
}

.p-blog__item a {
  display: block;
  text-decoration: none;
}

.p-blog__item a:hover .p-blog__item-img img {
  transform: scale(1.1);
}

.p-blog__item-img {
  height: 21rem;
  overflow: hidden;
}

.p-blog__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

.p-blog__item-info {
  margin-top: 2rem;
}

.p-blog__item-meta {
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  background-color: #F2F2F3;
  gap: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.p-blog__item-meta li {
  list-style: none;
}

.p-blog__item-title {
  width: calc(100% - 16.3rem);
}

.p-blog__item-date {
  font-weight: 700;
  width: 8.5rem;
}

.p-blog__item-title01 {
  font-weight: 700;
  font-size: var(--size-p);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-blog__item-icon {
  width: 1.8rem;
}

.p-blog__item-icon img {
  max-width: 1.8rem;
  width: 100%;
  transition: ease all .4s;
}

.p-blog__item-desc {
  margin-top: 2rem;
  font-size: var(--fs-15);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 1.5rem;
}

.p-blog__content {
  padding-top: 2rem;
}

.p-blog__btn {
  margin-top: 2.2rem;
  margin-bottom: 5.2rem;
}

.p-blog__btn .p-btn__style01 {
  color: #7b6741;
  background: #fff;
  border: 1px solid #7b6741;
  box-shadow: 0px 2px 2px 0px #00000040;
  border-radius: 10px;
  padding: 15px 60px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.p-blog__btn .p-btn__style01:hover {
  background:#7b6741;
  color: #fff!important;
  text-decoration: none;
}

/* .p-blog__btn .p-btn__style01:hover .p-btn__style01-txt {
  background: linear-gradient(278.07deg,
      #00C1CF 0.94%,
      #009CD4 97.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
} */

/* .p-blog__btn .p-btn__style01:hover .p-btn__style01-txt::after {
  background: linear-gradient(278.07deg, #00C1CF 0.94%, #009CD4 97.36%);
} */

.wrap-pagi {
  text-align: center;
  margin-top: 20px;
}

.wrap-pagi .pages {
  display: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
  display: inline-block !important;
  padding: 0 !important;
}

/* CTA blog-button - start */
.cta-block {
    background: #fdf1ec;
    border: #f6d9cc;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    margin-top: 40px;
}

.cta-block .sub {
    font-size: 14px;
    color: #555;
    margin: 0 0 20px;
}

.btn-primary {
    display: inline-block;
    background: #db3502;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 3px 0 #b82d02;
    transition: .15s;
    position: relative;
}

.cta-block .micro {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.btn-primary:hover {
    background: #b82d02;
    transform: translateY(1px);
    box-shadow: 0 2px 0 #b82d02;
}

.btn-primary::after {
    content: "›";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.cta-block .catch {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 8px;
}

.cta-b {
	text-align:center; 
	margin-top:24px;
}

.btn-inline:hover {
    background: #db3502;
    color: #fff;
}

.btn-inline {
    display: inline-block;
    background: #fff;
    color: #db3502;
    border: 2px solid #db3502;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 999px;
    transition: .15s;
}

.box-after {
    border: 1px solid #f6d9cc;
    border-radius: 8px;
    background: #fff;
    padding: 16px 20px;
    margin-top: 32px;
}

.box-after .ba-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 15px;
    color: #db3502;
    margin-bottom: 8px;
}

.box-after a {
    color: #db3502;
    font-weight: bold;
    text-decoration: none;
}

.box-after__p {
    margin: 0 0 6px;
}

.box-after__p:last-child {
    margin: 0;
}

.cta-b {
    text-align: center;
    margin: 40px 0 0;
}

.mrg-40 {
    margin: 40px 0;
}

/* CTA blog-button - finish */

@media screen and (max-width:834px) {
  .blog_wrap {
    padding: 60px 40px;
  }

  .main-blog-ct {
    width: 60%;
  }

  .sidebar {
    width: 38%;
  }

  .p-blog__item-img {
    height: 12rem;
  }

}

@media screen and (max-width: 767px) {
  .p-blog__item-img {
    height: 30rem;
  }

  .p-blog__item {
    flex: 100%;
  }
}





@media screen and (max-width:834px) {
  .blog_wrap {
    padding: 60px 40px;
  }

  .main-blog-ct {
    width: 60%;
  }

  .sidebar {
    width: 38%;
  }
}

@media screen and (max-width:768px) {

  h2.widgettitle {
    font-size: 18px;
    font-weight: bold;
  }

  .pagination {
    float: left;
    display: flex;
    justify-content: center;
    font-weight: bold;
  }
}




@media screen and (max-width: 767px) {
  .blog_wrap {
    padding: 100px 10px;
  }

  .main-blog-ct {
    margin-bottom: 60px;
    padding: 20px 10px 30px 10px;
    width: 100%;
    margin-right: 0;
  }

  .list-posts .post a .img {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .list-posts .post a .info {
    width: 100%;
    padding-left: 0;
  }

  .sidebar {
    padding: 0;
    width: 100%;
  }

  .blog-photo {
    margin-right: 1%;
  }

  .single-page-header {
    font-size: 26px;
  }

  .post-content-body h2 {
    font-size: 24px;
  }

  .post-content-body h3 {
    font-size: 20px;
  }

}

@media screen and (max-width: 767px) {
  .div_banner2 .img {
      margin-left: 0%;
      width: 17.681%;
      height: 83px;
  }
}

@media screen and (max-width: 560px) {
  .div_banner2 .img {
      height: 14.31vw;
  }
}

@media screen and (max-width: 376px) {
  .related-title {
    left: 10px;
  }
}

/* End Blog */

/* Responsive: Stack columns on smaller screens */
@media (max-width: 767px) {

  #useful-information .blog-main,
  #useful-information .blog-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #useful-information .blog-sidebar {
    margin-top: 80px;
  }

  .useful-information-nav-item-prev {
    flex-wrap: wrap;
  }

  .useful-information-nav-item-img {
    width: 100%;
    order: 1;
  }

  .useful-information-nav-item-title {
    order: 2;
  }

  .useful-information-nav-item-next {
    flex-wrap: wrap;
  }
}

/* Responsive styles for useful-information-item2 */
@media (max-width: 767px) {
  .useful-information-item2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}