@charset "UTF-8";
/* css : PC first               */
/* breakpoint : pc min-width: 1090px */
/*              TB min-width: 768px */
/*              SP 767px以下　　　 　*/
/**********************************************
  base
***********************************************/
:root {/*var(--window-color)*/
  /*color*/
  --base-color: #ffffff;
  --sub-color: #bbe2f1;
  --accent-color: #00aad9;
  --balance-color: #d4e4e5;
  --glast-color: #3fe3ee;
  --non-target-color: #cccccc;
  --hover-color: rgba(162, 153, 127, 0.3);
  --header-color: rgba(255, 255, 255, 0.85);
  --window-color: rgba(0, 0, 0, 0.6);
  --main-grad: linear-gradient(315deg, #00aad9 0%, #3fe3ee 100%);
  --pale-grad: linear-gradient(360deg, #9edff1 0%, #eef5f5 100%);
  /*font（emで設定すると、子要素に影響があり）*/
  --font-serif: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  --font-sans-serif: "源ノ角ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ ProN",sans-serif;
  --font-size-vl: 3rem;/*48px*/
  --font-size-xxl: 2.25rem;/*36px*/
  --font-size-xl: 2rem;/*32px*/
  --font-size-l: 1.5rem;/*24px*/
  --font-size-m: 1.15rem;/*18.4px*/
  --font-size-u: 1rem;/*16px standard*/
  --font-size-s: 0.7rem;/*14px standard*/
  --font-size-xs: 0.75rem;/*12px*/
  --font-size-xxs: 0.625rem;/*10px*/
}
html {
	width: 100%;
	height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;/*OpenTypeの自動カーニング指定*/
  font-size: 16px;/*--font-size-s*/
  line-height: 1.5;
  scroll-behavior: smooth;/*スムーススクロールはCSS*/
}
body {
	font-family: var(--font-sans-serif);
	line-height: 1.8;
  height: 100%;
	text-align: justify;
}
h1,h2,h3,h4,h5 {
  text-align: initial;/*タイトルのみ均等割り付けをしない*/
}
iframe {
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
ul, li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
button {
  display: block;
}
figure {
  text-align: center;
}
/**********************************************
  utility
***********************************************/
/*icon*/
.blank {
  position: relative;
}
.blank::after {
  position: absolute;
  content: url(../images/icon_blank.svg);
  width: 1em;
  height: 1em;
  top: 0;
  right: -1.3em;
  margin: auto;
}
.required {
  display: block;
  position: relative;
}
.required::after {
  position: absolute;
  content: "必須";
  width: fit-content;
  height: auto;
  font-weight: normal;
  color: #ffffff;
  background-color: var(--accent-color);
  top: 0;
  bottom: 0;
  right: 2rem;
  padding: 0 0.5rem;
  margin: auto;
}

/*　注釈　*/
.ant-black {
  font-size: var(--font-size-xs);
  color: #000;
  margin-left: 1em;
}
.ant-black.-ml0 {
  margin-left: 0;
}
.ant-red {
  font-size: var(--font-size-xs);
  color: var(--accent-color);
  margin-left: 1em;
}
.ant-red.-form {
  margin: 0 0 1rem 0;
}
.ant.-accent {
  display: block;
  margin-left: 0;
}

/*　アンカーリンク着地点　*/
[id*="anc-"]{
  scroll-margin-top: 120px;
}
[class*="-colorbg"], [class*="-colorbg02"]{
  /*idに「anc-」が含まれていて、なおかつclassに「-bgcolor」があるものの指定に直す場合は[id*="anc-"]~[class*="-bgcolor"]*/
  scroll-margin-top: 100px;
}
@media screen and (max-width: 1089px) {
  /*TB・SP*/
  [id*="anc-"]{
    scroll-margin-top: 60px;
  }
  [class*="-colorbg"], [class*="-colorbg02"]{
    scroll-margin-top: 50px;
  }
}

/*各デバイス特有の変更*/
.tel a {
  /*iOS 電話番号と思しき数字にAタグを貼る対策*/
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1090px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}

/**********************************************
  wrapper
***********************************************/
.wrapper {
  overflow: hidden;
}

/**********************************************
  header
***********************************************/
.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 auto;
  background-color: var(--header-color);
  z-index: 900;/*モーダルのためこの数値を超えない*/
}
@media screen and (max-width : 1089px) {
  /*TB・SP*/
  .header {
    height: 50px;
    flex-direction: row-reverse;
  }
}
/**********************************************
  navbtn
***********************************************/
.navbtn {
  display: none;
}
@media screen and (max-width : 1089px) {
  /*TB・SP*/
  .navbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    cursor: pointer;
    z-index: 9999;
  }
  .navbtn-bor {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  .navbtn-bor.-middle,
  .navbtn-bor.-bottom {
    margin-top: 10px;
  }
  /*ボタン開閉*/
  .navbtn-bor.-top.active {
    transform: rotate(-45deg);
    margin-top: 0;
  }
  .navbtn-bor.-middle.active {
    opacity: 0;
  }
  .navbtn-bor.-bottom.active {
    transform: rotate(45deg);
    margin-top: -14px;
  }
}

/**********************************************
  nav
***********************************************/
/*PC*/
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
}
.nav-logo {
  width: fit-content;
  padding-left: 20px;
}
.logo-link {
  display: block;
}
.nav-list {
  display: flex;
  width: fit-content;
  padding-right: 20px;
}
.nav-link {
  display: block;
  padding: 0.5rem 0 0 1.5rem;
}
@media screen and (max-width : 1089px) {
  /*TB・SP*/
  .nav {
    position: fixed;
    z-index: 900;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100dvh;/*Dynamic Viewport*/
    justify-content: center;
    flex-direction: column-reverse;
    background-color: var(--window-color);
    /*動き*/
    transition: all 0.6s;
  }
  .nav.active {
    top: 0;
  }
  .nav-logo {
    padding-left: 0;
    margin-top: 40px;
  }
  .nav-list {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    margin: 0 auto;
  }
  .nav-item {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .nav-item:last-child {
    border-bottom: 1px solid #fff;
  }
  .nav-link {
    display: block;
    color: #fff;
    line-height: 1;
    padding: 1em;
  }
}
/**********************************************
  bread-crumb
***********************************************/
.bread-crumb {
  display: flex;
  font-size: var(--font-size-s);
}
.bread-crumb-item {
  width: fit-content;
  margin-right: 2em;
  position: relative;
}
.bread-crumb-item::after {
  position: absolute;
  content: "＞";
  padding-left: 0.5em;
}
.bread-crumb-item:last-child:after {
  content: none;
}
/**********************************************
  anclink
***********************************************/
.anclink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.anclink-item {
  width: fit-content;
  position: relative;
  margin-left: 2rem;
}
.anclink-item::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../images/caret-down-light.svg);
  top: 0;
  bottom: 0;
  left: -1.5rem;
  margin: auto;
}
.anclink-item.-btn {
  margin-left: 0;
}
.anclink-item.-btn::before {
  content: none;
}
@media screen and (max-width: 767px) {
  /*SP*/
  .anclink {
    gap: 10px;
  }
  .anclink-item.-btn {
    width: 100%;
  }
}
/**********************************************
  ancbtn
***********************************************/
.ancbtn {
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: var(--accent-color);
  transition: all 0.4s ease-out;
}
.ancbtn:hover {
  opacity: 0.5;
}

/**********************************************
  logo
***********************************************/
.logo-link {
  display: block;
}

/**********************************************
  maincontents
***********************************************/
.maincontents {
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.maincontents-inner {
  width: fit-content;
  max-width: 1090px;
  padding: 0 20px;
  margin: 120px auto 0;
}
.maincontents-bread-crumb {
  margin: 10px 0 0 100px;
}
@media screen and (max-width : 1089px) {
  /* TB・PC */
  .maincontents {
    width: 100%;
  }
  .maincontents-inner {
    width: fit-content;
    max-width: inherit;
    padding: 0 20px;
    margin: 60px auto 0;
  }
  .maincontents-bread-crumb {
    margin: 10px 0 0 5%;
  }
}

/**********************************************
  innerview
***********************************************/
.innerview-inner {
  width: 100%;
  height: calc((320 / 1940) * 100vw);
  max-height: 320px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerview-ttlarea {
  width: fit-content;
}
.innerview-ttl {
  font-weight: bold;
  text-align-last: center;
  display: block;
  line-height: 1;
}
.innerview-ttl.-ja {
  font-size: var(--font-size-xxl);
  color: #000;
}
.innerview-ttl.-en {
  font-size: var(--font-size-u);
  color: var(--accent-color);
}
.innerview-iv {
  margin-top: 19px;
}
@media screen and (max-width: 1089px) {
  /*TB*/
  .innerview-inner {
    min-height: 180px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .innerview-inner {
    min-height: 150px;
  }
}
/**********************************************
  intro
***********************************************/
.intro-ttl {
  text-align: center;
}
.intro-img {
  margin-top: 60px;
}
.intro-txt {
  margin-top: 40px;
}
.intro-txt.-center {
  text-align: center;
}
@media screen and (max-width : 1089px) {
  /*TB/SP*/
  .intro-img {
    margin-top: 30px;
  }
  .intro-txt {
    margin-top: 20px;
  }
}
/**********************************************
  section
***********************************************/
.section.-colorbg {
  background-color: var(--sub-color);
}
.section.-colorbg02 {
  background-color: var(--balance-color);
}
.section-inner {
  max-width: 1090px;
  padding: 0 20px;
  margin: 120px auto 0;
}

@media screen and (max-width : 1089px) {
  /*TB/SP*/
  .section-inner {
    width: 100%;
    max-width: inherit;
    margin: 60px auto 0;
  }
}

/**********************************************
  insection
***********************************************/
.insection-inner {
  width: 100%;
  margin: 100px auto 0;
  padding: 0;
}

/**********************************************
  dlist(description list)
***********************************************/
.dlist {
  display: flex;
  flex-wrap: wrap;
}
.dlist-dt {
  padding: 1.5rem 0 0.4rem;
  border-bottom: 1px solid var(--accent-color);
}
.dlist-dd {
  padding: 1.5rem 0 0.6rem 1rem;
  margin-left: 0.5%;
  border-bottom: 1px solid var(--sub-color);
}
@media screen and (min-width: 768px) {
  /* TB / PC */
  .dlist-dt {
    width: 100%;
  }
  .dlist-dd {
    width: 100%;
  }
}

/**********************************************
  inlist
***********************************************/
.inlist {
  padding-left: 1rem;
}
.inlist-item {
  margin-top: 1rem;
}

/**********************************************
  btn
***********************************************/
.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #000;
  text-align: center;
  background-image: linear-gradient(-90deg, transparent 0, transparent 50%, var(--glast-color) 50%, var(--accent-color) 100%);
  background-size: 200% 200%;
  background-position: 100% 100%;
  box-shadow: inset 1px 1px 0 1px var(--accent-color), inset 0 0 0 2px var(--glast-color);
  transition: all 0.4s ease-out;
}
.btn:hover {
  color: #fff;
  box-shadow: inset 1px 1px 0 1px transparent, inset 0 0 0 2px transparent;
  background-position: 0 0;
}

/**********************************************
  submit
***********************************************/
.submit {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  background-color: var(--accent-color);
  transition: all 0.4s ease-out;
}
.submit:hover {
  opacity: 0.7;
}
/**********************************************
  gap
***********************************************/
.gap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.gap.-reverse {
  flex-direction: row-reverse;
}
.gap-txtarea {
  width: 50%;
  padding: 40px;
  background-color: #fff;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.gap-txtarea.-left {
  left: 100px;
}
.gap-txtarea.-right {
  right: 100px;
}
.gap-ttl {
  font-weight: bold;
  text-align-last: left;
  display: block;
  line-height: 1;
}
.gap-ttlarea {
  width: fit-content;
  position: relative;
}
.gap-ttlarea::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--accent-color);
  bottom: -38px;
  left: 0;
  margin: auto;
}
.gap-iv {
  margin-top: 13px;
}
.gap-ttl.-en {
  font-size: var(--font-size-u);
  color: var(--accent-color);
}
.gap-ttl.-ja {
  font-size: var(--font-size-xxl);
  color: #000;
}
.gap-txt {
  margin-top: 20px;
}
.gap-txt.-begin {
  margin-top: 82px;
}
.gap-pict {
  position: absolute;
  width: calc((290 / 1940) * 100vw);
  height: auto;
  bottom: calc((129 / 1940) * -100vw);
}
.gap-pict.-left {
  left: calc((123 / 1940) * -100vw);
}
.gap-pict.-right {
  right: calc((123 / 1940) * -100vw);
}
.gap-imgarea {
  width: 50vw;/*親を突き抜けたときの横幅*/
  height: calc((772 / 1940) * 100vw);
  min-height: 772px;
  position: relative;
}
.gap-imgarea.-right {
  margin-right: calc(50% - 50vw);/*右に突き抜ける*/
}
.gap-imgarea.-left  {
  margin-left: calc(50% - 50vw);/*左に突き抜ける*/
}
.gap-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gap-btn {
  margin-top: 123px;
}
.gap-link {
  display: block;
  width: calc((329 / 1940) * 100vw);
  max-width: 250px;
  padding: 1rem;
  text-align: center;
}
.gap-link.-right {
  margin-left: auto;
}
.gap-link.-left {
  margin-right: auto;
}
@media screen and (max-width : 1089px) {
  /*TB/SP*/
  .gap {
    flex-direction: column-reverse;
  }
  .gap.-reverse {
    flex-direction: column-reverse;
}
  .gap-txtarea {
    width: 90%;
    bottom: inherit;
    top: -60px;
  }
  .gap-txtarea.-left {
    left: inherit;
  }
  .gap-txtarea.-right {
    right: inherit;
  }
  .gap-pict {
    position: absolute;
    width: calc((290 / 1089) * 100vw);
    max-width: 250px;
    bottom: calc((129 / 1089) * -100vw);
  }
  .gap-pict.-left {
    left: calc((61 / 1089) * -100vw);
  }
  .gap-pict.-right {
    right: calc((61 / 1089) * -100vw);
  }
  .gap-imgarea {
    width: 100vw;
    height: calc((386 / 1089) * 100vw);
    min-height: 300px;
  }
  .gap-imgarea.-right,
  .gap-imgarea.-left{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
  .gap-img.-lefttop {
    object-position: left top;/* 0 0と同じ */
  }
  .gap-btn {
    margin-top: 62px;
  }
  .gap-link {
    width: calc((329 / 1089) * 100vw);
  }
}

@media screen and (max-width : 767px) {
  /*SP*/
  .gap-txtarea {
    width: 90%;
    padding: 20px;
    bottom: inherit;
    top: -60px;
  }
  .gap-pict {
    position: absolute;
    width: calc((123 / 767) * 100vw);
    min-width: 110px;
    bottom: calc((63 / 767) * -100vw);
  }
  .gap-pict.-left {
    left: -20px;
  }
  .gap-pict.-right {
    right:-20px;
  }
  .gap-imgarea {
    width: 100vw;
    height: calc((386 / 767) * 100vw);
    min-height: 300px;
  }
  .gap-btn {
    margin-top: 31px;
  }
  .gap-link {
    width: 50%;
    min-width: 150px;
  }
}

/**********************************************
  pictoBox
***********************************************/
.pictoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.pictoBox__item {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--base-color);
}
.pictoBox__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pictoBox__item._col3 {
  width: calc((100% - 20px) / 3);
}
.pictoBox__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 80%;
}
@media screen and (min-width: 768px) {
  /* TB / PC*/
  .pictoBox {
    gap: 20px;
  }
  .pictoBox__item._col3 {
    width: calc((100% - 40px) / 3);
  }
  .pictoBox__img {
    max-height: inherit;
  }
}

/**********************************************
  txt
***********************************************/
.txt {
  font-size: 16px;
  line-height: 1.8;
}

/**********************************************
  flex
***********************************************/
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flex.-reverse {
  flex-direction: row-reverse;
}
.flex-img {
  text-align: center;
}
.flex-item.-col3 {
  width: calc( (100% - 40px ) / 3 );
}
.flex-item.-col2 {
  width: calc( (100% - 20px ) / 2 );
}

@media screen and (max-width: 1089px) {
  /*TB*/
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-item.-col3 {
    width: calc( (100% - 20px ) / 2 );
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .flex-item.-col3 {
    width: 100%;
  }
  .flex-item.-col2 {
    width: 100%;
  }
}
/**********************************************
  grid
***********************************************/
.grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 1089px) {
  /*TB*/
  .grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .grid {
    grid-template-columns: repeat(1,1fr);
  }
}

/**********************************************
  pictxt
***********************************************/
.pictxt-link {
  display: block;
}
.pictxt-txtarea {
  padding: 20px;
  background: #fff;
}
.pictxt-ttl {
  font-size: var(--font-size-m);
  line-height: 1;
}
.pictxt-txt {
  margin-top: 14px;
}

/**********************************************
  tablearea
***********************************************/
.tablearea {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--base-color) var(--sub-color);
}
.tablearea::-webkit-scrollbar {
  height: 3px;
}
.tablearea::-webkit-scrollbar-track {
    background-color: var(--sub-color);
}
.tablearea::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
}

/**********************************************
  simpletable
***********************************************/
.simpletable {
  position: relative;
  border-collapse:  collapse;
  background-color: #fff;
}
.simpletable::after {
  position: absolute;
  content: "";
  width: 98px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -4rem;
  right: 0;
  margin: auto;
}
.simpletable.-icontent::after {
  background-image: url(../images/icon/icon_tent.png);
}
.simpletable-th {
  background-color: var(--balance-color);
}
.simpletable-th,
.simpletable-td {
  border: solid 1px;
  padding: 10px;
}
.simpletable-th.-sub,
.simpletable-td.-sub {
  border: solid 1px var(--accent-color);
}


/**********************************************
  accordion
***********************************************/
.accordion {
  width: 100%;
}
.accordion-item{
  margin: 20px 0;
}

/**********************************************
  faqarea
***********************************************/
/*　PC/TB/SP　*/
.faqarea {
  border: 1px solid #ccc;
}
.faqarea-question {
  position: relative;
  cursor: pointer;
  font-size: var(--font-size-u);
  font-weight: normal;
  padding: 25px 40px 25px 20px;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.faqarea-question::before,
.faqarea-question::after {
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.faqarea-question::before {
    top:48%;
    right: 20px;
    transform: rotate(0deg);
}
.faqarea-question::after {
    top:48%;
    right: 20px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faqarea-question.close::before{
  transform: rotate(45deg);
}
.faqarea-question.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faqarea-answer {
  display: none;
  background: var(--sub-color);
  margin:0 20px 20px 20px;
  padding: 20px;
}

/**********************************************
  ant
***********************************************/
.ant {
  font-size: var(--font-size-xs);
  margin-left: 1em;
  vertical-align: text-top;
}
.ant.-accent {
  color: var(--accent-color);
}
.ant__rink {
  text-decoration: underline;
}

/**********************************************
  contact
***********************************************/
.contact {
  width: 100%;
  background-image: url(../images/module/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.contact-inner {
  padding: 120px 0 120px;
  margin-top: 0;
}
.contact-ttlarea {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contact-ttlarea::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background-color: var(--accent-color);
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-ttl.-en,
.contact-ttl.-ja {
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
}
.contact-ttl.-en {
  font-size: var(--font-size-u);
  color: var(--accent-color);
}
.contact-ttl.-ja {
  font-size: var(--font-size-xxl);
  color: #000;
}
.contact-iv {
  margin-top: 13px;
}
.contact-txt {
  margin-top: 81px;
  text-align: center;
}
.contact-flex {
  margin: 60px 20px 0;
}
.contact-addressarea {
  margin-top: 60px;
  text-align: center;
}
.contact-tel {
  margin-top: 20px;
  text-align: center;
}
.contact-hours {
  margin-top: 10px;
}
.contact-btn {
  max-width: 400px;
  padding: 2rem 1rem 2rem 4rem;
  margin: auto;
  position: relative;
}
.contact-btn::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 60px;
  background-image: url(../images/module/icon_note-b.png);
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
}
.contact-btn:hover:after {
  background-image: url(../images/module/icon_note.png);
}
@media screen and (max-width: 767px) {
  /*SP*/
  .contact-btn {
    padding: 2rem 1rem 2rem 6rem;
    margin-top: 20px;
  }
}

/**********************************************
  addressarea
***********************************************/
.addressArea-txt {
  font-size: var(--font-size-xl);
  font-weight: bold;
  line-height: 1;
}

/**********************************************
  telbox
***********************************************/
.telbox-ttl,
.telbox-txt {
  font-weight: bold;
  text-align: center;
}
.telbox-txt {
  margin-top: 10px;
}
.telbox-telarea {
  width: fit-content;
  padding-left: 1rem;
  margin: auto;
  font-size: var(--font-size-xxl);
  font-weight: bold;
  letter-spacing: -0.1rem;
  position: relative;
}
.telbox-telarea::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../images/icon_tel.png);
  background-position: center;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  margin: auto;
}
.telbox-tellink.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  /*SP*/
  .telbox-tel.-pc {
    display: none;
  }
  .telbox-tellink.-sp {
    display: block;
  }
}
/**********************************************
  tel
***********************************************/
.tel {
  display: block;
  position: relative;
  padding-left: 2rem;
}
.tel::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/module/icon_phone-call.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.tel.-pc {
  display: inline-block;
}
.tel.-sp{
  display: none;
}

@media screen and (max-width: 1089px) {
  /* TB / PC */
  .tel.-pc {
    display: none;
  }
  .tel.-sp{
    display: inline-block;
  }
}

/**********************************************
  footer
***********************************************/
footer {
  width: 100%;
  background-color: var(--base-color);
}
.footer-inner {
  max-width: 1090px;
  padding: 100px 0 120px;
  margin: auto;
}
.footer-flex {
  flex-wrap: nowrap;
  gap: 60px;
}
.footer-sitemap {
  width: 100%;
}
.footer-sns {
  width: fit-content;
}
.footer-coppy {
  color: #000;
  margin-top: 60px;
}
@media screen and (max-width: 1089px) {
  /*TB*/
  .footer-inner {
    padding: 50px 0 60px;
  }
  .footer-sitemap {
    width: 80%;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .footer-inner {
    padding: 50px 0 30px;
  }
  .footer-sitemap {
    width: 90%;
  }
}

/**********************************************
  footinfo
***********************************************/
.footinfo {
  min-width: 332px;
}
.footinfo-logo {
  text-align: center;
}
.footinfo-txt {
  margin-top: 10px;
  text-align: center;
}

/**********************************************
  sitemap
***********************************************/
.sitemap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.sitemap-item.-col3 {
  width: fit-content;
  width: calc((100% - 20px) / 3);
}
.sitemap-list:not(:first-child) {
  margin-top: 1rem;
}
.sitemap-link {
  display: block;
  color: #000;
}
@media screen and (max-width: 1089px) {
  /*TB*/
  .footer-sitemap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .footer-sitemap {
    width: fit-content;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .sitemap-item.-col3 {
    width: calc((100% - 20px) / 2);
    min-width: 180px;
  }
}
/**********************************************
  sns
***********************************************/
.sns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/**********************************************
  coppy
***********************************************/
.coppy {
  display: block;
  text-align: center;
}