@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
/*under construction*/
#Top .undercon {
  margin: 50px auto 50px;
  max-width: 800px;
  text-align: left;
  padding: 0 30px;
}
#Top .undercon .logo {
  width: 100%;
  max-width: 200px;
  margin: 150px auto 50px;
}
#Top .undercon .logo nav {
  display: none;
}
#Top .uc_footer {
  width: 100%;
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #40246b;
  text-decoration: none;
}
a:visited {
  color: #40246b;
}
a:active {
  color: #40246b;
}

body {
  margin: 0;
  letter-spacing: 0.01em;
}

/*font inter*/
.inter {
  font-family: "Inter", sans-serif;
}

.font_red {
  color: #cd0e3b;
}

/*pagination*/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #9e67a9;
  border-color: #9e67a9;
  font-weight: bold;
}

/*背景色*/
.bg_navy {
  background-color: #0e103d;
}

.bg_gray {
  background-color: #d5d5d5;
}

.bg_gray02 {
  background-color: #f4f4f4;
}

/*＝＝＝＝＝＝header＝＝＝＝＝＝*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 70px;
  z-index: 10;
  /* ハンバーガーメニュー */
  /*end*/
}
header .logo {
  margin: 14px 0 0 20px;
}
header .logo a {
  width: 83px;
  display: block;
}
header .header_nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 70px;
  width: 100%;
  transform: translateX(100%);
  transition: ease 0.4s;
}
header .header_nav > ul {
  margin-top: 0;
}
header .header_nav > ul > li {
  border-bottom: 2px solid #40246b;
  background-color: rgba(255, 255, 255, 0.9); /*ナビゲーションメニュー背景色*/
}
header .header_nav > ul > li.spmenu_insta {
  background-color: rgba(75, 75, 75, 0.9); /*ナビゲーションメニュー背景色*/
  border-bottom: none;
}
header .header_nav > ul > li.spmenu_insta > a {
  color: white;
  background: url(/images/common/sp/spmenu_arrow_w.svg) no-repeat right 20px center;
  background-size: 9px;
}
header .header_nav > ul > li > a {
  padding: 14px 20PX;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background: url(/images/common/sp/spmenu_arrow.svg) no-repeat right 20px center;
  width: 100%;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  background-size: 9px;
  transition: 0.3s;
}
header .header_nav > ul > li > a:hover {
  background-color: rgba(165, 111, 173, 0.48);
}
header .header_nav .sns_link > img {
  font-size: 30px;
}
header .header_hamburger {
  width: 36px;
  height: 32px;
}
header .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
header .hamburger span {
  width: 100%;
  height: 4px;
  background-color: #40246b;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
header .hamburger span:nth-child(3) {
  top: 0;
}
header .header_nav.active {
  transform: translateX(0);
}
header .hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/*＝＝＝＝＝＝main＝＝＝＝＝＝*/
#all-wrap {
  z-index: 0;
}

main {
  display: block;
  margin-top: 70px;
  /*タイトル共通*/
}
main .title {
  text-align: center;
  padding-bottom: 45px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.link_btn {
  text-align: center;
}
.link_btn a {
  display: inline-block;
  padding: 10px 60px 10px 38px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  transition: none;
  position: relative;
  border-radius: 27px;
  box-sizing: border-box;
  background: url(../images/common/arrow_02_w.svg) no-repeat center right 10px;
  background-size: 10%;
  transition: 0.3s;
}
.link_btn a:hover {
  background: url(../images/common/arrow_02_w.svg) no-repeat center right 5px;
  background-size: 10%;
}

.link_btn a.bg_navy {
  background-color: #1e1e66;
  color: white !important;
  padding-bottom: 10px !important;
}

.link_btn02 {
  background-color: black;
  color: white;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 25px;
  position: relative;
  height: 38px;
  display: inline-block;
  padding: 0px 35px 0 25px;
  transition: 0.3s;
  position: relative;
}
.link_btn02:hover, .link_btn02:visited {
  color: white;
  opacity: 0.7;
}
.link_btn02:after {
  content: "";
  display: block;
  background: url(/images/common/arrow_r.svg) no-repeat;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-size: contain;
}

.link_btn:visited {
  color: white;
}

/*アンカーリンク調整*/
.anchor {
  margin-top: -70px;
  padding-top: 70px;
}

small {
  font-size: 14px;
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
.sec_works {
  padding-bottom: 70px;
  /*.sliderArea.w300 {
    max-width: 300px;
  }*/
  /*====================================================================
  .full-screen
  ====================================================================*/
}
.sec_works h2 {
  padding-top: 58px;
}
.sec_works h2 > img {
  width: 117px;
  margin: auto;
}
.sec_works .lead_txt {
  padding-bottom: 47px;
  text-align: left;
}
.sec_works .sliderArea {
  /*max-width: 100%;
  max-width: 1780px;*/
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0 25px 50px;
}
.sec_works .slick-slide {
  margin: 0 15px 0;
  position: relative;
}
.sec_works .slick-slide a {
  transition: 0.3s;
}
.sec_works .slick-slide a img {
  width: 100%;
  height: auto;
}
.sec_works .slick-slide a .text {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  padding: 8px;
  border: 1px solid #1eaa39;
  background: white;
  text-align: center;
  font-weight: bold;
}
.sec_works .slick-prev:hover, .sec_works .slick-prev:focus, .sec_works .slick-next:hover, .sec_works .slick-next:focus {
  color: white;
  outline: none;
  background: black;
}
.sec_works .slick-prev {
  left: 0px;
}
.sec_works .slick-next {
  right: 0px;
}
.sec_works .slick-prev, .sec_works .slick-next {
  z-index: 1;
  width: 42px;
  height: 42px;
  background: black;
}
.sec_works .slick-prev:before, .sec_works .slick-next:before {
  opacity: 1;
}
.sec_works .slick-prev:before {
  content: "";
  display: block;
  background: url(/images/common/slider_prev.svg) no-repeat center;
  width: 16px;
  height: 24px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.sec_works .slick-next:before {
  content: "";
  display: block;
  background: url(/images/common/slider_next.svg) no-repeat center;
  width: 16px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.sec_works .thumb {
  margin: 20px 0 0;
}
.sec_works .thumb .slick-slide {
  cursor: pointer;
}
.sec_works .thumb .slick-slide:hover {
  opacity: 0.7;
}
.sec_works .full-screen .slick-list {
  overflow: visible;
}
.sec_works .full-screen.slider {
  max-width: 320px;
  margin: 0 auto;
}

.sec_material .bg_gray {
  padding-top: 58px;
  padding-bottom: 64px;
}
.sec_material .bg_gray h2 > img {
  width: 164px;
}
.sec_material .bg_gray .lead_txt {
  padding-bottom: 44px;
  text-align: left;
}
.sec_material .bg_gray .row .col_4 {
  position: relative;
  margin-bottom: 40px;
}
.sec_material .bg_gray .row .col_4 .link {
  display: block;
  margin: auto;
  max-width: 318px;
  width: 100%;
}
.sec_material .bg_gray .row .col_4 .link img:hover {
  opacity: 0.7;
}
.sec_material .bg_gray .row .col_4 .link .material_tit {
  position: absolute;
  width: 210px;
  height: 40px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border: 1px solid #1eaa39;
  display: block;
  transition: 0.3s;
  text-align: center;
  background-color: white;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
}
.sec_material .bg_gray .row .col_4 .link .material_tit:hover {
  opacity: 0.7;
}
.sec_material .bg_gray .link_btn {
  padding-top: 30px;
}

.sec_area {
  padding-top: 58px;
  padding-bottom: 60px;
}
.sec_area h2 {
  font-size: 36px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec_area h2 .title_jp {
  font-size: 12px;
  padding-left: 20px;
}
.sec_area .lead_txt {
  padding-bottom: 60px;
  text-align: left;
}
.sec_area .area_box {
  background-color: #f4f4f4;
  max-width: 720px;
  width: 100%;
  min-height: 270px;
  margin: -11px auto auto;
}
.sec_area .area_box .text {
  padding: 30px 40px;
  box-sizing: border-box;
}
.sec_area .area_box .text h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #40246b;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec_area .area_box .text .detail h4 {
  font-weight: bold;
  padding-bottom: 6px;
}
.sec_area .area_box .text .detail .ward {
  padding-bottom: 8px;
}
.sec_area .area_box .text .detail:last-child {
  padding-top: 5px;
}
.sec_area .area_box .map {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.sec_contact {
  background-color: #f6f0ff;
}
.sec_contact .container {
  padding: 60px 20px 50px;
}
.sec_contact .bg_contact {
  padding-top: 20px;
  padding-bottom: 23px;
}
.sec_contact .bg_contact h2 {
  font-size: 36px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_contact .bg_contact h2 .title_jp {
  font-size: 12px;
  padding-left: 20px;
}
.sec_contact .bg_contact .lead_txt {
  text-align: center;
  padding-bottom: 30px;
}
.sec_contact .bg_contact .contact_box {
  box-sizing: border-box;
  background-color: #0e103d;
  border-radius: 25px;
  margin: auto auto 40px;
  padding: 45px 20px 45px 20px;
}
.sec_contact .bg_contact .contact_box .link_btn_contact {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.sec_contact .bg_contact .contact_box .link_btn_contact a {
  color: white;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  transition: none;
  position: relative;
  border-radius: 21px;
  box-sizing: border-box;
  background: url(../images/common/arrow_02_w.svg) no-repeat center right 15px;
  background-size: 10%;
  transition: 0.3s;
  padding-right: 50px;
  padding-left: 40px;
  z-index: 5;
  text-align: center;
}
.sec_contact .bg_contact .contact_box .link_btn_contact a:hover {
  background: url(../images/common/arrow_02_w.svg) no-repeat center right 3px;
  background-size: 10%;
  z-index: 10;
}
.sec_contact .bg_contact .contact_box .link_btn_contact a .icon {
  color: white;
  text-align: center;
  max-width: 40px;
  position: absolute;
  top: 16%;
  z-index: 100;
  left: 0%;
  width: 30px;
}
.sec_contact .bg_contact .contact_box .phone {
  font-size: 60px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #40246b;
}
.sec_contact .bg_contact .contact_box .phone .phone_icon {
  padding-right: 28px;
  margin-top: -8px;
  display: inline-block;
  padding-right: 20px;
}
.sec_contact .bg_contact .contact_box .recep_time, .sec_contact .bg_contact .contact_box .fax {
  text-align: center;
  font-weight: bold;
}
.sec_contact .bg_contact .contact_box .fax {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.sec_contact .bg_contact .contact_box .fax .text_s {
  font-size: 16px;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
footer {
  background: #bcbcbc;
}
footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  transition: 0.3s;
  color: white;
  font-size: 14px;
  background: linear-gradient(to bottom, #2c2c6a, #681773, #cf6294);
}
footer .footer_inner {
  margin: 0 auto;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
footer .footer_inner .logo {
  text-align: center;
}
footer .footer_inner .logo a {
  padding: 34px 16px 36px;
  display: flex;
  width: 94px;
  margin: auto;
}
footer .footer_inner .logo a img {
  width: 94px;
  height: 62px;
}
footer .footer_inner .detail {
  padding: 0px 0 80px;
  width: 100%;
}
footer .footer_inner .detail .about {
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
footer .footer_inner .detail address, footer .footer_inner .detail .tokusyou {
  line-height: 1.9;
  font-style: normal;
  font-size: 15px;
  padding-bottom: 5px;
  display: flex;
  align-content: center;
  justify-content: center;
}
footer .footer_inner .detail .tokusyou {
  padding: 10px 20px;
}
footer .footer_inner .detail .g_map {
  padding-bottom: 50px;
  margin-left: -8px;
  text-align: center;
}
footer .footer_inner .detail .g_map a {
  font-size: 15px;
  color: white;
}
footer .footer_inner .detail .copy {
  text-align: center;
}
footer .footer_inner .detail .copy small {
  font-size: 12px;
}
footer .footer_inner .footer_menu {
  padding: 54px 20px;
  display: flex;
}
footer .footer_inner .footer_menu .f_menu-home {
  padding-right: 24px;
  font-size: 14px;
  line-height: 2;
}
footer .footer_inner .footer_menu .f_menu-home > a {
  position: relative;
  color: white;
}
footer .footer_inner .footer_menu .f_menu-home > a:hover::after {
  transform: scale(1, 1);
}
footer .footer_inner .footer_menu .f_menu-home > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #c3d600;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer_inner .footer_menu > ul {
  padding-left: 24px;
  border-left: 2px solid #c3d600;
}
footer .footer_inner .footer_menu > ul > li > a {
  line-height: 2;
  font-size: 14px;
  position: relative;
  color: white;
}
footer .footer_inner .footer_menu > ul > li > a:hover::after {
  transform: scale(1, 1);
}
footer .footer_inner .footer_menu > ul > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #c3d600;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer_btns {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}
footer .footer_btns a {
  color: white;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
footer .footer_btns a .icon {
  display: inline-block;
  line-height: 40px;
}
footer .footer_btns a.btn_tel {
  background-color: #4e4662;
}
footer .footer_btns a.btn_tel .icon > img {
  width: 23px;
  height: auto;
  padding-right: 3px;
}
footer .footer_btns a.btn_mail {
  background-color: #a56fad;
}
footer .footer_btns a.btn_mail .icon > img {
  width: 27px;
  height: auto;
  padding-bottom: 9px;
}
footer .footer_btns a.btn_line {
  background-color: #561e70;
}
footer .footer_btns a.btn_line .icon > img {
  width: 33px;
  height: auto;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.sub-header {
  height: 140px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: #631972;
  margin-top: 70px;
}
.sub-header h1 {
  font-size: 30px;
  position: relative;
  color: #631972;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  z-index: 1;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-left: 2px solid #631972;
  padding-left: 20px;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.7;
  text-align: left;
  padding-top: 7px;
}

/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

.lead_sec {
  padding-bottom: 20px;
}
.lead_sec .second_tit {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
}
.lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #631972;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
.lead_sec p {
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
/*footer {
  margin-top: 50px;
  background: #000;
  color: white;
  padding: 30px 0;
  nav {
    ul>li {
      list-style: none;
    }
  }
  .copy {
    text-align: center;
    small {
      color: white;
      text-align: center;
    }
  }
}*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/* ＝＝＝＝＝＝Component＝＝＝＝＝＝＝　*/
html * {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  /*&[src$=".png"],
  &[src$=".jpg"] {
    backface-visibility: hidden;
  }*/
}

body {
  color: #40246b;
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

input,
textarea,
select {
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.bg_gray {
  background-color: #ececec;
}

.clear {
  clear: both;
}

small {
  font-size: 14px;
}

.news_ul {
  margin: 0 0 19px;
}
.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}
.news_ul .news_li > a {
  display: flex;
  align-items: center;
}
.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}
.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}
@media (min-width: 900px) {
  .news_ul .news_li > a .title {
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}
@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==========================================
  Base
==========================================*/
/* ＝＝＝＝＝＝top＝＝＝＝＝＝　*/
#Top main .movie {
  background-color: #d58acb;
  padding-bottom: 50px;
  padding-top: 40px;
}
#Top main .movie .youtube_wrap {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
}
#Top main .movie .youtube_wrap h2 {
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  padding-bottom: 20px;
}
#Top main .movie .youtube_wrap h2 .title_jp {
  font-size: 12px;
  padding-left: 20px;
  top: 15px;
}
#Top main .movie .youtube_wrap h2 .title {
  padding-bottom: 0px;
}
#Top main .movie .youtube_wrap .youtube {
  padding-top: 20px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#Top main .movie .youtube_wrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#Top main .main_img_area {
  position: relative;
  height: 380px;
  overflow: hidden;
}
#Top main .main_img_area .main_img_bg {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 35%, #e9ebe8 35%, #e9ebe8 100%);
  width: 100%;
  height: 380px;
  margin-top: 70px;
}
#Top main .main_img_area .main_img_bg .img {
  position: absolute;
  left: 35%;
  top: 0;
  width: 100%;
  height: 380px;
  margin: 0;
  background: url("../images/top/main01.jpg") no-repeat left -50px top 30px;
  background-size: cover;
}
#Top main .main_img_area .main_img_bg .img img {
  width: auto;
  height: 380px;
  object-fit: contain;
}
#Top main .main_img_area .lead {
  width: 100%;
  text-align: left;
  display: block;
  margin-left: 11%;
  position: relative;
  margin-left: 9%;
  position: absolute;
  top: 157px;
}
#Top main .main_img_area .lead h2 {
  font-size: 40px;
  color: #40246b;
  line-height: 1.2;
}
#Top main .main_img_area .lead p {
  font-size: 18px;
  padding-top: 18px;
  font-weight: bold;
  color: #40246b;
  text-shadow: 0 0 6px white;
}
#Top main .swiper_con {
  position: relative;
}
#Top main .swiper {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
#Top main .swiper .swiper-slide {
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#Top main .swiper .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
#Top main .swiper .swiper-slide {
  background-color: black;
  position: relative;
  /*height: 579px;*/
  height: calc(100vh - 70px);
}
#Top main .swiper .swiper-slide > img {
  object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}
#Top main .swiper .swiper-slide .slide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-top: -30px;
}
#Top main .swiper .swiper-slide .slide_ttl {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.01em;
}
#Top main .swiper .swiper-slide .slide-content .text {
  color: #FFF;
  text-shadow: 0.5px 0.5px 3px rgba(0, 0, 0, 0.9);
  padding: 30px 20px 0;
  line-height: 2;
  font-weight: bold;
  text-align: left;
  max-width: 500px;
  margin: auto;
  letter-spacing: 0.05em;
}
#Top main .btn_custom {
  color: white;
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 5px;
}
#Top main .swiper-pagination-bullet-active {
  background: black;
}
#Top main .swiper-button-next::after, #Top main .swiper-button-prev::after, #Top main .swiper-button-next::before, #Top main .swiper-button-prev::before {
  font-size: 23px;
}
#Top main .sec_news {
  padding: 30px 0px 40px;
}
#Top main .sec_news h2 {
  text-align: center;
}
#Top main .sec_news h2 span.title {
  font-size: 26px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  font-weight: 300;
  padding-top: 5px;
}
#Top main .sec_news h2 span.title_jp {
  font-size: 12px;
}
#Top main .sec_news ul {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#Top main .sec_news ul li {
  border-top: 1px solid #40246b;
  list-style: none;
  padding: 3px 0px;
  width: 100%;
  line-height: 1;
}
#Top main .sec_news ul li:last-child {
  border-bottom: 1px solid #40246b;
}
#Top main .sec_news ul li .permalink {
  padding: 10px 0;
  display: block;
  text-align: left;
}
#Top main .sec_news ul li .permalink .date {
  width: 100%;
  font-size: 16px;
}
#Top main .sec_news ul li .permalink h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 10px;
}
#Top main .sec_news ul li .permalink time {
  font-size: 13px;
}
#Top main .sec_news .news_list a {
  background-color: #40246b;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  margin: 30px auto 0;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 27px;
}
#Top main .sec_news .news_list a .triangle_r img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
#Top main .sec_about {
  padding: 40px 0 70px;
  /*.sec_about_text {
    .video_area {
      padding-top: 20px;
      padding-bottom: 25px;
      video {
        max-width: 600px;
        width: 100%;
        display: block;
        margin: auto;
      }
    }
  }*/
}
#Top main .sec_about h2 {
  font-size: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  padding-bottom: 20px;
}
#Top main .sec_about h2 .title_jp {
  font-size: 12px;
  padding-left: 20px;
  top: 15px;
}
#Top main .sec_about h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.7;
}
#Top main .sec_about h3.title02 {
  letter-spacing: -0.079em;
}
#Top main .sec_about .lead_txt {
  text-align: left;
  line-height: 1.8;
  padding: 0;
}
#Top main .sec_about .lead_txt .border01 {
  border-bottom: 4px dotted white;
  display: block;
  width: 100%;
  padding-top: 55px;
}
#Top main .sec_about .detail_box .symbol {
  text-align: center;
  padding-top: 41px;
}
#Top main .sec_about .detail_box .symbol > img {
  width: 70px;
}
#Top main .sec_about .detail_box h3 {
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 28px;
}
#Top main .sec_about .detail_box .text {
  line-height: 1.7;
  text-align: left;
}
#Top main .sec_about .detail_box .detail_cards {
  padding-top: 45px;
}
#Top main .sec_about .detail_box .detail_cards .card {
  padding: 0;
  max-width: 300px;
  margin: 0 auto 30px;
}
#Top main .sec_about .detail_box .detail_cards .card .text {
  background-color: white;
  padding: 0 30px 30px;
}
#Top main .sec_about .detail_box .detail_cards .card .text h4 {
  padding-top: 24px;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
#Top main .sec_about .detail_box .detail_cards .card .text h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #40246b;
}
#Top main .sec_about .detail_box .detail_cards .card .text p {
  padding-top: 10px;
}
#Top main .sec_price {
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
}
#Top main .sec_price h2 {
  width: 30%;
  text-align: center;
  margin: auto;
  background-color: #1e1e66;
  color: white;
  padding: 5px 0;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
}
#Top main .sec_price h2 .ttl_jp {
  font-size: 12px;
  display: block;
}
#Top main .sec_price .table_wrap {
  overflow-x: auto;
}
#Top main .sec_price table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  border: 4px solid #1e1e66;
  padding: 40px 10px 20px;
  display: inline-block;
}
#Top main .sec_price table tbody {
  width: 100%;
  display: inline-block;
}
#Top main .sec_price table tr {
  border-bottom: 2px solid #1e1e66;
  width: 100%;
  display: flex;
}
#Top main .sec_price table tr.lt_box th, #Top main .sec_price table tr .lt_box td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-right: none;
  text-align: left;
}
#Top main .sec_price table tr:last-child {
  border-bottom: none;
  display: inherit;
}
#Top main .sec_price table tr th, #Top main .sec_price table tr td {
  padding: 10px;
  font-size: 18px;
}
#Top main .sec_price table tr th {
  text-align: left;
  width: 40%;
  font-weight: 600;
}
#Top main .sec_price table tr td {
  text-align: center;
  width: 30%;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#Top main .sec_price table tr td:first-child {
  border-right: 2px solid #1e1e66;
}
#Top main .sec_price table tr td.ttl {
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
}
#Top main .sec_price table tr td.font_red {
  text-align: left;
  font-size: 14px;
  width: 100%;
  display: block;
}
#Top main .sec_price table img {
  max-width: 40px;
}
#Top main .sec_qa {
  margin-top: 50px;
  padding: 0px 0px 60px;
  position: relative;
  background-color: #ececec;
  z-index: 0;
}
#Top main .sec_qa .bg_navy {
  position: inherit;
  padding-bottom: 100px;
  color: #040515;
}
#Top main .sec_qa .sec_qa_text {
  position: relative;
  padding-top: 40px;
}
#Top main .sec_qa h2 {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-bottom: 11px;
}
#Top main .sec_qa h2 .title_jp {
  font-size: 12px;
  padding-left: 20px;
}
#Top main .sec_qa .lead_txt {
  letter-spacing: 0.1rem;
  line-height: 1.7;
  padding: 0;
  text-align: right;
}
#Top main .sec_qa dl {
  color: #251143;
  padding: 20px 0px;
  margin-top: 30px;
}
#Top main .sec_qa dl dt {
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
}
#Top main .sec_qa dl dt::before {
  content: "Q";
  font-size: 30px;
  font-family: inter;
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}
#Top main .sec_qa dl dd {
  width: 100%;
  border-bottom: 1px solid #0e103d;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
#Top main .sec_qa dl dd::before {
  content: "A";
  font-size: 30px;
  font-family: inter;
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}
#Top main .sec_qa .link_btn {
  margin-top: 30px;
  padding-bottom: 40px;
}

/*==================================
  Blog
==================================*/
#blog .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #ececec;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  /* margin-top: -50px; */
  /* padding-top: 20px; */
  padding-bottom: 33px;
  font-size: 12px;
  box-sizing: border-box;
  color: #949494;
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #251143;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #251143;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #251143;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #251143;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #251143;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #251143;
  border-radius: 5px;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  margin-top: 20px;
  width: 144px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 25px;
  position: relative;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #251143;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #251143;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #251143;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #251143;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #251143;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
#blog main .cate_wrap > ul > li > a:hover {
  background-color: #9e67a9;
  color: white;
  border: 1px solid #9e67a9;
}

/* ＝＝＝＝＝＝Service＝＝＝＝＝＝　*/
#service main {
  /*共通*/
  /*end*/
}
#service main .lead_sec {
  padding-bottom: 48px;
}
#service main .lead_sec .sec_anc-buttons {
  padding-top: 35px;
  margin: auto;
}
#service main .lead_sec .sec_anc-buttons > a {
  transition: 0.3s;
  display: block;
  border: 2px solid black;
  border-radius: 50%;
  height: 200px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: 0.3s;
  margin: 0 auto 20px;
}
#service main .lead_sec .sec_anc-buttons > a:hover {
  background-color: #000000;
  color: white;
}
#service main .lead_sec .sec_anc-buttons > a:hover::after {
  background: url(/images/service/arrow_w.svg) no-repeat center bottom;
}
#service main .lead_sec .sec_anc-buttons > a::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  bottom: -29px;
  left: 0%;
  background: url(/images/service/arrow.svg) no-repeat center bottom;
}
#service main .lead_sec .sec_anc-buttons > a .anc-btn h3 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6;
}
#service main .lead_sec .sec_anc-buttons > a .anc-btn h3 > .btn_en {
  display: block;
  font-size: 16px;
}
#service main .lead_sec .sec_anc-buttons > a .anc-btn h3.ttl_exterior {
  line-height: 1.4;
}
#service main .fix_img {
  background-size: cover;
  background-position: center top;
  height: 220px;
  background-image: url(/images/service/sp/service_fix_img.jpg);
}
#service main .ttl_jp {
  font-size: 20px;
  padding-top: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
#service main .second_lead {
  text-align: left;
  line-height: 1.7;
  padding-bottom: 50px;
}
#service main .box_sec .text_box {
  border: 2px solid black;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  background-color: white;
  margin-bottom: 33px;
  width: 100%;
}
#service main .box_sec .text_box h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
#service main .box_sec .text_box > p {
  text-align: center;
}
#service main .box_sec .text_box::before {
  content: "";
  display: block;
  background-image: url(/images/service/check_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
}
#service main .sec_construction {
  padding-top: 58px;
  padding-bottom: 60px;
}
#service main .sec_construction h2 {
  max-width: 355px;
  width: 100%;
  margin: auto;
}
#service main .sec_construction .box_sec .text_box {
  width: 100%;
  max-width: 400px;
  margin: auto auto 40px auto;
}
#service main .sec_design {
  padding-top: 58px;
  padding-bottom: 60px;
}
#service main .sec_design h2 {
  width: 253px;
  margin: auto;
}
#service main .sec_design .box_sec {
  margin: auto;
}
#service main .sec_design .box_sec .text_box {
  max-width: 270px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 40px;
}
#service main .sec_design .box_sec .text_box > dl::after {
  content: "";
  clear: both;
  display: block;
}
#service main .sec_design .box_sec .text_box > dl dt {
  width: 228px;
  border-radius: 10px;
}
#service main .sec_design .box_sec .text_box > dl dt > img {
  border-radius: 10px;
}
#service main .sec_design .box_sec .text_box > dl dd {
  width: 100%;
  box-sizing: border-box;
}
#service main .sec_design .box_sec .text_box > dl dd > h3 {
  padding-bottom: 6px;
  padding-top: 15px;
  text-align: left;
}
#service main .sec_gardener {
  padding-top: 58px;
  padding-bottom: 40px;
}
#service main .sec_gardener h2 {
  max-width: 124px;
  width: 100%;
  margin: auto;
}
#service main .sec_gardener .box_sec {
  justify-content: space-between;
}
#service main .sec_gardener .box_sec .text_box {
  width: 100%;
  max-width: 400px;
  margin: auto auto 33px;
}
#service main .last_txt {
  font-size: 18px;
  line-height: 2;
  padding: 0 10px 60px;
  text-align: left;
  position: relative;
  max-width: 88%;
  margin: auto;
}
#service main .last_txt > span {
  border-bottom: 1px solid #1eaa39;
}

/* ＝＝＝＝＝＝Material＝＝＝＝＝＝*/
/* lightbox.css */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1 !important;
}

#Material main {
  /*stones plants 共通*/
}
#Material main .notice {
  text-indent: -19px;
  padding-left: 25px;
  padding-top: 10px;
  line-height: 1.3;
}
#Material main .notice > strong {
  font-size: 13px;
}
#Material main .lead_sec {
  padding-bottom: 0;
}
#Material main .lead_sec > .container {
  position: relative;
  background: url(/images/material/lead_img.png) no-repeat bottom -20px left 0px;
  background-size: 30%;
}
@media (max-width: 500px) {
  #Material main .lead_sec > .container {
    background-size: 50%;
  }
}
#Material main .lead_sec p {
  padding-bottom: 100px;
  text-shadow: 0 -2px 1px #FFF;
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}
#Material main .image_box {
  margin: 0 -10px;
}
#Material main .image_box .row {
  display: flex;
  flex-wrap: wrap-reverse;
}
#Material main .image_box .stone_type.row {
  flex-wrap: wrap;
}
#Material main .image_box .text {
  padding: 0 10px;
}
#Material main .image_box .text .bg_wh {
  background-color: white;
  height: 100%;
  padding: 28px 25px 35px;
  box-sizing: border-box;
  position: relative;
}
#Material main .image_box .text .bg_wh .point {
  position: absolute;
  left: 13%;
  bottom: 16%;
  width: 123px;
  transform: rotate(-15deg);
}
@media (max-width: 580px) {
  #Material main .image_box .text .bg_wh .point {
    left: 8%;
  }
}
@media (max-width: 510px) {
  #Material main .image_box .text .bg_wh .point {
    bottom: 14%;
    width: 95px;
    left: 5%;
  }
}
#Material main .image_box .text .bg_wh .list {
  max-width: 250px;
  margin: auto;
  padding-left: 175px;
  padding-top: 30px;
}
@media (max-width: 510px) {
  #Material main .image_box .text .bg_wh .list {
    padding-left: 139px;
    padding-top: 16px;
  }
}
#Material main .image_box .text .bg_wh .list > li {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
}
@media (max-width: 510px) {
  #Material main .image_box .text .bg_wh .list > li {
    font-size: 16px;
    line-height: 1.4;
  }
}
#Material main .image_box .text .bg_wh .list > li::after {
  content: "●";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -26px;
  top: 0;
}
#Material main .image_box .photo {
  padding: 0 10px;
}
#Material main .image_box .text, #Material main .image_box .photo {
  box-sizing: border-box;
}
#Material main .image_box .stone_type.row {
  padding-top: 10px;
  margin: 0 5px;
}
#Material main .image_box .stone_type.row > .type_photo.col_4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
}
#Material main .image_box .stone_type.row > .type_photo.col_4 > .text {
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  text-align: center;
  padding: 5px;
}
@media (max-width: 768px) {
  #Material main .image_box .stone_type.row > .type_photo.col_4 > .text {
    position: static;
    width: 100%;
    font-size: 12px;
  }
}
#Material main .wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #ececec;
}
#Material main .wrapper .container .sec_stones h2 {
  text-align: center;
}
#Material main .wrapper .container .sec_stones .lead_text {
  padding-bottom: 52px;
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper > h2 {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
  padding-top: 70px;
  margin-bottom: 27px;
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper > h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #1eaa39;
  position: absolute;
  left: 50%;
  bottom: 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper .notice {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row {
  margin: 0 -10px;
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 {
  padding: 0 10px;
  margin: auto;
  max-width: 341px;
  width: 100%;
  margin-bottom: 27px;
  box-sizing: border-box;
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 img {
  border-radius: 0 30px 0 0;
}
#Material main .wrapper .container .sec_stones .stones_ex_wrapper .stones_ex.row > .col_4 > .text {
  padding: 30px 20px;
  background-color: white;
  border-radius: 0 0 0 30px;
}
#Material main .wrapper .container .sec_stones .kanri {
  padding-bottom: 40px;
}
#Material main .wrapper .container .sec_stones .kanri h2 {
  padding-top: 50px;
}
#Material main .wrapper .container .sec_stones .kanri .lead_text {
  padding-bottom: 30px;
}
#Material main .wrapper .container .sec_stones .kanri .row {
  display: flex;
  flex-wrap: wrap;
}
#Material main .wrapper .container .sec_stones .kanri .row .col_6 {
  width: 50%;
}
@media (max-width: 480px) {
  #Material main .wrapper .container .sec_stones .kanri .row .col_6 {
    width: 100%;
  }
}
#Material main .sec_plants {
  padding-bottom: 80px;
}
@media (max-width: 420px) {
  #Material main .sec_plants {
    padding-bottom: 50px;
  }
}
#Material main .sec_plants .title {
  padding-top: 58px;
  padding-bottom: 45px;
  width: 123px;
  margin: auto;
}
#Material main .sec_plants .lead_text {
  padding-bottom: 30px;
}
@media (max-width: 428px) {
  #Material main .sec_plants .image_box > .row {
    flex-wrap: wrap;
  }
}
#Material main .sec_plants .image_box .text .bg_wh {
  background-color: #e5e6e7;
}
#Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 428px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
#Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text {
  line-height: 1.3;
  font-size: 14px;
  padding: 6px 15px;
  background-color: #e5e6e7;
  text-align: left;
  flex: 1 0 auto; /* 値を 3 つ指定: flex-grow | flex-shrink | flex-basis */
  display: flex;
}
@media (max-width: 428px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text {
    padding: 20px 15px;
  }
}
#Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text > p {
  font-size: 14px;
}
@media (max-width: 400px) {
  #Material main .sec_plants .image_box .stone_type.row > .type_photo.col_4 > .text > p {
    font-size: 13px;
  }
}
#Material main .info01 {
  padding-bottom: 70px;
  text-align: center;
}
#Material main .info01 > span {
  border-bottom: 1px solid #1eaa39;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
}
#Material main .sec_works {
  background-color: #ececec;
}
#Material main .sec_material {
  display: none;
}

/* ＝＝＝＝＝＝Blog＝＝＝＝＝＝　*/
#Flow main .flow_img {
  padding-bottom: 45px;
  margin: auto;
  padding-top: 30px;
  max-width: 450px;
  margin: auto;
}
#Flow main .flow_boxes {
  padding-bottom: 60px;
  margin: auto;
}
#Flow main .flow_boxes .box {
  background-color: white;
  border: 1px solid #aaa8ad;
  max-width: 855px;
  box-sizing: border-box;
  margin: auto auto 30px;
}
#Flow main .flow_boxes .box h3 {
  font-size: 20px;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
}
#Flow main .flow_boxes .box h3::after {
  display: block;
  height: 1px;
  background-color: #aaa8ad;
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
}
#Flow main .flow_boxes .box h3 > .num {
  font-size: 20px;
  position: relative;
  color: white;
  padding-left: 2px;
  display: inline-block;
  margin-right: 20px;
  z-index: 10;
}
#Flow main .flow_boxes .box h3 > .num::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 33px;
  left: -8px;
  bottom: -8px;
  background-color: #40246b;
  border-radius: 50%;
  z-index: -1;
}
#Flow main .flow_boxes .box .row {
  align-items: center;
  justify-content: flex-end;
  padding: 24px 20px 30px;
  flex-direction: column-reverse;
  display: flex;
}
#Flow main .flow_boxes .box .row .text_box {
  box-sizing: border-box;
}
#Flow main .flow_boxes .box .row .text_box .kome {
  text-indent: -16px;
  padding-left: 16px;
  font-size: 14px;
}
#Flow main .flow_boxes .box .row .text_box h3 {
  font-size: 30px;
}
#Flow main .flow_boxes .box .row .text_box h4 {
  padding-top: 20px;
  padding-bottom: 13px;
}
#Flow main .flow_boxes .box .row .text_box .howto > ul > li {
  font-size: 14px;
  padding-bottom: 8px;
}
#Flow main .flow_boxes .box .row .text_box .howto > ul > li > a {
  text-decoration: underline;
}
#Flow main .flow_boxes .box .row .text_box .howto > ul > li .icon {
  padding-bottom: 4px;
  padding-right: 10px;
}
#Flow main .flow_boxes .box .row .text_box .howto > ul > li .icon > img {
  max-width: 20px;
  vertical-align: middle;
}
#Flow main .flow_boxes .box .row .photo {
  display: flex;
  justify-content: center;
  max-width: 476px;
  width: 100%;
  padding-bottom: 20px;
}
#Flow main .flow_boxes .box.support .text_box h4 {
  padding-top: 0px;
  padding-bottom: 10px;
}
#Flow main .flow_boxes .box.support .text_box h4.support_ttl {
  padding-top: 20px;
}

/* ＝＝＝＝＝＝company＝＝＝＝＝＝*/
#company main .sub-header h1 {
  font-size: 22px;
}
#company main .detail_box {
  padding-top: 32px;
  padding-bottom: 80px;
}
#company main .detail_box .tbl01 {
  margin: auto;
  width: 100%;
}
#company main .detail_box .tbl01 th {
  background-color: #838383;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
#company main .detail_box .tbl01 td {
  background: white;
  padding: 20px 15px 25px;
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#company main .detail_box .tbl01 td > ul > li {
  position: relative;
  padding-left: 20px;
  line-height: 1.7;
  padding-bottom: 10px;
}
#company main .detail_box .tbl01 td > ul > li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #1eaa39;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

/* ＝＝＝＝＝＝about＝＝＝＝＝＝ */
#about main {
  /*共通*/
}
#about main .lead_sec {
  padding-bottom: 0;
}
#about main .lead_sec .comment_box > .text_box {
  display: flex;
  justify-content: center;
}
#about main .lead_sec .comment_box > .text_box > img {
  max-width: 500px;
  width: 100%;
}
#about main .lead_sec .comment_box > .photo {
  max-width: 150px;
  margin: auto;
}
#about main .title {
  padding-bottom: 37px;
}
#about main .container02 {
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}
#about main .ttl_jp {
  text-align: center;
  margin: auto;
  font-size: 19px;
  padding-top: 20px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
  /* &::after {
       content: "";
       display: block;
       position: absolute;
       bottom: -25px;
       left: 50%;
       -webkit-transform: translateX(-50%);
       transform: translateX(-50%);
       width: 80px;
       height: 5px;
       background-color: black;
   }*/
}
#about main .sec_cont01, #about main .sec_cont02, #about main .sec_cont03, #about main .sec_cont04 {
  padding-top: 50px;
  padding-bottom: 40px;
}
#about main .sec_cont01 .text_box p, #about main .sec_cont02 .text_box p, #about main .sec_cont03 .text_box p, #about main .sec_cont04 .text_box p {
  padding-bottom: 25px;
  line-height: 1.7;
}
#about main .sec_cont02 h2.title {
  position: relative;
}
#about main .sec_cont02 h2.title::after {
  content: "";
  display: block;
  width: 46px;
  height: 79px;
  background: url(/images/about/bulb2.svg) no-repeat;
  position: absolute;
  right: 20px;
  top: -90px;
}
#about main .sec_cont02 .ukeoi {
  max-width: 320px;
  margin: auto;
  padding-top: 5px;
  margin-bottom: 12px;
}
#about main .sec_cont03 .pers {
  text-align: center;
  padding-top: 10px;
  max-width: 90%;
  margin: auto auto 10px auto;
}
#about main .sec_cont04 .stones {
  text-align: center;
  padding-top: 10px;
  max-width: 260px;
  margin: auto;
}
#about main .sec_works, #about main .sec_area {
  background-color: #ececec;
}
#about main .sec_material .bg_gray {
  background-color: white;
}

/* ＝＝＝＝＝＝Feature＝＝＝＝＝＝　*/
#Feature main .feature_box {
  padding-bottom: 100px;
}
#Feature main .feature_box .text_boxes .box {
  padding-bottom: 40px;
}
#Feature main .feature_box .text_boxes.boxes01 {
  position: relative;
  z-index: 0;
}
#Feature main .feature_box .text_boxes.boxes01::after {
  content: "ENGLISH";
  font-size: 70px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 0px;
  right: 0;
  color: rgba(223, 207, 240, 0.39);
  z-index: -1;
  overflow: hidden;
}
#Feature main .feature_box .text_boxes.boxes02 {
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
#Feature main .feature_box .text_boxes.boxes02::after {
  content: "LEARNING";
  font-weight: 500;
  font-size: 70px;
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 15px;
  right: 0;
  color: rgba(209, 238, 211, 0.46);
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
#Feature main .feature_box .text_boxes.boxes03 {
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
#Feature main .feature_box .text_boxes.boxes03::after {
  content: "FUN FUN FUN";
  font-size: 70px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 0px;
  right: 0;
  color: rgba(239, 202, 222, 0.33);
  z-index: -1;
  width: 500px;
  overflow: hidden;
  right: 0;
  text-align: right;
}
#Feature main .feature_box .text_boxes h2.title_feature {
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin: auto;
  height: 100px;
  background-size: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#Feature main .feature_box .text_boxes h2.title_feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Feature main .feature_box .text_boxes h2.title_feature.title01 {
  background: url(/images/feature/title_bg01.png) no-repeat center;
  background-size: contain;
  margin-bottom: 13px;
  margin-top: -30px;
}
#Feature main .feature_box .text_boxes h2.title_feature.title02 {
  background: url(/images/feature/title_bg02.png) no-repeat center;
  background-size: contain;
  padding-bottom: 20px;
  margin-top: -10px;
}
#Feature main .feature_box .text_boxes h2.title_feature.title03 {
  background: url(/images/feature/title_bg03.png) no-repeat center;
  background-size: contain;
  padding-bottom: 20px;
  margin-top: -10px;
}
#Feature main .feature_box .text_boxes .sub_text {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
#Feature main .feature_box .text_boxes h3 {
  font-size: 18px;
  padding: 30px 0 5px;
}
#Feature main .feature_box .text_boxes dl > dt {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: rgb(96, 199, 142);
}
#Feature main .feature_box .text_boxes dl > dt::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: rgb(131, 228, 174);
  position: absolute;
  left: 0;
  top: 5px;
}
#Feature main .feature_box .text_boxes dl > dd {
  padding-bottom: 20px;
}