@charset "UTF-8";
/* CSS Document */
/* base
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  color: #213140;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #fff;
  text-align: justify;
  line-height: 150%;
  position: relative;
  letter-spacing: 0.088em;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  font-feature-settings: "palt";
  border: 20px solid #213140;
}

h1 {
  font-size: 5.6rem;
  font-weight: bold;
} /* 800 */
h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 150%;
} /* 700 */
h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
} /* 500 */
h4 {
  font-size: 2rem;
} /* 500 */
p {
  font-size: 1.6rem;
  line-height: 180%;
} /* 400 */
.font-bold {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

.mb_unset {
  margin-bottom: unset !important;
}

.pd-b-unset {
  padding-bottom: unset !important;
}

* {
  transition: all 0.3s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.t_center {
  text-align: center;
}

.br {
  display: none;
}

@media screen and (max-width: 767px) {
  .br {
    display: block;
  }
}
.breadcrumb {
  color: #808080;
}

.mb_l {
  margin-bottom: 100px !important;
}

.mb_m {
  margin-bottom: 40px !important;
}

.mb_s {
  margin-bottom: 25px !important;
}

.mb_ss {
  margin-bottom: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pt_60 {
  padding-top: 60px;
}

.pd_none {
  padding-bottom: unset !important;
  padding-top: unset !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.bg_beige {
  background-color: #fff9f2;
}

.base_section {
  max-width: 940px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section_baseTitle {
  width: 100%;
  font-size: 4.8rem;
  text-align: center;
  color: #d96a29;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 120%;
}

.section_baseDes {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero__topbar {
  width: 100%;
  height: 80px;
  border-top: 20px solid #213140;
  border-left: 20px solid #213140;
  border-right: 20px solid #213140;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 30px;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #fff;
}

.hero-nav__list {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-nav__item {
  padding-right: 10px;
  border-right: 1px dashed #213140;
  height: 20px;
  font-weight: 500;
  font-size: 1.6rem;
}

.hero-nav__item:last-child {
  border-right: none;
}

.hero-nav__item:hover {
  color: #d96a29;
}

.hero__entry {
  display: flex;
  flex-direction: column;
  width: 150px;
  height: 45px;
  background-color: #d96a29;
  text-align: center;
  color: #fff;
}

.hero__entry-text {
  font-size: 1.2rem;
}

.hero__entry-badge {
  display: block;
  font-size: 2.2rem;
  font-family: "Google Sans Flex", sans-serif;
}

.hero__entry:hover {
  border-radius: 22.5px;
  background-color: #213140;
}

.hero__content {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero__lead {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.hamburger-btn {
  display: none;
}

.mission__gallery {
  width: 100%;
  background-color: #bfb965;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.mission-gallery__list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.mission__child-block {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.mission-block__row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.mission-row__desc {
  max-width: 510px;
  width: 100%;
  margin-top: -5px;
}

.mission__child-block02 {
  flex-direction: column;
  gap: 10px;
}

.mission-block--disaster {
  display: flex;
  gap: 30px;
}

.mission-block__title {
  max-width: 190px;
  width: 100%;
  margin-top: -10px;
  font-size: 3.2rem;
  border-right: 1px solid #555;
  padding-right: 20px;
}

.mission-row__term {
  max-width: 140px;
  width: 100%;
  color: #d96a29;
}

.beauty-aga__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.faq__item[open] .beauty-aga__answer {
  color: #555;
  padding-top: 12px;
  padding-right: 20px;
}

.faq__item[open] .beauty-aga__question {
  background-color: #fff;
  padding-bottom: 20px;
}

.faq__toggle {
  justify-self: end;
  position: relative;
  width: 15px;
  height: 15px;
}

.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #555;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
} /* 縦棒＝＋ */
.base-card__panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

/* 開く時のクラス */
.base-card__panel.is-open {
  max-height: 2000px; /* 内容が多い場合は大きめに */
  opacity: 1;
}

.faq__toggle {
  justify-self: end;
  position: relative;
  width: 15px;
  height: 15px;
}

/* 横棒 */
.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #555;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

/* 縦棒（＋の縦線） */
.faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ▼ 開いているとき（－表示） */
details[open] .faq__toggle::after {
  opacity: 0; /* 縦棒を消す＝マイナスになる */
}

.base-card h3 {
  cursor: pointer;
  width: 200px;
}

.base-card {
  border-top: 0.5px solid #aaa;
  background-color: #fafafa;
}

.base-card:hover {
  cursor: pointer;
}

.base-card-info {
  display: flex;
  gap: 30px;
  padding: 30px 20px;
  background-color: #fff;
}

.base-card__figure {
  max-width: 300px;
  width: 100%;
  display: block;
}

.base-card__text {
  max-width: 500px;
  width: 100%;
  line-height: 200%;
}

.base-card__count {
  font-size: 1.8rem;
  margin-left: 10px;
  width: 120px;
  text-align: right;
}

.base-card__countColor {
  font-family: "Google Sans Flex", sans-serif;
  color: #d96a29;
  font-size: 2.4rem;
  margin-left: -4px;
}

.base-card__title:hover {
  color: #d96a29;
}

.base-card__innerTitle_wrap {
  display: flex;
  gap: 20px;
}

.member-card {
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
}

.member-card__content__reverse {
  flex-direction: row;
}

.member-card__media {
  max-width: 300px;
  width: 100%;
  margin-top: auto;
}

.member-card__content {
  max-width: calc(100% - 300px);
  width: 100%;
}

.member-card__figure {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.member-card__unit {
  margin-bottom: 5px;
  font-size: 2.6rem;
}

.member-card__meta {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.member-card__lead {
  color: #d96a29;
  margin-bottom: 10px;
  line-height: 150%;
}

.member-card__text {
  width: 100%;
  border: 1px solid #213140;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}

.member-card {
  border-bottom: 1px dashed #213140;
  padding-bottom: 50px;
}

.member-card:last-child {
  border-bottom: none;
}

.occupation_wrap_title {
  width: 100%;
  background-color: #213140;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 180%;
}

.occupation__title-sub {
  font-size: 2.8rem;
}

.occupation__title {
  line-height: 100%;
}

.bnr_pamphlet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  border: 2px solid #d96a29;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #d96a29;
}

.bnr_pamphlet span {
  font-size: 1.8rem;
  color: #213140;
}

.bnr_pamphlet::before {
  content: url(../img/icon_pdf.svg);
  width: 22px;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.bnr_pamphlet::after {
  content: url(../img/icon_blank.svg);
  width: 22px;
  position: absolute;
  right: 30px;
}

.bnr_pamphlet:hover {
  border-radius: 50px;
}

.chihon_event__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.chihon_event__list_des-flex {
  display: flex;
  gap: 10px;
}

.chihon_event__list h3 {
  font-size: 2.2rem;
  font-weight: 600;
}

.chihon_event__list span {
  border: 0.5px solid #213140;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 80px;
  height: 25px;
}

.chihon_event__list p {
  width: calc(100% - 80px);
}

.chihon_event__subTitle {
  color: #d96a29;
  text-align: center;
  line-height: 120%;
}

.chihon_office__listWrap {
  display: flex;
  flex-direction: column;
}

.chihon_office__list {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px dashed #213140;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.chihon_office__list h3 {
  width: 200px;
  margin-right: 20px;
  font-size: 2rem;
}

.office__address {
  width: 355px;
  margin-right: 20px;
}

.office__tel {
  width: 160px;
  margin-right: 20px;
}

.office__map {
  width: 105px;
  color: #d96a29;
  display: flex;
  align-items: center;
}

.office__map::before {
  content: url(../img/icon_map.svg);
  width: 13px;
  margin-right: 3px;
  margin-top: 1px;
}

.entryListWrap {
  line-height: 200%;
}

.entryList {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

/* flow */
.formFlow_wrap {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formFlow_item {
  width: 140px;
  height: 110px;
  background-color: #fff;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  border: 0.5px solid #333;
  border-radius: 10%;
}

.formFlow_item::after {
  content: url(../img/icon_formFlow_arrow.svg);
  width: 7px;
  height: 7px;
  position: absolute;
  right: -30px;
  bottom: 57%;
}

.formFlow_item:last-child::after {
  content: none;
}

.des_s {
  display: block;
  font-size: 1.4rem;
  line-height: 18px;
  width: 100px;
  letter-spacing: 1px;
  text-align: center;
}

.formFlow_arrow {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_formFlow_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* form */
table.formTable {
  max-width: 900px;
  width: 100%;
}

tr.formItem_flex {
  display: flex;
  align-items: center;
}

table.formTable th {
  max-width: 400px;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
}

table.formTable td {
  max-width: 600px;
  width: 100%;
}

input[type=text] {
  width: 100%;
  border: 0.5px solid #333;
  padding: 24px 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background-color: #fff;
}

textarea {
  width: 100%;
  border: 0.5px solid #333;
  padding: 24px 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 180%;
}

input.formTable_btn {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.confirmColor {
  background-color: #333 !important;
  color: #fff !important;
  border: none !important;
}

.confirmColor:hover {
  border-radius: 50px;
  cursor: pointer;
}

.comBtn_entryPage {
  max-width: 1400px;
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  border: 1px solid #303030;
  margin-left: auto;
  margin-right: auto;
}

.formTitle {
  font-size: 3.2rem;
  text-align: center;
}

/* media */
@media screen and (max-width: 896px) {
  tr.formItem_flex {
    flex-direction: column;
  }
  table.formTable th {
    max-width: none;
    width: 100%;
    margin-bottom: 5px;
  }
  table.formTable td {
    max-width: none;
    width: 100%;
  }
  .formFlow_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
  .formFlow_item {
    font-size: 1.4rem;
  }
  .des_s {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  p.entry_baseBtn {
    font-size: 39px;
  }
  .formFlow_item {
    width: 120px;
    height: 90px;
  }
  .internDes {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .formFlow_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.site-footer {
  width: 100%;
  padding: 50px 30px;
}

.site-inner_footer {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-inner_footer__title {
  width: 100%;
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-inner_footer__title::before {
  content: url(../img/logo_footer.svg);
  width: 46px;
  margin-right: 5px;
  margin-top: 10px;
}

.site-inner_footer__address {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.site-inner_footer__tel {
  width: 100%;
  text-align: center;
}

.site-inner_footer__mail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-inner_footer__mail::before {
  content: url(../img/icon_mail.svg);
  width: 13px;
  margin-right: 5px;
}

.site-footer__copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.thanks_wrap {
  min-height: 600px;
  padding-top: 150px;
}

.returnBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  background-color: #213140;
  color: #fff;
}

.returnBtn:hover {
  border-radius: 25px;
}/*# sourceMappingURL=style.css.map */