@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet');
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: var(--fontcolor1);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  position: relative;
}

main {
  position: relative;
}

h1, h2 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button, input {
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  -webkit-appearance: none;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

a {
  color: var(--fontcolor3);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: none;
  }
}
a:visited {
  color: var(--fontcolor4);
}

p {
  margin: 0;
}

a[href*="tel:"] {
  color: var(--fontcolor1);
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  a[href*="tel:"]:focus-visible {
    outline: none;
  }
}

.u_visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

*:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}

:-moz-focusring {
  outline: 3px solid #DD782C;
}

input::-webkit-input-placeholder {
  color: var(--fontcolor7);
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding-left: 10px;
}

input:-moz-placeholder {
  color: var(--fontcolor7);
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: 10px;
}

input::-moz-placeholder {
  color: var(--fontcolor7);
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: 10px;
}

input:-ms-input-placeholder {
  color: var(--fontcolor7);
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: 10px;
}

@media print {
  .no-print {
    display: none;
  }
}
.line_wrap {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line_wrap br {
  display: none;
}

.line_wrap03 {
  display: -webkit-box;
  line-height: 1.6;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line {
  display: inline-block;
}

.mbl_appear {
  display: block;
}
@media screen and (min-width: 1024px) {
  .mbl_appear {
    display: none;
  }
}

.mbl-disappear {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mbl-disappear {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto;
  min-height: 100vh;
  width: 100% !important;
}
body.bg_black {
  background: #000;
}
body.bg_blue {
  background: #0066cc;
}
body#onlord {
  visibility: hidden;
}

#wrapper {
  height: 100%;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.common_title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .common_title {
    font-size: 2.6rem;
  }
}
.common_title .title_en {
  color: var(--fontcolor6);
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto 8px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .common_title .title_en {
    font-size: 1.8rem;
    margin: 0 auto 10px;
  }
}
.common_title .title_en::before, .common_title .title_en::after {
  background: var(--fontcolor6);
  border-radius: 5px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 13px;
}
@media screen and (min-width: 1024px) {
  .common_title .title_en::before, .common_title .title_en::after {
    width: 15px;
  }
}
.common_title .title_en::before {
  left: -19px;
  top: 50%;
  -webkit-transform: rotate(62deg);
          transform: rotate(62deg); /* 傾ける */
}
.common_title .title_en::after {
  right: -18px;
  top: 50%;
  -webkit-transform: rotate(-62deg);
          transform: rotate(-62deg); /* 傾ける */
}

.badge {
  background: var(--bgcolor4);
  border-radius: 2px;
  color: var(--fontcolor2);
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 5px;
  padding: 1px 3px 2px 2px;
  text-align: center;
}

#topBtn {
  bottom: 12px;
  opacity: 0;
  position: fixed;
  right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 98;
}
@media screen and (min-width: 1024px) {
  #topBtn {
    bottom: 20px;
    right: 20px;
  }
  #topBtn:hover {
    margin-bottom: 5px;
  }
}
#topBtn.active {
  opacity: 1;
  visibility: visible;
}
#topBtn a {
  color: var(--fontcolor2);
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  text-align: center;
}
#topBtn .topbtn_text {
  display: block;
  letter-spacing: 0.05rem;
  position: absolute;
  top: 12px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #topBtn .topbtn_text {
    top: 16px;
  }
}
#topBtn img {
  height: auto;
  width: 81px;
}
@media screen and (min-width: 1024px) {
  #topBtn img {
    width: 99px;
  }
}

#chatbotBox {
  bottom: 12px;
  left: 12px;
  position: fixed;
  z-index: 98;
}
@media screen and (min-width: 1024px) {
  #chatbotBox {
    bottom: 20px;
    left: 20px;
  }
}
#chatbotBox .chatbot {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#chatbot_open {
  background: url(../img/common/chatbot/chatbot_img.png) no-repeat center/cover;
  display: block;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.14));
  height: 40px;
  position: relative;
  width: 109px;
}
@media screen and (min-width: 768px) {
  #chatbot_open {
    height: 50px;
    width: 133px;
  }
}
@media screen and (min-width: 1024px) {
  #chatbot_open {
    height: 60px;
    width: 160px;
  }
  #chatbot_open:hover {
    -webkit-filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.24));
            filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.24));
    margin-bottom: 5px;
  }
}
#chatbot_open img {
  height: auto;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  #chatbot_open img {
    right: 9px;
    top: 10px;
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #chatbot_open img {
    right: 13px;
    top: 13px;
    width: 82px;
  }
}

#chetbot_close {
  background: url(../img/common/chatbot/chatbot_closebtn.png) no-repeat center/cover;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #chetbot_close:hover {
    background: url(../img/common/chatbot/chatbot_btnhover.png) no-repeat center/cover;
  }
}

.skiplink {
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 1px;
}
@media screen and (min-width: 1024px) {
  .skiplink {
    height: auto;
    left: -9999px;
    top: 10px;
    visibility: visible;
    width: auto;
    z-index: 100;
  }
}
.skiplink a {
  color: var(--fontcolor1);
  padding-left: 14px;
  text-decoration: underline;
  vertical-align: middle;
}
.skiplink a .skiplink_text {
  vertical-align: top;
}

.Langpage_ctr {
  margin: 10px auto 0;
  width: calc(100% - 24px);
}
@media screen and (min-width: 768px) {
  .Langpage_ctr {
    max-width: 924px;
  }
}
@media screen and (min-width: 1024px) {
  .Langpage_ctr {
    margin: 20px auto 0;
    max-width: 1000px;
  }
}
.Langpage_ctr .page_title {
  margin-bottom: 30px;
}

/*==================================================================================================================================================
@group 翻訳
==================================================================================================================================================*/
.gtranslate_wrapper {
  margin: 5px 5px 0 12px;
}
.gtranslate_wrapper a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gtranslate_wrapper a.glink {
  display: block;
  margin-bottom: 6px;
  text-decoration: underline;
}
.gtranslate_wrapper a.glink::before {
  background-color: var(--fontcolor1);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 5px;
}

.footer_area {
  padding: 60px 12px 180px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_area {
    padding: 60px 12px 70px;
  }
}
@media screen and (min-width: 1024px) {
  .footer_area {
    padding: 90px 12px 70px;
  }
}
.footer_area .fsitelogo {
  margin: 0 auto 40px;
  padding-left: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer_area .fsitelogo {
    margin-bottom: 50px;
  }
}
.footer_area .fsitelogo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .footer_area .fsitelogo a {
    padding-bottom: 2px;
  }
  .footer_area .fsitelogo a:hover {
    opacity: 0.8;
  }
}
.footer_area .fsitelogo img {
  height: auto;
  width: 132px;
}
@media screen and (min-width: 1024px) {
  .footer_area .fsitelogo img {
    width: 145px;
  }
}
.footer_area .fsitelogo .footerLogo_text {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-top: 5px;
  max-width: 160px;
  padding-right: 3px;
  text-align: center;
  text-shadow: 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff, 0 0 1.5px #fff;
}
@media screen and (min-width: 1024px) {
  .footer_area .fsitelogo .footerLogo_text {
    font-size: 1.3rem;
    max-width: 160px;
  }
}
.footer_area .address_ctr {
  line-height: 1.6;
  margin: 0 auto 30px;
  max-width: 252px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer_area .address_ctr {
    margin: 0 auto 35px;
    max-width: none;
  }
}
.footer_area .address_ctr h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  .footer_area .address_ctr h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
.footer_area .address_ctr address {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .footer_area .address_ctr address {
    text-align: center;
  }
}
.footer_area .address_ctr .postalcode {
  margin-right: 3px;
}
.footer_area .address_ctr .tel {
  display: inline;
  margin-right: 5px;
}
.footer_area .address_ctr .tel a {
  text-decoration: none;
}
.footer_area .address_ctr .fax {
  display: inline;
}
.footer_area .address_ctr .new_line {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer_area .address_ctr .new_line {
    display: inline-block;
    margin-left: 8px;
  }
}
.footer_area .flink_ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.footer_area .flink_ctr .flink {
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  max-width: 260px;
  width: 100%;
}
.footer_area .flink_ctr .flink a {
  height: 100%;
  letter-spacing: 0.1rem;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .footer_area .flink_ctr .flink a:hover {
    opacity: 0.8;
  }
}
.footer_area .flink_ctr .gyousei_link a {
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  padding: 13px 10px;
}
.footer_area .flink_ctr .gyousei_link a .gyosei_logo {
  fill: #1F8A46;
  height: auto;
  width: 52px;
}
.footer_area .flink_ctr .furusato_link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 10px;
  text-align: center;
}
.footer_area .flink_ctr .furusato_link a img {
  height: auto;
  width: 168px;
}
.footer_area .fmenu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
.footer_area .fmenu_list .fmenu a {
  border-right: 1px solid var(--fontcolor1);
  color: var(--fontcolor1);
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .footer_area .fmenu_list .fmenu a {
    border: none;
    margin: 0 15px;
    padding: 0;
  }
}
.footer_area .fmenu_list > li:last-child a {
  border-right: none;
}
.footer_area::before {
  aspect-ratio: 10/9;
  background: url(../img/common/footer/footer_img1.png) no-repeat center left/contain;
  bottom: 20px;
  content: "";
  display: block;
  left: 0;
  max-width: 156px;
  position: absolute;
  width: 47vw;
}
@media screen and (min-width: 768px) {
  .footer_area::before {
    bottom: 300px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .footer_area::before {
    bottom: 220px;
    max-width: 295px;
  }
}
.footer_area::after {
  aspect-ratio: 10/9;
  background: url(../img/common/footer/footer_img2.png) no-repeat center right/contain;
  bottom: 20px;
  content: "";
  display: block;
  max-width: 156px;
  position: absolute;
  right: 0;
  width: 47vw;
}
@media screen and (min-width: 768px) {
  .footer_area::after {
    bottom: 295px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .footer_area::after {
    bottom: 230px;
    max-width: 300px;
  }
}

.copyright {
  background: var(--bgcolor3);
  color: var(--fontcolor2);
  font-size: 1rem;
  padding: 12px 12px 13px 12px;
  text-align: center;
}/*# sourceMappingURL=common.css.map */