@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
Robotoフォント設定
300：Book
400：Regular
700：Bold（デフォルト）
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	background: $baseColor01;
*/
/*////////////////////////////////////////////////////

    リセット

////////////////////////////////////////////////////*/
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, button,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html, body {
  width: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  vertical-align: middle;
}

caption {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: top;
  zoom: 1;
}

button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*////////////////////////////////////////////////////

  フォント・文字サイズ設定

////////////////////////////////////////////////////*/
html {
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.__fixed {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  /*font size自動調整をきる*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  background: #fff 0 0 repeat;
  overflow-x: hidden;
}
body.__fixed {
  overflow: hidden !important;
  height: 100% !important;
}
body:before, body:after {
  opacity: 0;
  content: "";
  pointer-events: none;
  position: fixed;
}
body.disable-js:before {
  opacity: 1;
}

/*////////////////////////////////////////////////////

  Rondomark追加CSS

////////////////////////////////////////////////////*/
html {
  font-size: 10px;
  /* SP */
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 9px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 8.5px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 8px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1279px) {
  html {
    font-size: 7.5px;
  }
}
@media screen and (min-width: 428px) and (max-width: 640px) {
  html { /* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
    font-size: 11.4px;
  }
}
@media screen and (min-width: 414px) and (max-width: 427px) {
  html { /* SP： 414px から 427pxの間 ※iPhone6 Plus・6s Plus・7 Plus・8 Plus・XR・11・XS Max・11 Pro Max */
    font-size: 11px;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html { /* SP： 375px から 413pxの間 ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */ /* 基本 */
    font-size: 10px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html { /* SP： 360px から 374pxの間 ※小さめAndroid */
    font-size: 9.6px;
  }
}
@media screen and (max-width: 359px) {
  html { /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 8.5px;
  }
}

/*////////////////////////////////////////////////////

  MT記事用

////////////////////////////////////////////////////*/
@media print, screen and (min-width: 641px) {
  .editor {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .editor {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor p {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .editor p {
    margin-bottom: 0.5rem;
  }
}
.editor strong {
  font-weight: bold;
}
.editor ul:nth-child(n+2) {
  margin-top: 1em;
}
.editor ul > li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .editor ul > li {
    padding-left: 15px;
  }
}
.editor ul > li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
.editor ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 100%;
  background-color: #28956E;
  width: 8px;
  height: 8px;
  top: 10px;
}
@media screen and (max-width: 640px) {
  .editor ul > li:before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
.editor ul > li > ul, .editor ul > li > ol {
  margin-top: 0.5em;
}
.editor ol {
  counter-reset: item;
}
.editor ol:nth-child(n+2) {
  margin-top: 1em;
}
.editor ol > li {
  position: relative;
  padding-left: 2em;
}
.editor ol > li:before {
  color: #28956E;
  counter-increment: item;
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.editor ol > li:nth-of-type(9) ~ li:before {
  content: counter(item) ".";
}
.editor ol > li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
.editor ol > li > ul, .editor ol > li > ol {
  margin-top: 0.5em;
}
.editor a {
  text-decoration: underline;
  color: #00D18B;
  display: inline-block;
  position: relative;
  word-break: break-all;
  margin-right: 5px;
  transition: color 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
@media print, screen and (min-width: 641px) {
  .editor a {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor a {
    padding-right: 2rem;
  }
}
.editor a::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  .editor a::before {
    border: 5px solid transparent;
    border-left: 8px solid #00D18B;
  }
}
@media screen and (max-width: 640px) {
  .editor a::before {
    border: 4px solid transparent;
    border-left: 6px solid #00D18B;
  }
}
.no-touchevents .editor a:hover {
  color: #255853;
}
.editor a[href*=".pdf"] {
  padding-right: 0;
}
.editor a[href*=".pdf"]:before {
  content: none;
}
.editor a[href*=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  margin-left: 10px;
  background-image: url(/common/img/ico_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px auto;
}
.editor a[target=_blank] {
  padding-right: 0;
}
.editor a[target=_blank]:before {
  content: none;
}
.editor a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  margin-left: 10px;
  background-image: url(/common/img/ico_autorlink.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.editor img {
  max-width: 100%;
}
.editor table {
  border-top: 0.1rem solid #255853;
  border-bottom: 0.1rem solid #255853;
  margin: 2rem 0;
}
@media print, screen and (min-width: 641px) {
  .editor table {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .editor table {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
.editor table th,
.editor table td {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .editor table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .editor table tbody tr {
    display: block;
    width: 100%;
  }
}
.editor table tbody th,
.editor table tbody td {
  vertical-align: top;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  .editor table tbody th,
.editor table tbody td {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor table tbody th,
.editor table tbody td {
    display: block;
    width: 100% !important;
  }
}
.editor table tbody th {
  background-color: #f1f1f1;
}
@media print, screen and (min-width: 641px) {
  .editor table tbody th {
    border-right: dotted 1px #989898;
  }
}
@media screen and (max-width: 640px) {
  .editor table tbody th {
    padding: 0.6rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor table tbody td {
    padding: 1.6rem 2rem;
    border-bottom: solid 1px #989898;
  }
}
.editor table tbody td:first-child {
  background-color: #f1f1f1;
}
@media print, screen and (min-width: 641px) {
  .editor table tbody td:first-child {
    border-right: dotted 1px #989898;
  }
}
@media print, screen and (min-width: 641px) {
  .editor table tbody tr:nth-child(n+2) th {
    border-top: solid 1px #989898;
  }
}
@media print, screen and (min-width: 641px) {
  .editor table tbody tr:nth-child(n+2) td {
    border-top: solid 1px #989898;
  }
}
@media screen and (max-width: 640px) {
  .editor table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
}

/*////////////////////////////////////////////////////
  マルチフィールド
////////////////////////////////////////////////////*/
@media print, screen and (min-width: 641px) {
  .editor_block {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .editor_block {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt:nth-child(n+2) {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt, .editor_block .free_txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt, .editor_block .free_txt {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt p, .editor_block .free_txt p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt p, .editor_block .free_txt p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.editor_block.free_txt a, .editor_block .free_txt a {
  color: #00D18B;
  display: inline-block;
  position: relative;
  word-break: break-all;
  margin-right: 10px;
  transition: color 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt a, .editor_block .free_txt a {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt a, .editor_block .free_txt a {
    padding-right: 2rem;
  }
}
.editor_block.free_txt a::before, .editor_block .free_txt a::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt a::before, .editor_block .free_txt a::before {
    border: 5px solid transparent;
    border-left: 8px solid #00D18B;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt a::before, .editor_block .free_txt a::before {
    border: 4px solid transparent;
    border-left: 6px solid #00D18B;
  }
}
.no-touchevents .editor_block.free_txt a:hover, .no-touchevents .editor_block .free_txt a:hover {
  color: #255853;
}
.editor_block.free_txt a[href*=".pdf"], .editor_block .free_txt a[href*=".pdf"] {
  padding-right: 0;
}
.editor_block.free_txt a[href*=".pdf"]:before, .editor_block .free_txt a[href*=".pdf"]:before {
  content: none;
}
.editor_block.free_txt a[href*=".pdf"]:after, .editor_block .free_txt a[href*=".pdf"]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  margin-left: 10px;
  background-image: url(/common/img/ico_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px auto;
}
.editor_block.free_txt a[target=_blank], .editor_block .free_txt a[target=_blank] {
  padding-right: 0;
}
.editor_block.free_txt a[target=_blank]:before, .editor_block .free_txt a[target=_blank]:before {
  content: none;
}
.editor_block.free_txt a[target=_blank]:after, .editor_block .free_txt a[target=_blank]:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  margin-left: 10px;
  background-image: url(/common/img/ico_autorlink.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt hr, .editor_block .free_txt hr {
    margin: 6rem auto;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt hr, .editor_block .free_txt hr {
    margin: 4rem auto;
  }
}
.editor_block.free_txt ul, .editor_block .free_txt ul {
  margin-left: 1rem;
}
.editor_block.free_txt ul:nth-child(n+2), .editor_block .free_txt ul:nth-child(n+2) {
  margin-top: 1em;
}
.editor_block.free_txt ul > li, .editor_block .free_txt ul > li {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt ul > li, .editor_block .free_txt ul > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt ul > li, .editor_block .free_txt ul > li {
    padding-left: 1.5rem;
  }
}
.editor_block.free_txt ul > li:nth-of-type(n+2), .editor_block .free_txt ul > li:nth-of-type(n+2) {
  margin-top: 0.25em;
}
.editor_block.free_txt ul > li:before, .editor_block .free_txt ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 100%;
  background-color: #00D18B;
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt ul > li:before, .editor_block .free_txt ul > li:before {
    width: 1rem;
    height: 1rem;
    top: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt ul > li:before, .editor_block .free_txt ul > li:before {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.7em;
  }
}
.editor_block.free_txt ul > li > ul, .editor_block.free_txt ul > li > ol, .editor_block .free_txt ul > li > ul, .editor_block .free_txt ul > li > ol {
  margin-top: 0.5em;
}
.editor_block.free_txt ol, .editor_block .free_txt ol {
  counter-reset: item;
  margin-left: 1rem;
}
.editor_block.free_txt ol:nth-child(n+2), .editor_block .free_txt ol:nth-child(n+2) {
  margin-top: 1em;
}
.editor_block.free_txt ol > li, .editor_block .free_txt ol > li {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .editor_block.free_txt ol > li, .editor_block .free_txt ol > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.free_txt ol > li, .editor_block .free_txt ol > li {
    padding-left: 1.5rem;
  }
}
.editor_block.free_txt ol > li:nth-of-type(n+2), .editor_block .free_txt ol > li:nth-of-type(n+2) {
  margin-top: 0.25em;
}
.editor_block.free_txt ol > li:before, .editor_block .free_txt ol > li:before {
  content: counter(item);
  color: #00D18B;
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.editor_block.free_txt ol > li:nth-of-type(9) ~ li:before, .editor_block .free_txt ol > li:nth-of-type(9) ~ li:before {
  left: -0.5em;
}
.editor_block.free_txt ol > li > ul, .editor_block.free_txt ol > li > ol, .editor_block .free_txt ol > li > ul, .editor_block .free_txt ol > li > ol {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 641px) {
  .editor_block.h1:nth-child(n+2) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.h1:nth-child(n+2) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.h1 .cmnTit03 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.h2:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.h2:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.pointlist:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.pointlist:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.clmblock01 {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock01:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock01:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.clmblock01 .item {
  width: 100%;
}
.editor_block.clmblock01 figure {
  width: 100%;
  color: #909090;
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock01 figure {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock01 figure {
    font-size: 1.2rem;
  }
}
.editor_block.clmblock01 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock01 .txt_wrap:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock01 .txt_wrap:nth-child(n+2) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock02 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock02:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock02:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock02 .clm2 {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock02 .item {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock02 .item {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock02 .item > *:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock02 .item > *:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.editor_block.clmblock02 .item:nth-child(n+2) {
  margin-top: 2rem;
}
.editor_block.clmblock02 figure {
  width: 100%;
  color: #909090;
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock02 figure {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock02 figure {
    font-size: 1.2rem;
  }
}
.editor_block.clmblock02 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock03 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock03:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock03:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.clmblock03 .clm3 {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock03 .item {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock03 .item {
    width: calc((100% - 2rem) / 3);
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock03 .item > *:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock03 .item > *:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.editor_block.clmblock03 figure {
  width: 100%;
  color: #909090;
}
@media print, screen and (min-width: 641px) {
  .editor_block.clmblock03 figure {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.clmblock03 figure {
    font-size: 1.2rem;
  }
}
.editor_block.clmblock03 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .editor_block.comment .commentbox {
    margin: 6rem auto;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.comment .commentbox {
    margin: 4rem auto;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.ullist:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.ullist:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.ullist > ul {
  margin-left: 1rem;
}
.editor_block.ullist > ul:nth-child(n+2) {
  margin-top: 1em;
}
.editor_block.ullist > ul > li {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .editor_block.ullist > ul > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.ullist > ul > li {
    padding-left: 1.5rem;
  }
}
.editor_block.ullist > ul > li:nth-of-type(n+2) {
  margin-top: 0.25em;
}
.editor_block.ullist > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border-radius: 100%;
  background-color: #00D18B;
}
@media print, screen and (min-width: 641px) {
  .editor_block.ullist > ul > li:before {
    width: 1rem;
    height: 1rem;
    top: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.ullist > ul > li:before {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.7em;
  }
}
.editor_block.ullist > ul > li > ul, .editor_block.ullist > ul > li > ol {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 641px) {
  .editor_block.ollist:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.ollist:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.ollist > ol {
  counter-reset: item;
  margin-left: 1rem;
}
.editor_block.ollist > ol:nth-child(n+2) {
  margin-top: 1em;
}
.editor_block.ollist > ol > li {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .editor_block.ollist > ol > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.ollist > ol > li {
    padding-left: 1.5rem;
  }
}
.editor_block.ollist > ol > li:nth-of-type(n+2) {
  margin-top: 0.25em;
}
.editor_block.ollist > ol > li:before {
  content: counter(item);
  color: #00D18B;
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.editor_block.ollist > ol > li:nth-of-type(9) ~ li:before {
  left: -0.5em;
}
.editor_block.ollist > ol > li > ul, .editor_block.ollist > ol > li > ol {
  margin-top: 0.5em;
}
@media print, screen and (min-width: 641px) {
  .editor_block.table01:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table01:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.table01 .editorTable01 {
  border-top: 0.1rem solid #dee1e8;
  border-bottom: 0.1rem solid #dee1e8;
}
@media print, screen and (min-width: 641px) {
  .editor_block.table01 .editorTable01 {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table01 .editorTable01 {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
.editor_block.table01 .editorTable01 th, .editor_block.table01 .editorTable01 td {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .editor_block.table01 .editorTable01 tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table01 .editorTable01 tbody tr {
    display: block;
    width: 100%;
  }
}
.editor_block.table01 .editorTable01 tbody th, .editor_block.table01 .editorTable01 tbody td {
  vertical-align: top;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  .editor_block.table01 .editorTable01 tbody th, .editor_block.table01 .editorTable01 tbody td {
    padding: 0.6rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table01 .editorTable01 tbody th, .editor_block.table01 .editorTable01 tbody td {
    display: block;
    width: 100%;
  }
}
.editor_block.table01 .editorTable01 tbody th {
  text-align: center;
  background-color: #255853;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .editor_block.table01 .editorTable01 tbody th {
    border-right: solid 1px #dee1e8;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table01 .editorTable01 tbody th {
    padding: 0.6rem 2rem;
  }
}
.editor_block.table01 .editorTable01 tbody td {
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .editor_block.table01 .editorTable01 tbody td {
    border-bottom: solid 1px #dee1e8;
    padding: 1.6rem 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.table01 .editorTable01 tbody tr:nth-child(n+2) th {
    border-top: solid 1px #dee1e8;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.table01 .editorTable01 tbody tr:nth-child(n+2) td {
    border-top: solid 1px #dee1e8;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.table02:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table02:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table02 .scrollable {
    overflow-x: scroll;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .editor_block.table02 .scrollable::-webkit-scrollbar {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table02 .scrollable::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
  }
}
.editor_block.table02 .scrollable::-webkit-scrollbar-track {
  background: #dee1e8;
  border-radius: 1rem;
}
.editor_block.table02 .scrollable::-webkit-scrollbar-thumb {
  background: #00D18B;
  border-radius: 1rem;
}
.editor_block.table02 .editorTable02 {
  border-top: 0.1rem solid #dee1e8;
  border-bottom: 0.1rem solid #dee1e8;
}
@media print, screen and (min-width: 641px) {
  .editor_block.table02 .editorTable02 {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table02 .editorTable02 {
    width: 100%;
    font-size: 1.2rem;
  }
}
.editor_block.table02 .editorTable02 th, .editor_block.table02 .editorTable02 td {
  box-sizing: border-box;
  border-bottom: 0.1rem solid #dee1e8;
  padding: 0.6rem 1.5rem;
}
@media print, screen and (min-width: 641px) {
  .editor_block.table02 .editorTable02 th, .editor_block.table02 .editorTable02 td {
    padding: 0.6rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.table02 .editorTable02 th, .editor_block.table02 .editorTable02 td {
    min-width: 15rem;
  }
}
.editor_block.table02 .editorTable02 thead th {
  text-align: center;
  background-color: #255853;
  color: #fff;
  border-right: solid 1px #dee1e8;
}
.editor_block.table02 .editorTable02 tbody th, .editor_block.table02 .editorTable02 tbody td {
  vertical-align: top;
}
.editor_block.table02 .editorTable02 tbody th {
  text-align: center;
  background-color: #255853;
  color: #fff;
  border-right: solid 1px #dee1e8;
}
.editor_block.table02 .editorTable02 tbody td {
  background-color: #fff;
  text-align: left;
  border-bottom: solid 1px #dee1e8;
  border-right: solid 1px #dee1e8;
}
.editor_block.table02 .editorTable02 tbody tr:nth-child(n+2) th {
  border-top: solid 1px #dee1e8;
}
.editor_block.table02 .editorTable02 tbody tr:nth-child(n+2) td {
  border-top: solid 1px #dee1e8;
}
@media print, screen and (min-width: 641px) {
  .editor_block.quote:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.quote:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.editor_block.quote figure {
  background-color: #E5E5E5;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .editor_block.quote figure {
    padding: 4rem 8rem 4rem 12rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.quote figure {
    padding: 2rem 2rem 3rem 2rem;
    border-radius: 0.25rem;
  }
}
.editor_block.quote .ico_quote {
  fill: #fff;
}
@media print, screen and (min-width: 641px) {
  .editor_block.quote .ico_quote {
    position: absolute;
    top: 2rem;
    left: 3.5rem;
    width: 5.2rem;
    height: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .editor_block.quote .ico_quote {
    width: 3rem;
    height: 2.8rem;
  }
}
.editor_block.quote figcaption {
  color: #737373;
  text-align: right;
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .editor_block.quote figcaption {
    font-size: 1.2rem;
  }
}

/* ヘッダー */
.headerBox {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
  top: 20px;
  transition: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .state_pagescrolling .headerBox {
    top: 7px;
  }
}
@media screen and (max-width: 640px) {
  .headerBox::before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #e5e5e5;
    opacity: 0;
    z-index: -1;
  }
  .spmenuopen .headerBox::before {
    opacity: 1;
  }
}
.headerBox .headerBoxLogo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .headerBox .headerBoxLogo {
    width: 190px;
    height: 70px;
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .headerBox .headerBoxLogo {
    position: fixed;
    width: 130px;
    height: 50px;
    top: 5px;
    left: 10px;
  }
}
@media print, screen and (min-width: 641px) {
  .state_pagescrolling .headerBox .headerBoxLogo {
    height: 60px;
  }
}
.headerBox .headerBoxLogo svg {
  fill: #FFF;
}
@media screen and (max-width: 640px) {
  .headerBox .headerBoxLogo svg {
    width: 112px;
    height: auto;
  }
  .spmenuopen .headerBox .headerBoxLogo svg {
    fill: #222E2F !important;
  }
}
.cmnLayout01.black .headerBox .headerBoxLogo svg {
  fill: #222E2F;
}
.headerBox .headerBoxLogo svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  fill: #00D18B !important;
  stroke: #00D18B;
  stroke-width: 0.2px;
}
.headerBox .headerBoxRight {
  padding-right: 250px;
}
.headerBox .headerBoxSublinks {
  display: flex;
  justify-content: right;
}
.headerBox .headerBoxSublinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  height: 40px;
  padding: 0 20px 0 10px;
  font-size: 1.4rem;
  color: #FFF;
  transition: 0.6s;
  transition: color 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
.cmnLayout01.black .headerBox .headerBoxSublinks a {
  color: #222E2F;
}
@media print, screen and (min-width: 641px) {
  .state_pagescrolling .headerBox .headerBoxSublinks a {
    height: 30px;
  }
}
.headerBox .headerBoxSublinks a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #00D18B;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 5px;
}
.no-touchevents .headerBox .headerBoxSublinks a:hover {
  color: #00D18B !important;
}
.headerBox .headerBoxMainlinks {
  display: flex;
  justify-content: right;
  /* header drawer */
  /* header drawer ここまで */
}
.headerBox .headerBoxMainlinks > li {
  height: 50px;
}
.headerBox .headerBoxMainlinks > li + li > a:after,
.headerBox .headerBoxMainlinks > li + li .firstNav:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  background-color: #FFF;
}
.cmnLayout01.black .headerBox .headerBoxMainlinks > li + li > a:after,
.cmnLayout01.black .headerBox .headerBoxMainlinks > li + li .firstNav:after {
  background-color: #222E2F;
}
.headerBox .headerBoxMainlinks > li > a {
  transition: color 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
.headerBox .headerBoxMainlinks > li > a:not(.firstNav) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  line-height: 1;
  height: 40px;
  margin: 0 20px;
  font-size: 1.5rem;
  color: #FFF;
  transition: 0.6s;
}
.cmnLayout01.black .headerBox .headerBoxMainlinks > li > a:not(.firstNav) {
  color: #222E2F;
}
@media print, screen and (min-width: 641px) {
  .state_pagescrolling .headerBox .headerBoxMainlinks > li > a:not(.firstNav) {
    height: 30px;
  }
}
.headerBox .headerBoxMainlinks > li > a:not(.firstNav):before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  width: calc(100% + 30px);
  height: 3px;
  background-color: #00D18B;
}
.state_pagescrolling .headerBox .headerBoxMainlinks > li > a:not(.firstNav):before {
  bottom: -10px;
}
.headerBox .headerBoxMainlinks > li > a:before {
  -webkit-animation: 0s cubic-bezier(0.2, 0, 0.1, 1) forwards headerBoxSublinksMouseout;
          animation: 0s cubic-bezier(0.2, 0, 0.1, 1) forwards headerBoxSublinksMouseout;
}
.loaded-halfsec .headerBox .headerBoxMainlinks > li > a:before {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.no-touchevents .headerBox .headerBoxMainlinks > li > a:hover {
  color: #00D18B !important;
}
.no-touchevents .headerBox .headerBoxMainlinks > li > a:hover:before {
  -webkit-animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards headerBoxSublinksMouseover;
          animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards headerBoxSublinksMouseover;
}
@-webkit-keyframes headerBoxSublinksMouseout {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 0%);
  }
}
@keyframes headerBoxSublinksMouseout {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0%, 50% 0%, 50% 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 0%);
  }
}
@-webkit-keyframes headerBoxSublinksMouseover {
  0% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes headerBoxSublinksMouseover {
  0% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.headerBox .headerBoxMainlinks > li.inLink .firstNav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  line-height: 1;
  height: 40px;
  margin: 0 20px;
  font-size: 1.5rem;
  color: #FFF;
  transition: 0.6s;
}
.cmnLayout01.black .headerBox .headerBoxMainlinks > li.inLink .firstNav {
  color: #222E2F;
}
@media print, screen and (min-width: 641px) {
  .state_pagescrolling .headerBox .headerBoxMainlinks > li.inLink .firstNav {
    height: 30px;
  }
}
.headerBox .headerBoxMainlinks > li.inLink .firstNav:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  width: calc(100% + 30px);
  height: 3px;
  background-color: #00D18B;
}
.state_pagescrolling .headerBox .headerBoxMainlinks > li.inLink .firstNav:before {
  bottom: -10px;
}
.headerBox .headerBoxMainlinks > li.inLink.is-active .firstNav {
  color: #00D18B !important;
}
.headerBox .headerBoxMainlinks > li.inLink.is-active .firstNav:before {
  -webkit-animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards headerBoxSublinksMouseover;
          animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards headerBoxSublinksMouseover;
}
.headerBox .headerBoxMainlinks .inLink.is-active .drawer {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.headerBox .headerBoxMainlinks .inLink.is-active .drawer:before {
  top: 0;
}
.headerBox .headerBoxMainlinks .inLink.is-active .drawer:after {
  opacity: 1;
}
.headerBox .headerBoxMainlinks .drawer {
  position: absolute;
  display: flex;
  top: 87px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 auto;
  max-width: 130rem;
  width: 100%;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-0.1rem);
  transition: opacity 0.3s, transform 0.5s;
}
.state_pagescrolling .headerBox .headerBoxMainlinks .drawer {
  top: 70px;
}
.headerBox .headerBoxMainlinks .drawer:before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background-color: rgba(37, 88, 83, 0.95);
  transition: top 0.5s;
}
.headerBox .headerBoxMainlinks .drawer:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  top: 0;
  height: 0.05rem;
  background-color: #daccba;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 640px) {
  .headerBox .headerBoxMainlinks .drawer:after {
    content: none;
  }
}
.headerBox .headerBoxMainlinks .drawer._business .iconBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.6rem;
}
.headerBox .headerBoxMainlinks .drawer._business .iconBox svg {
  width: 4.7rem;
  height: 4.7rem;
  fill: #fff;
  transition: fill 0.4s;
}
.headerBox .headerBoxMainlinks .drawer._business .tabLink:hover .iconBox svg {
  fill: #00D18B;
}
.headerBox .headerBoxMainlinks .drawer._business .tabLink:hover .secondTit {
  color: #00D18B;
}
.headerBox .headerBoxMainlinks .drawer._solution .tabDetail {
  width: 18rem;
}
.headerBox .headerBoxMainlinks .drawer._solution .tabDetail + .tabDetail {
  margin-left: 2.5rem;
}
.headerBox .headerBoxMainlinks .drawer._solution .iconBox {
  position: relative;
  height: 12rem;
}
.headerBox .headerBoxMainlinks .drawer._solution .iconBox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 209, 139, 0.4);
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 1;
}
.headerBox .headerBoxMainlinks .drawer._solution .iconBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.headerBox .headerBoxMainlinks .drawer._solution .iconTxt {
  padding-top: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  color: #fff;
  transition: color 0.4s;
  white-space: nowrap;
}
@media print, screen and (min-width: 641px) {
  .headerBox .headerBoxMainlinks .drawer._solution .tabLink:hover .iconBox::after {
    opacity: 1;
  }
  .headerBox .headerBoxMainlinks .drawer._solution .tabLink:hover .iconTxt {
    color: #00D18B;
  }
}
.headerBox .headerBoxMainlinks .tabTit {
  width: 100%;
  max-width: 28.8rem;
}
.headerBox .headerBoxMainlinks .tabTit .title {
  position: relative;
  color: #fff;
  padding-top: 5.3rem;
}
.headerBox .headerBoxMainlinks .tabTit .title[data-subtxt]::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-subtxt);
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 0.9;
}
.headerBox .headerBoxMainlinks .tabTit .title span {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.headerBox .headerBoxMainlinks .tabWrap {
  position: relative;
  display: flex;
  top: -1.4rem;
}
.headerBox .headerBoxMainlinks .tabDetail {
  width: 100%;
  max-width: 23rem;
}
.headerBox .headerBoxMainlinks .tabDetail + .tabDetail {
  margin-left: 2.66rem;
}
@media print, screen and (min-width: 641px) {
  .headerBox .headerBoxMainlinks .tabLink:hover .secondNav::before {
    transform: scale(1);
  }
}
.headerBox .headerBoxMainlinks .secondTit {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  transition: color 0.4s;
}
.headerBox .headerBoxMainlinks .secondNav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.3rem;
  padding-top: 1.5rem;
  border-top: 2px solid #fff;
  z-index: 1;
}
.headerBox .headerBoxMainlinks .secondNav::before {
  position: absolute;
  content: "";
  display: block;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00D18B;
  transition: transform 0.6s;
  transform: scaleX(0.1);
  transform-origin: left;
}
.headerBox .headerBoxMainlinks .secondNav > li {
  position: relative;
  width: 100%;
  padding-left: 1.2rem;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
  line-height: 2.12;
  color: #fff;
}
.headerBox .headerBoxMainlinks .secondNav > li::before {
  position: absolute;
  content: "";
  display: block;
  top: 1.6rem;
  left: 0;
  width: 0.5rem;
  height: 2px;
  background-color: #00D18B;
}

.mod_header:before {
  content: "";
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .mod_header:before {
    height: 80px;
    background-color: #FFF;
    transition: 0.6s;
    opacity: 0;
  }
  .state_pagescrolling .mod_header:before {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .mod_header:before {
    height: 60px;
    background-color: #E5E5E5;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .headerBoxLogo svg {
    fill: #222E2F;
  }
}
.state_pagescrolling .mod_header .headerBoxLogo svg {
  fill: #222E2F;
}
.state_pagescrolling .mod_header .headerBoxSublinks a {
  color: #222E2F;
}
.state_pagescrolling .mod_header .headerBoxMainlinks li + li a:after {
  background-color: #222E2F;
}
.state_pagescrolling .mod_header .headerBoxMainlinks a {
  color: #222E2F;
}
@media screen and (max-width: 640px) {
  .mod_header .headerMenu .open .bar {
    background-image: linear-gradient(90deg, #000 0%, #000 75%, #00D18B 75%, #00D18B 100%);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .headerMenu .close .bar {
    background-image: linear-gradient(90deg, #000 0%, #000 75%, #00D18B 75%, #00D18B 100%);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row02 {
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 50px;
    bottom: 0;
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    transition: opacity 0.4s;
  }
  .spmenuopen .mod_header .row02 {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .row02 .in {
    width: 100%;
  }
  .mod_header .row02 .gNav .arrow {
    position: relative;
    display: block;
    width: 100%;
  }
  .mod_header .row02 .gNav .arrow::before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 1rem;
    right: -3rem;
    width: 2rem;
    height: 0.8rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(45deg);
    transform-origin: right bottom;
    transition: 0.6s;
  }
  .mod_header .row02 .gNav > li {
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    color: #FFF;
  }
  .mod_header .row02 .gNav > li .trigger.open .arrow::before {
    border-right: none;
  }
  .mod_header .row02 .gNav > li > a,
.mod_header .row02 .gNav > li .trigger {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    padding-left: 4rem;
    padding-right: 5rem;
    box-sizing: border-box;
    background-color: rgba(37, 88, 83, 0.95);
    z-index: 1;
  }
  .mod_header .row02 .gNav > li > a::before, .mod_header .row02 .gNav > li > a::after,
.mod_header .row02 .gNav > li .trigger::before,
.mod_header .row02 .gNav > li .trigger::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
  }
  .mod_header .row02 .gNav > li > a::before,
.mod_header .row02 .gNav > li .trigger::before {
    left: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 1;
  }
  .mod_header .row02 .gNav > li > a::after,
.mod_header .row02 .gNav > li .trigger::after {
    bottom: 0;
    left: 0;
    background-color: #00D18B;
    transition: transform 0.6s;
    transform: scaleX(0.1);
    transform-origin: left;
    z-index: 2;
  }
  .mod_header .row02 .gNav li.accordion .trigger {
    transition: 0.6s;
  }
  .mod_header .row02 .gNav li.accordion .trigger .arrow::before {
    border-right: none;
    transform: none;
  }
  .mod_header .row02 .gNav li.accordion .trigger .arrow::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0.9rem;
    right: -2.1rem;
    width: 2px;
    height: 2rem;
    transition: 0.6s;
    background-color: #FFF;
  }
  .mod_header .row02 .gNav li.accordion .trigger.open {
    color: #00D18B;
  }
  .mod_header .row02 .gNav li.accordion .trigger.open .arrow::before {
    border-color: #00D18B;
  }
  .mod_header .row02 .gNav li.accordion .trigger.open .arrow::after {
    background-color: #00D18B;
    transform: rotate(90deg);
    opacity: 0;
  }
  .mod_header .row02 .accordion .detail {
    padding: 2rem 0 3rem;
    background-color: rgba(34, 46, 47, 0.95);
  }
  .mod_header .row02 .accordion .detail li {
    padding-left: 4rem;
  }
  .mod_header .row02 .accordion .detail li a {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    padding-right: 5rem;
  }
  .mod_header .row02 .accordion .detail li a::before, .mod_header .row02 .accordion .detail li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
  }
  .mod_header .row02 .accordion .detail li a::before {
    left: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 1;
  }
  .mod_header .row02 .accordion .detail li a::after {
    bottom: 0;
    left: 0;
    background-color: #00D18B;
    transition: transform 0.6s;
    transform: scaleX(0.11);
    transform-origin: left;
    z-index: 2;
  }
  .mod_header .row02 .other {
    background-color: rgba(37, 88, 83, 0.95);
  }
  .mod_header .row02 .other .otherBox {
    display: flex;
    flex-wrap: wrap;
    padding: 2.4rem 4rem;
  }
  .mod_header .row02 .other li {
    width: 50%;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .mod_header .row02 .other li a {
    position: relative;
    display: block;
    padding: 0.8rem;
    padding-left: 1.1rem;
  }
  .mod_header .row02 .other li a::before {
    position: absolute;
    content: "";
    display: block;
    top: 1.8rem;
    left: 0;
    transform: skew(0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3rem 0 0.3rem 0.6rem;
    border-color: transparent transparent transparent #00D18B;
  }
}

.state_pagescrolling .noTop .headerBox .headerBoxMainlinks > li > a {
  color: #222E2F !important;
}
.state_pagescrolling .noTop .headerBox .headerBoxMainlinks li + li a:after {
  background-color: #222E2F !important;
}

@media screen and (max-width: 640px) {
  .headerMenu {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 8px;
    right: 6px;
    z-index: 1000;
  }
  .headerMenu .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    transition: 0.3s;
    background-image: linear-gradient(90deg, #FFF 0%, #FFF 75%, #00D18B 75%, #00D18B 100%);
  }
  .headerMenu .open .bar:nth-child(1) {
    top: -22px;
  }
  .headerMenu .open .bar:nth-child(3) {
    bottom: -22px;
  }
  .cmnLayout01.black .headerMenu .open .bar {
    background-image: linear-gradient(90deg, #000 0%, #000 75%, #00D18B 75%, #00D18B 100%);
  }
  .spmenuopen .headerMenu .open .bar {
    background-image: linear-gradient(90deg, #000 0%, #000 75%, #00D18B 75%, #00D18B 100%) !important;
  }
  .headerMenu .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    transition: 0.3s;
    background-image: linear-gradient(90deg, #FFF 0%, #FFF 75%, #00D18B 75%, #00D18B 100%);
  }
  .headerMenu .close .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  .headerMenu .close .bar:nth-child(2) {
    transform: rotate(-45deg);
  }
  .cmnLayout01.black .headerMenu .close .bar {
    background-image: linear-gradient(90deg, #000 0%, #000 75%, #00D18B 75%, #00D18B 100%);
  }
  .spmenuopen .headerMenu .close .bar {
    background-image: linear-gradient(90deg, #000 0%, #000 75%, #00D18B 75%, #00D18B 100%) !important;
  }
  .spmenuopen .headerMenu .open .bar {
    width: 0;
  }
  .spmenuopen .headerMenu .close .bar {
    width: 30px;
  }
}
.pankuzuWrap {
  background-color: #fff;
  margin-top: 100px;
}
@media print, screen and (min-width: 641px) {
  .pankuzuWrap {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pankuzuWrap {
    height: 3.5rem;
    overflow: auto;
    margin-left: 2rem;
  }
}

.pankuzu {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  max-width: 130rem;
  margin: auto;
  text-align: left;
  white-space: nowrap;
}
@media print, screen and (min-width: 641px) {
  .pankuzu {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pankuzu {
    overflow-x: scroll;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.pankuzu .link {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.pankuzu .link:last-child {
  text-decoration: none;
  pointer-events: none;
}
.pankuzu .link + .link {
  margin-left: 20px;
}
.pankuzu .link + .link:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  transform: rotate(45deg);
}
.pankuzu .link .linkin {
  color: #FFF;
}

/* フッター */
.mod_footer .contactbtn {
  position: fixed;
  background-color: #00D18B;
  z-index: 1000;
  transition: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .contactbtn {
    top: 10px;
    right: 10px;
    width: 220px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .contactbtn {
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100vw - 70px);
    height: 50px;
    margin: auto;
  }
}
.mod_footer .contactbtn .contactbtnBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #255853;
}
.mod_footer .contactbtn .contactbtnTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .contactbtn .contactbtnTxt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .contactbtn .contactbtnTxt {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 641px) {
  .state_pagescrolling .mod_footer .contactbtn {
    top: 0px;
    height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .state_footerview .mod_footer .contactbtn {
    width: 100vw;
  }
}
.mod_footer .nffeatures {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 133rem;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nffeatures {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures {
    margin-top: 5rem;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures::before, .mod_footer .nffeatures::after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    width: 80px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 209, 139, 0.5);
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures::before {
    top: 0%;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures::after {
    bottom: 0%;
  }
}
.mod_footer .nffeatures .item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_footer .nffeatures .item .link {
  text-align: center;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nffeatures .item .link::before {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 209, 139, 0.5);
  }
}
.mod_footer .nffeatures .item .link:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nffeatures .item:last-child .link::after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    width: 1px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 209, 139, 0.7);
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .nffeatures .item {
    width: 20%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures .item {
    width: 50%;
    padding: 0 1rem;
  }
}
.mod_footer .nffeatures .item img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures .item:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .nffeatures .item.__hiw img {
    width: 45%;
  }
}
.mod_footer .nffeatures .txt {
  opacity: 0;
  position: absolute;
}
.mod_footer .row01 {
  background-color: #222E2F;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 {
    padding: 11rem 3rem 8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 {
    padding: 7rem 3rem calc(1.5rem + 50px);
  }
}
.mod_footer .row01 .lead {
  position: relative;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #00D18B;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .lead {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .lead {
    font-size: 1.5rem;
  }
}
.mod_footer .row01 .leadin span {
  display: inline-block;
  position: relative;
}
.mod_footer .row01 .birdwrap {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .birdwrap {
    top: -4rem;
    right: -7.2rem;
    width: 13rem;
    height: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .birdwrap {
    top: -3rem;
    right: -5.3rem;
    width: 9.75rem;
    height: 7.5rem;
  }
}
.mod_footer .row01 .bird {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_footer .row01 .bird.state_fling01, .mod_footer .row01 .bird.state_fling02 {
  opacity: 0;
}
.mod_footer .row01 .logo {
  display: block;
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .logo {
    margin-top: 3rem;
    width: 20.3rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .logo {
    margin-top: 1.5rem;
    width: 16rem;
    height: 3.6rem;
  }
}
.mod_footer .row01 .wrap {
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .wrap {
    justify-content: space-between;
    max-width: 133rem;
    width: 100%;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .wrap {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .left {
    margin-top: 3.5rem;
  }
}
.mod_footer .row01 .conpany {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .conpany {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .conpany {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .addressbox {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .addressbox {
    margin-top: 2rem;
    display: flex;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .addressbox_dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .addressbox_dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .addressbox_dd {
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .address {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .tel {
    margin-top: 1.5rem;
  }
}
.mod_footer .row01 .tel a {
  color: #00D18B;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .tel a {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .tel a {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sublinks {
    margin-top: 4.5rem;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .sublinks {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sublinks li + li a {
    position: relative;
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sublinks li + li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 1.2rem;
    background-color: #fff;
  }
}
.mod_footer .row01 .sublinks a {
  display: block;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .sublinks a {
    font-size: 1.2rem;
    padding: 1rem 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .sublinks a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #00D18B;
    border-right: 5px solid transparent;
    border-bottom: 3px solid transparent;
    margin-right: 5px;
  }
}
.no-touchevents .mod_footer .row01 .sublinks a:hover {
  text-decoration: underline;
}
.mod_footer .row01 .right {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .right {
    align-content: space-between;
    width: 59rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .right {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .links:first-of-type {
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .links:nth-of-type(2) {
    width: 41.6%;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .links:nth-of-type(2) {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .links:nth-of-type(3) {
    width: 58.4%;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .links:nth-of-type(3) {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .links:nth-of-type(4) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.5rem;
  }
  .mod_footer .row01 .links:nth-of-type(4) li {
    width: 10rem;
    margin-left: 14.5rem;
  }
  .mod_footer .row01 .links:nth-of-type(4) li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .mod_footer .row01 .links:nth-of-type(4) li a {
    padding: 0.5rem 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .links:last-child {
    margin-left: 5rem;
  }
}
.mod_footer .row01 .links a {
  display: block;
  font-weight: bold;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .links a {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0.95rem 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .links a {
    font-size: 1.3rem;
    padding: 0.8rem 0;
  }
}
.mod_footer .row01 .links a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #00D18B;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 5px;
}
.no-touchevents .mod_footer .row01 .links a:hover {
  text-decoration: underline;
}
.mod_footer .row01 .links ul a {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .row01 .links ul a {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0.5rem 0;
    margin-left: 2rem;
  }
  .mod_footer .row01 .links ul a::before {
    width: 0.5rem;
    height: 1px;
    margin: auto 0;
    margin-right: 8px;
    vertical-align: middle;
    border: none;
    background-color: #00D18B;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .links ul a {
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 .copyright {
    font-size: 1.1rem;
    margin-top: 3rem;
    transform: scale(0.65);
  }
}

.pageinfo_tit {
  font-weight: normal;
}
@media print, screen and (min-width: 641px) {
  .pageinfo_tit {
    max-width: 510px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .pageinfo_tit {
    font-size: 1.2rem;
    margin-top: 4rem;
  }
}

.pageinfo_txt01 {
  margin-top: 4rem;
}

.pageinfo_txt02 {
  margin-top: 1rem;
}

.pageinfo_link {
  padding: 1rem 0;
  border-top: solid 1px rgba(0, 209, 139, 0.3);
  border-bottom: solid 1px rgba(0, 209, 139, 0.3);
  margin-top: 1rem;
}
.pageinfo_link > li {
  display: inline;
}

/*////////////////////////////////////////////////////

  共通レイアウト

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  デバイスごとの表示切り分け
------------------------------------------------ */
body {
  position: relative;
  margin: 0;
  font-size: 1.1rem;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 60px;
  }
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
.mod_main {
  background-color: #E5E5E5;
}

.device-tablet .mod_main {
  width: calc(100% + 1px);
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

/* ------------------------------------------------
  ページ内リンク
------------------------------------------------ */
:target::before {
  content: "";
  display: block;
  height: 80px; /* ずらしたい高さ */
  margin-top: -80px; /* heightに対するネガティブマージン */
  visibility: hidden;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  filter: opacity(0%);
  pointer-events: none;
  transition: filter 1s, opacity 0.2s;
  background-color: #fff;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media print, screen and (min-width: 641px) {
  .pagetopbtn {
    bottom: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    bottom: 60px;
    right: 10px;
  }
}
.pagetopbtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
.pagetopbtn.active {
  filter: opacity(100%);
  pointer-events: auto;
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}

.cmnLayout01 {
  position: relative;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  overflow: hidden;
}

.cmnLayout02 {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout02 {
    height: 65rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout02 {
    height: 35rem;
  }
}
.cmnLayout02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmnLayout02 .tit {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  color: #FFF;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout02 .tit {
    font-size: 2.4rem;
    padding-top: 2rem;
    height: 40rem;
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout02 .tit {
    font-size: 1.2rem;
    height: 16rem;
    margin-left: 3rem;
  }
}
.cmnLayout02 .tit:before {
  display: block;
  content: attr(title);
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #FFF;
  white-space: pre;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout02 .tit:before {
    font-size: 8rem;
    letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout02 .tit:before {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    padding-bottom: 0.5rem;
  }
}
.cmnLayout02 .tit:after {
  display: block;
  content: attr(subtitle);
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #FFF;
  white-space: pre;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout02 .tit:after {
    left: 33rem;
    bottom: 17.5rem;
    font-size: 5rem;
    letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout02 .tit:after {
    left: 12.5rem;
    bottom: 6.5rem;
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
    padding-bottom: 0.5rem;
  }
}
.wf-active .cmnLayout02 .tit {
  opacity: 1;
  transition: 1s;
}

.cmnLayout03 {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout03 {
    max-width: 130rem;
    width: 100%;
    margin: -28rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout03 {
    margin: -18rem 2rem 0 2rem;
  }
}
.cmnLayout03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  margin: auto;
  background-color: #28956E;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout03:before {
    top: -3rem;
    height: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout03:before {
    top: -2rem;
    height: 4rem;
  }
}

.cmnLayout04 {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout04 {
    max-width: 130rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout04 {
    margin: 0 2rem;
  }
}

.cmnLayout05 {
  position: relative;
  background-color: #E5E5E5;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout05 {
    width: 100%;
    margin: -28rem auto 0;
    min-height: 30rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .cmnLayout05 {
    min-height: 60vh;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout05 {
    margin: -18rem 2rem 0 2rem;
    min-height: 30rem;
    padding: 0 2rem 6rem 2rem;
  }
}

.cmnTit01 {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .cmnTit01 {
    padding-top: 7rem;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit01 {
    padding-top: 4.5rem;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    line-height: 1.6;
  }
}

.cmnTit02 {
  position: relative;
  background-color: #00D18B;
  box-sizing: border-box;
  color: #FFF;
  font-weight: normal;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
@media print, screen and (min-width: 641px) {
  .cmnTit02 {
    width: 24rem;
    height: 24rem;
    font-size: 1.6rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit02 {
    width: 15rem;
    height: 12rem;
    font-size: 1.4rem;
    padding: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnTit02.type01 {
    width: 28rem;
    height: 28rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit02.type01 {
    width: 17rem;
    height: 15rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnTit02.type01:before {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit02.type01:before {
    line-height: 1;
    letter-spacing: 0.2rem;
    padding-bottom: 0.5rem;
  }
}
.cmnTit02:before {
  content: attr(title);
  display: block;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  white-space: pre;
}
@media print, screen and (min-width: 641px) {
  .cmnTit02:before {
    font-size: 3.3rem;
    line-height: 1.3;
    padding-bottom: 1.5rem;
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit02:before {
    font-size: 2.1rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    letter-spacing: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnTit02 {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit02 {
    padding-left: 1rem;
  }
}
.cmnTit02.active {
  transition: padding-left 1s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 0.5s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 0.5s cubic-bezier(0.2, 0, 0.1, 1), padding-left 1s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 0.5s cubic-bezier(0.2, 0, 0.1, 1), padding-left 1s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 0.5s cubic-bezier(0.2, 0, 0.1, 1);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 641px) {
  .cmnTit02.active {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit02.active {
    padding-left: 2rem;
  }
}

.cmnTit03 {
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .cmnTit03 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit03 {
    font-size: 1.4rem;
  }
}
.cmnTit03 > span {
  position: relative;
  z-index: 2;
}
.cmnTit03:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #00D18B;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .cmnTit03:before {
    width: 4rem;
    height: 4rem;
    top: -2rem;
    left: -2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit03:before {
    width: 2rem;
    height: 2rem;
    top: -1rem;
    left: -1rem;
  }
}

.cmnTit04 {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .cmnTit04 {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .cmnTit04 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.cmnLink01 {
  position: relative;
  display: block;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-style: solid;
  border-color: #00D18B;
}
@media print, screen and (min-width: 641px) {
  .cmnLink01 {
    width: 34rem;
    height: 9rem;
    padding: 0 3rem;
    border-width: 1px;
  }
}
@media screen and (max-width: 640px) {
  .cmnLink01 {
    width: 23rem;
    height: 6.5rem;
    padding: 0 1.5rem;
    border-width: 2px;
  }
}
.cmnLink01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  background-color: #00D18B;
}
.cmnLink01:after {
  display: block;
  position: relative;
  order: 1;
  content: attr(title);
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #00D18B;
}
@media print, screen and (min-width: 641px) {
  .cmnLink01:after {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLink01:after {
    font-size: 1.5rem;
    padding-bottom: 0.3rem;
  }
}
.cmnLink01 span {
  display: block;
  position: relative;
  order: 2;
  font-weight: bold;
  color: #00D18B;
}
@media print, screen and (min-width: 641px) {
  .cmnLink01 span {
    font-size: 1.4rem;
  }
}
.cmnLink01 svg {
  display: block;
  position: absolute;
  fill: none;
  stroke: #00D18B;
  top: 0;
  bottom: 0;
  margin: auto;
  stroke-width: 1.5px;
}
@media print, screen and (min-width: 641px) {
  .cmnLink01 svg {
    right: 3rem;
    width: 2.6rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLink01 svg {
    right: 1rem;
    width: 1.3rem;
    height: 0.45rem;
  }
}
.cmnLink01.type01 {
  border-color: #28956E;
}
.cmnLink01.type01 span {
  color: #28956E;
  stroke: transparent;
}
.cmnLink01.type01 svg {
  stroke: #28956E;
}
.cmnLink01.type01:before {
  background-color: #28956E;
}
.cmnLink01.type01:after {
  color: #28956E;
}
.cmnLink01:before {
  -webkit-animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseout;
          animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseout;
}
.cmnLink01 span, .cmnLink01:after {
  transition: 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
.cmnLink01 polyline:nth-child(2) {
  stroke: #FFF;
  stroke-dasharray: 35px;
  stroke-dashoffset: 35px;
  -webkit-animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards cmnLink01SVGMouseout;
          animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards cmnLink01SVGMouseout;
}
.no-touchevents .cmnLink01:hover:before {
  -webkit-animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseover;
          animation: 0.3s cubic-bezier(0.7, 0, 0.3, 0) forwards cmnLink01Mouseover;
}
.no-touchevents .cmnLink01:hover polyline:nth-child(2) {
  -webkit-animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards cmnLink01SVGMouseover 0.2s;
          animation: 0.3s cubic-bezier(0.2, 0, 0.1, 1) forwards cmnLink01SVGMouseover 0.2s;
}
.no-touchevents .cmnLink01:hover span, .no-touchevents .cmnLink01:hover:after {
  color: #FFF;
}
@-webkit-keyframes cmnLink01Mouseover {
  0% {
    transform: scaleX(0);
    transform-origin: left top;
    -webkit-clip-path: circle(0% at 0% 50%);
            clip-path: circle(0% at 0% 50%);
  }
  100% {
    transform: scaleX(1);
    transform-origin: left top;
    -webkit-clip-path: circle(140% at 0% 50%);
            clip-path: circle(140% at 0% 50%);
  }
}
@keyframes cmnLink01Mouseover {
  0% {
    transform: scaleX(0);
    transform-origin: left top;
    -webkit-clip-path: circle(0% at 0% 50%);
            clip-path: circle(0% at 0% 50%);
  }
  100% {
    transform: scaleX(1);
    transform-origin: left top;
    -webkit-clip-path: circle(140% at 0% 50%);
            clip-path: circle(140% at 0% 50%);
  }
}
@-webkit-keyframes cmnLink01Mouseout {
  0% {
    transform: scaleX(1);
    transform-origin: right top;
    -webkit-clip-path: circle(140% at 100% 50%);
            clip-path: circle(140% at 100% 50%);
  }
  100% {
    transform: scaleX(0);
    transform-origin: right top;
    -webkit-clip-path: circle(0% at 100% 50%);
            clip-path: circle(0% at 100% 50%);
  }
}
@keyframes cmnLink01Mouseout {
  0% {
    transform: scaleX(1);
    transform-origin: right top;
    -webkit-clip-path: circle(140% at 100% 50%);
            clip-path: circle(140% at 100% 50%);
  }
  100% {
    transform: scaleX(0);
    transform-origin: right top;
    -webkit-clip-path: circle(0% at 100% 50%);
            clip-path: circle(0% at 100% 50%);
  }
}
@-webkit-keyframes cmnLink01SVGMouseover {
  0% {
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes cmnLink01SVGMouseover {
  0% {
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes cmnLink01SVGMouseout {
  0% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 35px;
  }
}
@keyframes cmnLink01SVGMouseout {
  0% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 35px;
  }
}

.cmnTextlink01 {
  color: #00D18B;
  display: inline-block;
  position: relative;
  word-break: break-all;
}
@media print, screen and (min-width: 641px) {
  .cmnTextlink01 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTextlink01 {
    padding-right: 2rem;
  }
}
.cmnTextlink01::before {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 641px) {
  .cmnTextlink01::before {
    border: 5px solid transparent;
    border-left: 8px solid #00D18B;
  }
}
@media screen and (max-width: 640px) {
  .cmnTextlink01::before {
    border: 4px solid transparent;
    border-left: 6px solid #00D18B;
  }
}

.cmnTextlink02 {
  color: #00D18B;
  display: inline-block;
  position: relative;
  word-break: break-all;
}
@media print, screen and (min-width: 641px) {
  .cmnTextlink02 {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTextlink02 {
    padding-right: 2rem;
  }
}
.cmnTextlink02 .ico_exlink {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.5rem;
  fill: #00D18B;
}

.cmnUnderline01 > span {
  background-image: linear-gradient(0deg, #00D18B 0px, #00D18B 2px);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media print, screen and (min-width: 641px) {
  .cmnUnderline01 > span {
    padding-bottom: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnUnderline01 > span {
    padding-bottom: 0.25rem;
    line-height: 2;
  }
}

.cmnTable01 {
  border-top: 0.1rem solid #255853;
  border-bottom: 0.1rem solid #255853;
}
@media print, screen and (min-width: 641px) {
  .cmnTable01 {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTable01 {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
.cmnTable01 th, .cmnTable01 td {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .cmnTable01 tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cmnTable01 tbody tr {
    display: block;
    width: 100%;
  }
}
.cmnTable01 tbody th, .cmnTable01 tbody td {
  vertical-align: top;
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  .cmnTable01 tbody th, .cmnTable01 tbody td {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTable01 tbody th, .cmnTable01 tbody td {
    display: block;
    width: 100%;
  }
}
.cmnTable01 tbody th {
  background-color: #f1f1f1;
}
@media print, screen and (min-width: 641px) {
  .cmnTable01 tbody th {
    border-right: dotted 1px #989898;
  }
}
@media screen and (max-width: 640px) {
  .cmnTable01 tbody th {
    padding: 0.6rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnTable01 tbody td {
    padding: 1.6rem 2rem;
    border-bottom: solid 1px #989898;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnTable01 tbody tr:nth-child(n+2) th {
    border-top: solid 1px #989898;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnTable01 tbody tr:nth-child(n+2) td {
    border-top: solid 1px #989898;
  }
}
@media screen and (max-width: 640px) {
  .cmnTable01 tbody tr:last-child td {
    border-bottom: none;
  }
}

.cmnUl01 {
  margin-left: 1em;
}
.cmnUl01 > li {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .cmnUl01 > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnUl01 > li {
    padding-left: 1.5rem;
  }
}
.cmnUl01 > li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #00D18B;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  .cmnUl01 > li:before {
    top: 0.75em;
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnUl01 > li:before {
    top: 0.6em;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.cmnUl01 > li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
.cmnUl01 > li > ul, .cmnUl01 > li > ol {
  margin-top: 0.5em;
}

.cmnOl01 {
  margin-left: 1em;
  counter-reset: item;
}
.cmnOl01 > li {
  position: relative;
  padding-left: 2.5em;
}
.cmnOl01 > li:before {
  color: #255853;
  counter-increment: item;
  content: "(" counter(item) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.cmnOl01 > li:nth-of-type(n+2) {
  margin-top: 0.75em;
}
.cmnOl01 > li > ul, .cmnOl01 > li > ol {
  margin-top: 0.5em;
}

.cmnOl02 {
  margin-left: 1em;
  counter-reset: item;
}
.cmnOl02 > li {
  position: relative;
  padding-left: 2em;
}
.cmnOl02 > li:before {
  color: #255853;
  counter-increment: item;
  content: "0" counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.cmnOl02 > li:nth-of-type(9) ~ li:before {
  content: counter(item) ".";
}
.cmnOl02 > li:nth-of-type(n+2) {
  margin-top: 0.25em;
}
.cmnOl02 > li > ul, .cmnOl02 > li > ol {
  margin-top: 0.5em;
}

.cmnDl01 > dt {
  font-weight: bold;
  color: #255853;
}
.cmnDl01 > dt:nth-child(n+2) {
  margin-top: 0.75em;
}

[data-pararax01] {
  position: relative;
}

[data-pararax01-inview] {
  position: absolute !important;
  top: 120px;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
  [data-pararax01-inview] {
    top: 120px;
    bottom: 120px;
  }
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
  [data-pararax01-inview] {
    top: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}

[data-pararax01-opacity01] {
  opacity: 0 !important;
}
[data-pararax01-opacity01].active {
  opacity: 1 !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity02] {
  opacity: 0 !important;
  transform: translateX(-20px) !important;
}
[data-pararax01-opacity02].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity03] {
  opacity: 0 !important;
  transform: translateX(20px) !important;
}
[data-pararax01-opacity03].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity04] {
  opacity: 0 !important;
  transform: translateY(20px) !important;
}
[data-pararax01-opacity04].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity05] {
  opacity: 0 !important;
  transform: translateY(-20px) !important;
}
[data-pararax01-opacity05].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity06] {
  opacity: 0 !important;
  transform: scale(0.8) !important;
}
[data-pararax01-opacity06].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity07] {
  opacity: 0 !important;
  transform: scale(1.2) !important;
}
[data-pararax01-opacity07].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), transform 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity08] {
  perspective: 1000px;
}
[data-pararax01-opacity08] [data-pararax01-opacity08-target] {
  transform-style: preserve-3d;
  opacity: 0;
  transform: rotateY(720deg) scale(0.2);
  overflow: hidden;
}
[data-pararax01-opacity08] [data-pararax01-opacity08-target]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
[data-pararax01-opacity08].active [data-pararax01-opacity08-target] {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
  transition: 2s cubic-bezier(0.2, 0, 0.1, 1);
}
[data-pararax01-opacity08].active [data-pararax01-opacity08-target]:after {
  left: 100%;
  transition: 1s cubic-bezier(0.2, 0, 0.1, 1) 0.7s;
  -webkit-clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
}

HEAD [data-pararax01-opacity09] {
  -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
          clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  opacity: 0;
}
HEAD [data-pararax01-opacity09].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 1s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.2, 0, 0.1, 1), opacity 1s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 1s cubic-bezier(0.2, 0, 0.1, 1), opacity 1s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 1s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity10] {
  -webkit-clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
          clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
  opacity: 0;
}
[data-pararax01-opacity10].active {
  -webkit-clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
          clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 2s cubic-bezier(0.2, 0, 0.1, 1), opacity 2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 2s cubic-bezier(0.2, 0, 0.1, 1), opacity 2s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity11] {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  opacity: 0;
}
[data-pararax01-opacity11].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 2s cubic-bezier(0.2, 0, 0.1, 1), opacity 2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 2s cubic-bezier(0.2, 0, 0.1, 1), opacity 2s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0, 0.1, 1);
}

[data-pararax01-opacity12] {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  opacity: 0;
}
[data-pararax01-opacity12].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 2s cubic-bezier(0.2, 0, 0.1, 1), opacity 2s cubic-bezier(0.2, 0, 0.1, 1);
  transition: clip-path 2s cubic-bezier(0.2, 0, 0.1, 1), opacity 2s cubic-bezier(0.2, 0, 0.1, 1), -webkit-clip-path 2s cubic-bezier(0.2, 0, 0.1, 1);
}

.pararax01_pattern01 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
.pararax01_pattern01 .pararax01_pattern01_underline {
  background-image: linear-gradient(#f00 0%, #f00 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.pararax01_pattern01.active .pararax01_pattern01_underline {
  background-size: 100% 2px;
  transition: background-size 2s cubic-bezier(0.2, 0, 0.18, 1);
}

[data-pararax01-photo01a],
[data-pararax01-photo01b],
[data-pararax01-photo02a],
[data-pararax01-photo02b],
[data-pararax01-photo03a],
[data-pararax01-photo03b],
[data-pararax01-photo03c],
[data-pararax01-photo04a],
[data-pararax01-photo04b] {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-size: 0;
}
.ie [data-pararax01-photo01a] > *,
.ie [data-pararax01-photo01b] > *,
.ie [data-pararax01-photo02a] > *,
.ie [data-pararax01-photo02b] > *,
.ie [data-pararax01-photo03a] > *,
.ie [data-pararax01-photo03b] > *,
.ie [data-pararax01-photo03c] > *,
.ie [data-pararax01-photo04a] > *,
.ie [data-pararax01-photo04b] > * {
  opacity: 0;
}

[data-pararax01-photo01a].active,
[data-pararax01-photo01b].active,
[data-pararax01-photo02a].active,
[data-pararax01-photo02b].active,
[data-pararax01-photo03a].active,
[data-pararax01-photo03b].active,
[data-pararax01-photo03c].active,
[data-pararax01-photo04a].active,
[data-pararax01-photo04b].active {
  opacity: 1;
}
.ie [data-pararax01-photo01a].active > *,
.ie [data-pararax01-photo01b].active > *,
.ie [data-pararax01-photo02a].active > *,
.ie [data-pararax01-photo02b].active > *,
.ie [data-pararax01-photo03a].active > *,
.ie [data-pararax01-photo03b].active > *,
.ie [data-pararax01-photo03c].active > *,
.ie [data-pararax01-photo04a].active > *,
.ie [data-pararax01-photo04b].active > * {
  opacity: 1;
}

.ie [data-pararax01-photo01a],
.ie [data-pararax01-photo01b],
.ie [data-pararax01-photo02a],
.ie [data-pararax01-photo02b],
.ie [data-pararax01-photo03a],
.ie [data-pararax01-photo03b],
.ie [data-pararax01-photo03c],
.ie [data-pararax01-photo04a],
.ie [data-pararax01-photo04b],
.edge [data-pararax01-photo01a],
.edge [data-pararax01-photo01b],
.edge [data-pararax01-photo02a],
.edge [data-pararax01-photo02b],
.edge [data-pararax01-photo03a],
.edge [data-pararax01-photo03b],
.edge [data-pararax01-photo03c],
.edge [data-pararax01-photo04a],
.edge [data-pararax01-photo04b] {
  background-color: #FFF;
  opacity: 1 !important;
}

[data-pararax01-photo01a] svg,
[data-pararax01-photo01b] svg,
[data-pararax01-photo02a] svg,
[data-pararax01-photo02b] svg,
[data-pararax01-photo03a] svg,
[data-pararax01-photo03b] svg,
[data-pararax01-photo03c] svg,
[data-pararax01-photo04a] svg,
[data-pararax01-photo04b] svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

[data-pararax01-photo01a] rect,
[data-pararax01-photo01b] rect,
[data-pararax01-photo02a] rect,
[data-pararax01-photo02b] rect,
[data-pararax01-photo03a] rect,
[data-pararax01-photo03b] rect,
[data-pararax01-photo03c] rect,
[data-pararax01-photo04a] rect,
[data-pararax01-photo04b] rect {
  fill: #FFF;
}

[data-pararax01-photo01a].init,
[data-pararax01-photo01b].init,
[data-pararax01-photo02a].init,
[data-pararax01-photo02b].init,
[data-pararax01-photo03a].init,
[data-pararax01-photo03b].init,
[data-pararax01-photo03c].init,
[data-pararax01-photo04a].init,
[data-pararax01-photo04b].init {
  opacity: 1;
}

[data-pararax02] {
  transition: transform 1s cubic-bezier(0, 0.735, 0.565, 1);
  will-change: transform;
}

[data-svganimation03] {
  display: block;
  overflow: visible !important;
}
[data-svganimation03] [data-svganimation03-target] {
  fill: none;
  stroke: #FFF;
}

/*////////////////////////////////////////////////////

  例外のレイアウト

  ※各ページ固有の、ちょっとしたスタイルの追加に使用します

////////////////////////////////////////////////////*/
/* ------------------------------------------------
  デバイスごとの表示切り分け
------------------------------------------------ */
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
/* ------------------------------------------------
  テキストの調整
------------------------------------------------ */
.fw_b {
  font-weight: bold;
}

.fw_n {
  font-weight: normal;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.em01 {
  font-weight: bold;
  color: #00D18B;
}

.em02 {
  font-weight: bold;
  color: #255853;
}

.em03 {
  font-weight: bold;
  color: #28956E;
}

.color01 {
  color: #00D18B;
}

.color02 {
  color: #255853;
}

.color03 {
  color: #28956E;
}

.f_nobel {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

/* ------------------------------------------------
  余白の調整
------------------------------------------------ */
.mt_0 {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .mt_l {
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 640px) {
  .mt_l {
    margin-top: 4rem !important;
  }
}

@media print, screen and (min-width: 641px) {
  .mt_m {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 640px) {
  .mt_m {
    margin-top: 2rem !important;
  }
}

@media print, screen and (min-width: 641px) {
  .mt_s {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 640px) {
  .mt_s {
    margin-top: 1rem !important;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .mb_l {
    margin-bottom: 8rem !important;
  }
}
@media screen and (max-width: 640px) {
  .mb_l {
    margin-bottom: 4rem !important;
  }
}

@media print, screen and (min-width: 641px) {
  .mb_m {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 640px) {
  .mb_m {
    margin-bottom: 2rem !important;
  }
}

@media print, screen and (min-width: 641px) {
  .mb_s {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 640px) {
  .mb_s {
    margin-bottom: 1rem !important;
  }
}

/* ------------------------------------------------
  コピー禁止
------------------------------------------------ */
.ncpy {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

/* ------------------------------------------------
  ページ内リンク(target効かないとき)
------------------------------------------------ */
.anc {
  padding-top: 80px;
  margin-top: -80px;
}
/*# sourceMappingURL=style.css.map */
