@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=RocknRoll+One&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

body {
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
  animation-name: fade;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main {
  flex: 1;
}

header {
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 30;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}

.head_1 {
  display: flex;
  max-width: 1100px;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 0 30px;
}

.head_1 .head_logo {
  display: flex;
  flex-direction: column;
  width: 150px;
  cursor: pointer;
}

@media (max-width: 730px) {
  header {
    height: 60px;
  }

  .head_1 {
    height: 60px;
  }

  .head_1 .head_logo {
    width: 120px;
  }
}

.head_1 .head_logo img {
  display: block;
  width: 100%;
  margin: auto auto;
}

.head_1 .head_nav {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.head_1 .head_nav .nav_lxc {
  width: 100%;
  margin: auto auto;
}

.head_1 .head_nav .nav_lxc .botan {
  width: fit-content;
  margin-left: auto;
  display: flex;
}

.head_1 .head_nav .nav_lxc .botan .botan_a {
  display: block;
  padding: 7.5px 18px;
  box-sizing: border-box;
  margin-left: 6px;
  position: relative;
  cursor: pointer;
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  transition-property: all;
  transition-duration: 0.3s;
  background: linear-gradient(
    100deg,
    #f05a8a 0%,
    #ff9b58 28%,
    #f2dd3f 52%,
    #8fdf45 78%,
    #66d83f 100%
  );
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_line_color {
  width: 100%;
  background: linear-gradient(
    100deg,
    #f05a8a 0%,
    #ff9b58 28%,
    #f2dd3f 52%,
    #8fdf45 78%,
    #66d83f 100%
  );
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_category {
  position: absolute;
  top: 39px;
  left: 0;
  width: 240px;
  padding: 18px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 0.5px solid #484a4f;
  border-radius: 6px;
  z-index: 5;
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_category_view {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_category .a_list:first-child {
  margin: 0;
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_category .a_list {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  transition-property: all;
  transition-duration: 0.3s;
}

.head_1 .head_nav .nav_lxc .botan .botan_a .a_category .a_list:hover {
  text-decoration: underline;
}

.head_1 .head_nav .nav_lxc .mobile_menu {
  position: fixed;
  width: 30px;
  top: 15px;
  right: 30px;
  display: none;
  z-index: 35;
  cursor: pointer;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
}

.head_1 .head_nav .nav_lxc .mobile_menu .nav_menu {
  display: block;
  font-size: 30px;
}

@media (max-width: 780px) {
  .head_1 .head_nav .nav_lxc .botan {
    display: none;
  }

  .head_1 .head_nav .nav_lxc .mobile_menu {
    display: block;
  }
}

.head_1 .head_nav .nav_lxc .mobile_hidden {
  opacity: 0;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(127, 255, 212, 0.9);
  z-index: 40;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.3s;
}

.nav_view {
  opacity: 1;
  pointer-events: all;
}

nav .close_botan {
  position: fixed;
  width: 30px;
  top: 15px;
  right: 30px;
  z-index: 41;
  cursor: pointer;
}

nav .close_botan .nav_close {
  display: block;
  font-size: 30px;
}

nav .mob_menu {
  margin: 90px auto;
  width: 80%;
  text-align: center;
}

nav .mob_menu h1 {
  font-size: 18px;
  padding-bottom: 6px;
  text-align: center;
  font-weight: 800;
  border-bottom: 1.5px solid #484a4f;
}

/* nav .mob_menu h1::before {
  content: '▼';
} */

nav .mob_menu .h1_top {
  margin-top: 30px;
}

nav .mob_menu .mob_box {
  margin: 15px 0;
}

nav .mob_menu .mob_box a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  transition-property: all;
  transition-duration: 0.3s;
}

nav .mob_menu .mob_box a:hover {
  text-decoration: underline;
  color: tomato;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #fffdfa;
}

.hero_content {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #fffdfa;
}

.hero-bg {
  position: absolute;
  inset: -120px;
  z-index: 0;
  pointer-events: none;
  filter: blur(58px);
  opacity: 0;
  will-change: transform, opacity;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

/* 右上の色レイヤー */
.warm {
  animation:
    warmBreathMove 28s ease-in-out infinite alternate,
    colorFade 18s ease-in-out infinite;
}

.warm-pink {
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 120, 165, 0.62) 0%, rgba(255, 180, 200, 0.36) 26%, transparent 38%);
  animation-delay: 0s, 0s;
}

.warm-orange {
  background:
    radial-gradient(circle at 90% 26%, rgba(255, 165, 90, 0.58) 0%, rgba(255, 210, 150, 0.34) 26%, transparent 38%);
  animation-delay: 0s, 6s;
}

.warm-purple {
  background:
    radial-gradient(circle at 86% 32%, rgba(170, 120, 255, 0.52) 0%, rgba(220, 170, 255, 0.3) 26%, transparent 38%);
  animation-delay: 0s, 12s;
}

/* 左下の色レイヤー */
.cool {
  animation:
    coolBreathMove 34s ease-in-out infinite alternate,
    colorFade 18s ease-in-out infinite;
}

.cool-green {
  background:
    radial-gradient(circle at 8% 95%, rgba(150, 235, 125, 0.62) 0%, rgba(190, 245, 170, 0.42) 28%, transparent 42%);
  animation-delay: 0s, 0s;
}

.cool-yellow {
  background:
    radial-gradient(circle at 18% 88%, rgba(255, 225, 95, 0.5) 0%, rgba(255, 240, 160, 0.3) 28%, transparent 42%);
  animation-delay: 0s, 6s;
}

.cool-blue {
  background:
    radial-gradient(circle at 28% 82%, rgba(105, 185, 255, 0.46) 0%, rgba(165, 220, 255, 0.28) 28%, transparent 42%);
  animation-delay: 0s, 12s;
}

@keyframes colorFade {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.9;
  }

  30% {
    opacity: 0.9;
  }

  45% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes warmBreathMove {
  0% {
    transform: translate3d(0, 0, 0) scale(1.08);
  }

  50% {
    transform: translate3d(-2.5%, 1.5%, 0) scale(1.15);
  }

  100% {
    transform: translate3d(2%, -1.5%, 0) scale(1.1);
  }
}

@keyframes coolBreathMove {
  0% {
    transform: translate3d(0, 0, 0) scale(1.1);
  }

  50% {
    transform: translate3d(2%, -1.5%, 0) scale(1.16);
  }

  100% {
    transform: translate3d(-2%, 2%, 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg {
    animation: none;
  }

  .warm-pink,
  .cool-green {
    opacity: 0.85;
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  height: 100svh;
  margin: 72px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.hero-inner_2 {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 72px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.hero-inner .hero_box {
  height: 100svh;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.hero-inner_2 .hero_box_2 {
  height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 60px 0;
}

.hero-inner_2 .hero_box_2 .info_link {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
}

.hero-inner_2 .hero_box_2 .info_link a {
  margin-right: 5px;
  transition-property: all;
  transition-duration: 0.3s;
}

.hero-inner_2 .hero_box_2 .info_link a:hover {
  text-decoration: underline;
}

.hero-inner_2 .hero_box_2 .info_link span {
  margin-right: 5px;
}

.hero-inner .hero_box .hero_text {
  margin: auto 0;
  position: relative;
  z-index: 5;
}

.hero-inner_2 .hero_box_2 .hero_text_2 {
  margin: auto 0;
  padding-top: 20px;
  position: relative;
  z-index: 5;
  display: flex;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 {
  width: 100%;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center {
  margin: auto 0;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center .s_title {
  font-size: 13px;
  font-weight: 500;
  color: green;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center p {
  margin-top: 6px;
  font-size: 17px;
  line-height: 1.8;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center h1 {
  font-size: 39px;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box2 {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box2 .office_info {
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 6px;
  border: 0.5px solid #5a6766;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box2 .office_info span {
  font-size: 13px;
  font-weight: 500;
  color: #5a6766;
  display: inline-block;
  margin-bottom: 3px;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box2 .office_info h1 {
  font-size: 16px;
  font-weight: 500;
}

.hero-inner_2 .hero_box_2 .hero_text_2 .t_box2 .office_info .dot_line {
  padding: 5px 0;
  margin-top: 10px;
  border-top: 0.5px dashed #5a6766;
}

.hero-inner .hero_box .hero_text .wel_span {
  display: block;
  color: gray;
  margin-bottom: 12px;
  font-size: 18px;
}

.hero-inner .hero_box .hero_text h1 {
  font-size: 90px;
}

.hero-inner .hero_box .hero_text p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.8;
  width: 630px;
}

.hero-inner .hero_box .hero_text .office_box {
  margin-top: 45px;
  display: flex;
}

.hero-inner .hero_box .hero_text .office_box .office_link {
  font-size: 18px;
  position: relative;
  isolation: isolate;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  color: #fff;
  background-color: #484a4f;
  width: fit-content;
  border-radius: 30px;
  margin-right: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hero-inner .hero_box .hero_text .office_box .office_link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;

  background: linear-gradient(
    100deg,
    #ef5b8d 0%,
    #ff9f55 32%,
    #f7dd3f 58%,
    #8fdf45 100%
  );

  transition: opacity 0.35s ease;
}

.hero-inner .hero_box .hero_text .office_box .office_link:hover::before {
  opacity: 1;
}

/* ホワイト背景 */
.sec_1 {
  background-color: #fff;
  padding: 60px 0 80px;
  box-sizing: border-box;
}

/* ベージュ背景 */
.sec_2 {
  background-color: #f3f1eb;
  padding: 60px 0 80px;
  box-sizing: border-box;
}

.sec_3 {
  padding-bottom: 60px;
}

.sec_rainbow {
  background: linear-gradient(
    100deg,
    #ef5b8d 0%,
    #ff9f55 32%,
    #f7dd3f 58%,
    #8fdf45 100%
  );
}

.main_lxc {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

.main_lxc .main_box .title_span {
  display: block;
  color: #ef5b8d;
  font-size: 16px;
}

.main_lxc .main_box h1 {
  font-size: 39px;
}

.main_lxc .main_box .rainbow_h1 {
  color: #FFF;
  text-align: center;
}

.main_lxc .main_box .rainbow_img {
  display: block;
  margin: 20px auto;
  max-width: 500px;
  width: 100%;
  border: 3px solid #FFF;
  box-shadow: 1px 1px 3px #484a4f;
}

.main_lxc .main_box .sec_flex {
  display: flex;
}

.main_lxc .main_box p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.8;
  flex: 1;
}

.main_lxc .main_box .p_mar {
  margin-top: 50px;
}

.main_lxc .main_box .sec_flex .sec_img {
  width: 300px;
  margin-left: 30px;
}

.main_lxc .main_box .sec_flex .sec_img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.main_lxc .main_box p strong {
  background: linear-gradient(transparent 65%, rgba(252,211,77,.45) 65%);
}

.main_lxc .main_box p .strong_2 {
  background: linear-gradient(
    transparent 65%,
    #c9f39a 48%,
    #c9f39a 86%,
    transparent 65%
  );
}

.main_lxc .main_box p .strong_2 {
  font-weight: 600;

}

.main_lxc .main_box .rainbow_p {
  margin-top: 30px;
  color: #FFF;
}

.main_lxc .main_box .rainbow_a {
  font-size: 16px;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  background-color: #5a6766;
  color: #FFF;
  border-radius: 30px;
  margin: 30px auto;
  transform: translateY(0px);
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .rainbow_a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.main_lxc .main_box .concept_info {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.main_lxc .main_box .concept_info .concept_text {
  width: 31%;
  background-color: #f3f1eb;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  position: relative;
  border-radius: 12px 12px 0 0;
}

.main_lxc .main_box .concept_info .concept_text span {
  font-family: Fraunces;
  display: block;
  font-size: 16px;
}

.main_lxc .main_box .concept_info .concept_text h3 {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}

.main_lxc .main_box .concept_info .concept_text p {
  font-size: 16px;
  line-height: 1.8;
}

.main_lxc .main_box .concept_info .concept_text .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(
    100deg,
    #ef5b8d 0%,
    #ff9f55 32%,
    #f7dd3f 58%,
    #8fdf45 100%
  );
}

.main_lxc .main_box .news_a:nth-child(3) {
  display: block;
  margin-top: 40px;
  border-top: 0.5px solid #5a6766;
  border-bottom: 0.5px solid #5a6766;
  padding: 30px 0;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .news_a {
  display: block;
  border-bottom: 0.5px solid #5a6766;
  padding: 30px 0;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .news_a:hover {
  opacity: 0.5;
  background-color: rgba(255, 99, 71, 0.3);
}

.main_lxc .main_box .news_a .news_box {
  display: flex;
  justify-content: space-between;
}

.main_lxc .main_box .news_a .news_box .news_all {
  display: flex;
  flex-direction: column;
}

.main_lxc .main_box .news_a .news_box .news_day {
  font-size: 16px;
  font-family: Fraunces;
  width: 120px;
  padding-left: 10px;
  box-sizing: border-box;
}

.main_lxc .main_box .news_a .news_box .news_label {
  width: 100px;
  padding: 3px 6px;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
  margin: 0 10px;
}

.main_lxc .main_box .news_a_2:nth-child(1) {
  display: block;
  margin-top: 0px;
  border-top: 0.5px solid #5a6766;
  border-bottom: 0.5px solid #5a6766;
  padding: 30px 0;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .news_a_2:nth-child(3) {
  display: block;
  border-top: none;
  margin-top: 0;
  border-bottom: 0.5px solid #5a6766;
  padding: 30px 0;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .news_a_2 {
  display: block;
  border-bottom: 0.5px solid #5a6766;
  padding: 30px 0;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .ser_box {
  margin-top: 50px;
}

.main_lxc .main_box .ser_box .ser_flex {
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #FFF;
  border: 0.5px solid #5a6766;
  margin-top: 15px;
}

.main_lxc .main_box .ser_box .ser_flex:first-child {
  margin-top: 0;
}

.main_lxc .main_box .ser_box .ser_flex .box_1 {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}

.main_lxc .main_box .ser_box .ser_flex .box_1 span {
  font-size: 13px;
  font-family: Fraunces;
}

.main_lxc .main_box .ser_box .ser_flex .box_1 h1 {
  font-size: 30px;
  margin-top: 6px;
}

.main_lxc .main_box .ser_box .ser_flex .box_1 p {
  font-size: 16px;
  margin-top: 30px;
}

.main_lxc .main_box .ser_box .ser_flex .box_2 {
  width: 50%;
}

.main_lxc .main_box .ser_box .ser_flex .box_2 img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.main_lxc .main_box .p_info {
  margin-top: 50px;
  padding: 30px;
  border: 0.5px solid #484a4f;
  border-radius: 12px;
}

.main_lxc .main_box .p_info h2 {
  font-size: 18px;
  font-weight: 600;
}

.main_lxc .main_box .p_info h3 {
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  border-left: 6px solid #ef5b8d;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

.main_lxc .main_box .o_box {
  margin-top: 50px;
}

.main_lxc .main_box .o_box_2 {
  margin-top: 0;
}

.main_lxc .main_box .o_box .list_lxc {
  display: flex;
  border-bottom: 0.5px solid #484a4f;
}

.main_lxc .main_box .o_box .list_lxc:first-child {
  border-top: 0.5px solid #484a4f;
}

.main_lxc .main_box .o_box .list_lxc .list_1 {
  width: 25%;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.main_lxc .main_box .o_box .list_lxc .list_1 .list_cen {
  display: block;
  width: fit-content;
  margin: auto auto;
}

.main_lxc .main_box .o_box .list_lxc .list_2 {
  width: 75%;
  padding: 12px;
  text-align: left;
  font-size: 17px;
  line-height: 1.8;
}

.label_red {
  background-color: #f05a8a;
}

.label_green {
  background-color: #66d83f;
}

.main_lxc .main_box .news_a .news_box .news_text {
  font-size: 16px;
  flex: 1;
  padding-right: 6px;
  padding-left: 18px;
  box-sizing: border-box;
}

.main_lxc .main_box .news_a .news_box .news_link {
  font-size: 16px;
  padding-right: 10px;
  box-sizing: border-box;
}

.tyuo {
  display: block;
  margin: auto 0;
}

.main_lxc .main_box .news_list {
  font-size: 16px;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  box-sizing: border-box;
  border: 0.5px solid #5a6766;
  border-radius: 30px;
  margin: 30px auto;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .news_list:hover {
  background-color: #5a6766;
  color: #fff;
}

.main_lxc .main_box .serv_lxc {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.main_lxc .main_box .serv_lxc .serv_box {
  width: 48%;
  border: 0.5px solid #484a4f;
  border-radius: 9px;
  padding: 30px;
  box-sizing: border-box;

  background:
    radial-gradient(circle at 88% 20%, rgba(255, 120, 165, 0.62) 0%, rgba(255, 180, 200, 0.36) 26%, transparent 38%);
}

.main_lxc .main_box .serv_lxc .serv_box_sodam {
  background:
    radial-gradient(circle at 90% 26%, rgba(150, 235, 125, 0.62) 0%, rgba(190, 245, 170, 0.42) 28%, transparent 38%);
}

.main_lxc .main_box .serv_lxc .serv_box img {
  display: block;
  width: 100%;
}

.main_lxc .main_box .serv_lxc .serv_box h1 {
  font-size: 26px;
  margin-top: 12px;
}

.main_lxc .main_box .serv_lxc .serv_box h2 {
  font-size: 14px;
  color: #ef5b8d;
}

.main_lxc .main_box .serv_lxc .serv_box .sodan {
  color: #8fdf45;
}

.main_lxc .main_box .serv_lxc .serv_box p {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.8;
}

.main_lxc .main_box .serv_lxc .serv_box .serv_info {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 0.5px dashed #484a4f;
  border-bottom: 0.5px dashed #484a4f;
}

.main_lxc .main_box .serv_lxc .serv_box .serv_info h3 {
  font-size: 12px;
  color: gray;
  font-weight: 400;
}

.main_lxc .main_box .serv_lxc .serv_box .serv_info p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}

.main_lxc .main_box .serv_lxc .serv_box .office_page {
  font-size: 16px;
  display: block;
  padding: 10px 30px;
  box-sizing: border-box;
  border: 0.5px solid #5a6766;
  margin: 30px auto 0 0;
  width: fit-content;
  border-radius: 30px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .serv_lxc .serv_box .office_page:hover {
  background-color: #5a6766;
  color: #fff;
}

.main_lxc .main_box .map_lxc {
  margin-top: 50px;
  text-align: center;
}

.main_lxc .main_box .map_lxc iframe {
  width: 100%;
  height: 480px;
}

.main_lxc .main_box h4 {
  text-align: center;
  color: #FFF;
  font-size: 40px;
}

.main_lxc .main_box .p_center {
  text-align: center;
  margin-top: 20px;
}

.main_lxc .main_box .tel_num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  margin-top: 15px;
} 

.main_lxc .main_box .tel_num .tel_icon {
  font-size: 48px;
}

.main_lxc .main_box .gree_lxc {
  display: flex;
}

.main_lxc .main_box .gree_lxc_2 {
  margin-top: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  border-top: 0.5px solid #d8d6d6;
}

.main_lxc .main_box .gree_lxc .gree_1 {
  width: 35%;
}

.main_lxc .main_box .gree_lxc .gree_1 img {
  display: block;
  border-radius: 9px;
}

.main_lxc .main_box .gree_lxc .gree_2 {
  width: 60%;
  padding-left: 65px;
  box-sizing: border-box;
}

.main_lxc .main_box .gree_lxc .gree_2 h1 {
  font-size: 14px;
  font-weight: 600;
}

.main_lxc .main_box .gree_lxc .gree_2 .d_name {
  margin-top: 10px;
  font-size: 50px;
  letter-spacing: 0.3em;
}

.main_lxc .main_box .gree_lxc .gree_2 .d_name_2 {
  font-size: 30px;
}

.main_lxc .main_box .gree_lxc .gree_2 h2 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color:rgba(128, 0, 128, 0.6);
}

.main_lxc .main_box .gree_lxc .gree_2 p {
  font-size: 15px;
  margin-top: 10px;
}

.main_lxc .main_box .gree_lxc .gree_2 .staff_lxc {
  display: flex;
  margin-top: 20px;
}

.main_lxc .main_box .gree_lxc .gree_2 .staff_lxc_2 {
  margin-top: 6px;
}

.main_lxc .main_box .gree_lxc .gree_2 .staff_lxc .staff_1 {
  width: 90px;
  background: linear-gradient(100deg, #f05a8a 0%, #ff9b58 28%, #f2dd3f 52%, #8fdf45 78%, #66d83f 100%);
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 15px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.main_lxc .main_box .gree_lxc .gree_2 .staff_lxc .staff_1 .staff_center {
  display: block;
  margin: auto auto;
  text-align: center;
}

.main_lxc .main_box .gree_lxc .gree_2 .staff_lxc .staff_2 {
  flex: 1;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 15px;
}

.main_lxc .main_box .hitokoto {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #484a4f;
}

.main_lxc .main_box .jyunbi {
  margin-top: 30px;
  font-size: 18px;
}

.main_lxc .main_box .pri_p1 {
  font-size: 15px;
  margin-top: 0;
}

.main_lxc .main_box .pri_h1 {
  font-size: 15px;
  padding: 6px 0;
  box-sizing: border-box;
  border-bottom: 0.5px solid #d8d6d6;
  font-weight: 600;
}

.main_lxc .main_box .pri_ul {
  list-style: disc;
  font-size: 15px;
  margin-top: 6px;
  line-height: 1.8;
}

.main_lxc .main_box .pri_ul_2 {
  list-style: none;
}

.main_lxc .main_box .pri_ul .pri_li {
  margin-left: 25px;
}

.main_lxc .main_box .pri_weight {
  font-weight: 500;
  text-decoration: underline;
}

.main_lxc .main_box .pri_weight_2 {
  font-weight: 500;
}

.main_lxc .main_box .pri_mar15 {
  margin-top: 15px;
}

.main_lxc .main_box .pri_mar30 {
  margin-top: 30px;
}


.main_lxc .main_box .pri_right {
  text-align: right;
}

.main_lxc .main_box .miryoku {
  margin-top: 50px;
  padding: 30px;
  border: 0.5px solid #484a4f;
  border-radius: 12px;
  background-color: #FFF;
  display: flex;
}

.main_lxc .main_box .miryoku_h {
  margin-top: 15px;
}

.main_lxc .main_box .miryoku .miryoku_1 {
  width: 90px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(100deg, #f05a8a 0%, #ff9b58 28%, #f2dd3f 52%, #8fdf45 78%, #66d83f 100%);
  border-radius: 12px;
}

.main_lxc .main_box .miryoku .miryoku_1 .m_num {
  margin: auto auto;
  font-size: 30px;
  color: #FFF;
  font-weight: 600;
  font-family: Fraunces;
}

.main_lxc .main_box .miryoku .miryoku_2 {
  flex: 1;
  margin-left: 15px;
}

.main_lxc .main_box .miryoku .miryoku_2 h1 {
  font-size: 24px;
  font-weight: 600;
}

.main_lxc .main_box .miryoku .miryoku_2 p {
  font-size: 15px;
  margin-top: 0px;
}

.main_lxc .main_box .rec_lxc {
  margin-top: 50px;
}

.main_lxc .main_box .rec_lxc .yoko {
  border: 0.5px solid #484a4f;
  border-radius: 12px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: 15px;
  transition-property: all;
  transition-duration: 0.6s;
}

.main_lxc .main_box .rec_lxc .yoko:first-child {
  margin-top: 0;
}

.main_lxc .main_box .rec_lxc .yoko_back {
  background-color: #f3f1eb;
}

.main_lxc .main_box .rec_lxc .yoko details summary {
  cursor: pointer;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .rec_lxc .yoko details summary:hover {
  color: #f05a8a;
}

.main_lxc .main_box .rec_lxc .yoko .sum_close {
  position: absolute;
  top: 10px;
  right: 25px;
  transform: rotate(0deg);
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .rec_lxc .yoko .sum_close_rorata {
  transform: rotate(45deg);
}

.main_lxc .main_box .rec_lxc .yoko .sum_close .a_clo {
  display: block;
  font-size: 32px;
  cursor: pointer;
}

.main_lxc .main_box .rec_lxc .yoko details .yoko_p {
  font-size: 15px;
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
}

.main_lxc .main_box .rec_lxc .yoko details .obo_form {
  display: block;
  width: fit-content;
  padding: 10px 30px;
  background-color: #5a6766;
  color: #FFF;
  font-size: 15px;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .rec_lxc .yoko details .obo_form:hover {
  opacity: 0.8;
}

.main_lxc .main_box .news_h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.main_lxc .main_box .news_h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  margin-top: 10px;
}

.main_lxc .main_box .news_p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 30px;
}

.main_lxc .main_box .news_p a {
  text-decoration: underline;
  color: blue;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .news_p a:hover {
  color: tomato;
  opacity: 0.8;
}

.main_lxc .main_box .news_alink {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  text-align: right;
}

.main_lxc .main_box .news_alink .news_a {
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  padding: 0;
  display: inline;
  border-bottom: none;
  text-decoration: underline;
  font-size: 16px;
}

.main_lxc .main_box .news_alink .news_a:hover {
  color: tomato;
  background: none;
  opacity: 1;
}

.main_lxc .main_box .form_lxc .error_f {
  margin-bottom: 30px;
  padding: 15px;
  border: 3px solid tomato;
  border-radius: 6px;
}

.main_lxc .main_box .form_lxc .error_f_2 {
  font-size: 16px;
  border: 3px solid skyblue;
}

.main_lxc .main_box .form_lxc .error_f ul {
  list-style: disc;
  color: tomato;
  font-size: 16px;
}

.main_lxc .main_box .form_lxc .error_f ul li {
  margin-left: 18px;
  line-height: 1.8;
}

.main_lxc .main_box .form_lxc {
  font-family: "Noto Sans JP", sans-serif;
}

.main_lxc .main_box .form_lxc form .form_title {
  padding: 0 15px;
  box-sizing: border-box;
  border-left: 6px solid skyblue;
  font-size: 16px;
}

.main_lxc .main_box .form_lxc form .form_title .form_hisu {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 3px 9px;
  box-sizing: border-box;
  border-radius: 12px;
  transform: translateY(-1.5px);
  background-color: red;
  color: #FFF;
}

.main_lxc .main_box .form_lxc form .inp_text {
  padding: 9px 12px;
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 22px;
  border-radius: 12px;
  width: 100%;
  border: 0.5px solid #5a6766;
  font-size: 16px;
}

.main_lxc .main_box .form_lxc form .inp_text:focus {
  outline: 2px solid skyblue;
}

.main_lxc .main_box .form_lxc form .inp_text::placeholder {
  opacity: 0.5;
}

.main_lxc .main_box .form_lxc form .inp_area {
  padding: 9px 12px;
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 22px;
  border-radius: 12px;
  width: 100%;
  height: 360px;
  border: 0.5px solid #5a6766;
  font-size: 16px;
}

.main_lxc .main_box .form_lxc form .inp_area:focus {
  outline: 2px solid skyblue;
}

.main_lxc .main_box .form_lxc form .inp_area::placeholder {
  opacity: 0.5;
}

.main_lxc .main_box .form_lxc form .count {
  font-size: 13px;
  text-align: right;
  line-height: 1.8;
}

.main_lxc .main_box .form_lxc form .doi {
  padding: 20px;
  box-sizing: border-box;
  background-color: #f3f1eb;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.main_lxc .main_box .form_lxc form .doi a {
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .form_lxc form .doi a:hover {
  color: tomato;
}

.main_lxc .main_box .form_lxc form .check_box {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
}

.main_lxc .main_box .form_lxc form .check_box label {
  cursor: pointer;
}

.main_lxc .main_box .form_lxc form .check_box label .inp_check {
  vertical-align: middle;
  display: inline-block;
  transform: translateY(0.5px);
  cursor: pointer;
}

.main_lxc .main_box .form_lxc form .check_box label .inp_span {
  vertical-align: middle;
  margin-left: 3px;
}

.main_lxc .main_box .form_lxc form .submit_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.main_lxc .main_box .form_lxc form .submit_box .inp_submit {
  display: block;
  width: fit-content;
  padding: 15px 30px;
  background-color: #5a6766;
  color: #FFF;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.main_lxc .main_box .form_lxc form .submit_box .inp_submit:hover {
  opacity: 0.8;
}

.main_lxc .main_box .form_lxc form .kakunin_box {
  padding: 9px 12px;
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 22px;
  border-radius: 12px;
  width: 100%;
  font-size: 16px;
  background-color: #f3f1eb;
}

.main_lxc .main_box .form_lxc .thanks {
  font-size: 16px;
  line-height: 1.8;
}

.red_new {
  color: tomato;
  opacity: 0;
  animation-name: new_r;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.red {
  color: tomato;
}

@keyframes new_r {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.p_list_lxc {
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.p_list_lxc .paging {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.p_list_lxc .paging a {
  padding: 1px 6px;
  box-sizing: border-box;
  border: 0.5px solid #484a4f;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  transition-property: all;
  transition-duration: 0.3s;
}

.p_list_lxc .paging a:hover {
  background-color: tomato;
  color: #FFF;
}

.p_list_lxc .paging .here {
  background-color: tomato;
  color: #FFF;
}

.p_list_lxc .paging_index {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  border-top: 0.5px solid #d8d6d6;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 870px) {
  .hero-inner .hero_box .hero_text h1 {
    font-size: 80px;
  }
}


@media (max-width: 790px) {
  .hero-inner .hero_box .hero_text h1 {
    font-size: 60px;
  }

  .hero-inner .hero_box .hero_text p {
    font-size: 16px;
    margin-top: 30px;
    width: 560px;
  }

  .hero-inner .hero_box .hero_text .office_box .office_link {
    font-size: 16px;
  }

  .main_lxc .main_box h1 {
    font-size: 30px;
  }

  .main_lxc .main_box p {
    font-size: 16px;
  }

  .main_lxc .main_box .concept_info .concept_text h3 {
    font-size: 16px;
  }

  .main_lxc .main_box .concept_info .concept_text p {
    font-size: 14px;
  }

  .hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center h1 {
    font-size: 30px;
  }

  .hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center p {
    font-size: 16px;
  }

  .main_lxc .main_box .ser_box .ser_flex .box_1 h1 {
    font-size: 24px;
  }

  .main_lxc .main_box .ser_box .ser_flex .box_1 p {
    margin-top: 20px;
  }

  .main_lxc .main_box .ser_box .ser_flex {
    display: block;
  }

  .main_lxc .main_box .ser_box .ser_flex .box_1 {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }

  .main_lxc .main_box .ser_box .ser_flex .box_2 {
    width: 100%;
    margin-top: 20px;
  }

  .main_lxc .main_box .p_info h3 {
    font-size: 16px;
  }

  .main_lxc .main_box .o_box .list_lxc .list_1 {
    font-size: 16px;
  }

  .main_lxc .main_box .o_box .list_lxc .list_2 {
    font-size: 16px;
  }

  .main_lxc .main_box h4 {
    font-size: 24px;
  }

  .main_lxc .main_box .news_h1 {
    font-size: 16px;
  }

  .main_lxc .main_box .news_p {
    font-size: 14px;
  }

  .main_lxc .main_box .news_alink .news_a {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc form .form_title {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc form .inp_text {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc form .inp_area {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc form .submit_box .inp_submit {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc .error_f ul {
    font-size: 13px;
  }

  .main_lxc .main_box .form_lxc form .kakunin_box {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc .thanks {
    font-size: 14px;
  }

  .main_lxc .main_box .form_lxc .error_f_2 {
    font-size: 14px;
  }
}

@media (max-width: 680px) {
  .main_lxc .main_box .concept_info {
    display: block;
    margin-top: 30px;
  }

  .main_lxc .main_box .concept_info .concept_text {
    width: 100%;
    margin-top: 15px;
  }

  .main_lxc .main_box .news_a {
    padding: 20px 0;
  }

  .main_lxc .main_box .news_a .news_box {
    display: block;
  }

  .main_lxc .main_box .news_a .news_box .news_day {
    font-size: 14px;
    padding-left: 15px;
  }

  .main_lxc .main_box .news_a .news_box .news_label {
    margin: 12px 0;
  }

  .main_lxc .main_box .news_a .news_box .news_text {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-top: 6px;
  }

  .main_lxc .main_box .news_a .news_box .news_link {
    display: none;
  }

  .main_lxc .main_box .news_list {
    font-size: 14px;
  }

  .main_lxc .main_box .rainbow_a {
    font-size: 14px;
  }

  .main_lxc .main_box .serv_lxc .serv_box h1 {
    font-size: 20px;
    margin-top: 12px;
  }

  .main_lxc .main_box .serv_lxc .serv_box h2 {
    font-size: 12px;
    color: #ef5b8d;
  }

  .main_lxc .main_box .serv_lxc .serv_box  p {
    font-size: 14px;
  }

  .main_lxc .main_box .serv_lxc .serv_box .serv_info p {
    font-size: 14px;
  }

  .main_lxc .main_box .serv_lxc .serv_box .office_page {
    font-size: 14px;
  }

  .main_lxc .main_box .map_lxc iframe {
    height: 400px;
  }

  .main_lxc .main_box .tel_num {
    font-size: 40px;
  }

  .main_lxc .main_box .tel_num .tel_icon {
    font-size: 30px;
  }

  .main_lxc .main_box .gree_lxc {
    display: block;
  }

  .main_lxc .main_box .gree_lxc .gree_1 {
    width: 100%;
  }

  .main_lxc .main_box .gree_lxc .gree_2 {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }

  .main_lxc .main_box .gree_lxc .gree_2 .d_name {
    font-size: 36px;
  }

  .main_lxc .main_box .sec_flex .sec_img {
    display: none;
  }

  .main_lxc .main_box .rec_lxc .yoko details summary {
    font-size: 16px;
  }

  .main_lxc .main_box .rec_lxc .yoko .sum_close .a_clo {
    font-size: 28px;
  }

  .main_lxc .main_box .rec_lxc .yoko {
    padding: 10px 15px;
  }

  .main_lxc .main_box .rec_lxc .yoko .sum_close {
    right: 15px;
  }

  .list_lxc .paging_index {
    font-size: 13px;
  }
}

@media (max-width: 620px) {
  .hero-inner .hero_box .hero_text .wel_span {
    font-size: 14px;
  }
  .hero-inner .hero_box .hero_text h1 {
    font-size: 40px;
  }

  .hero-inner .hero_box .hero_text p {
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.8;
    width: 100%;
  }

  .hero-inner .hero_box .hero_text .office_box {
    margin-top: 35px;
    display: block;
  }

  .hero-inner .hero_box .hero_text .office_box .office_link {
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 12px 27px;
    width: 100%;
    text-align: center;
  }

  .main_lxc .main_box .concept_info .concept_text {
    padding: 20px 20px 30px;
  }

  .main_lxc .main_box .title_span {
    font-size: 14px;
  }

  .main_lxc .main_box h1 {
    font-size: 24px;
  }

  .main_lxc .main_box p {
    font-size: 14px;
  }

  .main_lxc .main_box .serv_lxc {
    margin-top: 40px;
    display: block;
  }

  .main_lxc .main_box .serv_lxc .serv_box {
    width: 100%;
    margin-bottom: 15px;
  }

  .hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center h1 {
    font-size: 24px;
  }

  .hero-inner_2 .hero_box_2 .hero_text_2 .t_box1 .box_center p {
    font-size: 14px;
  }

  .main_lxc .main_box .ser_box .ser_flex .box_1 p {
    font-size: 14px;
  }

  .main_lxc .main_box .p_info h2 {
    font-size: 16px;
  }

  .main_lxc .main_box .p_info h3 {
    font-size: 14px;
  }

  .main_lxc .main_box .o_box .list_lxc {
    display: block;
  }

  .main_lxc .main_box .o_box .list_lxc .list_1 {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .main_lxc .main_box .o_box .list_lxc .list_1 .list_cen {
    margin-right: auto;
    margin-left: 0;
  }

  .main_lxc .main_box .o_box .list_lxc .list_2 {
    width: 100%;
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .main_lxc .main_box .hitokoto {
    font-size: 14px;
  }

  .main_lxc .main_box .gree_lxc .gree_2 p {
    font-size: 14px;
  }

  .main_lxc .main_box .gree_lxc .gree_2 .staff_lxc .staff_1 {
    font-size: 14px;
  }

  .main_lxc .main_box .gree_lxc .gree_2 .staff_lxc .staff_2 {
    font-size: 14px;
  }

  .main_lxc .main_box .jyunbi {
    font-size: 14px;
  }

  .main_lxc .main_box .pri_p1 {
    font-size: 14px;
  }

  .main_lxc .main_box .pri_h1 {
    font-size: 14px;
  }

  .main_lxc .main_box .pri_ul {
    font-size: 14px;
  }

  .main_lxc .main_box .miryoku {
    padding: 15px;
  }

  .main_lxc .main_box .miryoku .miryoku_2 h1 {
    font-size: 18px;
  }

  .main_lxc .main_box .miryoku .miryoku_2 p {
    font-size: 14px;
  }

  .main_lxc .main_box .miryoku .miryoku_1 {
    width: 60px;
  }

  .main_lxc .main_box .miryoku .miryoku_1 .m_num {
    font-size: 20px;
  }

  .main_lxc .main_box .rec_lxc .yoko details summary {
    font-size: 15px;
  }

  .main_lxc .main_box .rec_lxc .yoko details .yoko_p {
    font-size: 14px;
  }

  .main_lxc .main_box .rec_lxc .yoko .sum_close .a_clo {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .main_lxc .main_box .p_mar {
    margin-top: 30px;
  }

  .main_lxc .main_box .ser_box {
    margin-top: 30px;
  }

  .main_lxc .main_box .p_info {
    margin-top: 30px;
  }

  .main_lxc .main_box .ser_box .ser_flex {
    padding: 25px;
  }

  .main_lxc .main_box .p_info {
    padding: 25px;
  }

  .main_lxc .main_box .o_box {
    margin-top: 30px;
  }

  .main_lxc .main_box .o_box_2 {
    margin-top: 0px;
  }

  .main_lxc .main_box .map_lxc {
    margin-top: 30px;
  }

  .main_lxc .main_box .map_lxc iframe {
    height: 380px;
  }

  .main_lxc .main_box .miryoku {
    margin-top: 30px;
  }

  .main_lxc .main_box .miryoku_h {
    margin-top: 15px;
  }

  .main_lxc .main_box .rec_lxc {
    margin-top: 30px;
  }

  .main_lxc .main_box .rec_lxc .yoko details .obo_form  {
    font-size: 14px;
  }

  .main_lxc .main_box .news_h1 {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .hero-inner .hero_box .hero_text .wel_span {
    font-size: 12px;
  }

  .hero-inner .hero_box .hero_text h1 {
    font-size: 30px;
  }

  .hero-inner .hero_box .hero_text .office_box .office_link {
    font-size: 14px;
  }

  .main_lxc .main_box .serv_lxc .serv_box h1 {
    font-size: 18px;
  }

  .hero-inner_2 .hero_box_2 .info_link {
    font-size: 12px;
  }

  .main_lxc .main_box .gree_lxc .gree_2 .d_name {
    font-size: 30px;
  }

  .main_lxc .main_box .miryoku .miryoku_2 h1 {
    font-size: 15px;
  }

  .main_lxc .main_box .miryoku .miryoku_1 {
    width: 50px;
  }

  .main_lxc .main_box .miryoku .miryoku_1 .m_num {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .main_lxc .main_box .tel_num {
    font-size: 30px;
  }

  .main_lxc .main_box .tel_num .tel_icon {
    font-size: 25px;
  }
}

.gradient_text {
  display: inline-block;
  color: transparent;

  background: linear-gradient(
    100deg,
    #f05a8a 0%,
    #ff9b58 28%,
    #f2dd3f 52%,
    #8fdf45 78%,
    #66d83f 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
}

.marker-green {
  font-weight: 700;
  background: linear-gradient(
    transparent 48%,
    #c9f39a 48%,
    #c9f39a 86%,
    transparent 86%
  );
  padding: 0 0.05em;
}

footer {
  background-color: #1a1a22;
  padding: 60px 0 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}

.footer_lxc {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

.footer_lxc .footer_box {
  display: flex;
  margin-bottom: 40px;
}

.footer_lxc .footer_box .left {
  width: 30%;
}

.footer_lxc .footer_box .left img {
  display: block;
  width: 100px;
}

.footer_lxc .footer_box .left p {
  margin: 20px 0;
  line-height: 1.8;
}

.footer_lxc .footer_box .right {
  display: flex;
  flex: 1;
}

.footer_lxc .footer_box .right .services {
  width: 50%;
}

.footer_lxc .footer_box .right .services h1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f2dd3f;
}

.footer_lxc .footer_box .right .services a {
  display: inline-block;
  margin-top: 12px;
  transition-property: all;
  transition-duration: 0.3s;
}

.footer_lxc .footer_box .right .services a:hover {
  color: yellow;
}

.footer_lxc .footer_box .right .about {
  width: 50%;
}

.footer_lxc .footer_box .right .about h1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f2dd3f;
}

.footer_lxc .footer_box .right .about a {
  display: inline-block;
  margin-top: 12px;
  transition-property: all;
  transition-duration: 0.3s;
}

.footer_lxc .footer_box .right .about a:hover {
  color: yellow;
}

.footer_lxc .footer_box_2 {
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  border-top: 0.5px solid #f5f5f5;
}

@media (max-width: 780px) {
  .footer_lxc .footer_box {
    display: block;
  }

  .footer_lxc .footer_box .left {
    width: 100%;
  }

  .footer_lxc .footer_box .right {
    display: block;
    width: 100%;
  }

  .footer_lxc .footer_box .right .services {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_lxc .footer_box .right .about {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_lxc .footer_box .left img {
    width: 120px;
  }
}
