@charset "UTF-8";
body {
  text-size-adjust: none;
}
body, th, td, input, textarea, select {
  font-family: "Zen Maru Gothic", sans-serif;
}
body {
  font-size: 16px;
  color: var(--color_01);
}
body span, body div, table th, table td {
  line-height: 1.5;
}
body p {
  line-height: 2;
}
.w1200, .top_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  color: var(--color_01);
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  text-decoration: none;
}
a:focus, a:hover {
  color: var(--color_01);
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
.font {
  font-family: "Raleway", sans-serif;
}
/*                    トップページ　　　　*/
/*　　共通　　　*/
#layout{
max-width: 620px;
    margin: 0 auto;
    box-shadow: 0px 9px 8px rgb(62 51 15 / 17%);
    position: relative;
    z-index: 1;
}


.bg_beige {
  background: var(--color_02);
}
.nami .inner {
  padding: 30px 40px;
}
.nami {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nami:before, .nami:after {
  content: "";
  display: block;
  height: 77px;
  width: 100%;
}
.nami:before {
  background: url("../images/common/nami_01.png") no-repeat center center;
  background-size: auto 100%;
}
.nami:after {
  background: url("../images/common/nami_02.png") no-repeat center center;
  background-size: auto 100%;
}
.page_box,
.top_box {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 25px;
}
.top_fee .inner{
padding-bottom: 50px;
}
.top_box > .inner {}
.top_midasi {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_tips {
  text-align: center;
  max-width: 479px;

    line-height: 2;
  margin: 0 auto 40px;

}
.top_midasi .icon {
  margin-bottom: 5px;
}
.top_midasi .tm_02 {
  font-size: 32px;
  letter-spacing: 1px;
}
.top_midasi .tm_01 {
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
}
.more {
  text-align: center;
  margin-top: 50px;
}
.more a {
  background: #ccc;
  color: #fff;

    height: 80px;
  font-size: 26px;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  letter-spacing: 1px;
  border-radius: 100px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1;
}
.more a:after {
  background: url(../images/common/arrow_01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 18px;
  height: 21px;
  border: 0;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.more.tel_btn a:after {
  display: none;
}
.more a:hover {
  letter-spacing: 2px;
}
.contact_more_btn .c_more_01 {
  margin-bottom: 15px;
}
.contact_more_btn > .more {
  margin-top: 0;
}
.c_more_01 a {
  background: #F69E9E;
}
.c_more_02 a {
  background: #5FCECA;
}
body p {
  line-height: 2;
  letter-spacing: -0.6px;
}
body p:not(:last-of-type) {
  margin-bottom: 20px;
}
.color_fee {
  background: #F1CF38 !important;
}
.p_r {
  position: relative;
}
.w480 {
  max-width: 480px;
  margin-inline:auto;
}
.maru_list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.maru_list li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 40px;
  background: #ccc;
  left: 0;
  top: 11px;
  position: absolute;
}
.maru_list a {
  font-weight: bold;
  font-size: 23px;
}
.maru_service_01 li:before {
  background: #EB8111;
}
.maru_service_02 li:before {
  background: #00CEEF;
}
.photo_line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: -94px;
}
.color_photo a {
  background: #339E76 !important;
}
.color_qa a {
  background: #407BB0 !important;
}
.color_fee a {
  background: #F1CF38 !important;
}
.color_blog a {
  background: #954880 !important;
}
/*  service  */
.top_service_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_service_LR > div {
  width: 50%;
}
.top_service_LR .L .img img {
  border-radius: 15px 0 0 15px;
}
.top_service_LR .R .img img {
  border-radius: 0 15px 15px 0;
}
.top_service_midasi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 80%;
  margin: auto;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 27px 5px 0;
}
.tsm_icon {
  position: absolute;
  left: -13px;
  top: -31px;
}
.tsm_01 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  width: 110px;
  height: 27px;
  border-radius: 50px;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 23px;
  top: -15px;
  color: #fff;
}
.tsm_02 {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 3px;
}
.tsm_03 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}
.tsm_01_s01 {
  background: #EB8111;
}
.tsm_01_s02 {
  background: #00CEEF;
}
.top_service_link_wrap {
  margin: 30px 0 0 20px;
}
/*  about  */
.top_about {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top_about_text_wrap {
  padding-right: 25px;
  padding-left: 25px;
}
.top_about_img_wrap {
  position: relative;
  margin-right: 20px;
}
.top_about_more {
  position: absolute;
  right: -11px;
  top: -29px;
  margin: 0;
}
.top_about_more a {
  width: 290px;
  height: 64px;
  background: #F69E9E;
}
.top_about_more a:after {
  position: absolute;
  left: -15px;
  top: -25px;
  margin: 0;
  background: url(../images/icon_midasi/icon_midasi_about.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  width: 49px;
  aspect-ratio: 11 / 16;
  height: auto;
}
.top_about_img img {
  border-radius: 0 15px 15px 0;
}
.about_midasi_wrap {
  font-weight: bold;
  position: relative;
  top: -61px;
  max-width: 480px;
  margin: 0 auto;
}
.about_midasi_01 {
  font-size: 17px;
  letter-spacing: 2px;
}
.about_midasi_02 {
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-top: 5px;
}
.about_logo {
  text-align: center;
  margin-bottom: 60px;
}
.about_logo img {
  max-width: 300px;
}
/*　　事例　　*/
.top_photo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 30px;
}
.top_photo_list > li {
  width: 48%;
}
.top_photo_list > li .img img {
  border-radius: 10px;
}
.top_photo_list > li .youto {
  border-bottom: dashed 1px #ccc;
  width: fit-content;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.top_photo_list > li .title {
  font-weight: bold;
}
.top_photo_list > li .text {
  position: relative;
  margin-top: 15px;
}
.top_photo_list > li .text .cat_name_wrap {
  position: absolute;
  top: -48px;
  right: 12px;
}
.top_photo_list > li .cat_name {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    margin-bottom: 14px;

}
.top_photo_list > li .cat_name a{
font-size: 12px;
}
.cat_name {
  display: flex;
  flex-wrap: wrap;
}
.cat_name a {
  background: orange;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  padding: 0 12px;
  text-align: center;
  display: block;
  width: fit-content;
}
/*　よくあるご質問　*/
.qa_box {
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #F2F2F2;
}
.qa_wrap dt, .qa_wrap dd {
  position: relative;
}
.qa_wrap dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url(../images/common/arrow_02.svg) no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 12px;
  transform: rotate(87deg);
  transform-origin: center;
}
.qa_wrap dt.active:after {
  transform: rotate(270deg);
}
.qa_box .q {
  padding: 1px 30px 0px 55px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
.qa_box .a {
  padding: 5px 30px 0px 55px;
  margin-top: 16px;
  display: none;
}
.qa_box .a p {
  line-height: 1.6;
}
.qa_box .q:before, .qa_box .a:before {
  content: "Q";
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 36px;
  line-height: 1;
  font-family: "Raleway";
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 700;
}
.qa_box .q:before {
  color: #407BB0;
  top: -5px;
  margin: auto;
}
.qa_box .a:before {
  content: "A";
  color: #EE555A;
  left: 7px;
}
/*  お知らせ　blog　*/
.top_blog_midasi_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 35px;
}
.top_blog_midasi {
  position: relative;
  padding-left: 60px;
  text-align: left;
  margin: 0;
}
.top_blog_midasi .icon {
  position: absolute;
  left: 0;
  top: -12px;
}
.top_blog_midasi_wrap .more {
  margin: 0;
}
.top_blog_midasi_wrap .more a {
  width: 194px;
  height: 47px;
  font-size: 19px;
  padding-right: 30px;
}
.top_blog_midasi_wrap .more a:after {
  right: 19px;
}
.top_news_list {
  margin-bottom: 70px;
}
.top_news_list li {
  border-bottom: 1px dashed #BBBBBB;
}
.top_news_list li a {
  display: block;
  padding: 15px 0;
}
.top_news_list li a .date {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.top_news_list li a .title {
  font-weight: bold;
  font-size: 18px;
}
.top_blog_list > li {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-bottom: 15px;
}
.top_blog_list > li .img {
  width: 34%;
  min-width: 120px;
}
.top_blog_list > li .img img {
  border-radius: 5px;
}
.top_blog_list > li .text {
  flex: 1;
}
.top_blog_list .meta_wrap * {
  font-size: 14px;
}
.date {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}
.top_blog_list .title {
  font-size: 18px;
  font-weight: bold;
}
.top_blog_list .meta_wrap {
  margin-bottom: 5px;
}
.meta_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.cat_name_wrap a {
  display: block;
  width: fit-content;
  padding: 0 15px;
  background: #a7a7a7;
}

/*  slider   */
.top_slider_wrap{
max-width: 620px;
margin: 0 auto;
position: relative;
}

.slider_text_wrap{
position: absolute;
    left: 52px;
    bottom: 69px;
    z-index: 2;
}
.slider_text_wrap > div{
    font-weight: bold;
    font-size: 29px;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    width: fit-content;
    background: #fff;
    margin-top: 10px;
}
/*            header                  */
.header {
  width: 100%;
  padding: 15px 15px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  background: #ffffff;
  box-shadow: -1px 4px 6px rgb(0 0 0 / 4%);
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header .inner {
  width: calc(100%);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
/*  ヘッダー追尾　*/
.header.fixed {
  background: rgb(255 255 255 / 80%);
}
.logo {
  width: 230px;
  margin-right: 50px;
}
.logo a {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
/*  ヘッダーメニュー*/
.header_nav_wrap {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.header_nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.header_nav_wrap li {}
.header_nav_wrap li a {
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 14px;
  padding: 5px 11px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.header_nav_wrap li a span {
  font-size: 8px;
  color: #96989B;
  line-height: 1;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
}
.header_nav_wrap li a:hover, .header_nav_wrap li.current-menu-item a, .header_nav_wrap li a:hover *, .header_nav_wrap li.current-menu-item a * {}
.header_nav_wrap li.current-menu-item a {}
/*             footer 上　nav　　　　*/
.footer_ue_nav {
  text-align: center;
  margin-top: 30px;
}
.footer_ue_nav li {
  display: inline-block;
  vertical-align: middle;
}
.footer_ue_nav a {
  display: block;
  padding: 0 10px;
  color: #4b610b;
  font-size: 12px;
}
.footer_ue_nav li + li a:before {
  content: "|";
  position: relative;
  left: -11px;
}
.footer_ue_nav a:hover {
  opacity: 0.7;
}
/*            footer                  */
.footer_logo{
text-align: center;
}
.footer_logo img{
max-width: 210px;
}
.footer {
  max-width: 620px;
  margin: 0 auto;
}
.footer .inner{
    padding: 20px 25px 50px 25px;
}
.footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
}

.copy {
  max-width: 620px;
  margin: 0 auto;
  background: var(--color_02);
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.sns_icon{
text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	column-gap: 22px;
}
.footer_sns{
    margin: 50px 0;

}
/*     page top   */
.ec-blockTopBtn {
visibility: hidden!important;
z-index: 2;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.2s ease-out 0s;
}
.ec-blockTopBtn:hover {
  background: #7d950f;
}
/*　　      　top　slider　　*/
.ec-layoutRole .ec-layoutRole__contents {
  max-width: inherit;
}
.top_slider_wrap {
  position: relative;
}
.top_slider.slick-slider {
  padding: 0;
}
.top_slider li {}
/*   arrow   カスタマイズ　　*/
#arrows {
  width: 750px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  z-index: 1;
}
.top_slider .slick-arrow {
  background: none;
  border: none;
  position: absolute;
  font-size: 100px;
  color: #9eb827;
  line-height: 1;
}
#arrows .slick-arrow {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  font-size: 70px;
  color: #9eb827;
  top: -35px;
}
#arrows .arrow_left {
  left: -57px;
}
#arrows .arrow_right {
  right: -57px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 29px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*                          追加   トップページ　*/
.bg_usu_green {
  background: #f2f7de;
}