.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-08168e5:#F7F1C4;--e-global-color-b2cb6cc:#FAC044;--e-global-color-07c116e:#554839;--e-global-typography-primary-font-family:"Zen Kaku Gothic New";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.5em;--e-global-typography-primary-letter-spacing:0.1em;--e-global-typography-secondary-font-family:"Zen Kaku Gothic New";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Zen Kaku Gothic New";--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.05em;--e-global-typography-accent-font-family:"Zen Kaku Gothic New";--e-global-typography-accent-font-size:27px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0.1em;--e-global-typography-6ced8c1-font-family:"Zen Kaku Gothic New";--e-global-typography-6ced8c1-font-size:20px;--e-global-typography-6ced8c1-font-weight:500;--e-global-typography-6ced8c1-line-height:1.4em;--e-global-typography-eafb4c2-font-family:"Zen Kaku Gothic New";--e-global-typography-eafb4c2-font-size:14px;--e-global-typography-eafb4c2-font-weight:400;--e-global-typography-eafb4c2-line-height:1.4em;--e-global-typography-318679d-font-family:"Zen Kaku Gothic New";--e-global-typography-318679d-font-size:16px;--e-global-typography-318679d-font-weight:500;--e-global-typography-318679d-line-height:2em;--e-global-typography-318679d-letter-spacing:0.05em;--e-global-typography-191619a-font-family:"Zen Kaku Gothic New";--e-global-typography-191619a-font-size:35px;--e-global-typography-191619a-font-weight:800;--e-global-typography-191619a-letter-spacing:0.3em;--e-global-typography-7673986-font-size:37px;--e-global-typography-7673986-font-weight:500;--e-global-typography-7673986-line-height:1.5em;color:#000000;font-family:"Zen Kaku Gothic New", Sans-serif;font-size:16px;font-weight:400;line-height:1.7em;letter-spacing:0.07em;}.elementor-kit-6 e-page-transition{background-color:#FFFDDF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-7673986-font-size:min(35px, 9vw);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*汎用*/
.ib{
    display: inline-block;
}

/*はみ出し制御*/
#content{overflow: hidden;}

.back-y::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: -10px;

  background: url("https://akio-masda.online/wp-content/uploads/yajirushi.png") center/contain no-repeat;

  vertical-align: middle;
  position: relative;
  top: -10px;

  transition: transform 0.3s ease; /* ←ここでアニメーションを指定 */
}

/* ホバー時に右に少し移動 */
.back-y:hover::before {
  transform: translateX(5px); /* 5px右にスライド */
}
.elementor .post_img img{
    aspect-ratio: 3/2;
    object-fit: cover;
}/* End custom CSS */