@charset "UTF-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 上記css改変ver 2020 */
/* ============================================ */
/* リセット */
/* ============================================ */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズ調整 */
  -webkit-tap-highlight-color: transparent; /* iOSリンクの灰色*/
  font-size: 62.5%;
  word-wrap: break-word;
}
body, p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
main {
  display: block;
}
/* リセット-見出し */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* リセット-テキスト関連 */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px !important;
}
a:hover {
  transition: .3s;
  text-decoration-color: transparent;
}
abbr[title] {
  border-bottom: none; /* Chromeの下枠削除 */
  text-decoration: underline; /* テキスト装飾を追加 */
  text-decoration: underline dotted; /* テキスト装飾を追加 */
}
strong {
  font-weight: bold;
}
code, kbd, samp {
  font-family: monospace, monospace; /* ブラウザでフォントサイズの継承とスケーリングを修正 */
  font-size: inherit; /* ブラウザで奇数の `em`フォントサイズを修正 */
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* リセット-リスト */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
/* リセット-フォーム */
/* ============================================ */
button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
::placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::-ms-input-placeholder {
  color: #aaa;
}
/* ラジオとチェックボックスの外観をリセットして、iOSでの外観を維持 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/** Edgeでオーバーフローを表示. */
button, input {
  overflow: visible;
}
/* Edge, Firefox, and のテキスト変換の継承を削除 */
button, select {
  text-transform: none;
}
/* iOSおよびSafariのクリッカブルタイプの設定 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/* Firefox：内側の境界線とパディングを削除 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* フォーカススタイルを復元 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* フォーカススタイルを復元 */
select::-ms-expand {
  display: none;
}
/* パディングリセット */
option {
  padding: 0;
}
/* 非表示にリセット */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
  display: table; /* Edgeでのテキストの折り返し修正 */
  max-width: 100%; /* Edgeでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* Edgeでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* Chromeの増分ボタンと減分ボタンのカーソルスタイルを修正 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* Safariのアウトラインスタイルを修正 */
}
/* macOSのChromeとSafariの内側のパディングを削除 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* iOSおよびSafariのクリッカブルタイプの設定 */
  font: inherit; /* Safariでフォントのプロパティを「継承」に変更 */
}
label[for] {
  cursor: pointer;
}
/* リセット-テーブル */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  padding: 0;
  font-weight: normal;
}
caption {
  text-align: left;
}
hr {
  box-sizing: content-box; /* Firefoxで正しいボックスサイズ */
  height: 0; /* Firefoxで正しいボックスサイズ */
  overflow: visible; /* Edgeでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
img {
  border-style: none;
  vertical-align: bottom;
}
a:hover img {
  transition: .3s;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
em {
  font-style: normal;
  display: inline-block;
}
/* Edge、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}

/*　destyle.css終了　*/
/* ============================================ */
body {
  font-size: 1.8em;
  font-family: "メイリオ", Meiryo, "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  /*	font-feature-settings: "palt", "pkna";*/
  text-align: justify;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 960px;
}

main {
  position: relative;
  line-height: 1.8;
  color: #333;
  margin-top: 80px;
}
img {
  width: 100%;
  height: auto;
}
main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.3;
}
main th, main td {
  padding: .75em 1em;
  border: 1px solid #333;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
p:not(:last-child) {
  margin-bottom: 1em;
}


/* ============================================ */
/* header */
/* ============================================ */
header {
  width: 100%;
  height: 80px;
  min-width: 960px;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
header > article {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
header .logo {
  width: 150px;
  margin: 0 2rem 0 0;
}
header .logo a {
  display: inline-block;
  padding: 2rem;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-right: 1.5rem;
}
header nav ul li a {
  font-size: 1.6rem;
  display: inline-block;
  padding: .5rem;
  transition: .3s;
}
header nav ul li a:hover {
  color: var(--link_color);
}

/* ============================================ */
/* footer */
/* ============================================ */
footer {
/*  background-image: linear-gradient(0deg, rgba(38, 141, 55, 1) 10%, rgba(38, 141, 55, 0));*/
  background-color: var(--main_color);
  padding: 2em 0;
  margin-top: 12rem;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

/* ============================================ */
/* heading text類 */
/* ============================================ */
.heading-1 {
  font-size: 3.2rem;
  color: var(--main_color);
  font-weight: bold;
  padding-bottom: .25em;
  margin-bottom: 1.4em;
  text-align: center;
  position: relative;
}
.heading-1::before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: var(--main_color);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.heading-2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: .5em;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.heading-2 span {
  color: var(--red);
}
.heading-2:has(.num) {
  padding-left: 1em;
  position: relative;
}
.heading-2 .num {
  font-size: 1.2em;
  position: absolute;
  top: -5px;
  left: 0;
}
.heading-3 {
  font-size: 2.2rem;
  color: #268d37;
  font-weight: bold;
  border-bottom: 2px solid #268d37;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.mincyo {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.lead {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8rem !important;
}
.font-l {
  font-size: 2.4rem;
}
.green {
  color: var(--main_color);
}
.bold {
  font-weight: bold;
}

/* ============================================ */
/* レイアウト */
/* ============================================ */
.wrap {
  width: calc(100% - 4rem);
  max-width: 1400px;
  margin: auto;
}
.container_inner:not(:last-of-type) {
  margin-bottom: 12rem;
}
.container_inner > section:not(:last-of-type) {
  margin-bottom: 8rem;
}
.container_inner div:not(:last-of-type) {
  margin-bottom: 6rem;
}
.container_inner section > section:not(:last-of-type) {
  margin-bottom: 6rem;
}

/* flex */
/* ============================================ */
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.flex section {
  margin-bottom: 0 !important;
}
.col-3 .fl1 {
  width: calc((100% - 8rem) / 3);
}
.col-3 .fl1 div:has(img) + h3 {
  margin-top: 2rem;
}
.col-3 .fl1 h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
.col-3 .fl1 h3:not(.box_01_ttl) {
  margin-bottom: .5em;
}
.col-2 .fl1 {
  width: calc((100% - 4rem) / 2);
}
.col-2 .fl3-1 {
  width: calc((100% - 8rem) / 3);
}
.col-2 .fl3-2 {
   width: calc((100% - 8rem) / 3 * 2 + 4rem);
}
.col-2 .fl4-1 {
  width: calc((100% - 12rem) / 2);
}

/* width height */
/* ============================================ */
.w-1000 {
  width: calc(100% - 4rem);
  max-width: 1000px;
  margin: auto;
}

/* magin */
/* ============================================ */
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05 {
  margin-bottom: .5em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}

/* 変数*/
/* ============================================ */ :root {
/*
  --red: #e43751;
  --red-rgb: 228, 55, 81;
  --blue: #4977bc;
  --blue-rgb: 73, 119, 188;
  --night: #092237;
  --night-rgb: 18, 136, 255;
  --brown: #a2dae1;
  --brown-rgb: 162, 218, 225;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --gray-3: #333;
  --gray-6: #666;
  --gray-9: #999;
  --gray-c: #ccc;
  --gray-e: #eee;
*/
  --con-l: 150rem;
  --con-m: 120rem;
  --con-s: 100rem;
  --con-xs: 80rem;
  /*  --base_color: #;*/
  --main_color: #268d37;
  --link_color: #bc090f;
  --red: #bc090f;
}