@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
	text-decoration:none;
	color:var(--c-base);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover {
    outline:none;
}
a.disabled {
  pointer-events: none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --f-en: "Poppins", sans-serif;
    --c-base:#000000;
    --c-gr:#359c40;
    --c-line:#d9e3dc;
    --c-bg:#f2f7f7;
}

/*----------------common----------------*/
html {
  font-size: calc(100vw / 192);
}
body {
  font-family: var(--f-jp);
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.09em;
  color: var(--c-base);
  word-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}
.fade {
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform .8s cubic-bezier(0.215, 0.61, 0.355, 1),filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);

    transform: translateY(60px);
    opacity: 0;
    -ms-filter: blur(4px);
  filter: blur(4px);
    transition-delay: .3s;
}
.fade--delay01 {
    transition-delay: .8s;
}
.fade--delay02 {
    transition-delay: 1.3s;
}
.fade--delay03 {
    transition-delay: 1.8s;
}
.fade.anime {
    transform: translateY(0px);
    opacity: 1;
    ms-filter: blur(0px);
  filter: blur(0px);
    
}
.fade-left {
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform .8s cubic-bezier(0.215, 0.61, 0.355, 1),filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);

    transform: translateX(-40px);
    opacity: 0;
    -ms-filter: blur(4px);
  filter: blur(4px);
}
.fade-left.anime {

    transform: translateX(0px);
    opacity: 1;
    -ms-filter: blur(0px);
  filter: blur(0px);
}
.fade-right {
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform .8s cubic-bezier(0.215, 0.61, 0.355, 1),filter 1s cubic-bezier(0.215, 0.61, 0.355, 1);

    transform: translateX(40px);
    opacity: 0;
    -ms-filter: blur(4px);
  filter: blur(4px);
}
.fade-right.anime {

    transform: translateX(0px);
    opacity: 1;
    -ms-filter: blur(0px);
  filter: blur(0px);
}
.loading{
  position: fixed;
  inset: 0;
  background: var(--c-gr); /* 背景に合わせて変更OK */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;

}
.loading.is-hide{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading__logo{
  position: relative;
  width: min(320px, 70vw);
}
.home .loading-under {
    display: none;
}
.loading-under {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
.logo{
  width: 100%;
  height: auto;
  display: block;
}
.logo.base{
  opacity: .25;
}
.logo.fill{
  position: absolute;
  inset: 0;
  clip-path: inset(0 100% 0 0); /* 0% */
  filter: brightness(10) contrast(1.1); /* 透過SVGでも白寄せ */
  transition: clip-path 0.2s linear;
}
.home .header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.header {
    margin-bottom: 15rem;
}
.header__site-id {
    display: block;
    width: 160px;
    margin-left: 100px;
    margin-top: 90px;
}
.header__site-id img {
    width: 100%;
}
.home .header__site-id{
    width: 500px;
    position: absolute;
    z-index: 4;
}
.home .header__site-id img{
    width: 500px;
}
.header__site-id img.home-only {
    display: none;
}
.home .header__site-id img.home-only {
    display: block;
}
.home .header__site-id img {
    display: none;
}
.header__site-id a {
    display: block;
}
.header__nav {
    width:500px;
    position: absolute;
    z-index: 4;
    left: 100px;
    top: 280px;
    display: none;
}
.header__menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(53,156,64,0.91);
    z-index: 9999;
    display: none;
    
}
.header__menu-logo {
    margin-bottom:100px;
}
.header__menu-logo img {
    width: 220px;
}
.header__menu-logo a {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
}
.header__menu-logo a:hover {
    opacity: 0.7;
}
.header__menu-logo a:after {
    height: 1px;
    content: "";
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.header__menu-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.header__menu-list > ul > li:not(:last-child) {
    margin-bottom: 40px;
}
.header__menu-list > ul > li a {
    color: #fff;
    font-size: 18px;
    line-height: 2;
    display: inline-block;
}
.header__menu-list > ul > li a:hover {
    opacity: 0.7;
}
.header__menu-list > ul > li span{
    font-family: var(--f-en);
  font-weight: 900;
    display: block;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
}
.header__menu-note {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}
.header__menu-note a {
    display: block;
    width: 132px;
}
.header__menu-note img {
    
}



.home .header__nav{
    display: block;
}
.cls-1 {
        fill: none;
        stroke: var(--c-base);
        stroke-miterlimit: 10;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      }
.is-white .cls-1 {
        stroke: #fff;
      }
.icon--menu{
      width:100px;
      height:16px;
      overflow: visible;
      display:block;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
.active .icon--menu {
  height: 35px;
}
.icon--menu .line{
      fill:var(--c-base);

      /* SVGのpathをtransformできれいに扱う */
      transform-box: fill-box;
      transform-origin: 50% 50%;

      transition:
        transform .55s cubic-bezier(.2,.8,.2,1),
        opacity .35s ease;
    }
.active .icon--menu .line {
  stroke: #fff !important;
    fill:#fff !important;
}
.is-white .icon--menu .line {
    fill:#fff;
}
.header__menu-btn.active {
    color: #fff !important;
}
    /* active時：2本を中央へ寄せて回転させる（×化） */
    .header__menu-btn.active .icon--menu .line--top{
      transform: translate(0, 0px) rotate(45deg);
    }
    .header__menu-btn.active .icon--menu .line--bottom{
      transform: translate(0, -11px) rotate(-45deg);
    }
.header__menu-btn {
    position: fixed;
    right: 100px;
    top: 70px;
    font-family: var(--f-en);
    font-weight: 900;
    z-index: 999999;
    color: var(--c-base);
    font-size: 13px;
    width:100px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__menu-btn.is-white {
    color: #fff;
}
.header__nav ul {
    display: flex;
    gap:10px;
}
.header__nav ul li {
    flex: 1;
    position: relative;
}
.header__nav ul li:nth-child(1) {
    flex: 0.8;
}
.header__nav ul li a {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #fff 1px solid;
    color: #fff;
    font-family: var(--f-en);
    font-weight: 900;
    font-size: 20px;
    letter-spacing: normal;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__nav ul li:hover {
    background-color: var(--c-gr);
}
.header__nav ul li:hover a,
.header__nav ul li a:hover {
    background-color: var(--c-gr);
    border-color: var(--c-gr);
}
.header__nav-local {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition:ease-in-out .2s;
	font-feature-settings: "palt";
    display: block !important;
    background-color: var(--c-gr);
    padding: 10px;
    padding-top: 10px;
}
.header__nav > ul > li:hover .header__nav-local{
    opacity: 1;
    pointer-events: inherit;
    margin-top: 0px;
}
.header__nav-local li {
}
.header__nav-local li a {
    font-size: 12px !important;
    font-family: var(--f-jp) !important;
    border: none !important;
    font-weight: 700 !important;
}
.header__nav-local li a:hover {
    text-decoration: underline;
    color: #9acea0;
}
.inner {
    padding-left: 6%;
    padding-right: 6%;
}
.footer__access {
    padding-top: 9rem;
    padding-bottom: 20rem;
}
.footer__access h2 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 3rem;
}
.footer__access h2 span {
    font-family: var(--f-en);
    font-weight: 900;
    font-size: 7rem;
    letter-spacing: normal;
}
.footer__access h2 span:after {
    width: 1px;
    background-color: #000;
    content: "";
    height: 5rem;
    display: inline-block;
    margin-left: 5rem;
    margin-right: 5rem;
}
.footer__access iframe {
    height: 78rem;
    width: 100%;
}
.footer__gall img {
    width: 47rem;
}
.footer__gall li {
    margin-right: 1rem;
}
.footer__logo {
    border: var(--c-base) 1px solid;
    line-height: 0;
    height: 26rem;
    overflow: hidden;
}
.footer__sitemap {
    display: flex;
    border: var(--c-base) 1px solid;
    border-bottom: none;
    margin-top: 10rem;
    font-size: 1.6rem;
    line-height: 1.7;
}
.footer__sitemap-item:not(:last-child) {
    border-right: var(--c-base) 1px solid;
}
.footer__sitemap-item {
    padding: 4rem;
    box-sizing: border-box;
}
.footer__sitemap-item--add,
.footer__sitemap-item--list{
    width: 40rem;
}
.footer__sitemap-item--add dt {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.footer__sitemap-item--add dd {
    line-height: 1.7;
}
.footer__sitemap-item--list {
    display: flex;
    gap:3.5rem;
    line-height: 1.7;
}
.footer__sitemap-item--list ul li a:hover {
    text-decoration: underline;
    color: var(--c-gr);
}
.footer__sitemap-item--list > ul > li > a {
    background-image: url("../images/foot_arrow.svg");
    background-size: 0.78rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.3rem;
}
.footer__sitemap-item--list > ul > li > ul {
    margin-left: 1.1rem;
}
.footer__sitemap-item--inq {
    display: flex;
    align-items: center;
    flex: 1;
}
.footer__sitemap-item--inq ul {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex: 1;
    gap:2rem;
}
.footer__sitemap-item--inq ul li {
    flex: 1;
}
.footer__sitemap-item--inq ul li:nth-child(1) a{
    background-color: var(--c-gr);
    color: #fff;
    font-family: var(--f-en);
    font-weight: 900;
    font-size: 4.5rem;
    border-radius: 0.8rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer__sitemap-item--inq ul li:nth-child(2) a{
    border: var(--c-base) 1px solid;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.footer__sitemap-item--inq ul li:nth-child(2) a:hover {
    background-color: #ECECEC;
}
.footer__sitemap-item--inq ul li:nth-child(2) a img {
    width: 17rem;
}
.footer__sitemap-item--inq ul li a:hover {
    background-color: #7FB985;
}
.footer__sitemap-item--inq .txt {
    flex-shrink: 0;
    margin-right: 4rem;
}
.footer__sitemap-item--inq .txt a {
    position: relative;
}
.footer__sitemap-item--inq .txt a:after {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -.2rem;
    background-color: var(--c-gr);
    height: 2px;
    content: "";
    
}
.footer__copyright {
    text-align: center;
    letter-spacing: normal;
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
}
.footer__access {
  padding-top: 5rem;
  padding-bottom: 16rem;
}

.footer__access iframe {
  height: 78rem;
}
.inner-wrap {
    margin-left: 20rem;
    margin-right: 20rem;
}
.page-top {
    display: flex;
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 20rem;
}
.page-top__ttl h1 {
    font-family: var(--f-en);
  font-weight: 900;
  font-size: 7rem;
  letter-spacing: normal;
}
.page-top__txt {
    color: var(--c-gr);
    font-size: 2.3rem;
    line-height: 2.2;
    width: 77rem;
    margin-left: auto;
    letter-spacing: 0.1em;
}
.page-top__ttl {
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.page-top__ttl-sub {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    border-left: var(--c-base) 1px solid;
    padding-left: 4rem;
    margin-left: 4rem;
}
.page-top__ttl-sub span {
    font-family: var(--f-en);
  font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: normal;
    display: block;
    margin-bottom: 0.5rem;
}
.under-page {
    margin-bottom: 23rem;
}
br.sp-only {
        display: none;
    }
@media screen and (max-width: 1080px) {
html {
    font-size: calc(100vw / 37.5);
  }
.loading__logo {
    position: relative;
    width: 55vw;
}
    body {
        font-size: 1.4rem;
    }
    br.sp-only {
        display: inherit;
    }
    br.sp-none {
        display: none;
    }
.header {
  margin-bottom: 5rem;
}
.home .header__site-id {
    width: 29rem;
    position: static;
    padding-top: 9rem;
    margin: auto;
  }
.home .header__nav {
  display: none;
}
.home .header__site-id img {
  width: 100rem;
} 
.icon--menu {
  width: 7rem;
  height: 1.9rem;
}
.active .icon--menu {
  height: 4rem;
}
.header__menu-btn {
  right: 3rem;
  top: 3rem;
  font-size: 1.1rem;
  width: 7rem;
    line-height: 1;
}
    
.header__site-id {
  display: block;
  width: 11rem;
  margin-left: 2rem;
  margin-top: 3rem;
}
.header__menu-list > ul > li span {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.header__menu-list > ul > li a {
  font-size: 1.5rem;
}
.header__menu-list > ul > li:not(:last-child) {
  margin-bottom: 2.2rem;
}
.header__menu-logo img {
  width: 14rem;
}
.header__menu-logo a {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.2rem;
}
.header__menu-logo {
  margin-bottom: 5rem;
}
.header__menu-note a {
  width: 9rem;
}
.header__menu-note {
  right: 3rem;
  bottom: 3rem;
}
.footer__gall img {
  width: 34rem;
}
.footer__sitemap-item--add, .footer__sitemap-item--list {
  width: auto;
}
.footer__sitemap {
  display: block;
  font-size: 1.3rem;
    margin-top: 4rem;
}
.footer__sitemap-item:not(:last-child) {
  border-right: none;
    border-bottom: var(--c-base) 1px solid;
}
.footer__sitemap-item {
  padding: 2rem;
}
.footer__sitemap-item--inq {
  display: block;
}
.footer__sitemap-item--inq ul {
  display: block;
}
    .footer__sitemap-item--inq ul li:not(:last-child) {
        margin-bottom: 1.5rem;
    }
.footer__sitemap-item--inq .txt {
  margin-right: 0;
    margin-bottom: 2rem;
}
.footer__sitemap-item--inq ul li:nth-child(1) a {
  font-size: 3rem;
  border-radius: 0.8rem;
  height: 6rem;
}
.footer__sitemap-item--inq ul li:nth-child(2) a {
  height: 6rem;
}
.footer__sitemap-item--inq ul li:nth-child(2) a img {
  width: 11rem;
}
.footer__logo {
  height: 4.9rem;
}
.footer__copyright {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.1rem;
}
.footer__sitemap-item--list > ul > li > a {
  background-size: 0.6rem;
  padding-left: 1.2rem;
}
.footer__access iframe {
  height: 40rem;
}
.footer__access h2 {
  display: block;
  font-size: 1.4rem;
}
.footer__access h2 span {
  font-size: 3.8rem;
    display: block;
}
.footer__access h2 span::after {
  display: none;
}
.footer__access {
    padding-bottom: 7rem;
}  
    
.inner-wrap {
  margin-left: 3rem;
  margin-right: 3rem;
}
.page-top__ttl h1 {
  font-size: 3rem;
} 
.page-top__ttl-sub {
  font-size: 1.6rem;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.page-top__ttl-sub span {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.page-top {
  display: block;
    margin-bottom: 6rem;
}
.page-top__ttl {
  margin-bottom: 4rem;
}
.page-top__txt {
  font-size: 1.5rem;
  width: 100%;
}
.inner {
  padding-left: 3rem;
  padding-right: 3rem;
}
.under-page {
  margin-bottom: 6rem;
}
}






/*----------------aboutus----------------*/
.aboutus .second-ttl {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 6.5rem;
}
.aboutus .second-ttl:before {
    content: "●";
}
.aboutus__idea-item {
    display: flex;
    align-items: center;
}
.aboutus__idea-item:not(:last-child) {
    margin-bottom: 9.5rem;
}
.aboutus__idea-item h3 {
    line-height: 1;
    font-weight: 700;
    text-align: center;
    width: 23rem;
    margin-right: 5rem;
}
.aboutus__idea-item h3 .jp{
    font-size: 1.5rem;
}
.aboutus__idea-item h3 .en {
    color: var(--c-gr);
    font-family: var(--f-en);
  font-weight: 900;
    font-size: 4.8rem;
    display: block;
    margin-bottom: 2.5rem;
    display: flex;
  justify-content: space-between;
  width: 100%;
}
.aboutus__idea-item .txt {
    font-size: 3rem;
    letter-spacing: 0.1em;
    height: 18rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10rem;
}
.aboutus__idea-item .txt:before {
    background-color: var(--c-gr);
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 2px;
}
.aboutus__line {
    border-bottom: var(--c-base) 1px dashed;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
}
.aboutus__flex {
    display: flex;
}
.aboutus__flex h2 {
    width: 40rem;
    flex-shrink: 0;
}
.aboutus__right-txt {
    position: relative;
    flex: 1;
}
.aboutus__message-img {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 2rem;
    width: 54.8rem;
}
.aboutus__message h3 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
    line-height: 2;
}
.aboutus__message p {
    font-size: 1.8rem;
    line-height: 2;
    margin-right: 64rem;
}
.aboutus__message dl {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 8.5rem;
}
.aboutus__message dt {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.aboutus__message dd {
    font-size: 2.5rem;
}
.aboutus__message dd span{
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
}
.aboutus__outline table {
    font-size: 1.8rem;
    border-spacing: 5rem 0;
    border-collapse: separate;
    box-sizing:border-box;
}
.aboutus__outline tr:first-child th {
    border-top: var(--c-base) 1px solid;
}
.aboutus__outline tr:first-child td {
    border-top: var(--c-base) 1px solid;
}
.aboutus__outline th {
    vertical-align: middle;
    border-bottom: var(--c-base) 1px solid;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    width: 10rem;
}
.aboutus__outline td {
    border-bottom: var(--c-base) 1px solid;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    word-break: break-all;
}
.aboutus__outline td p {
    font-size: 1.2rem;
}
.aboutus__outline td span {
    font-size: 1.3rem;
    margin-left: 1rem;
}
.aboutus__outline-tbl-wrap {
    margin: -5rem;
}
@media screen and (max-width: 1080px) {

.aboutus__line {
  padding-bottom: 7rem;
  margin-bottom: 7rem;
}
.aboutus__idea-item {
  display: block;
}
.aboutus__idea-item:not(:last-child) {
  margin-bottom: 7rem;
}
.aboutus__idea-item .txt {
  font-size: 1.7rem;
    line-height: 2;
  height: auto;
  display: block;
  padding-left: 0rem;
    padding-top: 2rem;
}
.aboutus__idea-item h3 {
  width: 15rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}
.aboutus .second-ttl {
  font-size: 1.9rem;
  margin-bottom: 4rem;
}
.aboutus__idea-item h3 .en {
  font-size: 3rem;
    margin-bottom: 1rem;
}
.aboutus__idea-item h3 .jp {
  font-size: 1.2rem;
}
.aboutus__flex {
  display: block;
}
.aboutus__message-img {
  position: static;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 4rem;
}
.aboutus__message h3 {
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.aboutus__message p {
  font-size: 1.4rem;
    margin-right: 0;
}
.aboutus__message dt {
  font-size: 1.3rem;
}
.aboutus__message dd {
  font-size: 2rem;
}
.aboutus__message dd span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
.aboutus__message dl {
  margin-top: 7rem;
}
.aboutus__outline table {
  font-size: 1.3rem;
  border-spacing: 1.5rem 0;
    line-height: 1.9;
}
.aboutus__outline-tbl-wrap {
  margin: -1.5rem;
}
.aboutus__outline th {
  width: 8rem !important;
}
.aboutus__outline td {
}
.aboutus__outline td span {
  font-size: 1.1rem;
  margin-left: 1rem;
}
.aboutus__outline td p {
  font-size: 0.9rem;
    margin-top: 0.5rem;
}
.aboutus__flex h2 {
  width: auto;
}

.aboutus__idea-item .txt::before {
  width: auto;
    height: 0.2rem;
    bottom: inherit;
    right: 0;
}
}
/*---------------service----------------*/
.service__container {
    display: flex;
}
.service__anchor {
    flex-shrink: 0;
    width: 50%;
    border-right: var(--c-base) 1px solid;
}
.service__anchor-sticky {
    top: 6rem;
    position: sticky;
}
.service__anchor h2 {
    font-size: 2rem;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 6rem;
}
.service__anchor ul li {
    line-height: 1.5;
}
.service__anchor ul li:not(:last-child) {
    margin-bottom: 5.5rem;
}
.service__anchor ul li a {
    font-size: 4.5rem;
    font-weight: 600;
    position: relative;
}
.service__anchor ul li a:after {
    height: 0.8rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    z-index: 1;
    background-color: var(--c-gr);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 0;
}
.service__anchor ul li.current a:after,
.service__anchor ul li a:hover:after {
    width: 100%;
}
.service__right {
    padding-left: 10rem;
    
}
.service__item:not(:last-child) {
    margin-bottom: 9rem;
}
.service__item h3 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.service__item-img {
    margin-top: 5rem;
}
.service__government-tll h1 {
    display: flex;
    width: 47rem;
    font-size: 4.5rem;
    font-weight: 600;
    color: #fff;
    border: #fff 1px solid;
    text-align: center;
    height: 9rem;
    justify-content: center;
    border-radius: 9rem;
    line-height: 1;
    align-items: center;
    position: relative;
    margin-bottom: 7rem;
    margin-left: auto;
    margin-right: auto;
}
.service__government-tll h1:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -0.7rem;
    top: -0.7rem;
    right: -0.7rem;
    bottom: -0.7rem;
    border: #fff 1px solid;
    border-radius: 9rem;
}
.service__government-tll {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url("../../service/images/government__ttl.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
}
.service__government-tll:after {
    background-color: rgba(53,156,64,0.90);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.service__government-tll .txt {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 3rem;
    
}

.government .header {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    z-index: 9;
}
.government .header__site-id img.home-only {
  display: block;
}
.government .header__site-id img{
  display: none;
}
.service__government-tll .txt p {
    color: #fff;
    font-weight: 600;
    font-size: 3.5rem;
}
.service__government-tll .eng {
    width: 36rem;
  position: absolute;
  z-index: 2;
  right: 25rem;
  bottom: 5rem;
}
.service__government-logo {
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 10rem;
	margin-bottom: 18rem;
}
.service__government-support {
    border: var(--c-base) 1px solid;
    margin-left: 10rem;
    margin-right: 10rem;
    margin-bottom: 10rem;
	position: relative;
}
.service__government-support h2 {
    border-bottom: var(--c-base) 1px solid;
    height: 25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 3.5rem;
    font-weight: 600;
}
.service__government-support h2 span {
    position: relative;
}
.service__government-support h2 span:after {
    position: absolute;
    height: 0.5rem;
    background-color: var(--c-gr);
    content: "";
    z-index: 1;
    left: -2rem;
    right: calc(100% + 2rem);
    bottom: 0;
	width: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.9s;
	box-sizing: border-box;
}
.service__government-support.anime h2 span:after {
    right: -2rem;
	width: auto;
}
.service__government-support-list {
    padding: 10rem;
    display: flex;
    flex-wrap: wrap;
}
.service__government-support-item {
    border-right: var(--c-base) dashed 1px;
    border-bottom: var(--c-base) dashed 1px;
    padding-bottom: 10rem;
    padding-top: 10rem;
    width: 50%;
    box-sizing: border-box;
}
.service__government-support-item:nth-child(1),
.service__government-support-item:nth-child(2) {
    padding-top: 0;
}
.service__government-support-item:nth-child(2),
.service__government-support-item:nth-child(4){
    border-right: none;
    padding-left: 10rem;
}
.service__government-support-item:nth-child(1),
.service__government-support-item:nth-child(3){
    padding-right: 10rem;
}
.service__government-support-item:nth-child(3),
.service__government-support-item:nth-child(4){
    padding-bottom: 0;
    border-bottom: none;
}
.service__government-support-item .num {
    font-family: var(--f-en);
  font-weight: 900;
    color: var(--c-gr);
    font-size: 8rem;
    text-align: center;
    margin-bottom: 5rem;
    line-height: 1;
}
.service__government-support-item h3 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 5rem;
    position: relative;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.service__government-support-item h3:before {
    background-image: url("../../service/images/icon_box.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 2.5rem;
    height: 10rem;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.service__government-support-item h3:after {
    background-image: url("../../service/images/icon_box.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 2.5rem;
    height: 10rem;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}
.service__government-support-item h3 span {
    font-size: 85%;
    display: block;
}
.service__government-support-item p {
    font-size: 2rem;
    line-height: 1.7;
}
.service__government-support-visual {
  position: absolute;
  z-index: 2;
  width: 49rem;
  right: 10rem;
  top: -24rem;
}
.service__government-flow {
    background-color: var(--c-gr);
    color: #fff;
    padding-top: 20rem;
    padding-bottom: 20rem;
    margin-bottom: 17rem;
}
.service__government-flow h2 {
    font-size: 3.5rem;
    font-weight: 600;
    background-color: var(--c-base);
    color: var(--c-gr);
    height: 10rem;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
}
.service__government-flow h2:after {
    border: var(--c-gr) 1px solid;
    content: "";
    left: 0.6rem;
    top: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
    position: absolute;
    z-index: 1;
}
.service__government-flow .inner-wrap {
    display: flex;
    gap:10rem;
}
.service__government-flow .inner-wrap .item {
    width: calc((100% - 10rem) /2);
    position: relative;
}
.service__government-flow .inner-wrap .item:nth-child(1):after {
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    right: -5rem;
    content: "";
}
.service__government-flow .inner-wrap .item li {
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 2.8rem;
    font-weight: 600;
    height: 10rem;
    border-radius: 5rem;
    background-color: #fff;
    color: var(--c-base);
    position: relative;
    
}
.service__government-flow .inner-wrap .item li span {
	font-size: 85%;
}
.service__government-flow .inner-wrap .item li:not(:last-child) {
    margin-bottom: 5rem;
}
.service__government-flow .inner-wrap .item li:not(:last-child):after {
    content: "";
    background-image: url("../../service/images/arrow.svg");
    width: 6rem;
    height: 6rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -5.5rem;
}
.service__government-flow .inner-wrap .item dl {
    font-size: 2.2rem;
    line-height: 1.9;
}
.service__government-flow .inner-wrap .item dl:not(:last-child) {
	margin-bottom: 1.8rem;
}
.service__government-flow .inner-wrap .item dt {
    padding-left: 5.5rem;
	position: relative;
	margin-bottom: 1rem;
}
.service__government-flow .inner-wrap .item dt:before {
    content: "Q";
    position: absolute;
    z-index: 1;
    left: 0;
	width: 4.2rem;
	line-height: 4.2rem;
	text-align: center;
	background-color: var(--c-base);
	border-radius: 50%;
	font-size: 1.9rem;
	font-weight: 700;
	top: 0.1rem;
}
.service__government-flow .inner-wrap .item dd {
    padding-left: 5.5rem;
	position: relative;
}
.service__government-flow .inner-wrap .item dd:before {
    content: "A";
    position: absolute;
    z-index: 1;
    left: 0;
	width: 4.2rem;
	line-height: 4.2rem;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: var(--c-base);
	font-size: 1.9rem;
	font-weight: 700;
	top: 0.1rem;
}
.service__government-contact .lead-txt {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.18em;
    font-weight: 600;
    border-bottom: var(--c-base) 1px solid;
    padding-bottom: 8rem;
    margin-bottom: 15rem;
	position: relative;
}
.service__government-contact .lead-txt .visual {
	position: absolute;
	z-index: 1;
	width: 21rem;
	right: 2rem;
	bottom: 0;
}
.service__government-contact dl {
    text-align: center;
}
.service__government-contact dt{
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 5rem;
}
.service__government-contact dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--f-en);
  font-weight: 900;
    font-size: 4.5rem;
    color: #fff;
    background-color: var(--c-gr);
    border-radius: 0.8rem;
    height: 10rem;
    width: 30rem;
    margin: auto;
}
.service__government-contact dd a:hover {
    background-color: #7FB985;
}
.service__government-lead .inner-wrap {
	display: flex;
	gap:25rem;
	position: relative;
}
.service__government-lead .inner-wrap .left-p,
.service__government-lead .inner-wrap .right-p{
	width: calc((100% - 25rem) /2);
}
.service__government-lead .inner-wrap .copy {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	width: 9rem;
}
.service__government-lead .inner-wrap .left-p {
	font-size: 2.3rem;
	line-height: 2.3;
	margin-top: -1.5rem;
	order: 1;
}
.service__government-lead .inner-wrap .right-p {
	font-size: 5.2rem;
	font-weight: 600;
	margin-top: -3.8rem;
	letter-spacing: 0.1em;
	order: 2;
}
.service__government-lead .inner-wrap .right-p span {
	position: relative;
}
.service__government-lead .inner-wrap .right-p span:after {
  height: 0.5rem;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  z-index: 1;
  background-color: var(--c-gr);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s;
  transition-delay: 0.7s;
	width: 0;
}
.service__government-lead .inner-wrap .right-p.anime span:after {
  width: 100%;
}
.service__government-lead {
	margin-bottom: 20rem;
}
.service .soon {
    text-align: center;
    font-weight: 600;
    font-size: 3.2rem;
}
@media screen and (max-width: 1080px) { 
.service__container {
  display: block;
}
.service__anchor-sticky ul{
    display: none;
}
.service__anchor {
  width: 100%;
  border-right: none;
}
.service__right {
  padding-left: 0;
}
.service__anchor h2 {
  font-size: 1.4rem;
    margin-bottom: 2rem;
}
.service__item h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
    .service__item h3 span {
        position: relative;
    }
    .service__item h3 span:after {
        position: absolute;
        height: 0.5rem;
        content: "";
        position: absolute;
        background-color: var(--c-gr);
        left: 0;
        right: 0;
        bottom: -0.5rem;
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 0;
        transition-delay: 1s;
    }
    .service__item h3 span.first:after {
        transition-delay: .3s;
    }
    .service__item h3.active span:after {
        width: 100%;
    }
.service__item:not(:last-child) {
  margin-bottom: 7.5rem;
}
	
.service__government-tll {
  min-height: inherit;
}
.service__government-tll h1 {
  width: 24rem;
  font-size: 2.2rem;
  height: 4.3rem;
  margin-bottom: 4rem;
}
.service__government-tll h1::after {
  left: -0.4rem;
  top: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
}
.service__government-tll .txt p {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.service__government-tll .eng {
  width: 19rem;
  right: 2rem;
  bottom: 3rem;
}
.service__government-support {
  margin-left: 3rem;
  margin-right: 3rem;
	margin-bottom: 5rem;
}
.service__government-support h2 {
  font-size: 1.9rem;
	height: 11rem;
}
.service__government-support-list {
  padding: 3rem 2rem;
  display: block;
}
.service__government-support-item .num {
  font-size: 3rem;
	margin-bottom: 2rem;
}
.service__government-support-item h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  height: 6rem;
	margin-bottom: 2rem;
}
.service__government-support-item {
  border-right: none;
  border-bottom:none;
  padding-bottom: 10rem;
  padding-top: 0rem;
  width: auto;
	
}
.service__government-support h2 span::after {
  left: -1rem;
  right: -1rem;
}
.service__government-support-item:nth-child(1), .service__government-support-item:nth-child(3) {
  padding-right: 0rem;
}
.service__government-support-item:nth-child(2), .service__government-support-item:nth-child(4) {
  padding-left: 0rem;
}
.service__government-support-item p {
  font-size: 1.4rem;
  line-height: 2;
}


.service__government-support-item h3::before {
  width: 1.5rem;
  height: 6rem;
}
.service__government-support-item h3::after {
  width: 1.5rem;
  height: 6rem;
}
	.service__government-support-item:not(:last-child) {
		border-bottom: var(--c-base) dashed 1px;
		padding-bottom: 3rem !important;
		margin-bottom: 3rem !important;
		padding-top: 0;
	}
.service__government-support-visual {
    width: calc(49rem * 0.3);
    right: 1rem;
    top: -7rem;
  }
.service__government-flow {
  padding-top: 10rem;
  padding-bottom: 10rem;
	margin-bottom: 10rem;
}
.service__government-flow .inner-wrap {
  display: block;
}
.service__government-flow .inner-wrap .item {
  width: auto;
}
	.service__government-flow .inner-wrap .item:not(:last-child) {
		margin-bottom: 7rem;
	}
.service__government-flow h2 {
  font-size: 1.9rem;
  height: 6rem;
  margin-bottom: 3rem;
}
.service__government-flow h2::after {
  left: 0.3rem;
  top: 0.3rem;
  right: 0.3rem;
  bottom: 0.3rem;
}
.service__government-flow .inner-wrap .item li {
  font-size: 1.6rem;
  height: 5.5rem;
	flex-wrap: wrap;
}
.service__government-flow .inner-wrap .item li:not(:last-child) {
  margin-bottom: 3rem;
}
.service__government-flow .inner-wrap .item li:not(:last-child)::after {
  transform: translateX(-50%) scale(0.6);
	bottom: -4.5rem;
}
.service__government-flow .inner-wrap .item dl {
  font-size: 1.4rem;
}
.service__government-flow .inner-wrap .item dl:not(:last-child) {
  margin-bottom: 1.5rem;
}
.service__government-flow .inner-wrap .item dt {
  padding-left: 4rem;
}

.service__government-flow .inner-wrap .item dt::before {
    width: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    top: -0.2rem;
  }
.service__government-flow .inner-wrap .item dd {
  padding-left: 4rem;
}
.service__government-flow .inner-wrap .item dd::before {
    width: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    top: -0.2rem;
  }
.service__government-contact .lead-txt {
  font-size: 1.5rem;
	line-height: 2;
	padding-bottom: 7rem;
  margin-bottom: 7rem;
}
.service__government-contact dt {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.service__government-contact dd a {
  font-size: 3rem;
  height: 7rem;
  width: 22rem;
}
.service__government-contact .lead-txt .visual {
  width: calc(21rem * 0.3);
  right: 2rem;
  bottom: 0;
}
.service__government-logo {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  margin-bottom: 5rem;
}
.service__government-lead .inner-wrap .copy {
  width: 5rem;
	left: 3rem;
	top: 1.5rem;
}
.service__government-lead .inner-wrap {
  display: block;
}
.service__government-lead .inner-wrap .left-p, .service__government-lead .inner-wrap .right-p {
  width: auto;
}
.service__government-lead .inner-wrap .right-p {
  font-size: 2.7rem;
  margin-top: 0rem;
  line-height: 2.2;
	margin-bottom: 4rem;
	margin-left: 9rem;
}
.service__government-lead .inner-wrap .left-p {
  font-size: 1.4rem;
  line-height: 2.2;
  margin-top: 0;
}
.service__government-flow .inner-wrap .item:nth-child(1)::after {
  display: none;
}
.service__government-lead {
  margin-bottom: 10rem;
}
.service .soon {
    margin-top: 9rem;
  font-size: 1.8rem;
}
}

/*----------------home----------------*/
.home__visual {
    height: 100vh;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.home__visual:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: -1;
}
.home__visual .swiper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.home__visual .swiper ul {
    width: 100%;
    height: 100%;
}
.home__visual .swiper li {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.home__visual .swiper li.slide01 {
        background-image: url("../../images/main_visual001.jpg");
    }
    .home__visual .swiper li.slide02 {
        background-image: url("../../images/main_visual002.jpg");
    }
    .home__visual .swiper li.slide03 {
        background-image: url("../../images/main_visual003.jpg");
    }
    .home__visual .swiper li.slide04 {
        background-image: url("../../images/main_visual004.jpg");
    }
.home__visual-txt {
    position: absolute;
    bottom: 25px;
    left: 100px;
    font-weight: 600;
}
.home__visual-txt h2{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 70px;
}
.home__visual-en {
    font-family: var(--f-en);
    font-weight: 900;
    font-size: 10.4rem;
    line-height: 1.2;
}
.home__lead {
    position: relative;
    padding-top: 40rem;
    padding-bottom: 28rem;
}
.home__lead video {
    width: 100%;
}
.home__lead-ttlWrap{
  position: relative;
}

.home__lead-ttlFloating{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  pointer-events: none;
  display: none; /* ←確実に消す */
}
.home__lead-ttlFloating span {
    display: block;
}
/* 元CSSが .home__lead h2 img にしか効いてないので、クローンにも同じ指定 */
.home__lead-ttlFloating img{
  width: 9.2rem;
  height: auto;
  display: block;
}

.home__lead-ttlFloating.is-show{
  opacity: 1;
  visibility: visible;
}
.home__lead h2 {
    text-align: center;
    margin-bottom: 28rem;
}
.home__lead h2 img {
    width: 9.2rem;
}
.home__lead h2 span {
    display: block;
}
.home__lead-img {
    position: absolute;
    z-index: -1;
}
.home__lead-img-pos01 {
  width: 56rem;
  left: 10rem;
  top: 20rem;
}
.home__lead-img-pos02 {
  width: 19rem;
  left: 105rem;
  top: 13rem;

}
.home__lead-sub-ttl {
  left: 116rem;
  top: 37rem;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.1em;
  z-index: 1;
  position: absolute;

}
.home__lead-sub-ttl p span {
    position: relative;
}
.home__lead-sub-ttl p span:after {
    height: 0.5rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    z-index: 1;
    background-color: var(--c-gr);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 0;
    transition-delay: 0.7s;
}
.home__lead-sub-ttl p.anime span:after {
    width: 100%;
}
.home__lead-img-pos03 {
  width: 56rem;
  left: 116rem;
  top: 90rem;
    height: 20.8vw;

}
.home__lead-img-pos03 video{
    object-fit: cover;
    width: 100%;
    height: 100%;

}
.home__lead-txt {
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    margin-bottom: 12rem;
}
.home__lead-txt-left {
    flex-shrink: 0;
    width: 50%;
    margin-right: 10rem;
}
.home__lead-txt-left img,
.home__lead-ttlFloating img{
  display: block;
}
.home__lead-txt-right {
    padding-bottom: 0rem;
}
.home__lead-txt-right p {
    font-size: 1.8rem;
    line-height: 2.4;
    padding-right: 11rem;
}
.home__lead-txt-right h3 {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 7rem;
    letter-spacing: 0.1em;
}
.home__lead-txt-right .btn {
    margin-top: 10rem;
}
.home__lead-txt-right .btn a {
    display: flex;
    align-items: center;
}
.home__lead-txt-right .btn a:hover {
    color: var(--c-gr);
}
.home__lead-txt-right .btn span {
  position: relative;
  font-size: 1.9rem;
  padding-bottom: 0.8rem;
  padding-right: 2rem;
  display: inline-block;
}
.home__lead-txt-right .btn span::after {
  content: "";
  background-image: url("../images/arrow.svg");
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
}
.home__lead-txt-right .btn .note {
  border: #000 1px solid;
  width: 15rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 3rem;
    transition: ease-in-out .2s;
}
.home__lead-txt-right .btn a:hover .note {
    background-color: #ECECEC;
}
.home__lead-txt-right .btn .note img {
    width: 11rem;
}
.home__lead-btm-img-pos01 {
    margin-left: auto;
    width: 56rem;
}
.home__lead-btm-img-pos02 {
    width: 56rem;
    margin-left: 20rem;
    margin-top: -20rem;
    position: relative;
}
.home__lead-btm-img-pos02 {
    width: 30.2vw;
  height: 21.7vw;
}
.home__lead-btm-img-pos02 video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home__lead-btm-img-pos02 span {
    position: absolute;
  width: 52rem;
  top: -2rem;
  left: 53rem;
}
.home__lead-btm-img-pos03 {
  width: 30rem;
  margin-left: 106rem;
}
.home__service {
    background-image: url("../../images/bg_service.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top:9rem;
    padding-bottom: 9rem;
}
.home__second-ttl {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 3rem;
}
.home__second-ttl span {
    font-family: var(--f-en);
    font-weight: 900;
    font-size: 7rem;
    letter-spacing: normal;
}
.home__second-ttl span:after {
    width: 1px;
    background-color: #000;
    content: "";
    height: 5rem;
    display: inline-block;
    margin-left: 5rem;
    margin-right: 5rem;
}

.home__service-flex {
    border: #000 1px solid;
    display: flex;
}
.home__service-item {
    box-sizing: border-box;
    width: 50%;
    padding-bottom: 60px;
}
.home__service-item:first-child {
    border-right: #000 1px solid;
}
.home__service-item h3 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.5;
    padding: 3.5rem;
    border-bottom: #000 1px solid;
}
.home__service-item h3 span {
    letter-spacing: normal;
    font-family: var(--f-en);
    font-weight: 900;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
.home__service-item-inner {
    padding: 4rem;
    display: flex;
}
.home__service-item-txt p {
    line-height: 1.9;
    font-size: 1.7rem;
}
.home__service-item-txt ul {
    font-size: 2.5rem;
    border-top: #000 1px solid;
    line-height: 1.6;
    margin-top: 3.5rem;
}
.home__service-item-txt ul li {
    border-bottom: #000 1px solid;
    padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.home__service-item-img {
    flex-shrink: 0;
    width: 48%;
    margin-left: 4rem;
}
.home__service-item-btn {
    margin-top: 2rem;
}
.home__service-item-btn a {
  width: 19rem;
  height: 5.2rem;
  background-color: var(--c-gr);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}
.home__service-item-btn a:hover {
    background-color: #7FB985;
}

.home__local {
    max-width: 126rem;
    width: 88%;
    margin: auto;
    text-align: center;
    padding-top: 20rem;
    padding-bottom: 20rem;
}
.home__local-copy {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    border-bottom: #000 1px solid;
    border-top: #000 1px solid;
    line-height: 1.6;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.home__local-copy-slide li {
    margin-right: 10rem;
}
.home__local-btn {
    position: relative;
}
.home__local-btn-link {
    padding-top: 10rem;
  padding-bottom: 10rem;
}
.home__local-btn-link a {
    display: flex;
    width: 40rem;
    height: 15rem;
    border-radius: 0.8rem;
    background-color: var(--c-gr);
    font-weight: 700;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.25em;
    margin-left: auto;
    margin-right: auto;
}
.home__local-btn-link a:hover {
    background-color: #7FB985;
}
.home__local-txt {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.home__local-txt--left {
    width: calc(13.2rem / 2);
    left: 0;
}
.home__local-txt--right {
    width: calc(13.4rem / 2);
    right: 0;
}
.home__middle-img {
    position: relative;
    line-height: 0;
}
.home__middle-img video {
    width: 100%;
    height: auto;
}
.home__middle-img:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../images/grain.png");
    content: "";
    opacity:.35;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 1080px) {
.home__visual .swiper li.slide01 {
        background-image: url("../../images/main_visual001_sp.jpg") !important;
    }
    .home__visual .swiper li.slide02 {
        background-image: url("../../images/main_visual002_sp.jpg") !important;
    }
    .home__visual .swiper li.slide03 {
        background-image: url("../../images/main_visual003_sp.jpg") !important;
    }
    .home__visual .swiper li.slide04 {
        background-image: url("../../images/main_visual004_sp.jpg") !important;
    }
.home__lead h2 {
  margin-bottom: 13rem;
}
.home__lead h2 img,
.home__lead-ttlFloating img{
  width: 5rem;
}
.home__service-flex {
  display: block;
}
.home__service-item {
  width: auto;
  padding-bottom: 3rem;
}
.home__service-item:first-child {
  border-right: none;
}
.home__service-item-inner {
  padding: 2rem;
    flex-flow: column;
    padding-bottom: 0;
}
    .home__service-item-txt {
        order: 2;
    }
    .home__service-item:not(:last-child) {
        border-bottom: var(--c-base) 1px solid;
    }
.home__service-item-img {
    order: 1;
  width: 100%;
  margin-left: 0rem;
    margin-bottom: 2rem;
}
.home__service-item h3 {
  font-size: 2.2rem;
  padding: 2rem;
    line-height: 1.3;
}
.home__service-item h3 span {
  letter-spacing: normal;
  font-family: var(--f-en);
  font-weight: 900;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.1rem;
}
.home__service-item-txt p {
  font-size: 1.4rem;
}
.home__service-item-txt ul {
  font-size: 2rem;
  margin-top: 2rem;
}
 .home__service-item-btn {
	 margin-top: 3rem;
   }
.home__service-item-btn a {
  width: 16rem;
  height: 4rem;
  font-size: 1.5rem;
}
.home__service {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home__local-copy {
  font-size: 1.9rem;
}
.home__local-copy-slide li {
  margin-right: 5rem;
}
.home__local-btn-link a {
  display: flex;
  width: 22rem;
  height: 11rem;
  border-radius: 0.8rem;
  font-size: 1.7rem;
}
.home__local-txt--left {
  width: calc(13.2rem * 0.25);
}
.home__local-txt--right {
  width: calc(13.4rem * 0.25);
}
.home__local-btn-link {
  padding-top: 4rem;
    padding-bottom: 4rem;
}
.home__local {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.home__second-ttl {
  display: block;
  font-size: 1.4rem;
}
.home__second-ttl span {
  font-size: 3.8rem;
    display: block;
}
.home__second-ttl span::after {
  display: none;
}
.home__visual-txt h2 {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.home__visual-txt {
  bottom: 2rem;
  left: 2rem;
    right: 2rem;
}
.home__visual-en {
  font-size: 3.5rem;
}
    .home__lead-img-pos01 {
        width: 13rem;
        left: 1rem;
        top: 11rem;
    }
.home__lead-img-pos02 {
        width: 9rem;
        left: 26rem;
        top: 7rem;
    }
.home__lead-img-pos03 {
  width: 13rem;
        left: 23rem;
        top: 31rem;
    height: 26.7vw;
}
.home__lead-txt {
  display: block;
    margin-left: 2rem;
    margin-right: 2rem;
	margin-bottom: 0;
}
.home__lead-img-pos03 {
    width: 14rem;
        left: 22rem;
        top: 33rem;
  }
.home__lead-txt-left {
  width: 100%;
  margin-right: 0rem;
    margin-bottom: 3rem;
}
.home__lead-txt-right p {
  font-size: 1.4rem;
  line-height: 2;
	padding-right: 0;
}
.home__lead-txt-right h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.home__lead-txt-right .btn span {
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  padding-right: 1rem;
}
.home__lead-txt-right .btn .note {
  width: 13rem;
  height: 4rem;
  margin-left: 2rem;
}
.home__lead-txt-right .btn .note img {
  width: 9rem;
}
.home__lead-txt-right .btn {
  margin-top: 5rem;
}
.home__lead-btm-img-pos01 {
  width: 17rem;
}
.home__lead-btm-img-pos02 {
  width: 16rem;
  margin-left: 1rem;
  margin-top: -2rem;
    height: 30.5vw;
}
.home__lead-btm-img-pos02 span {
  width: 18rem;
    top: 4rem;
    left: 15rem;
}
.home__lead-btm-img-pos03 {
width: 12rem;
    margin-left: 18rem;
    margin-top: 6rem;
}
.home__lead {
  padding-top: 15rem;
  padding-bottom: 10rem;
}
.home__lead-txt-right {
  padding-bottom: 7rem;
}
.home__lead-sub-ttl {
  left: 2rem;
  top: 23rem;
  font-size: 1.75rem;
	line-height: 2.4;
}
.home__lead-sub-ttl p span:after {
    height: 0.4rem;
    bottom: -0.6rem;
}
}

.contact__form {
	font-size: 2rem;
}
.contact .page-top {
  margin-bottom: 10rem;
}
.contact__form table {
	font-size: 2.2rem;
	border-top: var(--c-base) 1px dashed;
}
.contact__form table th {
	border-bottom: var(--c-base) 1px dashed;
	padding: 4rem 0;
	width: 35rem;
	font-weight: 600;
	padding-right: 7rem;
}
.contact__form table th p {
	font-size: 85%;
}
.contact__form table th .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact__form table th span {
	background-color: var(--c-base);
	color: #fff;
	font-size: 80%;
	display: flex;
	width: 6rem;
	height: 3.5rem;
	justify-content: center;
	align-items: center;
}
.contact__form table th span.free {
	background-color: #ccc;
}
.contact__form table td {
	border-bottom: var(--c-base) 1px dashed;
	padding: 4rem 0;
}
.contact__form table td ul {
	display: flex;
	gap:1rem 3rem;
	flex-wrap: wrap;
}
.contact__form table td .error-message {
	color: var(--c-gr);
	font-weight: 600;
	font-size: 90%;
}
.contact__form .form-input {
	    background-color: #f0f0f0;
    border: none;
    height: 9rem;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    border: #f0f0f0 1px solid;
    transition: ease-in-out .3s;
}
.contact__form .form-input:focus {
	border-color: var(--c-base);
	background-color: #fff;
}
.contact__form .form-textarea {
	    background-color: #f0f0f0;
    border: none;
    height: 35rem;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    border: #f0f0f0 1px solid;
    transition: ease-in-out .3s;
}
.contact__form .form-textarea:focus {
	border-color: var(--c-base);
	background-color: #fff;
}
.contact__form .privacy-wrap {
	height: 25rem;
	overflow: auto;
	border: var(--c-base) 1px solid;
	padding: 3rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
}
.contact__form .privacy-wrap span {
	font-weight: 600;
}
.contact__form .privacy-wrap .mdb {
	margin-bottom: 4rem;
}
.contact__form .privacy-wrap .mdb2 {
	margin-bottom: 2rem;
}
.contact__form .privacy-wrap ul {
	margin-top: 2rem;
}
.contact__form .privacy-wrap h3 {
	font-weight: 600;
	font-size: 2.2rem;
	margin-bottom: 1rem;
}
.contact__form .privacy-wrap h4 {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.contact__form .privacy-wrap ul {
	display: block;
}
.contact__form .privacy-wrap li {
	text-indent: -1em;
	padding-left: 1em;
	font-feature-settings: normal;
}
.contact__form .btn-box {
	display: flex;
	justify-content: center;
	gap:5rem;
	margin-top: 10rem;
}
.contact__form .btn-box li button {
	background-color: var(--c-base);
	color: #fff;
	border: none;
	font-family: inherit;
	font-weight: 600;
	font-size: 2.3rem;
	display: flex;
	height: 11rem;
	justify-content: center;
	align-items: center;
	border-radius: 20rem;
	width: 42rem;
	cursor: pointer;
	transition: ease-in-out .2s;
}
.contact__form .btn-box li button.back-btn {
	background-color: #B1B1B1;
}
.contact__form .btn-box li button:hover {
	opacity: 0.7;
}
.contact__form .lead-txt {
	margin-bottom: 7rem;
	
}
::placeholder {
	color: #ACACAC;
}



input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 1.2rem;
    /* font-size: 14px; */
    line-height: 3rem;
    cursor: pointer;
}


input[type="checkbox"]:checked + label::after {
    left: 0.3rem;
    width: 3rem;
    height: 1rem;
    margin-top: -1rem;
    border-left: 0.4rem solid var(--c-gr);
    border-bottom: 0.4rem solid var(--c-gr);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
    input[type=radio],
    input[type=checkbox] {
        margin: 0;
		opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
	margin-left:-1.3rem;
        position: absolute;
        z-index: -1;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 4rem;
    }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.2rem;
    background: #FFF;
  }
    input[type=radio] + label::before {
        border: 0.2rem solid #ccc;
        border-radius: 3rem;
    }
    input[type=checkbox] + label::before {
        border: 0.3rem solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
	left: 0.5rem;
	width: 0.8rem;
	height: 0.8rem;
	margin-top: -0.4rem;
	background: var(--c-base);
	border-radius: 0.8rem;
    }
    input[type="radio"]:checked + label::after {
    left: 0.7rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.4rem;
    background: var(--c-base);
    border-radius: 0.8rem;
  }
.contact__form .com-btn a {
    background-color: var(--c-gr);
	color: #fff;
	border: none;
	font-family: inherit;
	font-weight: 600;
	font-size: 2.3rem;
	display: flex;
	height: 11rem;
	justify-content: center;
	align-items: center;
	border-radius: 20rem;
	max-width: 42rem;
	cursor: pointer;
	transition: ease-in-out .2s;
    margin: auto;
    }
.contact__form .com-btn a:hover {
    background-color: #7FB985;
}
@media screen and (max-width: 1080px) {

.contact .page-top {
  margin-bottom: 0rem;
}

.contact__form {
  font-size: 1.4rem;
}
.contact__form table th {
  width: auto;
	display: block;
	padding-right: 0;
	border-bottom: none;
	padding: 2rem 0;
	font-size: 1.7rem;
	padding-bottom: 1.5rem;
}
.contact__form table td {
  width: auto;
	display: block;
	padding: 2rem 0;
	padding-top: 0;
}
.contact__form table {
  font-size: 1.6rem;
}
.contact__form table th span {
  background-color: var(--c-base);
  color: #fff;
  font-size: 80%;
  display: flex;
  width: 5rem;
  height: 2.5rem;
}
.contact__form .form-input {
  height: 6rem;
  padding: 1.5rem;

}
.contact__form .lead-txt {
  margin-bottom: 5rem;
}
.contact__form table td ul {
  display: block;
}
    .contact__form table td ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
  top: 0rem;
  margin-top: 0;
}
.contact__form .privacy-wrap {
  height: 17rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
	padding: 1.5rem;
}
.contact__form .btn-box {
  display: block;
  margin-top: 6rem;
}
    .contact__form .btn-box li {
        margin-bottom: 2rem;
    }
.contact__form .btn-box li button {
  font-size: 1.8rem;
  height: 7rem;
  width: 29rem;
    margin: auto;
}
.contact__form .com-btn a {
    font-size: 1.8rem;
    height: 7rem;
    width: 29rem;
    margin: auto;
  }
.contact__form .privacy-wrap h3 {
  font-size: 1.6rem;
}
.contact__form .privacy-wrap h4 {
  font-size: 1.5rem;
}
.contact__form .privacy-wrap .mdb {
  margin-bottom: 3rem;
}
}





