@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;
  transition: .6s;
  text-underline-offset: 4px; /*下線位置調整*/
}
a:hover {
  transition: .6s;
  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: var(--gray-dark);
}
:-ms-input-placeholder {
  color: var(--gray-dark);
}
::-ms-input-placeholder {
  color: var(--gray-dark);
}
select {
  appearance: none;
  padding-right: 3em;
}
/* ラジオとチェックボックスの外観をリセットして、iOSでの外観を維持 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/** Edge、IEでオーバーフローを表示. */
button, input {
  overflow: visible;
}
/* Edge, Firefox, and IEのテキスト変換の継承を削除 */
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およびIEでのテキストの折り返し修正 */
  max-width: 100%; /* EdgeおよびIEでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* EdgeおよびIEでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* IEのデフォルトの垂直スクロールバーを削除. */
textarea {
  overflow: auto;
}
/* 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とIEでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、IE +、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/* IEで正しいディスプレイを追加. */
template, [hidden] {
  display: none;
}
/*　リセットcss終了　*/

/* ============================================ */
body {
  color: var(--black);
  font-size: 1.6em;
  font-size: calc(1.6rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (18 - 16) / (1920 - 960)));
  font-family: 'NotoSans', 'Noto Sans JP', "Helvetica Neue", helvetica, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  background: var(--white);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
main {
  padding-top: 4rem;
/*  text-align: justify;*/
}
main p {
  line-height: 2;
}
main dl, main li {
  line-height: 1.75;
}
img {
  width: 100%;
  height: auto;
}
/*
main table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--gray);
  line-height: 1.5;
}
main th, main td {
  padding: 1em;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  text-align: left;
  vertical-align: baseline;
}
main th:first-child, main td:first-child {
  border-left: 1px solid var(--gray);
}
main thead tr th {
  background: var(--gray);
  text-align: center;
  font-weight: bold;
}
*/
@media screen and (min-width: 1921px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.6rem;
  }
  main {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  main p {
    line-height: 1.8;
  }
/*
  main table {
    border-collapse: separate;
  }
  main th, main td {
    padding: .5em;
  }
*/
  .sp-noborder {
    border-left: none !important;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.logo_site {
  width: 20%;
  max-width: 250px;
  height: 100%;
  z-index: 110;
  position: relative;
}
.logo_site a,
.logo_daicel a {
  width: 100%;
  height: 100%;
  padding: 0 15%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.logo_daicel {
  width: 40%;
  height: 100%;
  max-width: 160px;
}
.logo_daicel a {
  padding: 0 20%;
}
.logo_site a:hover img,
.logo_daicel a:hover img {
  opacity: .6;
}

/* PC-header */
/* ============================================ */
@media screen and (min-width: 960px) {
  header {
    width: calc(100% - 12vw);
    max-width: 1500px;
    height: 8rem;
    color: #00622e;
    font-weight: bold;
    background-color: #def7ec;
    transition: all 0.3s ease;
    top: 0;
    z-index: 100;
    margin: auto;
  }
  header.active {
/*
    height: 6rem;
    position: sticky;
    top: 0;
*/
  }
  .wrap-g-nav {
		width: 80%;
    height: 100%;
		margin-left: 1rem;
    display: flex;
    justify-content: space-between;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
  header.active .header-inner {
/*    top: -4rem;*/
  }
  /* PC-メニュー表示 
----------------------------------------*/
  .btn-g-nav {
    display: none;
  }
  .g-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
		width: 55%;
  }
  .g-nav {
    display: flex;
    height: 100%;
    transition: all 0.3s ease;
  }
  .g-nav > li a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.25em;
    position: relative;
  }
  .wrap-g-nav-sub {
    display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 45%;
  }
  .wrap-g-nav-sub > ul {
    display: flex;
		font-weight: normal;
		height: 100%;
  }
  .mail a, .global {
    position: relative;
  }
	.g-nav > li a:hover,
  .mail a:hover, .global:hover, .global:has(details[open]) {
    position: relative;
    color: #333;
  }
	.g-nav > li a::after,
  .mail a::after, .global::after, .global::after {
    content: '';
    width: 100%;
    height: 0;
    background-color: var(--green);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
  }
	.g-nav > li a:hover::after,
  .mail a:hover::after, .global:hover::after, .global:has(details[open])::after {
    height: 8px;
 }
  .mail a:hover svg .cls-1, .global:hover svg .cls-1, .global:has(details[open]) svg .cls-1 {
    fill: #333;
		transition: .3s;
  }
.mail,
.global {
  width: 83px;
  font-size: 1.2rem;
  text-align: center;
}
.mail a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
	padding: 20% 0;
}
.mail svg {
  width: 24px;
  height: 16px;
  display: block;
  margin: auto
}
.global svg {
  width: 23px;
  height: 23px;
  display: block;
  margin: auto;
}
.global details {
	height: 100%;
}
.nav-accordion_summary {
	height: 100%;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor : pointer;
	padding: 20% 0;
}
header.active	.mail a,
header.active	.nav-accordion_summary {
/*	padding: 10% 0;*/
	}
.nav-accordion_detail a {
	font-size: 1.4rem;
	display: block;
	padding: .75em 0;
	color: #fff;
	background-color: var(--green);
}
.nav-accordion_detail a:hover {
	background-color: #009b1a;
}
.global_sp {
	display: none;
}
}
/* SP-header */
/* ============================================ */
@media screen and (max-width: 959px) {
  header {
    height: 50px;
  }
  header .pc-only {
    display: none;
  }
  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 1em - 1em);
  }
  .logo_site a {
    padding: 0;
  }
  /* SP-ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
    background: var(--black);
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
    z-index: 1500;
    transition: .3s;
  }
  .btn-g-nav:hover {
    background: var(--green);
  }
  .btn-g-nav.active .btn-g-nav_line {
    background-color: transparent;
  }
  .btn-g-nav.active .btn-g-nav_line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .btn-g-nav.active .btn-g-nav_line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .btn-g-nav_line {
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    background-color: var(--white);
    transition: all 0.3s ease;
  }
  .btn-g-nav_line:before, .btn-g-nav_line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--white);
    transition: inherit;
  }
  .btn-g-nav_line:before {
    top: -8px;
  }
  .btn-g-nav_line:after {
    top: 8px;
  }
  .btn-g-nav_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .btn-g-nav_text::before {
    content: 'メニュー';
    color: var(--white);
    position: absolute;
    width: 50px;
    right: 0;
    bottom: .5em;
    font-size: 1rem;
    text-align: center;
  }
  /* SP-メニュー表示 
----------------------------------------*/
  .logo_site {
    width: 55%;
    max-width: 150px;
  }
  .logo_daicel {
		background: var(--white);
    max-width: 200px;
    width: 100%;
    padding: 1em 2em;
    margin: 0 auto;
		height: auto;
  }
  .wrap-g-nav {
    background-color: #def7ec;
    position: fixed;
    padding: 7rem 0;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.6s ease;
    z-index: 200;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
  }
  .wrap-g-nav.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    padding: 5rem 1rem;
  }
  .g-nav, .lang-nav {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
  }
  .wrap-g-nav-sub {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .mail, .global {
    width: 100%;
  }
	.global {
		max-width: 24rem;
		margin: auto;
	}
  .g-nav > li, .wrap-g-nav-sub ul > li {
    padding: 1em 0;
    margin-bottom: 2px;
		text-align: center;
	}
  .g-nav > li a, .wrap-g-nav-sub ul > li > a {
    color: var(--green);
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
		padding: .5em;
  }
  .g-nav > li a:hover, .wrap-g-nav-sub li a:hover, .global .nav-accordion_detail li a {
    color: var(--black);
  }
  .wrap-g-nav-sub ul > li svg {
    display: none;
  }
  .global .nav-accordion {
    display: none;
  }
  .global_sp {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
  }
  .global_sp li {
    width: 48%;
  }
  ul.global_sp li a {
		font-size: .85em;
		font-weight: normal;
    width: 100%;
    padding: .5em;
  }
	  ul.global_sp li:first-child a {
			color: var(--black);
			pointer-events: none;
	}
}
/* フッター領域 */
/* ============================================ */
footer {
  padding: 40px 0;
}
footer .logo_site {
  max-width: 223px;
  margin: 60px auto 1.25em;
}
.footer-inner {
  width: calc(100% - 4vw);
  max-width: var(--con-l);
  margin: 0 auto;
}
.footer-inner ul a {
  border-bottom: 1px solid rgb(255, 255, 255, 0);
  font-size: 1.4rem;
  margin: 0 1em;
  padding: 0 4px;
}
.footer-inner ul a:hover {
  color: var(--green);
  border-bottom: 1px solid var(--green);
}
@media screen and (max-width: 959px) {
  footer {
    position: relative;
    z-index: 0;
  }
  .footer-inner {
  }
  .footer-inner ul li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  footer .logo_site {
    max-width: 120px;
    z-index: 0;
  }
  footer .copy {
    font-size: 1rem;
  }
}
@media screen and (min-width: 798px) {
  .footer-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-inner ul li {
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
    margin-left: -1px;
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner ul {
    text-align: center;
  }
  .footer-inner ul a {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
}
footer .copy {
  font-size: 1.2rem;
  text-align: center;
}
/* コンテンツ領域 */
/* ============================================ */
main > section {}
.wrap-con {
  margin-top: 120px;
}
.con-inner-l, .con-inner-m, .con-inner-s, .con-inner-xs {
  width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
}
.con-inner-l {
  max-width: var(--con-l);
}
.con-inner-m {
  max-width: var(--con-m);
}
.con-inner-s {
  max-width: var(--con-s);
}
.con-inner-xs {
  max-width: var(--con-xs);
}
.heading-page + .con-inner {
  min-height: 30vh;
  position: relative;
}
main > section > .con-inner section:not(:last-child) {
  margin-bottom: 100px;
}
main > section > .con-inner > section > section:not(:last-child) {
  margin-bottom: 80px;
}
.wrap-bread {
  background: #def7ec;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 100px;
  padding: 1em 2vw;
  display: flex;
  justify-content: center;
}
.wrap-bread ul {
  max-width: var(--con-l);
  width: 100%;
  display: inline-block;
}
.wrap-bread ul li {
  position: relative;
  display: inline;
}
.wrap-bread ul li:not(:last-child)::after {
  content: '｜';
  display: inline-block;
  margin: 0 .75em;
}
.wrap-bread ul li a {
  color: var(--green);
  border-bottom: 1px solid rgb(51, 51, 51, 0);
}
.wrap-bread ul li a:hover {
  color: var(--black);
  border-bottom: 1px solid rgb(51, 51, 51, 1);
}
@media screen and (max-width: 767px) {
  .wrap-con {
    margin-top: 100px;
  }
  main > section > .con-inner section:not(:last-child) {
    margin-bottom: 80px;
  }
  main > section > .con-inner > section > section:not(:last-child) {
    margin-bottom: 60px;
  }
  .wrap-bread {
    margin-top: 60px;
  }
  .wrap-bread ul {
    display: inline-block;
    font-size: 1.3rem;
  }
  .wrap-bread ul li {
    display: inline;
  }
}
/*　アニメーション　*/
/* ============================================ */
/* 表示されているスライドのテキスト */
.wrap-anime {
  opacity: 0;
}
.active.wrap-fadein-scale {
  animation-delay: .2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInScale;
  opacity: 1;
}
/* アニメーション */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(1.15);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.wrap-fadein-under {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUnder;
  opacity: 1;
}
.wrap-fadein-under2 {
  animation-delay: .4s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUnder;
  opacity: 1;
}
/* アニメーション */
@keyframes fadeInUnder {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* テキスト */
/* ============================================ */
.heading-page {
  font-size: 2.4em;
	font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 150, 106, 0.85) 0%, rgba(0, 120, 170, 0.85) 100%);
  padding: 10rem 0 6rem;
  margin-bottom: 100px;
  position: relative;
	z-index: 10;
}
.heading-page::before {
  content: "";
	background-image: conic-gradient(rgba(0, 0, 0, .15) 0deg 90deg, rgba(0, 0, 0, 0) 90deg 180deg, rgba(0, 0, 0, .15) 180deg 270deg, rgba(0, 0, 0, 0) 270deg 360deg);
    background-size: 4px 4px;
	width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
   z-index: -1;
}
.heading-1 {
  font-size: 2em;
  font-weight: 500;
	border-left: 8px solid var(--light-green);
/*	color: var(--green);*/
  line-height: 1.4;
  padding-left: .75em;
  margin-bottom: 1em;
  position: relative;
}
.heading-1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: rgba(var(--light-green-rgb), .3);
}
.heading-1 span {
/*
  color: #6fcf66;
  font-size: .8em;
  margin-left: .5em;
  font-weight: 600;
  position: relative;
  z-index: 2;
*/
}
.heading-2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}
.heading-3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .75em;
  line-height: 1.4;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
  .font-s, figcaption {
    font-size: .85em;
  }
@media screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
  .heading-page {
    font-size: 2em;
    padding: 7rem 0 6rem;
    margin-bottom: 60px;
  }
  .heading-1 {
    font-size: 2.4rem;
	border-left: 6px solid var(--light-green);
  }
	.heading-1::before {
		width: 6px;
	}
  .heading-2 {
    font-size: 1.8rem;
  }
  .heading-3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .heading-page {
    margin-bottom: 30px;
  }
  .heading-page {
    padding: 5rem 0 4rem;
  }
  .heading-1 {
  }
  .heading-1::before {
  }
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@font-face {
  font-family: 'iconset';
  src:
    url('../fonts/iconset.ttf?olw93l') format('truetype'), url('../fonts/iconset.woff?olw93l') format('woff'), url('../fonts/iconset.svg?olw93l#iconset') format('svg');
  font-weight: normal !important;
  font-style: normal;
  font-display: block;
}
[class*="icon-"]::after, main a[target="_blank"]::after, [class*="icon-"]::before, main a[href^="#anc-"]::before, main a[href*=".pdf"]::after, main a[href*=".docx"]::after, main a[href*=".doc"]::after, main a[href*=".xlsx"]::after, main a[href*=".xls"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: none !important;
  vertical-align: middle;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-blank::after {
  content: "\e900";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.icon-file::after {
  content: "\e901";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.icon-link::after {
  content: "\e902";
  font-size: .9em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.icon-up::after {
  content: "\e903";
  font-size: .9em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.icon-down::after {
  content: "\e904";
  font-size: .9em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.wrap-btn > .icon-lang::after, .wrap-btn > .icon-blank::after, .wrap-btn > .icon-link::after, .wrap-btn > .icon-up::after, .wrap-btn > .icon-down::after, .wrap-btn > .icon-file::after {
  color: var(--green);
  position: absolute;
  right: .5em;
  margin: auto;
}
.wrap-btn > .icon-lang:hover::after, .wrap-btn > .icon-blank:hover::after, .wrap-btn > .icon-link:hover::after, .wrap-btn > .icon-up:hover::after, .wrap-btn > .icon-down:hover::after, .wrap-btn > .icon-file:hover::after {
  color: var(--white);
}
/*テキストリンク*/
.link-text {
  color: var(--green);
  text-decoration: underline;
  position: relative;
}
.link-text:hover {
  color: var(--black);
  text-decoration: underline;
}
/*リンクボタン*/
.wrap-btn {
  margin-top: .25em !important;
  margin-bottom: .25em !important;
}
.wrap-btn.back {
  max-width: 360px;
  margin: 100px auto 0 !important;
}
.wrap-btn.row1, .wrap-btn.form {
  max-width: 360px;
  width: 46%;
  margin: auto;
}
.wrap-btn.form .link-btn {
  padding: .5em 1.25em !important;
  text-align: center;
  font-size: 1.125em;
}
.link-btn {
  align-items: center;
  background: var(--white);
  font-weight: bold;
  display: flex;
  padding: .5em 2.5em .5em 1em !important;
  position: relative;
  line-height: 1.3;
  min-height: 60px;
}
.link-btn::before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--green);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}
.link-btn > span {
  z-index: 1;
}
.link-btn:hover {
  color: var(--white);
  text-decoration: none;
}
.link-btn:hover::before {
  height: 100%;
}
/*アンカーリンク*/
.link-anc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
.link-anc a {
  padding: 1em 1.5em;
  margin-left: .5em;
  position: relative;
  display: block;
}
.link-anc a::before {
  content: '';
  background: var(--green);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .3s;
}
.link-anc a:hover::before {
  background: var(--light-green);
  height: 100%;
}
.link-anc a > span {
  z-index: 1;
  padding-right: 1em;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .link-btn:not(.large) {
    min-height: 60px;
  }
  .wrap-btn.back {
    margin: 80px auto 0 !important;
    width: 80%;
  }
  .wrap-btn.row1, .wrap-btn.form {
    width: 80%;
  }
}

/* リンクボタン */
/* ============================================ */
.btn-link01 {
  color: #fff;
  background-color: #1c7045;
  min-width: 6em;
  max-width: 360px;
  width: 100%;
  line-height: 1.5;
  padding: 1em 3em 1em 2.5em;
  text-align: center;
  background-color: #1c7045;
  position: relative;
  transition: .3s;
}
.btn-link01::before {
  content: '';
  width: .6em;
  height: .6em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc((100% - .5em) / 2);
  right: 20px;
  transition: .3s;
}

@media (any-hover: hover) {
  .btn-link01:hover {
    background-color: #009b1a;
    transition: .3s;
  }
  .btn-link01:hover::before {
    right: 10px;
    transition: .3s;
  }
}

/* レイアウト　中央 */
.l-center {
  display: flex;
  justify-content: center;
}

/* リスト */
/* ============================================ */
.wrap-con ul, .wrap-con ol {
  line-height: 1.6;
}
.wrap-con li > ul, .wrap-con li > ol {
  margin-top: .75em;
}
ol {
  counter-reset: item;
}
.wrap-con ol > li:not(:last-child), .wrap-con ul > li:not(:last-child) {
  margin-bottom: .25em;
}
.wrap-con ol li > ul > li:not(:last-child), .wrap-con ol li > ol > li:not(:last-child), .wrap-con ul li > ul > li:not(:last-child), .wrap-con ul li > ol > li:not(:last-child) {
  margin-bottom: .5em;
}
[class^="list-"] li:not(:last-child) {
  margin-bottom: 1em;
}
ol.list-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.25em;
}
ol.list-num > li:before {
  position: absolute;
  left: 0;
  content: counter(item);
}
ol.list-brackets > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.25em;
}
ol.list-brackets > li:before {
  position: absolute;
  left: -.5em;
  content: "（"counter(item) "）";
}
ol.list-notes-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
}
ol.list-notes-num > li:before {
  position: absolute;
  left: 0;
  content: "※"counter(item) " ";
}
.list-notes > li {
  position: relative;
  padding-left: 1.5em;
}
.list-notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot > li {
  position: relative;
  padding-left: 1.25em;
}
.list-dot > li::before {
  content: '';
  border-radius: 50%;
  width: .6em;
  height: .6em;
  display: inline-block;
  background: var(--dark);
  position: absolute;
  top: .5em;
  left: .15em;
}
.list-dot.green > li::before {
  background: var(--green);
}
.item-dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--dark);
}
.item-dl dt {
  width: 12em;
  background: var(--gray-dark);
  padding: 1em;
}
.item-dl dd {
  width: calc(100% - 13.5em);
  padding: 1em 0;
  position: relative;
}
.item-dl dd::after {
  content: '';
  border-bottom: 1px solid var(--dark);
  position: absolute;
  bottom: 0;
  left: -13.5em;
  width: calc(100% + 13.5em);
}
.item-dl.item-dl-documents dt {
  width: 21em;
}
.item-dl.item-dl-documents dd {
  width: calc(100% - 22.5em);
  padding: 1em 0;
  position: relative;
}
.item-dl.item-dl-documents dd::after {
  content: '';
  border-bottom: 1px solid var(--dark);
  position: absolute;
  bottom: 0;
  left: -22.5em;
  width: calc(100% + 22.5em);
}
@media screen and (max-width: 959px) {
  .item-dl {
    border-top: none;
  }
  .item-dl dt {
    width: 100%;
    border-top: 1px solid var(--gray);
    font-weight: bold;
    padding: .25em .5em;
  }
  .item-dl dd {
    width: 100%;
    padding: .5em 0 1em;
  }
  .item-dl dd:last-child {
    padding-bottom: 0;
  }
  .item-dl dd::after {
    width: 0;
  }
  .item-dl.item-dl-documents dt {
    width: 100%;
    border-top: 1px solid var(--gray);
    font-weight: bold;
    padding: .25em .5em;
  }
  .item-dl.item-dl-documents dd {
    width: 100%;
    padding: .5em 0 1em;
  }
  .item-dl.item-dl-documents dd::after {
    width: 0;
  }
}
/* ページトップボタン */
/* ============================================ */
.btn-pagetop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: none;
  z-index: 10;
}
.link-pagetop {
  display: block;
  width: 60px;
  height: 60px;
  background: var(--white);
  border: 1px solid var(--green);
  color: var(--green);
	border-radius: .5em 0;
}
.link-pagetop:hover {
  background: var(--green);
  border: 1px solid var(--green);
  color: var(--white);
	border-radius: 0;
}
.link-pagetop:after {
  position: absolute;
  content: "\e905";
  font-family: 'iconset' !important;
  font-size: 1.5em;
  top: calc(50% - .5em);
  left: calc(50% - .5em);
  display: block;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 959px) {
  .btn-pagetop {
    right: .25em;
  }
  .link-pagetop {
    width: 50px;
    height: 50px;
  }
}
/* PC・SPの表示・非表示　 */
@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp-s-only {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }
  .sp-scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .pc-s-only {
    display: none;
  }
  .sp-s-scroll {
    overflow-x: auto;
  }
}
.max-360 {
  max-width: 36rem;
}
.max-460 {
  max-width: 46rem;
}
.max-600 {
  max-width: 60rem;
}
.max-800 {
  max-width: 80rem;
}
.width-100 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
.width-85 {
  width: 85%;
}
.width-80 {
  width: 80%;
}
.width-75 {
  width: 75%;
}
.width-70 {
  width: 70%;
}
.width-65 {
  width: 65%;
}
.width-60 {
  width: 60%;
}
.width-55 {
  width: 55%;
}
.width-50 {
  width: 50%;
}
.width-45 {
  width: 45%;
}
.width-40 {
  width: 40%;
}
.width-35 {
  width: 35%;
}
.width-25 {
  width: 25%;
}
.width-20 {
  width: 20%;
}
.width-15 {
  width: 15%;
}
.width-10 {
  width: 10%;
}
.width-1w {
  width: 1em;
}
.width-2w {
  width: 2em;
}
.width-3w {
  width: 3em;
}
.width-4w {
  width: 4em;
}
.width-5w {
  width: 5em;
}
.width-6w {
  width: 6em;
}
.width-7w {
  width: 7em;
}
.width-8w {
  width: 8em;
}
.width-9w {
  width: 9em;
}
.width-10w {
  width: 10em;
}
/* フォーム */
/* ============================================ */
form button {
  padding: .5em;
  background: var(--gray);
}
input, select, textarea {
  border: 1px solid var(--gray-dark);
  padding: .5em .75em;
}
form [type="submit"], form [type="submit"]:hover {
  transition: .6s;
}
.wrap-select {
  display: inline;
  position: relative;
}
.wrap-select::after {
  content: '';
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  display: inline-block;
  width: .6em;
  height: .6em;
}
/* margin/padding */
/* ============================================ */
.mt-0 {
  margin-top: 0 !important;
}
.mt-05 {
  margin-top: .5em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !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;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1em !important;
}
.ml-2 {
  margin-left: 2em !important;
}
.ml-3 {
  margin-left: 3em !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1em !important;
}
.mr-2 {
  margin-right: 2em !important;
}
.mr-3 {
  margin-right: 3em !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-05 {
  padding-top: .5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-4 {
  padding-top: 4em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-05 {
  padding-bottom: .5em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-4 {
  padding-bottom: 4em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 1em !important;
}
.pl-2 {
  padding-left: 2em !important;
}
.pl-3 {
  padding-left: 3em !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1em !important;
}
.pr-2 {
  padding-right: 2em !important;
}
.pr-3 {
  padding-right: 3em !important;
}
/*　各種変数　*/
/* ============================================ */ :root {
  --white: #fff;
  --white-rgb: 256, 256, 256;
  --black: #333;
  --black-rgb: 0, 0, 0;
  --dark: #666;
  --gray-dark: #999;
  --gray: #ccc;
  --green: #00622e;
  --green-rgb: 0, 98, 46;
  --light-green: #009b1a;
  --light-green-rgb: 0, 155, 26;
  --con-l: 150rem;
  --con-m: 120rem;
  --con-s: 100rem;
  --con-xs: 80rem;
}
/* print CSS*/
/* ============================================ */
@media print {
  body {
    width: 130rem;
    /*    zoom: 0.8;*/
    -webkit-print-color-adjust: exact;
  }
  header {
    position: relative;
  }
  .btn-pagetop {
    display: none;
  }
}