@charset "UTF-8";
/* CSS Document */

/* =================================================
  Reset + minimal base styles
================================================= */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default spacing / borders */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Base */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  line-height: 1.7;
  color: #333;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* Lists */
ol, ul {
  list-style: none;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
  transition: ease .3s;
}

/* Media */
img, svg, video, canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Forms */
button, input, select, textarea {
  font: inherit;
  color: inherit;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

/* Focus (do NOT remove outline) */
/* :focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
} */

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: "M PLUS 1p", sans-serif;*/
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

:root {
  --color-green1: #009F18;
  --color-green2: #1E923B;
  --color-yellow:  #E4FA21;
  --color-orange:  #FF851B;
  --color-gray: #E1E5E2;
  --bg1: #f5f5f5;
  --bg2: #FAFDF5;
  --bg3: #FFFFF5;
  --grad: linear-gradient(135deg, #009F18 0%, #EEF428 100%);
  --font-mplus: transform: rotate(0.03deg);
  --shadow: drop-shadow(2px 2px 6px rgba(173, 173, 173, 0.25));
}

a{
  transition: ease .3s;
}

a.shadow{
  display: block;
  filter: var(--shadow);
}

.display_sp{ display: none!important;}
.mt0{ margin-top: 0!important;}
.mt10{ margin-top: 10px!important;}
.mt20{ margin-top: 20px!important;}
.mt30{ margin-top: 30px!important;}
.mt40{ margin-top: 40px!important;}
.mt50{ margin-top: 50px!important;}
.mb0{ margin-bottom: 0!important;}
.mb10{ margin-bottom: 10px!important;}
.mb20{ margin-bottom: 20px!important;}
.mb30{ margin-bottom: 30px!important;}
.mb40{ margin-bottom: 40px!important;}
.mb50{ margin-bottom: 50px!important;}
.red{ color: #EE0018;}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .display_sp{ display: block!important;}
  .display_pc{ display: none!important;}
  img{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto;
  }
}

.inner{
  width: min(100%, 1024px);
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 100%;
  padding: 0 20px;
  height: 120px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1000;
}

.header::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--grad);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px){
  .header {
    padding: 0 24px;
    height: 100px;
  }
  .header_logo {
    width: 206px;
    margin: 0;
  }
}

.wrapper{
  width: min(100%, 1024px);
  padding: 56px 0 80px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: clamp(24px, 6.7%, 70px);
  overflow: hidden;
}

@media (max-width: 1060px){
  .wrapper{
    padding-left: 20px;
    padding-right: 20px;
    gap: 5%;
  }
}
@media (max-width: 767px){
  .wrapper{
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 20px 56px 20px;
  }
}

.side_sec{
  padding: 40px 0;
}

.side_sec + .side_sec{
  border-top: 1px solid var(--color-gray);
}

.side_reason{
  margin-top: 40px;
  border-top: 1px solid var(--color-gray);
}

.side_column .bnr a:hover{
  opacity: 0.8;
}

.sq_tt,
.side_column .tt{
  margin-bottom: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
}

.sq_tt::before,
.side_column .tt::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--color-green1);
}

.torikumi_tt{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 45px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: var(--color-green2);
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.torikumi_tt::after{
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: var(--color-green2) transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.torikumi_tt img{
  display: block;
  margin: 0!important;
}

.check_list li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: bold;
  line-height: 1.2;
}

.side_column .check_list li{
  font-size: 1.5rem;
}

.check_list li + li{
  margin-top: 10px;
}

.check_list li::before{
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 0.15em;
  background: url(../img/icon_check.svg) no-repeat center / contain;
}

@media (max-width: 767px){
  .side_column{
    display: none;
  }
  .check_list li{
    font-size: 1.5rem;
  }
}

.contact_btn{
  margin-top: 24px;
}

.contact_btn li + li{
  margin-top: 12px;
}

.contact_btn li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  --r: 20px;
  --bw: 3px;
  border-radius: var(--r);
  filter: var(--shadow);
  z-index: 0;
}

.contact_btn li a .txt{
  font-weight: bold;
  font-size: 1.4rem;
}

.contact_btn li a::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: var(--r);
  background: linear-gradient(135deg, #FF7417 20%, #FFF8A8 100%);
  z-index: -2;
  transition: ease .3s;
}

.contact_btn li a::after{
  content:"";
  position:absolute;
  inset: var(--bw);
  border-radius: calc(var(--r) - var(--bw));
  background: #FF851B;
  z-index: -1;
  transition: ease .3s;
}

.contact_btn li a:hover::after{
  background: #FF7417;
}

.contact_btn li.tel_wrap a{
  --r: 26px;
  --bw: 3px;
  height: 154px;
  flex-direction: column;
}

.contact_btn li:not(.tel_wrap) a{
  --r: 9999px;
  --bw: 3px;
  height: 60px;
}

.contact_btn li.tel_wrap a .num{
  margin: 15px 0;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 3.1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.contact_btn li a img{
  width: 22px;
  margin: 0!important;
}

.side_price p{
  font-size: 1.4rem;
}

.side_price p.gbox{
  margin: 16px 0 10px 0;
  padding: 8px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-green2);
  border: 2px solid var(--color-green1);
  border-radius: 5px;
}

.cate_list{
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  overflow: hidden;
}

.cate_list li:not(:last-child){
  border-bottom: 1px solid var(--color-gray);
}

.cate_list li a{
  padding: 15px;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 32px 1fr 7px;
  gap: 12px;
  align-items: center;
  position: relative;
}

.cate_list li a:hover{
  background: #FCFFF8;
}

.cate_list li a::before{
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_house.svg) no-repeat center center / contain;
}

.cate_list li a::after{
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  background: url(../img/icon_arrow.svg) no-repeat center center / contain;
}

.unei_wrap{
  padding: 24px 20px;
}

.side_column .unei_wrap p{
  font-size: 1.4rem;
}

.unei_wrap p + p{
  margin-top: 20px;
}

.bg1_box{
  padding: 32px;
  background: var(--bg1);
  border-radius: 10px;
}

@media (max-width: 767px){
  .bg1_box{
    padding: 32px 20px;
  }
  .main_column .unei_wrap{
    margin-top: 56px;
    padding: 24px 20px!important;
  }
}

.footer{
  padding: 56px 20px 8px 20px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: var(--color-green2);
}

.footer .logo{
  letter-spacing: .05em;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}

.footer .fnav{
  margin: 24px 0 40px 0;
  display: flex;
	align-items: center;
  justify-content: center;
}

.footer .fnav li::after{
  content: "｜";
}

.footer .fnav li:last-child::after{
  display: none;
}

.footer .fnav li a{
  display: inline-block;
  padding: 0 16px;
}

.footer .fnav li a:hover{
  text-decoration: underline;
}
  
.footer .sns{
  margin-bottom: 40px;
  display: flex;
	align-items: center;
  justify-content: center;
  gap: 0 30px;
}

.footer .sns li a:hover{
  opacity: 0.8;
}

@media (max-width: 767px){
  .footer{
    padding: 48px 20px 8px 20px;
  }
  .footer .logo{
    font-size: 2.6rem;
  }
  .footer .fnav{
    width: min(100%, 180px);
    margin: 24px auto 40px auto;
    display: block;
  }
  .footer .fnav li::after{
    display: none;
  }
  .footer .fnav li:last-child::after{
    display: none;
  }
  .footer .fnav li a{
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #fff;
  }
  .footer .fnav li:last-child a{
    border: none;
  }
  .footer .sns{
    margin-bottom: 30px;
  }
}




