@charset "UTF-8";
/* --------------------------------------------
    RESET - 初期化スタイル
--------------------------------------------- */
/* 基本リセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5要素の表示補正 */
article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

/* リストのマーク削除 */
ul,
ol {
  list-style: none;
}

/* リンクの装飾削除 */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像のデフォルト余白を削除＆最大化対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

/* テーブルのセル隙間をなくす */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム系初期化 */
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

/* textareaのリサイズを制御 */
textarea {
  resize: vertical;
}

/* ボタンのカーソル */
button {
  cursor: pointer;
}

/* strongやbをちょっと強調 */
strong,
b {
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: 500 !important;
  color: #261D05 !important;
  font-size: 16px;
  line-height: 1.8 !important;
  background-color: #fff;
  font-feature-settings: "palt";
  font-kerning: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

a {
  color: #02516b;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #02516b;
  text-decoration: none;
  padding-bottom: 0px;
  position: relative;
}

/* 角丸っぽい矢印 */
a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.5em;
  border-top: 2px solid #02516b;
  border-right: 2px solid #02516b;
  transform: rotate(45deg);
  border-radius: 1px; /* ←角丸感ここで出す */
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.ta_c {
  text-align: center !important;
}

.m_b0 {
  margin-bottom: 0px !important;
}

.m_b5 {
  margin-bottom: 5px !important;
}

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

.m_b15 {
  margin-bottom: 15px !important;
}

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

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

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

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

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

.m_t0 {
  margin-top: 0px !important;
}

.m_t5 {
  margin-top: 5px !important;
}

.m_t10 {
  margin-top: 10px !important;
}

.m_t15 {
  margin-top: 15px !important;
}

.m_t20 {
  margin-top: 20px !important;
}

.m_t25 {
  margin-top: 25px !important;
}

.m_t30 {
  margin-top: 30px !important;
}

.m_t40 {
  margin-top: 40px !important;
}

.m_t50 {
  margin-top: 50px !important;
}

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

.m_l0 {
  margin-left: 0px !important;
}

.m_l5 {
  margin-left: 5px !important;
}

.m_l10 {
  margin-left: 10px !important;
}

.m_l15 {
  margin-left: 15px !important;
}

.m_l20 {
  margin-left: 20px !important;
}

.m_l25 {
  margin-left: 25px !important;
}

.m_l30 {
  margin-left: 30px !important;
}

.m_r0 {
  margin-right: 0px !important;
}

.m_r5 {
  margin-right: 5px !important;
}

.m_r10 {
  margin-right: 10px !important;
}

.m_r15 {
  margin-right: 15px !important;
}

.m_r20 {
  margin-right: 20px !important;
}

.m_r25 {
  margin-right: 25px !important;
}

.m_r30 {
  margin-right: 30px !important;
}

.p_t0 {
  padding-top: 0px !important;
}

.p_t5 {
  padding-top: 5px !important;
}

.p_t10 {
  padding-top: 10px !important;
}

.p_t12 {
  padding-top: 12px !important;
}

.p_t15 {
  padding-top: 15px !important;
}

.p_t20 {
  padding-top: 20px !important;
}

.p_t25 {
  padding-top: 25px !important;
}

.p_t30 {
  padding-top: 30px !important;
}

.p_t40 {
  padding-top: 40px !important;
}

.p_t45 {
  padding-top: 45px !important;
}

.p_t50 {
  padding-top: 50px !important;
}

.p_b0 {
  padding-bottom: 0px !important;
}

.p_b5 {
  padding-bottom: 5px !important;
}

.p_b10 {
  padding-bottom: 10px !important;
}

.p_b15 {
  padding-bottom: 15px !important;
}

.p_b20 {
  padding-bottom: 20px !important;
}

.p_b25 {
  padding-bottom: 25px !important;
}

.p_b30 {
  padding-bottom: 30px !important;
}

.p_b35 {
  padding-bottom: 35px !important;
}

.p_b40 {
  padding-bottom: 40px !important;
}

.p_b45 {
  padding-bottom: 45px !important;
}

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

.p_l5 {
  padding-left: 5px !important;
}

.p_l10 {
  padding-left: 10px !important;
}

.p_l15 {
  padding-left: 15px !important;
}

.p_l20 {
  padding-left: 20px !important;
}

.p_l25 {
  padding-left: 25px !important;
}

.p_l30 {
  padding-left: 30px !important;
}

.p_r5 {
  padding-right: 5px !important;
}

.p_r10 {
  padding-right: 10px !important;
}

.p_r15 {
  padding-right: 15px !important;
}

.p_r20 {
  padding-right: 20px !important;
}

.p_r25 {
  padding-right: 25px !important;
}

.p_r30 {
  padding-right: 30px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_30 {
  padding: 30px !important;
}

.fw_b {
  font-weight: 900 !important;
}

.fw_n {
  font-weight: 700 !important;
}

.fc_red {
  color: #da0202 !important;
}

.lh_1 {
  line-height: 1 !important;
}

.fs_11 {
  font-size: 11px !important;
}

.fs_12 {
  font-size: 12px !important;
}

.fs_13 {
  font-size: 13px !important;
}

.fs_14 {
  font-size: 14px !important;
}

.fs_15 {
  font-size: 15px !important;
}

.fs_16 {
  font-size: 16px !important;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.fs_120p {
  font-size: 120% !important;
}

.fs_110p {
  font-size: 110% !important;
}

.fs_90p {
  font-size: 90% !important;
}

.fs_85p {
  font-size: 85% !important;
}

.fs_80p {
  font-size: 80% !important;
}

.bdr_none {
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
}

.bdr_gray01 {
  border: 1px solid #D4D4D4;
}

.bg_gray01 {
  background-color: #F8F8F8 !important;
}

.bg_none {
  background-image: none !important;
}

.js_link {
  cursor: pointer;
}

.dsp_b {
  display: block;
}

.dsp_ib {
  display: inline-block;
}

.dsp_n {
  display: none;
}

.opa_60 {
  opacity: 0.6;
}

.w_100p {
  width: 100% !important;
}

.sp_on {
  display: none !important;
}

.pc_on {
  display: revert !important;
}

/* ===================================================
  # コンテンツエリア
  =================================================== */
.cnt-area {
  width: 100%;
  padding: 30px 0 30px 0;
  box-sizing: border-box;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cnt-area {
    padding: 20px 20px 90px 20px;
  }
}
/* ===================================================
  # コンテンツボックス
  =================================================== */
.cnt-box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cnt-box {
    max-width: 100%;
  }
}

/* ===================================================
  #ボタン
  =================================================== */
.btn01 a {
  display: inline-block;
  background-color: #0A6E01;
  color: #fff !important;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
}
.btn01 a:hover {
  background-color: #0A6E01;
}
.btn01 a::after {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

/* ===================================================
  # 仮サイト
  =================================================== */
.wrapper {
  background-color: #F8F6EC;
  padding: 0 30px 10px 30px;
  box-sizing: border-box;
}

.header-box {
  padding: 30px 0 17px 3px;
}
.header-box .header-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-box .header-ttl .en {
  color: #0A6E01;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.56px;
  padding-left: 20px;
}

.main-box {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.main-box.aisatsu {
  border-radius: 8px;
  padding-top: 40px;
}
.main-box .photo {
  width: 100%;
  max-width: 1120px;
  height: 340px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.main-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-box .text-box {
  padding: 0 0px 20px 0px;
  margin: 0 30px 30px 30px;
  border-bottom: 1px dashed #b6b6b6;
}
.main-box .text-box:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}
.main-box .text-box p {
  margin-bottom: 15px;
}
.main-box .text-box .ttl01 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #0A6E01;
  margin-bottom: 20px;
  padding: 3px 0 3px 10px;
  border-left: 4px solid #0A6E01;
}
.main-box .text-box .ttl02 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative; /* 疑似要素の位置調整のために必要 */
  padding-left: 1em; /* ●ぶんのスペース確保 */
  color: #c86400;
}
.main-box .text-box .ttl02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em; /* 縦位置調整（必要に応じて調整してね） */
  width: 0.6em;
  height: 0.6em;
  background-color: #d68f00;
  border-radius: 50%;
}

.footer-area {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    background-color: #F8F6EC;
    padding: 0 15px 10px 15px;
    box-sizing: border-box;
  }
  .header-box {
    padding: 20px 0 17px 2px;
  }
  .header-box .header-ttl {
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .header-box .header-ttl .en {
    color: #0A6E01;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.56px;
    padding-left: 0px;
    display: block;
    padding-top: 10px;
  }
  .main-box {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
  }
  .main-box .photo {
    width: 100%;
    max-width: 1120px;
    height: 150px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .main-box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-box .text-box {
    padding: 0 0px 20px 0px;
    margin: 0 15px 30px 15px;
    border-bottom: 1px dashed #b6b6b6;
  }
  .main-box .text-box:last-child {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .main-box .text-box p {
    margin-bottom: 15px;
  }
  .main-box .text-box .ttl01 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #0A6E01;
    margin-bottom: 20px;
    padding: 3px 0 3px 10px;
    border-left: 4px solid #0A6E01;
  }
  .main-box .text-box .ttl02 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    position: relative; /* 疑似要素の位置調整のために必要 */
    padding-left: 1em; /* ●ぶんのスペース確保 */
    color: #c86400;
  }
  .main-box .text-box .ttl02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42em; /* 縦位置調整（必要に応じて調整してね） */
    width: 0.6em;
    height: 0.6em;
    background-color: #d68f00;
    border-radius: 50%;
  }
  .footer-area {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
  }
}
.cm-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cm-dl dt,
.cm-dl dd {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 0 8px 0;
  line-height: 1.3;
}
.cm-dl dt {
  display: flex;
  align-items: center;
  width: 160px;
  font-weight: 700;
}
.cm-dl dd {
  display: flex;
  align-items: center;
  width: 70%;
}
@media (max-width: 768px) {
  .cm-dl dt,
  .cm-dl dd {
    width: 100%;
    padding: 0px 0 16px 0;
  }
  .cm-dl dt {
    padding: 0px 0 5px 0;
  }
}

.img-box {
  max-width: 920px;
}
.img-box img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .map-box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9の比率。必要なら変えられる */
    height: 0;
    overflow: hidden;
  }
  .map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
