@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@500;700&display=swap');

#spMenuBox{
  display: none !important
}
:root {
  --bk: #2F2F2F;
  --wh: #FDFDFD;
  --or: #FE7D13;
  --gr1: #1EB85C;
  --gr2: #028046;
  --gy1: #B6B6B6;
  --gy2: #808080;
  --gy3: #f0f0f0;
  --gy4: #E5ECE4;
  --br1: #59491E;
  --be: #C7BB9E;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, em, img, strong, dl, dt, dd, ol, ul, li, footer, header, nav, section, code{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: Meiryo,-apple-system-subset,Helvetica,Hiragino Kaku Gothic ProN,sans-serif;
  vertical-align: baseline;
  background: transparent;
  word-break: break-word;
  letter-spacing: 0.04em;
}
html{
  font-size: 62.5%;
  overflow-x: hidden;
}
body{
  padding-top: 176px;
  background: url("../img/bg_body.jpg") repeat-y;
  background-size: 100% auto;
  color: #222;
  font-size: 1.6rem;
  line-height: 1;
}
ul{
  list-style: none;  
}
input[type="text"], select, textarea{
  border: none;
  color: #222;
  font-size: 1.6rem;
  font-family: Meiryo,-apple-system-subset,Helvetica,Hiragino Kaku Gothic ProN,sans-serif;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
select{
  background: url("../img/ico_arrow_select.png") no-repeat right 10px center;
  background-size: 12px auto;
}
*, *::before, *::after{
  box-sizing: border-box;
}
h2{ font-size: 2rem}
h3{ font-size: 1.8rem}
h4{ font-size: 1.6rem}
h5{ font-size: 1.6rem}
h1, h2, h3, h4, h5, h6, strong{
  font-weight: bold;
}
p, li, th, td, dt, dd{
  font-size: 1.6rem;
  line-height: 1.65;
}
p{
  margin-bottom: 1.5em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup{
  vertical-align: super;
  font-size: 1.2rem;
}

.cTxt, .cLink{ text-align: center !important}
.lfTxt{ text-align: left !important}
.rTxt, .rLink{ text-align: right}
.sTxt{ font-size: 1.4rem}
.ssTxt{ font-size: 1.2rem}
.clr{ clear: both}
.bTxt, #blogBox li span, .xlTxt{ font-weight: 700}
.lgTxt{ font-size: 2.4rem}

.gr1Txt{ color: var(--gr1)}

a, a:visited{
  color: #005aaa;
  transition: 0.1s;
}
img{
  vertical-align: middle;
}
@media screen and (min-width:950px){
  .fSP{ display: none !important}
  .cTxtPC{text-align: center}
  a:hover{
    opacity: 0.5;
    transition: 0.2s;
  }
}
@media screen and (max-width:949px){
  body {
    width: 100%;
    border: none;
    position: relative;
    -webkit-text-size-adjust: 100%;
    padding-top: 55px;
  }
  .fPC{ display: none !important}
  .fSP{ display: block !important}
  p, li, th, td, dt, dd, address {
    font-size: 1.6rem;
  }
  #oneCol .bgGr ul {
    margin-bottom: 15px;
  }
  .header_nav, .header_tel, .footer_link, .lCol_box {
    display: none !important
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/ : auto;
  }
  a {
    word-break: break-all
    -webkit-tap-highlight-color: transparent;
  }
  .lgTxt{ font-size: 2rem}
}

/* clearfix
---------------------------------*/
.bloc:after, .dlVoice:after, .pagenation:after,
.li4col:after, .grBox:after, .clearfix:after, ul:after, .contents_local::after{
  content: "";
  display: block;
  clear: both;
}

/* ==============================================================
/* 　Frame
/* ============================================================== */
.contents{
  padding: 80px 0 150px;
  background: url(../img/bg_contents.png) no-repeat 0 100%;
  background-size: 100% auto;
}
.contents_local{
  padding-bottom: 50px;
  background: var(--wh);
}
.contents_local + .contents{
  padding-top: 0;
}
.inner{
  /*max-width: 1172px;*/
  max-width: 1052px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.contents_local .inner{
  max-width: 1052px;
  background: var(--wh);
}
@media screen and (max-width:949px){
  .contents{
    padding: 50px 0;
  }
  .contents_local{
    padding-bottom: 20px;
  }
}

/* ==============================================================
/* 　Header
/* ============================================================== */
header{
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  z-index: 90;
  transition: .3s;
}
header .inner{
  width: 100%;
  max-width: none;
  padding: 29px 32px;
  background: var(--wh);
}
.headerNav_menu ul > li{
  position: relative;
}
.headerNav_menu a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #222;
}
.headerNav_menu > ul > li:not(:first-child) > span,
.headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a{
  padding-right: 17px;
  cursor: default;
}
.headerNav_menu > ul > li:not(:first-child) > span::before,
.headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a::before{
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -7px;
  background: url('../img/ico_arrow_r-bk.png') no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 0.2s;
}
.headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a::before{
  right: 0;
}
.headerNav_sub_top a{
  position: relative;
  padding-left: 10px;
  color: var(--bk);
  border-bottom: 1px solid var(--bk);
  opacity: 0.6;
  text-decoration: none;
}
.headerNav_sub_top a::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -6px;
  background: url('../img/ico_arrow_r-bk.png') no-repeat;
  background-size: contain;
}
.headerNav_sub_bottom li:first-child{
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--br1);
  text-align: center;
}
.headerNav_sub_bottom li:first-child span{
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}
.headerSearchBtn{
  position: absolute;
  top: 6px;
  right: 32px;
  line-height: 1.65;
  padding-left: 22px;
  color: var(--bk);
  background: url("../img/ico_search.png") no-repeat 0 50%;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 9999;
}
.headerSearchBtn span{
  transition: 0.2s;
  opacity: 0.6;
}
.headerSearch{
  display: none;
  height: 80px;
  background: var(--wh);
}
.search_menu .headerSearch{
  display: block;
}
.headerSearch-inner{
  display: flex;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 17px;
  align-items: center;
}
.headerSearch-inner form{
  display: flex;
  flex: 1;
  padding: 6px 10px;
  border: 1px solid var(--gy1);
  border-radius: 3px;
  background: var(--wh);
}
#searchsubmit{
  display: inline-block;
  width: 30px;
  height: 30px;
}
.headerSearch input[type="text"]{
  flex: 1;
  line-height: 30px;
  margin-left: 10px;
  font-size: 1.6rem;
}
.searchClose{
  display: block;
  width: 33px;
  height: 33px;
  margin-left: 16px;
  background: var(--bk) url("../img/ico_close.png") no-repeat 50% 50%;
  background-size: 13px auto;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (min-width:950px){
  .headerNav_menu{
    background: var(--gy3);
  }
  .headerNav_menu > ul{
    display: flex;
    justify-content: center;
  }
  .headerNav_menu > ul li{
    font-size: 1.7rem;
    font-weight: bold;
  }
  .headerNav_menu > ul > li{
    padding: 0 20px;
    line-height: 55px;
  }
  .headerNav_menu > ul > li:not(:last-child)::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 15px;
    margin-top: -7px;
    border-right: 1px solid #2F2F2F;
  }
  .headerNav_menu > ul li a:hover, .headerNav_menu > ul li a.active{
    color: var(--or);
    opacity: 1;
  }
  .headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a{
    color: var(--bk);
    pointer-events: none;
  }
  .headerNav_menu > ul > li > a::after,
  .headerNav_menu ul ul a::after,
  .headerNav_menu > ul li a.active::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--or);
    opacity: 0;
    transition: 0.2s;
  }
  .headerNav_menu > ul li > a:hover::after,
  .headerNav_menu ul ul a:hover::after,
  .headerNav_menu > ul li a.active::after{
    opacity: 1;
    transition: 0.2s;
  }
  .headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a:hover::after{
    opacity: 0;
  }
  .headerNav_menu ul ul a{
    display: inline-block;
  }
  .headerNav_menu ul ul a::after{
    bottom: 3px;
  }
  .headerNav_menu ul > li:hover ul{
    visibility: visible;
    opacity: 1;
  }
  .headerNav_menu ul ul{
    visibility: hidden;
    position: absolute;
    width: 100%;
    margin: 7px 0 0 -20px;
    padding: 19px 15px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 16px;
    opacity: 0;
    transition: 0.2s;
    z-index: 10;
  }
  .headerNav_menu ul > li:nth-child(4) ul{
    width: 210%;
    margin-left: calc(-20px - 55%);
  }
  .headerNav_menu ul > li:nth-child(5) ul{
    width: 110%;
    margin-left: calc(-20px - 5%);
  }
  .headerNav_menu ul > li:nth-child(7) ul{
    width: 125%;
    margin-left: calc(-20px - 12.5%);
  }
  .headerNav_menu ul ul::after{
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    width: 43px;
    height: 32px;
    margin-left: -22px;
    background: url("../img/bg_ballow_arrow.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transition: 0.2s;
    z-index: -1;
  }
  .headerNav_menu ul > li:nth-child(6):not(.headerNav_menu-seminar) ul::after{
   left: 715px; 
  }
  .headerNav_menu ul ul li:not(:last-child){
    margin-bottom: 8px;
  }
  .headerNav_menu ul ul a{
    line-height: 41px;
    font-size: 1.6rem;
  }
  .headerNav_menu ul ul span{
    position: relative;
    display: inline-block;
  }
  .headerNav_menu ul ul span::after{
    bottom: 2px;
  }
  .headerNav_seminar{
    display: flex;
    flex-wrap: wrap;
    width: 1000px !important;
    margin-left: -640px !important;
  }
  .headerNav_seminar li{
    width: calc(33.3333% - 12px);
    margin-right: 18px;
  }
  .headerNav_seminar li a:hover{
    color: var(--bk) !important;
    opacity: 0.5 !important;
  }
  .headerNav_seminar li:not(:last-child) a::after{
    display: none !important;
  }
  .headerNav_seminar li:nth-child(3){
    margin-right: 0;
  }
  .headerNav_seminar li:last-child{
    width: 100%;
    margin: 0;
    text-align: right;
  }
  .headerNav_seminar li:last-child a{
    height: 31px;
    padding-top: 5px;
    padding-right: 40px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: normal;
  }
  .headerNav_seminar li:last-child a::after{
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31px;
    height: 31px;
    background: #E5ECE4 url("../img/bg_liPosts.png") no-repeat 50% 50%;
    background-size: 6px auto;
    border-radius: 50%;
    border: none;
    opacity: 1;
  }
  .headerNav_seminar dl{
    display: flex;
  }
  .headerNav_seminar dt{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    overflow: hidden;
  }
  .headerNav_seminar dd{
    width: calc(100% - 80px);
    padding-left: 12px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .headerNav_seminar dd .sTxt{
    padding-top: 6px;
    font-size: 1.2rem;
  }
  .headerNav_sub{
    position: absolute;
    top: 7px;
    right: 32px;
    z-index: 1;
  }
  .headerNav_sub ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 12px;
  }
  .headerNav_sub_top{
    margin-right: 70px;
  }
  .headerNav_sub_top li{
    margin-left: 16px;
    font-size: 1.5rem;
  }
  .headerNav_sub_top a:hover,
  .headerNav_sub_top_search:hover span{
    opacity: 1;
  }
  .headerNav_sub_bottom li{
    margin-left: 16px;
  }
  .headerNav_sub_bottom li:nth-child(2){
    margin-left: 8px;
  }
  .headerNav_sub_bottom li:nth-child(2) .btn{
    color: var(--br1) !important;
    font-size: 4rem;
  }
  .headerNav_sub_bottom li:nth-child(3) .btn{
    min-width: 222px;
    height: 60px;
    padding: 14px 20px 0 32px;
    font-size: 2rem;
    text-align: left;
  }
  .headerNav_sub_bottom li:nth-child(3) .btn::after{
    right: 28px;
    width: 12px;
    height: 20px;
  }
  .headerNav_sub_bottom li:nth-child(3) .btn-inq::before{
    margin-right: 18px;
  }
  .headerNav_sub_bottom li:nth-child(4){
    display: none;
  }
}
@media screen and (min-width:950px) and (max-width:1220px){
  header .inner{
    padding: 29px 2vw;
  }
  .headerNav_menu > ul li, .headerNav_menu ul ul a{
    font-size: 1.39vw;
  }
  .headerNav_menu ul ul a{
    line-height: 3vw;
  }
  .headerNav_menu > ul > li{
    padding: 0 1.4vw;
  }
  .headerNav_menu ul ul{
    margin: 7px 0 0 -1.5vw;
    padding: 2vw 1.4vw;
  }
  .headerNav_menu ul > li:nth-child(3) ul{
    width: 108%;
    margin-left: calc(-20px - 4%);
  }
  .headerNav_menu ul > li:nth-child(6) ul{
    width: 138%;
    margin-left: calc(-20px - 26%);
  }
  .headerNav_menu ul > li:nth-child(5):not(.headerNav_menu-seminar) ul::after{
   left: 66vw; 
  }
  .headerNav_seminar{
    width: 90vw !important;
    margin-left: -60vw !important;
  }
  .headerNav_seminar dd{
    font-size: 1.3vw;
  }
  .headerNav_seminar dd .sTxt{
    padding-top: 5px;
    font-size: 1.1rem;
  }
  .headerNav_sub, .headerSearchBtn{
    top: 0.9vw;
    right: 1.5vw;
  }
  .headerNav_sub_bottom li:nth-child(2) .btn{
    font-size: 3.5vw !important;
  }
  .headerNav_sub_bottom li:nth-child(3) .btn{
    min-width: 19vw;
    height: 5.5vw;
    padding-top: 1.2vw;
    font-size: 1.9vw;
  }
  .headerNav_sub_bottom li:nth-child(3) .btn::before{
    margin-right: 10px;
  }
  .headerNav_sub_bottom li:nth-child(3) .btn::after{
    right: 2vw;
  }
}
@media screen and (min-width:750px) and (max-width:949px){
  .headerNav_sub_bottom li br{
    display: none;
  }
}
@media screen and (min-width:750px){
  .headerTelBtn{
    display: none;
  }
  .headerNav_sub_bottom li:nth-child(2) .btn{
    color: var(--br1) !important;
    font-size: 4rem;
  }
}
@media screen and (max-width:949px){
  header{
    box-shadow: none;
    z-index: 200;
  }
  header .inner{
    padding: 10px 16px;
  }
  header .logo img{
    width: auto;
    height: 35px;
  }
  .headerNav{
    position: fixed;
    top: 55px;
    width: 100%;
    height: calc(100dvh - 55px);
    padding: 10px 16px;
    background: var(--wh);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
  }
  .open_menu .headerNav{
    pointer-events: auto;
    opacity: 1;
  }
  .headerNav_menu > ul > li{
    border-bottom: 1px solid var(--gy2);
  }
  .headerNav_menu > ul > li > a, .headerNav_menu > ul > li > span{
    display: block;
    position: relative;
    padding: 16px 20px 16px 5px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .headerNav_menu > ul > li:not(:first-child) > span::before,
  .headerNav_menu ul ul li a::before,
  .footer_nav div > ul > li.footer_nav_child > a::after,
  .footer_nav ul > li > span::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 12px;
    height: 16px;
    background: url('../img/ico_arrow_r-gr.png') no-repeat;
    background-size: contain;
  }
  .headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a::before{
    display: none;
  }
  .headerNav_menu > ul > li:not(:first-child) > span::before,
  .footer_nav div > ul > li.footer_nav_child > a::after,
  .footer_nav div > ul > li > span::after{
    right: 5px;
    transform: rotate(90deg);
  }
  .headerNav_menu > ul > li:not(:first-child) > span.open::before,
  .footer_nav div > ul > li.footer_nav_child > a.open::after,
  .footer_nav div > ul > li > span.open::after{
    transform: rotate(-90deg);
  }
  .headerNav_menu ul ul,
  .headerNav_menu > ul > li:nth-child(5):not(.headerNav_menu-seminar) > a::before{
    display: none;
  }
  .headerNav_menu ul ul li{
    margin-bottom: 14px;
  }
  .headerNav_menu ul ul li a{
    padding: 0 0 0 27px;
    opacity: 0.8;
  }
  .headerNav_menu ul ul li a::before{
    top: calc(50% - 7px);
    left: 11px;
    width: 8px;
    height: 15px;
  }
  .headerNav_sub ul{
    margin: 16px 0 24px 5px;
  }
  .headerNav_sub_top li{
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .headerNav_sub_bottom li:first-child{
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .headerNav_sub_bottom li:first-child span{
    padding-left: 6px;
    font-size: 1.7rem;
  }
  .headerNav_sub_bottom li{
    margin-top: 8px;
    text-align: center;
  }
  .headerNav_sub_bottom .btn{
    width: 100%;
    max-width: 343px;
    height: 53px;
    padding: 12px 30px 0 40px;
    font-size: 1.7rem;
  }
  
  .open_menu{
    overflow: hidden;
  }
  .headerMenuBtn{
    position: absolute;
    top: 7px;
    right: 8px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    appearance: none;
    z-index: 9999;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .headerMenuBtn span{
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 8px;
    width: 24px;
    height: 2px;
    background-color: var(--gr1);
    transition: all .3s;
  }
  .headerMenuBtn span:nth-of-type(2){
    top: 18px;
  }
  .headerMenuBtn span:nth-of-type(3){
    top: 28px;
  }
  .open_menu .headerMenuBtn span:nth-of-type(1){
    left: 5px;
    width: 30px;
    transform: translateY(9px) rotate(-45deg);
  }
  .open_menu .headerMenuBtn span:nth-of-type(3){
    left: 5px;
    width: 30px;
    transform: translateY(-10px) rotate(45deg);
  }
  .open_menu .headerMenuBtn span:nth-of-type(2){
    opacity: 0;
  }
  .headerSearchBtn{
    position: absolute;
    top: 10px;
    right: 52px;
    width: 35px;
    height: 35px;
    padding: 0;
    background-position: 50% 50%;
    background-size: 20px auto;
    -webkit-tap-highlight-color: transparent;
  }
  .headerSearchBtn span{
    display: none;
  }
  .headerSearch{
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .search_menu .headerSearch{
    display: block;
  }
  .headerSearch-inner{
    padding-top: 9px;
  }
  .headerSearch-inner form{
    padding: 4px 8px;
    align-items: center;
  }
  #searchsubmit{
    width: 26px;
    height: 26px;
  }
  .headerSearch input[type="text"]{
    margin-left: 5px;
    padding: 0;
    font-size: 1.5rem;
  }
  .searchClose{
    width: 29px;
    height: 29px;
    margin-left: 8px;
    background-size: 13px auto;
  }
}
@media screen and (max-width:750px){
  .headerTelBtn{
    position: absolute;
    top: 9px;
    right: 55px;
  }
  .headerTelBtn a{
    display: block;
    padding: 4px 8px;
    color: var(--wh);
    background: var(--or);
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border-radius: 5px;
  }
  .headerSearchBtn{
    top: 10px;
    right: 130px;
  }
}
@media screen and (max-width:390px){
  .headerTelBtn{
    top: 10px;
    right: 53px;
  }
  .headerTelBtn a{
    padding: 4px 6px;
    font-size: 1.1rem;
  }
  .headerSearchBtn{
    right: 117px;
  }
}


/* ==============================================================
/* 　Common
/* ============================================================== */
.orgTxt{
  color: #ff9000;
  font-weight: bold
}
.grnTxt{
  color: #479900;
  font-weight: bold
}
.redTxt{
  color: #d00;
  font-weight: bold
}
.rdTxt{
  color: #e86767
}
.bkTxt{
  color: #333 !important
}
.orTxt{
  color: #ff9000;
  font-size: 28px;
  font-weight: bold
}
.orBdTxt{
  padding: 15px 20px;
  border: 1px solid #ff8800;
  color: #ff8800;
  font-weight: bold
}

.btnBox{
  margin-top: 40px;
  text-align: center;
  line-height: 1.65;
}
.btnBox-L{
  text-align: left;
}
.btnBox-R{
  text-align: right;
}
.btnBox-local{
  margin: 10px 0 5px;
  text-align: right;
}
.btnBox:not(:last-child){
  margin-bottom: 40px;
}
.btn, .rBtn a, .rLink a, .cLink a, .lLink a, .cv .cvBtn{
  display: inline-block;
  position: relative;
  min-width: 260px;
  height: 73px;
  padding: 21px 50px 0 40px;
  background: var(--gr2);
  color: var(--wh) !important;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
button.btn{
  padding-top: 0;
  cursor: pointer;
  transition: 0.2s;
}
.btn::after, .rBtn a::after, .rLink a::after, .cLink a::after, .lLink a::after{
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  background: url('../img/ico_arrow_r.png') no-repeat;
  background-size: contain;
}
.rBtn a, .rLink a, .cLink a, .lLink a{
  min-width: 157px;
  height: 57px;
  padding: 13px 40px 0 20px;
}
.rBtn a::after, .rLink a::after, .cLink a::after, .lLink a::after{
  right: 14px;
}
.btn-or{
  background-color: var(--or);
}
.btn-wh, .cv .cvBtn{
  color: var(--or) !important;
  background-color: var(--wh);
  border: 1px solid var(--or);
}
.btn-wh::after{
  background-image: url("../img/ico_arrow_r-or.png");
}
.btn-inq, .btn-req{
  min-width: 263px;
}
.btn-inq::before, .btn-req::before, .cv .cvBtn::before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background: url("../img/ico_inquiry.png") no-repeat 50% 50%;
  background-size: contain;
  vertical-align: -5px;
}
.btn-req{
  padding-left: 22px;
}
.btn-req::before, .cv .cvBtn::before{
  width: 26px;
  height: 26px;
  margin-right: 18px;
  background-image: url("../img/ico_request.png");
  vertical-align: -5px;
}
.btn-more::after{
  right: 29px;
  margin-top: -9px;
  transform: rotate(90deg);
}
.btnBox-local .btn-inq, .btnBox-local .btn-req{
  height: 60px;
  min-width: 222px;
  padding-top: 15px;
}
.btnBox-local .btn-inq::before, .btnBox-local .btn-req::before{
  vertical-align: -7px;
}
.cv .cvBtn-noIcon{
  padding-right: 40px;
}
.cv .cvBtn-noIcon::before{
  display: none;
}

@media screen and (min-width:950px){
  .btn:hover, .rBtn a:hover, .rLink a:hover, .cLink a:hover, .lLink a:hover,
  .cv .cvBtn:hover{
    opacity: 1;
    background-color: #115113;
  }
  .btn-wh:hover, .cv .cvBtn:hover{
    background-color: #FDF0D3;
  }
  .btn-or:hover, .cv .cvBtn_or:hover{
    background-color: #DC4900;
  }
  .btn-2l br{
    display: none;
  }
}
@media screen and (min-width:750px){
  .btn-spTel{
    min-width: 0;
    height: auto !important;
    padding: 0 !important;
    background: none;
    pointer-events: none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
    line-height: 1;
  }
  .btn-spTel::after{
    display: none;
  }
}
@media screen and (max-width:749px){
  .btn, .rBtn a, .rLink a, .cLink a, .lLink a{
    min-width: 190px;
    height: 70px;
    padding: 21px 40px 0 30px;
    font-size: 1.6rem;
    border-radius: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  }
  .rBtn a, .rLink a, .cLink a, .lLink a{
    height: 53px;
    padding-top: 11px;
  }
  .rBtn-s a{
    padding-top: 13px;
    font-size: 1.5rem;
  }
  .btn-2l{
    padding-top: 10px;
  }
  .btn::after, .rBtn a::after, .rLink a::after, .cLink a::after, .lLink a::after{
    right: 20px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
  }
  .btn-spTel{
    padding-top: 6px !important;
    font-size: 2.4rem !important;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    background-color: var(--br1);
  }
  .btn-spTel::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
    margin-right: 15px;
    background: url("../img/ico_tel.png") no-repeat;
    background-size: 24px auto;
  }
  .btn-inq::before, .btn-req::before, .btn-spTel::before{
    position: absolute;
    top: 50%;
    left: 30px;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    background-position: 50% 50%;
  }
  .btn-inq::before{
    background-size: 28px auto;
  }
  .btn-req::before{
    background-size: 26px auto;
  }
  .btnBox-local{
    text-align: center;
  }
  .btnBox-local .btn-inq, .btnBox-local .btn-req{
    height: 53px;
    max-width: 343px;
    width: 100%;
    padding-top: 12px;
    padding-left: 55px;
    font-size: 1.7rem;
  }
  .btnBox-local .btn-inq::before, .btnBox-local .btn-req::before{
    vertical-align: -7px;
  }
}

/* ==============================================================
/* 　Footer
/* ============================================================== */
footer{
  position: relative;
  background: var(--wh);
  border-radius: 100px 100px 0 0;
}
footer .inner{
  position: relative;
}
.footer_nav div > ul > li:not(:last-child){
  margin-bottom: 32px;
}
.footer_nav div > ul > li > a, .footer_nav ul > li > span{
  color: var(--gr1);
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}
.footer_nav ul ul{
  margin-top: 8px;
  padding-left: 12px;
  border-left: 1px solid var(--gr1);
}
.footer_nav ul ul li{
  line-height: 1.2;
  letter-spacing: 0;
}
.footer_nav ul ul li:not(:last-child){
  margin-bottom: 12px;
}
.footer_nav ul ul a{
  color: var(--bk);
  font-size: 1.6rem;
  text-decoration: none;
}
.footer_nav_sns, .footer_nav_privacy{
  display: flex;
}
.footer_nav_sns li:not(:last-child){
  margin-right: 16px;
}
.footer_nav_privacy{
  width: 264px;
}
.footer_nav_privacy dd{
  padding: 14px 0 0 15px;
  color: #2F2F2F;
  font-size: 1.3rem;
  line-height: 1.4;
}
.toPagetop{
  display: block;
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 82px;
  height: 82px;
  background: var(--wh);
  border: 2px solid var(--gr1);
  border-radius: 45px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  text-decoration: none;
  z-index: 100;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
}
.toPagetop::after{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 4px);
  width: 12px;
  height: 20px;
  background: url('../img/ico_arrow_r-gr.png') no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.toPagetop.active{
  opacity: 1;
  transition: 0.2s;
  visibility: visible;
}
.footer_bottom{
  padding: 10px 0 !important;
}
.footer_bottom p{
  margin-bottom: 0;
  color: var(--bk);
  font-size: 1rem;
}
.footer_bottom li a{
  position: relative;
  padding-left: 13px;
  color: var(--gr1);
  font-size: 1.3rem;
  text-decoration: none;
}
.footer_bottom li a::before,
.footer_bottom li a::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--gr1);
  transform-origin: calc(100% - 0.5px) 50%;
}
.footer_bottom li a::before{
  transform: rotate(45deg);
}
.footer_bottom li a::after{
  transform: rotate(-45deg);
}

@media screen and (min-width:950px){
  footer .inner{
    max-width: 1172px;
  }
  .footer_nav{
    display: flex;
    padding: 56px 0;
  }
  .footer_nav > div:not(:last-child){
    margin-right: 42px;
  }
  .footer_nav > div:first-child{
    margin-right: 57px;
  }
  .footer_nav ul ul a:hover{
    opacity: 0.5;
  }
  .footer_nav_sns, .footer_nav_privacy{
    position: absolute;
    top: 285px;
  }
  .footer_nav_privacy{
    top: 52px;
    left: calc(100% - 284px);
  }
  .footer_bottom, .footer_bottom ul{
    display: flex;
  }
  .footer_bottom{
    align-items: center;
    justify-content: space-between;
  }
  .footer_bottom li:not(:last-child){
    margin-right: 16px;
  }
  .blockLineBn div{
    padding: 40px 0;
    text-align: center;
  }
}

@media screen and (max-width:1190px) and (min-width:950px){
  .footer_nav > div:first-child{
    margin-right: 3vw;
  }
  .footer_nav > div:first-child img{
    width: 17vw;
    height: auto;
  }
  .footer_nav > div:not(:last-child) {
    margin-right: 3vw;
  }
  .footer_nav div > ul > li > a, .footer_nav ul > li > span{
    font-size: 1.55vw;
  }
  .footer_nav ul ul a{
    font-size: 1.35vw;
  }
  .footer_nav_sns{
    top: 25vw;
  }
  .footer_nav_privacy{
    left: 72.6vw;
    width: 23.5vw;
  }
  .footer_nav_privacy dd{
    font-size: 1.15vw;
  }
}
@media screen and (max-width:949px){
  footer{
    padding: 48px 0 0;
    border-radius: 40px 40px 0 0;
  }
  .footer_nav div > ul > li{
    border-bottom: 1px solid var(--gy2);
  }
  .footer_nav > div:first-child{
    margin-bottom: 8px;
    text-align: center;
  }
  .footer_nav > div:first-child img{
    width: 100%;
  }
  .footer_nav div > ul > li:not(:last-child){
    margin-bottom: 0;
  }
  .footer_nav div > ul > li > a, .footer_nav ul > li > span{
    position: relative;
    display: block;
    padding: 19px 0 18px 5px;
    font-size: 1.6rem;
  }
  .footer_nav div > ul > li.footer_nav_child > a::after,
  .footer_nav div > ul > li > span::after{
    top: calc(50% - 7px);
    transition: 0.2s;
  }
  .footer_nav ul ul{
    display: none;
    margin: -5px 0 20px 11px;
    padding: 3px 0 3px 16px;
    border-left-color: #107072;
  }
  .footer_nav ul ul li{
    line-height: 1.2;
    letter-spacing: 0;
  }
  .footer_nav ul ul li:not(:last-child){
    margin-bottom: 16px;
  }
  .footer_nav_sns{
    justify-content: center;
    margin: 32px 0 12px;
  }
  .footer_nav_sns img{
    width: 40px;
  }
  .footer_nav_privacy{
    width: auto;
    margin-top: 20px;
    padding: 0 5px;
    justify-content: center;
  }
  .footer_nav_privacy dt img{
    width: auto;
    max-width: none;
    height: 100px;
  }
  .footer_nav_privacy dd{
    padding: 25px 0 0 15px;
    font-size: 1.2rem;
  }
  .toPagetop{
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
  .toPagetop::after{
    top: calc(50% - 7px);
    left: calc(50% - 4px);
    width: 9px;
    height: 13px;
  }
  .footer_bottom{
    padding: 18px 20px 24px !important; 
    text-align: center;
  }
  .footer_bottom ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .footer_bottom li{
    width: 50%;
    margin-bottom: 6px;
    text-align: left;
    line-height: 1.2;
  }
  .footer_bottom li a{
    font-size: 1.2rem;
  }
  .footer_bottom p{
    padding-right: 45px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .blockLineBn div{
    padding: 25px 16px 0;
  }
}

/* ==============================================================
/* 　LINEバナー
/* ============================================================== */
@media screen and (min-width:950px){
  .blockLinePopup{ display: none !important}
}
@media screen and (max-width:949px){
	.blockLinePopup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 210;
  }
  .blockLinePopup_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 32px);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .blockLinePopup_close{
    font-size: 3.2rem;
    color: #fff;
  }
}

/* ==============================================================
/* 　新着情報
/* ============================================================== */
.blockNews_link a{
  padding-right: 16px;
  color: var(--bk);
  background: url("/assets/img/ico_arrow_r-bk.png") no-repeat 100% 50%;
  background-size: 8px auto;
}
.blockNews_post li{
  border-bottom: 1px solid var(--gy2);
}
.blockNews_post a{
  position: relative;
  display: block;
  padding: 11px 82px 10px 24px;
  color: var(--bk);
  text-decoration: none;
}
.blockNews_post a::after{
  content: "";
  display: block;
  position: absolute;
  right: 38px;
  top: 50%;
  width: 12px;
  height: 20px;
  margin-top: -8px;
  background: url('../img/ico_arrow_r-gr.png') no-repeat;
  background-size: contain;
}
.blockNews_post dt{
  font-family: "Lato", sans-serif;
  color: var(--gr1);
}
.blockNews_post .label{
  display: inline-block;
  width: 180px;
  margin-left: 16px;
  padding: 5px 0 3px;
  color: var(--bk);
  background: var(--gy3);
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.blockNews_new{
  flex: 0 0 auto;
  padding: 2px 5px 0;
  background: #e86767;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width:950px){
  .blockNews_link{
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
    margin: 0 auto 32px;
  }
  .blockNews_post a:hover{
    opacity: 1;
    background: rgba(162,193,159,0.1);
  }
  .blockNews_post dl{
    display: flex;
    align-items: center;
  }
  .blockNews_post dt{
    width: 320px;
    margin-bottom: 0 !important;
  }
  .blockNews_post dd{
    display: flex;
    align-items: center;
    gap: 8px;
    width: calc(100% - 320px);
    margin-bottom: 0 !important;
  }
  .blockNews_ttl{
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blockNews_new{
    padding: 2px 5px 0;
    background: #e86767;
    color: #fff;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:949px){
  .blockNews_link{
    margin-left: 10px;
    margin-bottom: 16px !important;
  }
  .blockNews_link li{
    margin-bottom: 8px;
  }
  .blockNews_post a{
    padding: 17px 40px 15px 10px;
  }
  .blockNews_post a::after{
    right: 10px;
    height: 19px;
  }
  .blockNews_post dt{
    margin-bottom: 13px !important;
  }
  .blockNews_post dd{
    margin-bottom: 0 !important;
    font-size: 1.5rem;
    line-height: 1.65;
    -webkit-line-clamp: 2;
  }
}
/* ==============================================================
/* 　ietusmu
/* ============================================================== */
