@charset "utf-8";
/*
Theme Name: 株式会社RMS
Description: 
Author: Sonicgroe×COSMICGEAR
Version: 1.0
*/
/*-root*/ :root {
  --fnt-base: "Hiragino Kaku Gothic ProN", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  ;
  --en-ari: Arial, var(--fnt-base);
  --ja-serif: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS P明朝", serif;
  --head3: min(32px, calc(100vw/20));
  --fc-base: #373334;
  --clr-red: #e73c4b;
  --clr-wblue: #138aff;
  --clr-ylw: #fff338;
  --wall-wblue: #f9fcfe;
  --wall-gry: #f9f9f9;
  --box-sdw: 0px 0px 8px 1px rgba(136, 83, 136, 0.12);
  --easing: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transit: .3s var(--easing);
}
/*base=====*/
body {
  font-family: var(--fnt-base);
  font-size: min(3.6vw, 14px);
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  color: var(--fc-base);
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
}
.fnt-en {
  font-family: var(--en-ari);
}
.fnt-serif {
  font-family: var(--ja-serif);
}
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl_c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jc_c {
  justify-content: center;
}
.ai_c {
  -ms-align-items: center;
  align-items: center;
}

.fc-wbule{
  color: var(--clr-wblue);
}
figure {
  margin-bottom: 0 !important;
}
/*container
========================================================*/
#container {
  width: 100%;
  min-height: 100dvh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: unset;
}
a.cvr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/*header
=====================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: min(96px, 15vw);
  transition: all var(--transit);
}
.head-inner {
  width: 100%;
  height: 100%;
  padding-left: min(35px, 4vw);
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.h-logo
,.f-logo{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: scale var(--transit);
  transform-origin: left center;
  font-weight: 600;
  gap: 4px
}
.h-logo .icon
,.f-logo .icon{
  height: min(57px, 8vw);
  max-height: 100%;
  aspect-ratio: 1/1.0556;
}
.h-logo .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("images/logo.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity var(--transit);
}
.h-logo .site-title
,.f-logo .site-title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  color: #fff;
  letter-spacing: .05em;
  gap: 3px;
  transition: all var(--transit);
}
.f-logo .site-title{
  color: var(--fc-base);
}
.h-logo .site-title .sub {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
}
.h-logo .site-title .main
,.f-logo .site-title .main{
  font-size: clamp(1.5rem, 0.056rem + 3.01vw, 2.313rem); /*24-37*/
  font-weight: 600;
  letter-spacing: .05em;
  margin-top: 2px;
}
.f-logo .site-title .sub{
  font-size: min(14px,2.8vw);
}

.header_nav {
  height: 100%;
  gap: min(20px, 3vw);
}
.h-dial {
  display: grid;
  grid-template-columns: min(58px, 12vw) auto;
  -ms-align-items: center;
  align-items: center;
  gap: min(12px, 2.5vw);
  transition:scale var(--transit);
  transform-origin: right center;
}
.h-dial .icon {
  aspect-ratio: 1;
  background: #fff;
  display: grid;
  place-content: center;
  grid-template-columns: 60%;
  color: var(--clr-wblue);
  border-radius: 100vmax;
  overflow: hidden;
  transition: all var(--transit);
}
.h-dial .num-set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  color: #fff;
  gap: 3px;
  transition: all var(--transit);
}
.h-dial .num-set .num {
  font-family: var(--en-ari);
  font-weight: 700;
  /*  font-size: min(48px,calc(100vw/20));*/
  font-size: clamp(1.25rem, -1.861rem + 6.48vw, 3rem); /*20-48*/
  white-space: nowrap;
}
.head_button {
  display: grid;
  width: min(260px, 22vw);
  height: 100%;
  grid-template-columns: 1fr 1fr;
  transition: all var(--transit);
}
.head_button .in-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2vw);
  font-weight: 500;
  height: 100%;
}
.h-form-button {
  background: #fff;
  color: var(--clr-wblue);
  transition: all var(--transit);
}
.h-form-button .icon {
  width: 38%;
  aspect-ratio: 1/0.6957;
}
header.fixed {
  background: #fff;
  height: min(80px, 15vw);
}
header#under-header{
  background: #fafcfe;
  border-bottom: 1px solid var(--clr-wblue);
}
header.fixed .h-logo
,header.fixed .h-dial{
  scale: .9;
}
header.fixed .h-logo .icon::after, header#under-header .h-logo .icon::after {
  opacity: 1;
}
header.fixed .h-logo .site-title, header#under-header .h-logo .site-title, header.fixed .h-dial .num-set,header#under-header .h-dial .num-set{
  color: currentColor;
}
header.fixed .h-dial .icon, header#under-header .h-dial .icon, header.fixed .h-form-button, header#under-header .h-form-button {
  color: #fff;
}
header.fixed .h-dial .icon, header.fixed .h-form-button, header#under-header .h-dial .icon, header#under-header .h-form-button {
  background: var(--clr-wblue);
}
/*hum
=====================================*/
#hum-button {
  cursor: pointer;
  background-color: var(--clr-red);
  color: #fff;
}
.humhum {
  width: 30%;
  aspect-ratio: 1/0.8251;
}
#hum-close {
  background-color: var(--clr-red);
  position: absolute;
  top: min(15px, 3vw);
  right: min(30px, 2vw);
  background: var(--clr-red);
  width: min(60px, 15vw);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 40%;
  place-content: center;
  z-index: 10;
}
#l-nav {
  position: fixed;
  width: min(500px, 100%);
  height: 100dvh;
  top: 0;
  right: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all var(--transit);
  -o-transition: all var(--transit);
  transition: all var(--transit);
  translate: 100% 0;
  background: var(--wall-wblue);
  border: 2px solid #f4f4f4;
  border-bottom-left-radius: min(20px, 5vw);
  overflow: hidden;
}
#l-nav::before {
  content: "";
  width: 100%;
  height: min(140px, 30vw);
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("images/wall/bill.svg") no-repeat bottom center/auto 100%;
  opacity: .2;
}
#l-nav.is-view {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.l-nav-wrap {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.l-nav_inner {
  width: 100%;
  min-height: 100dvh;
  padding: min(50px, 10vw) min(30px, 3vw);
  display: grid;
  align-self: flex-start;
  place-items: center;
  align-content: center;
  gap: min(50px, 12vw);
}
.l-nav_menu li a {
  display: block;
  padding-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: min(24px, 6vw);
  font-weight: 600;
}
.l-nav_menu li a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: var(--clr-red);
  border-radius: 100vmax;
}
.l-nav_inner .round-button {
  width: min(285px, 100%);
  height: min(56px, 14vw);
}
/*main
=====================================*/
main {
  flex: 1;
}
.index-wrapper {
  padding-bottom: min(150px, 20vw);
}
.inner {
  width: min(1300px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: min(50px, 3.5vw);
  padding-right: min(50px, 3.5vw);
}
/*#hero
============================*/
.hero-main {
  height: 740px;
}
.hero-main::before {
  content: "";
  width: 100vw;
  height: calc(100% + min(140px, 20vw));
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  background: url("images/wall/hero.png") no-repeat center bottom/cover;
  mask-image: url("images/wall/mask_hero.png");
  -webkit-mask-image: url("images/wall/mask_hero.png");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
}
.hero-main_inner {
  height: 100%;
  display: grid;
  -ms-align-items: center;
  align-items: center;
}
.hero-image {
  position: absolute;
  width: min(728px, 60vw);
  bottom: min(50px, 12vw);
  right: 0;
}
.hero-title {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: min(20px, 2.5vw);
}
.hero-title .main {
  font-size: min(75px, calc(100vw/9));
  font-weight: 700;
  line-height: calc(96/75);
}
.hero-title .main span {
  color: var(--clr-ylw);
}
.hero-title .sub {
  font-weight: 500;
  font-size: min(26px, calc(100vw/19));
  line-height: calc(42/26);
}
/*#index content ++++++++++++++++++++++++++++++++++++++++++++++++*/
.sec-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap: min(10px, 2vw);
}
.sec-title.left{
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.sec-title .ja {
  font-family: var(--ja-serif);
}
.sec-title .en {
  font-family: var(--en-ari);
}
.sec-title .main.ja {
  font-size: min(36px, calc(100vw/16));
  font-weight: 500;
}
.sec-title .sub {
  font-weight: 600;
  color: var(--clr-red);
  font-size: min(16px, 3.7vw);
}
.box-title {
  font-size: var(--head3);
  font-family: var(--ja-serif);
  font-weight: 500;
  line-height: calc(42/32);
}
.box-wrap {
  width: min(900px, 100%);
}
.in-text {
  line-height: calc(24/14);
}
.in-text.spe-wid {
  line-height: calc(28/14);
}
/*button setting* +++++++*/
.button-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.button-wrap.ai_cnt {
  -ms-align-items: center;
  align-items: center;
}
.button-wrap.ai_end {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.arw-button a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 1.47em;
  font-weight: 600;
}
.arw-button .arrow {
  width: min(3.2857em, 10vw);
  aspect-ratio: 1;
  background-color: var(--clr-red);
  color: #fff;
  display: grid;
  place-content: center;
  grid-template-columns: 1.2143em;
  border-radius: 100vmax;
}
.arw-button .arrow svg {
  transition: translate var(--transit);
}
.round-button {
  height: min(50px, 12vw);
  width: min(324px, 100%);
  border-radius: 100vmax;
  background: var(--clr-red);
}
.round-button a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: min(16px, 3.8vw);
  font-weight: 600;
}
.round-button a::after {
  content: "";
  width: 7px;
  aspect-ratio: 1;
  border: 2.5px solid;
  border-color: currentColor currentColor transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
  border-radius: 3px;
}
.round-button.no-arw a::after{
  content: none;
}
.round-button.wblue{
  background: var(--clr-wblue);
}
@media(hover) {
  .arw-button:hover .arrow svg {
    translate: 5px 0;
  }
}
/* index  news+++++++++++++++++++++++++*/
.index-news-blc {
  padding-bottom: min(60px, 8vw);
}
.box-index-news {
  width: 100%;
  background: var(--wall-wblue);
  border-radius: min(20px, 5vw);
  padding: min(70px, 10vw) min(30px, 3vw);
}
.box-index-news .acv-news-list {
  margin-top: min(20px, 5vw);
}
.item-acv-post {
  display: grid;
  grid-template-columns: 10em auto;
  padding: min(20px, 3vw) min(40px, 4vw);
  border-bottom: 1px solid currentColor;
  line-height: calc(20/14);
}
.box-index-news .button-wrap {
  margin-top: min(30px, 6vw);
}
article.acv_post {
  /*  width: calc((100% - 60px)/3);*/
}
article.acv_post .thumb {
  background: #091C75;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}
article.acv_post .thumb img {
  border: 3px solid #fff;
}
article.stick .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  --cut-size: min(30px, 5vw);
  clip-path: polygon(var(--cut-size) 0, 100% 0, 100% var(--cut-size), 100% 100%, 100% 100%, var(--cut-size) 100%, 0 100%, 0 var(--cut-size));
}
article.acv_post .cmnt {
  margin-top: min(15px, 3vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 5px;
}
article.acv_post .cmnt .category {
  font-size: min(12px, 3.2vw);
  width: 100%;
  gap: 5px;
}
article.acv_post .cmnt .date {
  margin-left: auto;
  font-size: min(12px, 3.2vw);
}
/* index about +++++++++++++++++++++++++*/
.sec-about-blc {
  padding-top: min(60px, 8vw);
  padding-bottom: min(100px,12vw);
  gap: min(60px,12vw);
}
.box-about-content {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: auto min(425px, 37%);
  gap: min(40px, 5vw) min(40px, 4vw);
  place-items: center;
}
.item-about-intro {
  grid-area: 1 / 1 / 2 / 2;
  align-content: flex-end;
}
.item-about-intro .in-text{
  margin-top: min(30px,3vw);
  width: min(46em,100%);
  text-align: justify;
}
.item-about-thumb {
  grid-area: 1 / 2 / 3 / 3;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100vmax;
}
.item-about-prof {
  grid-area: 2 / 1 / 3 / 2;
  align-content: flex-start;
  background: var(--wall-wblue);
  padding: min(30px,4vw) min(30px,3vw);
}
.about-prof_head .name{
  font-size: min(32px,5vw);
  width: 5em;
  margin-top: min(15px,3vw);
}
.about-prof_detail{
  margin-top: min(15px,3vw);
  line-height: calc(24/14);
}
.about-prof_detail dt{
  color: var(--clr-wblue);
}
.about-prof_detail dd{
  padding-left: 1em;
}

/* index service +++++++++++++++++++++++++*/

.sec-service-blc{
  background: var(--wall-wblue);
  padding-top: min(90px, 12vw);
  padding-bottom: min(90px,12vw);
  position: unset;
}

.sec-service_wrap{
  padding-left: max(calc((100vw - 1200px)/2),3.5vw);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: unset;
  align-items: flex-start;
  margin-top: min(60px,8vw);
  gap:min(20px,3vw);
}
.box-service-titles{
  width: min(320px,calc(100%/3));
  position: sticky;
  top: min(120px,20vw);
  flex-shrink: 0;
}
.item-serv-title{
  color: var(--item-color);
  --item-color:#979797;
  font-size: min(18px,4vw);
  transition:all var(--transit);
}
.item-serv-title:not(:last-child){
  padding-bottom: min(60px,12vw);
}
.item-serv-title:not(:last-child)::before{
  content: "";
  width: 1px;
  height: 100%;
  background: var(--clr-wblue);
  position: absolute;
  top: .5em;
  left: .5em;
  translate: -50% 0;
  scale: 1 0;
  transform-origin: top center;
  transition: scale var(--transit);
}
.item-serv-title.passed:not(:last-child)::before{
  scale:1 1;
}
.item-serv-title p{
  padding-left: 2em;
  line-height: calc(30/20);
}
.item-serv-title p::before{
  content: "";
  width: 1em;
  aspect-ratio:1;
  background: currentColor;
  position: absolute;
  top: .15em;
  left: 0;
  border-radius: 100vmax;
}
.item-serv-title.passed
,.item-serv-title.active{
  --item-color:var(--clr-wblue);
}
.item-serv-title.active{
  font-weight: 600;
}
.box-service-contents{
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap:min(70px,5vw);
}
.item-serv-contents{
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.item-serv-contents::before{
  content: "";
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--wall-clr);
  position: absolute;
  border-top-left-radius: min(20px,4vw);
  border-bottom-left-radius: min(20px,4vw);
}
.item-serv-contents:nth-child(odd){
  color: #fff;
}
.item-serv-contents:nth-child(odd)::before{
  --wall-clr:var(--clr-wblue);
}
.item-serv-contents:nth-child(even)::before{
  --wall-clr:#fff;
}
.serv-detail{
  width: min(885px,100%);
  padding:min(60px,4vw) min(60px,3.5vw);
}
.serv-detail .num{
  font-family: var(--en-ari);
  font-style: italic;
  font-weight: 700;
  font-size: min(60px,calc(100vw/10));
  letter-spacing: -.06em;
}
.serv-detail .in-title{
  font-size: var(--head3);
  font-weight: 600;
  line-height: calc(42/32);
  margin-top: min(25px,4vw);
}
.item-serv-contents:nth-child(even) .num
,.item-serv-contents:nth-child(even) .in-title{
  color: var(--clr-wblue);
}
.serv-detail .comment
,.serv-detail .in-title + .dot-list{
  margin-top: min(35px,5vw);
  width: min(33em,100%);
}
.serv-detail .comment
,.serv-detail .comment .in-text{
  line-height: calc(28/14);
}
.serv-detail .dot-list{
  margin-top: min(25px,3vw);
  line-height: calc(28/14);
  font-weight: 600;
}
.item-serv-contents:nth-child(odd) .serv-detail .comment .in-text
,.item-serv-contents:nth-child(odd) .serv-detail .dot-list{
  text-shadow: 1px 1px 0 var(--clr-wblue);
}
.item-serv-contents:nth-child(even) .serv-detail .comment .in-text
,.item-serv-contents:nth-child(even) .serv-detail .dot-list{
  text-shadow: 1px 1px 0 #fff;
}
.dot-list li{
  padding-left: 1.5em;
}
.dot-list li::before{
  content: "⚫︎";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dot-clr);
}
.dot-list.wblue li::before{
  --dot-clr:var(--clr-wblue);
}
.dot-list.ylw li::before{
  --dot-clr:var(--clr-ylw);
}
.serv-detail::before{
  content: "";
  width: 50%;
  position: absolute;
  background-position: center;
  background-size: cover;
  right: min(30px,2.5vw);
  bottom: min(60px,4vw);
}
.serv-detail.serv01::before{
  width: min(316px,35%);
  aspect-ratio:1/0.7595;
  background-image: url("images/pic/service01.png");
}
.serv-detail.serv02::before{
  width: min(195px,35%);
  aspect-ratio:1/1.2308;
  background-image: url("images/pic/service02.png");
}
.serv-detail.serv03::before{
  width: min(235px,35%);
  aspect-ratio:1/1.1702;
  background-image: url("images/pic/service03.png");
}
.serv-detail.serv04::before{
  width: min(239px,32%);
  aspect-ratio:1/1.4519;
  background-image: url("images/pic/service04.png");
}
.serv-detail.serv05::before{
  width: min(284px,35%);
  aspect-ratio:1/1.0387;
  background-image: url("images/pic/service05.png");
}

/* index support +++++++++++++++++++++++++*/
.sec-support-blc{
  padding-top: min(120px,15vw);
  padding-bottom: min(110px,15vw);
  gap:min(60px,10vw);
}
.box-support-content{
  width: min(930px,100%);
  padding-bottom: 10px;
}
.support-table{
  width: 100%;
  min-width: 930px;
  table-layout: fixed;
  line-height: calc(20/14);
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}
.support-table th
,.support-table td{
  vertical-align: middle;
  height: min(62px,14vw);
}
.support-table thead th:not(:first-child){
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: min(12px,3vw) 10px;
  border: 1px solid #fff;
}
.support-table thead th:nth-child(2){
  background-color: #1575e4;
}
.support-table thead th:nth-child(3){
  background-color: #339dff;
}
.support-table thead th:nth-child(4){
  background-color: #00a8d8;
}
.support-table thead th:nth-child(5){
  background-color: #46bbdc;
}
.support-table > tbody {
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.support-table > tbody > tr > td
,.support-table > tbody > tr > th{
  border-bottom: 1px solid #dadada;
}
.support-table > tbody > tr > td{
  white-space: nowrap;
  padding: .5em;
}
.support-table > tbody > tr > th{
  position: sticky;
  left: 0;
  background: #f2f2f2;
  z-index: 1;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.th-table{
  width: 100%;
}
.th-table th
,.th-table td{
  padding: .5em;
}
.support-table td .ccl{
  display: grid;
  grid-template-columns: 1.7857em;
  place-content:center;
}
.support-table td .w-ccl::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.75em;
  aspect-ratio:1;
  background: url("images/icon/maru.svg") no-repeat center/cover;
  opacity: .5;
  translate:-50% -50%;
}
.support-table td.bd-top{
  border-top: 1px solid #dadada;
}
.support-table td.bd-r{
  border-right: 1px solid #dadada;
}
.scroll-hint-icon-wrap{
  z-index: 1;
}
/* index company +++++++++++++++++++++++++*/
.sec-company-blc{
  background: var(--wall-gry);
  padding-top: min(85px,12vw);
  padding-bottom: min(85px,12vw);
  overflow: hidden;
}
.box-compamy-content{
  margin-top: min(60px,10vw);
}
.company-list{
  width: 50%;
  line-height: calc(28/14);
}
.company-list > div{
  display: grid;
  padding-left: min(50px,3vw);
  grid-template-columns: 8em auto;
  border-bottom: 2px solid #d6d2d2;
  padding-right: min(30px,3vw);
  padding-bottom: min(20px,3vw);
}
.company-list > div:not(:first-child){
  padding-top: min(20px,3vw);
}
.company-list > div .root{
  display: grid;
  grid-template-columns: 7em auto;
}
.company-list > div .history{
  display: grid;
  grid-template-columns: 6em auto;
}
.corp-thumb{
  position: absolute;
  top: 50%;
  width: calc(50% - min(20px,3vw));
  right: 0;
  translate:0 -50%;
  overflow: hidden;
}
.corp-thumb img{
  object-fit: cover;
  object-position:center;
  height: 100%;
}

/* index contact +++++++++++++++++++++++++*/
.sec-contact-blc{
  padding-top: min(120px,12vw);
  gap:min(50px,10vw);
}

.box-contact-contents{
  width: min(1100px,100%);
  border-radius: min(30px,5vw);
  box-shadow:0 0 8px rgba(136,83,136,.15);
  padding: min(100px,12vw) min(20px,3vw);
}
.form-wrap{}

.form-list input
,.form-list textarea{
  background: #fdfbfb;
  border: 1px solid #d7d7d7;
  border-radius: min(15px,2.5vw);
  padding: .5em 1em;
  font-size: 16px;
}
.form-list input{
  height: min(50px,12vw);
}
.form-list textarea{
  height: min(170px,30vw);
}

.form-item{
  display: grid;
  grid-template-columns: min(340px,40%) auto;
}
.form-item dt{
  padding-top: 1.25em;
  padding-right: 1.8em;
}
.form-item dt p{
  padding-right: 3em;
}
.form-item dt p::after{
  content: "任意";
  position: absolute;
  right: 0;
  top: 50%;
  translate:0 -50%;
  font-size: min(12px,3.2vw);
  font-weight: 600;
  color: #fff;
  background-color: #c4c4c4;
  border-radius: 5px;
  padding: .3em .5em;
}
.form-item dt p.must::after{
  content: "必須";
  background-color: var(--clr-red);
}
.form-item:nth-child(n+2){
  margin-top: min(45px,10vw);
}
.form-button-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: min(65px,10vw);
  gap:min(30px,5vw);
}
.round-button.inp input{
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
}
::placeholder{
  color: #c6c6c6;
  font-size: min(14px,3.6vw);
}

.form-button-wrap .agree{
  font-size: min(14px,3.2vw);
  line-height: calc(20/14);
}
.form-button-wrap .agree a{
  text-decoration: underline;
}
#link-form .wpcf7-not-valid-tip{
  margin-top: 3px;
  font-size: min(12px,3.2vw);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border-color: var(--clr-red);
  text-align: center;
  margin-bottom: 0;
  line-height: calc(20/14);
  padding: 0.25em 1em
}
/*footer
=====================================*/
footer {
 
}
.foot-access-blc{
  background: var(--wall-gry);
  display: grid;
/*  grid-template-columns: min(720px,50%) auto;*/
  grid-template-columns: 1fr 1fr;
}
.box-access-map iframe{
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.box-access-root{
  padding: min(50px,4vw) min(20px,3vw);
  display: grid;
  place-content:center;
}
.box-access-root .root-list{
  display: grid;
  grid-template-columns: 6em auto;
  margin-top: min(30px,4vw);
  line-height: calc(24/14);
   gap:10px 0;
}
.box-access-root .root-list .train p{
  display: grid;
  grid-template-columns: 7em auto;
}
.foot-close-blc{
  background-color: #f7fbfe;
  padding-top: min(120px,10vw);
  padding-bottom: min(160px,12vw);
}
.foot-close-blc::before{
  content: "";
  width: 100%;
  height:  min(160px,35vw);
  background: url("images/wall/bill.svg") repeat-x top center /auto 100%;
  opacity: .2;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate:-50% 0;
}
.box-foot-close{
  justify-content: space-between;
}
.item-foot_about{
  font-weight: 600;
}
.foot-nav{
  gap:.5em 2.5em;
  justify-content: center;
  margin-top: min(20px,4vw);
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot-nav li:not(:first-child)::before{
  content: "";
  width: 1px;
  height: 1em;
  background: currentColor;
  position: absolute;
  top:50%;
  left: calc(-2.5em/2);
  translate:-50% -50%;
}
.item-foot_dial{
  display: grid;
  gap:min(12px,3vw);
  grid-template-columns: min(60px,15vw) auto;
  color: var(--clr-wblue);
  -ms-align-items: center;
  align-items: center;
}
.item-foot_dial .icon{
  aspect-ratio:1;
  border-radius: 100vmax;
  display: grid;
  grid-template-columns: 50%;
  place-content:center;
  background: #fff;
}
.item-foot_dial .num-set{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  gap:3px;
}
.item-foot_dial .num-set .num{
  font-family: var(--en-ari);
  font-size: min(48px, calc(100vw / 20));
}
footer p.copy {
  padding: min(20px,4vw);
  text-align: center;
  font-size: min(14px,3.2vw);
  font-weight: 600;
   background: var(--clr-wblue);
  color: #fff;
}
.grecaptcha-badge { visibility: hidden; }