@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
DNP秀英sゴシック銀
400：Light
500：Medium（デフォルト）
600：Bold
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
html {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  color: #1A1A1A;
  /*@media print, screen and (min-width:1440px) and (max-width:1599px) {
  	font-size: 90px;
  }
  @media print, screen and (min-width:1366px) and (max-width:1439px) {
  	font-size: 85px;
  }*/
  /* SP */
}
@media print, screen and (min-width: 641px) {
  html {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1279px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 428px) and (max-width: 640px) {
  html {
    /* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
    font-size: 114px;
  }
}
@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: 110px;
  }
}
@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: 100px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    /* SP： 360px から 374pxの間 ※小さめAndroid */
    font-size: 96px;
  }
}
@media screen and (max-width: 359px) {
  html {
    /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 85px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
td,
th,
figure {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
main,
nav,
section,
figcaption,
figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input,
select,
button,
optgroup,
textarea {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[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;
    -webkit-box-sizing: border-box;
            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;
  }
}
/* 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;
  }
}
.mod_main {
  overflow: hidden;
}

.device-tablet .mod_main {
  width: calc(100% + 1px);
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

[data-lf-area="1"][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

/* -----------------------------------------------------------------------------

class化

----------------------------------------------------------------------------- */
.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.ph.of {
  position: relative;
  z-index: 0;
  background-color: #499B4B;
}

.f_device {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold,
strong {
  font-weight: 600;
}

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */
.contentWrap {
  position: relative;
  z-index: 0;
}

.cNegative {
  position: absolute;
  z-index: -1;
  top: calc(100vh - 0.76rem);
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.gNavi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gNav {
  width: 100%;
  font-size: 0.26rem;
  letter-spacing: -0.06em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .gNav {
    font-size: 0.18rem;
    letter-spacing: 0;
  }
}
.gNav a {
  padding-left: 0.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  /*.no-touchevents &[href]:hover > span:before {
  	transform: scaleX(1);
  	transform-origin: left top;
  }*/
}
@media screen and (max-width: 640px) {
  .gNav a {
    padding-left: 0.2rem;
  }
}
.gNav a span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2rem;
  /*&:before {
  	content: "";
  	display: block;
  	position: absolute;
  	bottom: -0.03rem;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: $bc00;

  	transform: scaleX(0);
  	transform-origin: right top;
  	transition: transform 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }*/
}
@media screen and (max-width: 640px) {
  .gNav a span {
    padding-bottom: 0.15rem;
    letter-spacing: 0.05em;
  }
}
.gNav a span:before, .gNav a span:after {
  content: "";
  position: absolute;
}
.gNav a span:before {
  bottom: 0;
  left: 0.03rem;
  content: attr(data-subtxt);
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .gNav a span:before {
    font-size: 0.11rem;
  }
}
.gNav a span:after {
  top: 0.1rem;
  left: -0.3rem;
  display: block;
  width: 0.12rem;
  height: 0.06rem;
  border-radius: 0.12rem;
  background-color: #499B4B;
}
@media screen and (max-width: 640px) {
  .gNav a span:after {
    top: 0.07rem;
    left: -0.2rem;
    width: 0.08rem;
    height: 0.04rem;
    border-radius: 0.04rem;
  }
}
.no-touchevents .gNav a:hover {
  color: #499B4B;
}
.gNav .sub_menu {
  margin-top: 0.14rem;
  margin-left: 0.35rem;
  border-left: 1px solid #000;
  padding-left: 0.17rem;
  padding-bottom: 0.02rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .gNav .sub_menu {
    margin-left: 0.25rem;
    margin-bottom: 0.2rem;
  }
}
.gNav .sub_menu .sub_menu_link {
  font-size: 0.14rem;
  line-height: 1.78;
  display: block;
  padding-left: 0;
}

.sNav {
  font-size: 0.14rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .sNav {
    font-size: 0.11rem;
  }
}
.sNav a span {
  position: relative;
  display: inline-block;
}
.sNav a span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.no-touchevents .sNav a[href]:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.snsLinks .title {
  font-size: 0.22rem;
  letter-spacing: 0;
  line-height: 1.31;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .snsLinks .title {
    font-size: 0.13rem;
    letter-spacing: 0.06em;
    line-height: 2.22;
  }
}
.snsLinks .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .snsLinks .detail {
    display: block;
    margin-top: 0.25rem;
  }
}
.snsLinks .btn02 + .btn02 {
  margin-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  .snsLinks .btn02 + .btn02 {
    margin: 0;
    margin-top: 0.2rem;
  }
}
.snsLinks a:not(.btn02) svg {
  width: 0.28rem;
  height: 0.28rem;
  fill: #1A1A1A;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.no-touchevents .snsLinks a:not(.btn02):hover svg {
  fill: #499B4B;
}

.actionLink .icoBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.06rem;
  height: 2.3rem;
  border-radius: 0.06rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 640px) {
  .actionLink .icoBtn {
    width: 42.66vw;
    height: 47.2vw;
  }
}
.actionLink .icoBtn > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.37;
  font-weight: 600;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 0.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .actionLink .icoBtn > span {
    font-size: 0.13rem;
    line-height: 1.38;
    padding-top: 24vw;
    padding-bottom: 0.25rem;
  }
}
.actionLink .icoBtn > span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.actionLink .icoBtn > span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.11rem);
  width: 0.22rem;
  height: 0.12rem;
  background-image: url("../img/ico_rtb_arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-position: auto 100%;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (max-width: 640px) {
  .actionLink .icoBtn > span:after {
    bottom: 0.05rem;
    left: calc(50% - 0.08rem);
    width: 0.16rem;
    height: 0.08rem;
  }
}
.no-touchevents .actionLink .icoBtn:hover {
  background-color: #499B4B;
}
.no-touchevents .actionLink .icoBtn:hover span {
  color: #fff;
}
.no-touchevents .actionLink .icoBtn:hover span:after {
  -webkit-filter: saturate(0%) invert(100%);
          filter: saturate(0%) invert(100%);
}
.actionLink .icoBtn.join span:before {
  background-image: url("../img/btn_ico_project.png");
  width: 0.82rem;
  height: 0.96rem;
}
@media screen and (max-width: 640px) {
  .actionLink .icoBtn.join span:before {
    width: 17.06vw;
    height: 20.1vw;
  }
}
.actionLink .icoBtn.modal {
  cursor: pointer;
}
.actionLink .icoBtn.modal span:before {
  background-image: url("../img/btn_ico_questionnaire.png");
  top: 0.05rem;
  width: 0.84rem;
  height: 0.92rem;
}
@media screen and (max-width: 640px) {
  .actionLink .icoBtn.modal span:before {
    width: 17vw;
    height: 20vw;
  }
}

/* ヘッダー */
.mod_header {
  position: relative;
}
.mod_header > .in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.mod_header > .in > .row01 {
  max-width: 10.75rem;
  width: 100%;
  height: 0.76rem;
  margin: auto;
  padding-top: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod_header > .in > .row01 {
    max-width: calc(100% - 0.44rem);
    height: 0.55rem;
    padding-top: 0.12rem;
  }
}
.mod_header > .in > .row01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 1px;
  background-color: #fff;
}
.mod_header .menuDrawer {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #EAF4E6;
}
.mod_header .menuDrawer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: calc(50% - 50vw);
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer:before {
    position: fixed;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 0;
    height: 0.55rem;
    background-color: #EAF4E6;
  }
}
.mod_header .menuDrawer .deco {
  position: absolute;
  z-index: 0;
  top: -3.6rem;
  right: calc(50% - 7.65rem);
  width: 6.98rem;
  height: 6.98rem;
  background-image: url("../img/drawer_deco_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: rotate-anime 45s linear infinite;
          animation: rotate-anime 45s linear infinite;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .deco {
    position: fixed;
    width: 95vw;
    height: 95vw;
    top: -47.5vw;
    right: calc(50% - 95vw);
    z-index: 0;
  }
}
.mod_header .menuDrawer > .in {
  position: relative;
  max-width: 10.75rem;
  width: 100%;
  min-height: 7rem;
  margin: auto;
  padding-top: 0.76rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer > .in {
    position: fixed;
    top: 0.55rem;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    padding-top: 0;
  }
}
.mod_header .menuDrawer .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .wrap {
    z-index: 1;
    display: block;
    max-width: calc(100% - 0.44rem);
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0.7rem;
    overflow: hidden;
  }
}
.mod_header .menuDrawer .wrap .row01 {
  width: 50%;
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .wrap .row01 {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 0.6rem;
  }
}
.mod_header .menuDrawer .gNav {
  font-size: 0.32rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .gNav {
    font-size: 0.22rem;
  }
}
.mod_header .menuDrawer .gNav li + li {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .gNav li + li {
    margin-top: 0.25rem;
  }
}
.mod_header .menuDrawer .gNav a span:before {
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .gNav a span:before {
    font-size: 0.11rem;
  }
}
.mod_header .menuDrawer .gNav a span:after {
  top: 0.16rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .gNav a span:after {
    top: 0.1rem;
  }
}
.mod_header .menuDrawer .sNav {
  margin-top: 0.3rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .sNav {
    margin-top: 0.35rem;
  }
}
.mod_header .menuDrawer .sNav li {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .sNav li {
    margin-bottom: 0.15rem;
  }
}
.mod_header .menuDrawer .actionLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4.3rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .actionLink {
    width: 100%;
    margin-top: 0.35rem;
  }
}
.mod_header .menuDrawer .keywordsList {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.3rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .keywordsList {
    position: static;
    width: auto;
    margin-top: 0.8rem;
  }
}
.mod_header .menuDrawer .keywordsList .item {
  line-height: 1.87;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .keywordsList .item {
    line-height: 1.84;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .keywordsList .detail {
    padding: 0.2rem 0;
    margin-top: 0.15rem;
  }
}
.mod_header .menuDrawer .snsLinks {
  display: block;
  text-align: left;
  margin-top: 0.95rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .snsLinks {
    margin-top: 0.3rem;
  }
}
.mod_header .menuDrawer .snsLinks .title {
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 2.28;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .snsLinks .title {
    font-size: 0.12rem;
    line-height: 2.25;
    text-align: center;
  }
}
.mod_header .menuDrawer .snsLinks .detail {
  margin: 0;
  margin-top: 0.2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .snsLinks .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .snsLinks .detail a:not(.btn02) svg {
    width: 0.22rem;
    height: 0.22rem;
  }
}
.mod_header .menuDrawer .snsLinks .detail a:not(.btn02) + a {
  margin-left: 0.34rem;
}
@media screen and (max-width: 640px) {
  .mod_header .menuDrawer .snsLinks .detail a:not(.btn02) + a {
    margin-left: 0.25rem;
  }
}
.mod_header .menuBtn {
  position: fixed;
  z-index: 1001;
  right: calc(50% - 5.38rem);
  top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.64rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 640px) {
  .mod_header .menuBtn {
    width: 0.52rem;
    height: 0.32rem;
    top: 0.12rem;
    right: 0.22rem;
  }
}
.mod_header .menuBtn .bar {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 7px);
  display: block;
  width: 0.17rem;
  height: 0.02rem;
  border-radius: 0;
  background-color: #499B4B;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 640px) {
  .mod_header .menuBtn .bar {
    top: calc(50% - 3px);
    left: calc(50% - 7px);
    width: 0.14rem;
    height: 0.015rem;
  }
}
.mod_header .menuBtn .open .bar {
  opacity: 1;
}
.mod_header .menuBtn .open .bar:nth-of-type(2) {
  top: calc(50% + 2px);
  left: calc(50% - 9px);
}
@media screen and (max-width: 640px) {
  .mod_header .menuBtn .open .bar:nth-of-type(2) {
    top: calc(50% + 1px);
    left: calc(50% - 9px);
  }
}
.mod_header .menuBtn .close .bar {
  opacity: 0;
  width: 0.2rem;
  height: 1px;
  top: 50%;
  left: calc(50% - 0.1rem);
  border-radius: 0;
  background-color: #1A1A1A;
}
@media screen and (max-width: 640px) {
  .mod_header .menuBtn .close .bar {
    width: 0.24rem;
    left: calc(50% - 0.12rem);
  }
}
.mod_header .menuBtn .close .bar:nth-of-type(1) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.mod_header .menuBtn .close .bar:nth-of-type(2) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.no-touchevents .mod_header .menuBtn:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.menuOpen .mod_header .menuBtn {
  border: 1px solid #1A1A1A;
  background-color: #fff !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
@media screen and (max-width: 640px) {
  .menuOpen .mod_header .menuBtn {
    background-color: #EAF4E6 !important;
  }
}
.menuOpen .mod_header .menuBtn .bar {
  background-color: #1A1A1A !important;
}
.menuOpen .mod_header .menuBtn .open .bar {
  opacity: 0;
}
.menuOpen .mod_header .menuBtn .close .bar {
  opacity: 1;
}
.headerActive .mod_header .menuBtn {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.cNega .mod_header .menuBtn {
  background-color: #499B4B;
}
.cNega .mod_header .menuBtn .bar {
  background-color: #fff;
}
.mod_header .keywordsTicker {
  display: none;
}
.mod_header .headerLogo {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 0.82rem;
  height: 0.35rem;
  line-height: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .mod_header .headerLogo {
    top: 0.12rem;
    width: 0.72rem;
    height: 0.3rem;
  }
}
.mod_header .headerLogo img {
  width: 100%;
  height: auto;
}
.no-touchevents .mod_header .headerLogo:hover {
  opacity: 0.5;
}
.menuOpen .mod_header > .in {
  position: fixed;
}
.menuOpen .mod_header > .in > .row01:before {
  z-index: 1001;
  background-color: #1A1A1A;
}
.menuOpen .mod_header .headerLogo {
  z-index: 1001;
  -webkit-filter: brightness(0%) saturate(0%);
          filter: brightness(0%) saturate(0%);
  background-image: url("../img/header_logo_2nd.svg");
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.menuOpen .mod_header .headerLogo img {
  opacity: 0;
}
.menuOpen .mod_header .menuDrawer {
  opacity: 1;
  pointer-events: auto;
}

/* フッター */
.mod_footer {
  position: relative;
  background-color: #499B4B;
  overflow: hidden;
  /*.row {
  	position: relative;
  	display: flex;
  	margin-top: 0.9rem;
  	//background-color: rgba(#cc0000, 0.1);//暫定
  	@include sc(sp){
  		margin-top: 0.6rem;
  		display: block;
  	}
  }*/
}
.mod_footer > .in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 10.75rem;
  width: 100%;
  margin: auto;
  padding-top: 0;
  margin-bottom: 0.18rem;
}
@media screen and (max-width: 640px) {
  .mod_footer > .in {
    display: block;
    max-width: calc(100% - 0.44rem);
    padding-top: 0.6rem;
    margin-bottom: 0.44rem;
  }
}
.mod_footer .row01 {
  padding-top: 1rem;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_footer .row01 {
    position: static;
    padding-top: 0;
    width: 100%;
  }
}
.mod_footer .row02 {
  padding-top: 0.9rem;
  padding-bottom: 0.75rem;
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .row02 {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.2rem;
  }
}
.mod_footer .row02 .gNavi_wrap .gNav {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .mod_footer .row02 .gNavi_wrap .gNav {
    width: 100%;
  }
}
.mod_footer .row02 .gNavi_wrap .gNav .sub_menu {
  border-left: 1px solid #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .mod_footer .row02 .gNavi_wrap .gNav .sub_menu {
    border-left: 1px solid #fff;
    margin-left: 0.25rem;
  }
}
.mod_footer .gNav {
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .gNav {
    margin-top: 0.3rem;
    margin-left: 0.07rem;
  }
}
.mod_footer .gNav li + li {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .gNav li + li {
    margin-top: 0.3rem;
  }
}
.mod_footer .gNav a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod_footer .gNav a:hover {
  opacity: 0.7;
  color: #fff;
}
.mod_footer .gNav a span::after {
  height: 0.04rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .gNav a span::after {
    height: 0.02rem;
  }
}
.mod_footer .sNav {
  font-size: 0.15rem;
  letter-spacing: 0.04em;
  margin-left: 1.05rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .sNav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    font-size: 0.12rem;
    margin: 0;
    margin-top: 0.3rem;
  }
}
.mod_footer .sNav li + li {
  margin-top: 0.22rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .sNav li + li {
    margin-top: 0.1rem;
  }
}
.mod_footer .footerLogo {
  display: block;
  width: 1.96rem;
  height: 0.8rem;
  line-height: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .mod_footer .footerLogo {
    position: static;
    width: 1.36rem;
    height: 0.56rem;
    margin-top: 0;
    margin-left: 0.07rem;
    padding-bottom: 0.3rem;
  }
}
.mod_footer .footerLogo img {
  width: 100%;
  height: auto;
}
.no-touchevents .mod_footer .footerLogo:hover {
  opacity: 0.5;
}
.mod_footer .keywordsList {
  width: 3.8rem;
  margin: 0 auto 0.8rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .keywordsList {
    width: 100%;
    margin-bottom: 0;
  }
}
.mod_footer .keywordsList .title {
  font-size: 0.12rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .keywordsList .title {
    font-size: 0.1rem;
  }
}
.mod_footer .keywordsList .detail {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .keywordsList .detail {
    margin-top: 0.15rem;
  }
}
.mod_footer .keywordsList .item {
  font-size: 0.15rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .mod_footer .keywordsList .item {
    font-size: 0.13rem;
    line-height: 1.84;
  }
}
.mod_footer .snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .snsLinks {
    position: absolute;
    right: 0.15rem;
    bottom: 50vw;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.2rem;
  }
}
.mod_footer .snsLinks li + li {
  margin-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .snsLinks li + li {
    margin: 0;
    margin-top: 0.3rem;
  }
}
.mod_footer .snsLinks a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .snsLinks a {
    width: 0.22rem;
    height: 0.22rem;
  }
}
.mod_footer .snsLinks a svg {
  width: 100%;
  height: 100%;
  fill: #1A1A1A;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.no-touchevents .mod_footer .snsLinks a:hover svg {
  fill: #499B4B;
}
.mod_footer .coopLogo {
  display: block;
  width: 0.68rem;
  height: 0.23rem;
  margin: auto;
  margin-top: 0.35rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .coopLogo {
    width: 0.6rem;
    height: 0.21rem;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.mod_footer .coopLogo img {
  width: 100%;
  height: auto;
}
.no-touchevents .mod_footer .coopLogo:hover {
  opacity: 0.3;
}
.mod_footer .copy {
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  display: inline-block;
  font-size: 0.1rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .copy {
    position: static;
    font-size: 0.08rem;
    margin-top: 0.1rem;
  }
}
.menuOpen .mod_footer {
  opacity: 0 !important;
  pointer-events: none !important;
}
.mod_footer .footerInfo {
  border-top: 1px solid #fff;
}
.mod_footer .footerInfo .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 10.75rem;
  margin: 0 auto;
  padding-top: 0.31rem;
  padding-bottom: 0.42rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .footerInfo .infoBox {
    display: block;
    max-width: calc(100% - 0.44rem);
    margin: 0 auto;
    padding-top: 0.36rem;
    padding-bottom: 0.59rem;
  }
}
.mod_footer .footerInfo .infoBox .footerLogo {
  width: 1.03rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mod_footer .footerInfo .infoBox .footerLogo {
    width: 0.72rem;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.mod_footer .footerInfo .infoBox .address {
  letter-spacing: 0.02em;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footerInfo .infoBox .address {
    font-size: 0.14rem;
    margin-left: 0.78rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footerInfo .infoBox .address {
    font-size: 0.11rem;
    margin-top: 0.25rem;
    margin-bottom: 0.19rem;
  }
}
.mod_footer .footerInfo .infoBox .contact {
  letter-spacing: 0.02em;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footerInfo .infoBox .contact {
    font-size: 0.14rem;
    margin-left: 0.78rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footerInfo .infoBox .contact {
    font-size: 0.11rem;
  }
}
.mod_footer .copyright {
  max-width: 10.75rem;
  margin: 0 auto;
  margin-bottom: 0.46rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .copyright {
    max-width: calc(100% - 0.44rem);
    margin: 0 auto;
    margin-bottom: 0.27rem;
  }
}

/* パンくず */
.pankuzuWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .pankuzuWrap {
    left: 0.22rem;
    right: 0.22rem;
    width: calc(100% - 0.44rem);
    margin-top: 0.65rem;
    overflow: auto;
  }
}

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 10.75rem;
  width: 100%;
  margin: auto;
  text-align: left;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pankuzu::-webkit-scrollbar {
  display: none;
}
.pankuzu .link {
  display: inline-block;
  position: relative;
  font-size: 0.12rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pankuzu .link {
    font-size: 0.1rem;
    line-height: 1.8;
  }
}
.pankuzu .link + .link {
  margin-left: 0.2rem;
}
.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.detail .pankuzu .link {
  color: #1A1A1A;
}
.detail .pankuzu .link + .link:before {
  border-right-color: #1A1A1A;
  border-top-color: #1A1A1A;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 0.3rem;
  right: calc(50% - 5.38rem);
  width: 0.68rem;
  height: 0.55rem;
  -webkit-filter: opacity(0%);
          filter: opacity(0%);
  pointer-events: none;
  -webkit-transition: opacity 0.2s, -webkit-filter 1s;
  transition: opacity 0.2s, -webkit-filter 1s;
  transition: filter 1s, opacity 0.2s;
  transition: filter 1s, opacity 0.2s, -webkit-filter 1s;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 640px) {
  .pagetopbtn {
    width: 0.58rem;
    height: 0.47rem;
    bottom: 0.23rem;
    right: 0.23rem;
  }
}
.pagetopbtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% - 0.05rem);
  left: calc(50% - 0.1rem);
  background-image: url("../img/ico_backTop_arrow.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: oapcity 0.3s, -webkit-transform 0.3s;
  transition: oapcity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, oapcity 0.3s;
  transition: transform 0.3s, oapcity 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 640px) {
  .pagetopbtn:before {
    top: 0.05rem;
    left: 0.05rem;
  }
}
.pagetopbtn.active {
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
  pointer-events: auto;
}
.menuOpen .pagetopbtn {
  -webkit-filter: opacity(0%) !important;
          filter: opacity(0%) !important;
  pointer-events: none;
}
.no-touchevents .pagetopbtn:hover:before {
  -webkit-transform: translateY(-0.08rem);
          transform: translateY(-0.08rem);
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0;
}

/* inc_sec_links */
.sec_links {
  position: relative;
  background-color: #fff;
}
.sec_links > .in {
  max-width: 9.3rem;
  width: 100%;
  margin: auto;
  padding-top: 1.4rem;
  padding-bottom: 1.15rem;
}
@media screen and (max-width: 640px) {
  .sec_links > .in {
    max-width: calc(100% - 0.44rem);
    padding-top: 0.8rem;
    padding-bottom: 0.75rem;
  }
}
.sec_links .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 0.2rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 640px) {
  .sec_links .linkList {
    margin-top: -0.14rem;
    padding-bottom: 0.4rem;
  }
}
.sec_links .linkList .item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width: 641px) {
  .sec_links .linkList .item {
    width: 2.72rem;
    margin-right: calc((100% - 8.16rem) / 2);
    margin-top: 0.7rem;
  }
  .sec_links .linkList .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_links .linkList .item {
    width: calc((100% - 0.14rem) / 2);
    margin-right: 0.14rem;
    margin-top: 0.54rem;
  }
  .sec_links .linkList .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.no-touchevents .sec_links .linkList .item:hover .thumb img {
  opacity: 0.3;
}
.sec_links .linkList .item > dt {
  margin-top: 0.05rem;
}
.sec_links .linkList .item .thumb {
  display: block;
  width: 100%;
  height: 1.38rem;
  line-height: 0;
  border-radius: 0.06rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_links .linkList .item .thumb {
    height: 21.33vw;
  }
}
.sec_links .linkList .item .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1.38rem;
  border-radius: 0.06rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(186, 186, 186, 0.5);
}
@media screen and (max-width: 640px) {
  .sec_links .linkList .item .thumb:before {
    height: 21.33vw;
  }
}
.sec_links .linkList .item .thumb img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec_links .linkList .item .wrapLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.sec_links .snsLinks {
  border-top: 1px solid rgba(186, 186, 186, 0.5);
  padding-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_links .snsLinks {
    padding-top: 0.4rem;
  }
}

/*.flowbottomSP {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	display: table;
	text-align: center;
	transition: transform 1.0s;
	transform: translateY(100%);
	z-index: 999;
	&.active {
		transform: none;
	}
	a {
		display: table-cell;
		background-color: #FFF;
		vertical-align: middle;
		&:nth-child(2) {
			background-color: #FFFEB7;
		}
	}
	span {
		font-size: .11rem;
	}
}
.flowbottomSPinview {
	position: absolute;
	top: 105vh;
	bottom: 0;
	pointer-events: none;
	width: 0;
}*/
/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */
.modalArea {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 640px) {
  .modalArea {
    padding: 0.22rem;
  }
}
.modalArea .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.16rem;
}
@media screen and (max-width: 640px) {
  .modalArea .detail {
    border-radius: 0.1rem;
  }
}
.modalArea .detail > .in {
  width: 100%;
}
.modalArea .closeBtn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: #499B4B;
  cursor: pointer;
}
.modalArea .closeBtn:before, .modalArea .closeBtn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.07rem);
  width: 0.14rem;
  height: 2px;
  background-color: #fff;
}
.modalArea .closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modalArea .closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalArea#modalLine .detail {
  max-width: 6.04rem;
  max-height: 4.06rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .detail {
    width: 80%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.modalArea#modalLine .detail > .in {
  margin: 0.2rem;
  width: auto;
}
.modalArea#modalLine .title {
  position: relative;
  font-size: 0.22rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .title {
    font-size: 0.22rem;
    line-height: 1.45;
    padding-top: 1.2rem;
    margin-top: 0.2rem;
  }
}
.modalArea#modalLine .title:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 1.28rem;
  height: 1.42rem;
  background-image: url("../img/modal_ico_questionnaire.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .title:before {
    top: 0;
    left: calc(50% - 0.45rem);
    width: 0.9rem;
    height: 0.98rem;
  }
}
.modalArea#modalLine .txtBox {
  margin-top: 0.35rem;
  margin-left: 1.65rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .txtBox {
    margin: 0;
    margin-top: 0.2rem;
  }
}
.modalArea#modalLine .txtBox .txt {
  font-size: 0.14rem;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .txtBox .txt {
    font-size: 0.12rem;
    line-height: 1.66;
    text-align: center;
  }
}
.modalArea#modalLine .txtBox .txt + .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .txtBox .txt + .txt {
    margin-top: 1em;
  }
}
.modalArea#modalLine .link {
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .link {
    margin-top: 0.2rem;
  }
}
.modalArea#modalLine .link .btn02 {
  width: 2.46rem;
  height: 0.45rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .link .btn02 {
    width: 100%;
    height: 0.5rem;
  }
}
.modalArea#modalLine .link .btn02 span {
  font-size: 0.13rem;
  letter-spacing: 0;
  padding-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalLine .link .btn02 span {
    font-size: 0.14rem;
    padding-left: 0.36rem;
  }
}
.modalLineOpen .modalArea#modalLine {
  pointer-events: all;
  opacity: 1;
}
.modalArea#modalJoin {
  padding: 0.5rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin {
    padding: 0;
  }
}
.modalArea#modalJoin .closeBtn {
  top: 0.35rem;
  right: 0.8rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .closeBtn {
    top: 0.35rem;
    right: 0.3rem;
    width: 0.36rem;
    height: 0.36rem;
  }
}
.modalArea#modalJoin .closeBtn:before, .modalArea#modalJoin .closeBtn:after {
  background-color: #499B4B;
  width: 0.24rem;
  height: 0.03rem;
  top: 50%;
  left: calc(50% - 0.12rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .closeBtn:before, .modalArea#modalJoin .closeBtn:after {
    top: calc(50% - 1px);
    left: calc(50% - 0.07rem);
    width: 0.14rem;
    height: 2px;
    -webkit-transform: none;
            transform: none;
  }
}
.modalArea#modalJoin .closeBtn:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .closeBtn:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.modalArea#modalJoin .closeBtn:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .closeBtn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.modalArea#modalJoin .detail {
  max-width: 10.75rem;
  max-height: 5.7rem;
  background-color: #499B4B;
  border-radius: 2.85rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail {
    max-width: 100%;
    max-height: 5rem;
    border-radius: 46.4vw;
  }
}
.modalArea#modalJoin .detail > .in {
  max-width: 7.45rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail > .in {
    max-width: 70%;
  }
}
.modalArea#modalJoin .detail .txtBox {
  color: #fff;
}
.modalArea#modalJoin .detail .txtBox .title {
  position: relative;
  font-size: 0.3rem;
  letter-spacing: 0;
  line-height: 1.73;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail .txtBox .title {
    font-size: 0.16rem;
    line-height: 2;
  }
}
.modalArea#modalJoin .detail .txtBox .title span {
  position: relative;
}
.modalArea#modalJoin .detail .txtBox .title span:before {
  content: "";
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail .txtBox .title span:before {
    bottom: -0.05rem;
  }
}
.modalArea#modalJoin .detail .txtBox .title:before {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0;
  display: block;
  width: 1.78rem;
  height: 2.12rem;
  background-image: url("../img/modal_ico_join.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail .txtBox .title:before {
    top: 0;
    width: 0.6rem;
    height: 0.7rem;
  }
}
.modalArea#modalJoin .detail .txtBox .txt {
  width: 4.8rem;
  font-weight: 400;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail .txtBox .txt {
    width: 100%;
    font-size: 0.13rem;
    line-height: 2.3;
  }
}
.modalArea#modalJoin .detail .link {
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .modalArea#modalJoin .detail .link {
    margin-top: 0.4rem;
  }
}
.modalJoinOpen .modalArea#modalJoin {
  pointer-events: all;
  opacity: 1;
}

.itemList {
  position: relative;
  z-index: 0;
}
.itemList .item {
  position: relative;
  width: 3.3rem;
}
@media screen and (max-width: 640px) {
  .itemList .item {
    width: 100%;
  }
}
.itemList .wrapLink {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.no-touchevents .itemList .wrapLink:hover ~ .ph {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.no-touchevents .itemList .wrapLink:hover ~ .ph img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.no-touchevents .itemList .wrapLink:hover ~ .txtBox .title {
  text-decoration: underline;
}
.itemList .icon {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.35;
  position: absolute;
  top: 0.08rem;
  left: -0.07rem;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .itemList .icon {
    font-size: 0.12rem;
  }
}
.itemList .icon.-type01 span {
  background-color: #EDE500;
  display: inline-block;
  padding: 0.05rem 0.1rem 0.04rem 0.05rem;
  border-radius: 0 0.2rem 0.2rem 0;
}
.itemList .icon.-type01 span:nth-of-type(2) {
  position: relative;
  top: -0.03rem;
}
.itemList .icon.-type02 span {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #EDE500;
  display: inline;
  padding: 0.06rem 0.05rem;
}
.itemList .icon.-color01 span {
  background-color: #F29DB7;
}
.itemList .icon.-color02 span {
  background-color: #EDE500;
}
.itemList .icon.-color03 span {
  background-color: #5DC6A5;
}
.itemList .icon.-color04 span {
  background-color: #FFBC6E;
}
.itemList .icon.-color05 span {
  background-color: #87D3EF;
}
.itemList .ph {
  width: 3.3rem;
  height: 2.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 640px) {
  .itemList .ph {
    width: 100%;
    height: 67.5vw;
  }
}
.itemList .ph img {
  -webkit-transition: opacity 1.5s, -webkit-transform 0.3s;
  transition: opacity 1.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 1.5s;
  transition: transform 0.3s, opacity 1.5s, -webkit-transform 0.3s;
}
.itemList .txtBox {
  position: relative;
  margin-top: 0.2rem;
}
.itemList .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itemList .info .category {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0.8rem;
  height: 0.2rem;
  padding: 0 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #499B4B;
  background-color: #fff;
  border-radius: 0.3rem;
  font-size: 0.12rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #499B4B;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
  transition: border 0.3s, background 0.3s, color 0.3s;
}
.itemList .info .category:nth-of-type(2n) {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.itemList .info .category + .category {
  margin-left: 0.05rem;
}
.no-touchevents .itemList .info .category:hover {
  background-color: #499B4B;
  color: #fff;
}
.no-touchevents .itemList .info .category:nth-of-type(2n):hover {
  background-color: #000;
  color: #fff;
}
.itemList .info .date {
  font-size: 0.1rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  margin-left: 0.1rem;
}
.itemList .title {
  font-size: 0.22rem;
  letter-spacing: -0.02em;
  line-height: 1.36;
  font-weight: 600;
  margin-top: 0.1rem;
  /*.no-touchevents &:hover {
  	text-decoration: underline;
  }*/
}
@media screen and (max-width: 640px) {
  .itemList .title {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
.itemList .keywordsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.05rem;
}
.itemList .keywordsBox > .item {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  border-radius: 0.11rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.12rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
  color: #1A1A1A;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.no-touchevents .itemList .keywordsBox > .item:hover {
  text-decoration: underline;
}
.itemList .keywordsBox > .item span:before {
  content: "#";
}
.bgGrn .itemList .info .category, .itemList.nega .info .category {
  border-color: #fff;
  background-color: #499B4B;
  color: #fff;
}
.bgGrn .itemList .info .category:nth-of-type(2n), .itemList.nega .info .category:nth-of-type(2n) {
  border-color: #fff;
  background-color: #fff;
  color: #499B4B;
}
.no-touchevents .bgGrn .itemList .info .category:hover, .no-touchevents .itemList.nega .info .category:hover {
  border-color: #fff;
  background-color: #fff;
  color: #499B4B;
}
.no-touchevents .bgGrn .itemList .info .category:nth-of-type(2n):hover, .no-touchevents .itemList.nega .info .category:nth-of-type(2n):hover {
  background-color: #499B4B;
  color: #fff;
}
.bgGrn .itemList .info .date, .itemList.nega .info .date {
  color: #fff;
}
.bgGrn .itemList .title, .itemList.nega .title {
  color: #fff;
}
.bgGrn .itemList .keywordsBox > .item, .itemList.nega .keywordsBox > .item {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.no-touchevents .bgGrn .itemList .keywordsBox > .item:hover, .no-touchevents .itemList.nega .keywordsBox > .item:hover {
  background-color: #fff;
  border-color: #fff;
  color: #499B4B;
}
.itemList.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .itemList.col3 {
    display: block;
  }
}
.itemList.col3 > .item {
  margin-top: 0.9rem;
}
@media print, screen and (min-width: 641px) {
  .itemList.col3 > .item {
    margin-right: calc((100% - 9.9rem) / 2);
  }
  .itemList.col3 > .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .itemList.col3 > .item {
    margin-top: 0.7rem;
  }
}
.itemList.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .itemList.col4 {
    display: block;
  }
}
.itemList.col4 > .item {
  width: 2.3rem;
  margin-top: 0.9rem;
}
@media print, screen and (min-width: 641px) {
  .itemList.col4 > .item {
    margin-right: calc((100% - 9.2rem) / 3);
  }
  .itemList.col4 > .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .itemList.col4 > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  }
}
.itemList.col4 .info .date {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
}
.no-touchevents .itemList.col4 .wrapLink:hover ~ .ph {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.no-touchevents .itemList.col4 .wrapLink:hover ~ .ph img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.itemList.col4 .ph {
  width: 2.3rem;
  height: 1.75rem;
  border-radius: 1.26rem;
}
@media screen and (max-width: 640px) {
  .itemList.col4 .ph {
    width: 36.26vw;
    height: 27.46vw;
    border-radius: 33.6vw;
  }
}
.itemList.col4 .txtBox {
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .itemList.col4 .txtBox {
    width: calc(100% - 40vw);
    margin: 0;
    padding-bottom: 0.2rem;
  }
}
.keywordsList {
  display: block;
  text-align: center;
}
.keywordsList .title {
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.42;
}
@media screen and (max-width: 640px) {
  .keywordsList .title {
    font-size: 0.1rem;
    line-height: 2;
  }
}
.keywordsList .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.1rem;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(50, 52, 49, 0.3);
  border-bottom: 1px solid rgba(50, 52, 49, 0.3);
}
@media screen and (max-width: 640px) {
  .keywordsList .detail {
    margin-top: 0.05rem;
    padding: 0.15rem 0;
  }
}
.keywordsList .item {
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0.5em;
}
@media screen and (max-width: 640px) {
  .keywordsList .item {
    font-size: 0.13rem;
    line-height: 1.84;
  }
}
.keywordsList .item span:before {
  content: "#";
}
.no-touchevents .keywordsList .item:hover {
  text-decoration: underline;
}
.bgGrn .keywordsList .title {
  color: #fff;
}
.bgGrn .keywordsList .detail {
  border-color: rgba(255, 255, 255, 0.8);
}
.bgGrn .keywordsList .item {
  color: #fff;
}

.bgWht {
  background-color: #fff;
}

.bgGrn {
  background-color: #499B4B;
}

.bgGrn01 {
  background-color: #EAF4E6;
}

.secTit > .icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.secTit > .title {
  position: relative;
  font-size: 0.22rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 600;
  padding-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .secTit > .title {
    font-size: 0.12rem;
    letter-spacing: 0.06em;
    padding-top: 0.46rem;
  }
}
.secTit > .title[data-subtxt]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-subtxt);
  font-size: 0.54rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .secTit > .title[data-subtxt]:before {
    font-size: 0.35rem;
  }
}
.secTit > .txt {
  font-size: 0.16rem;
  letter-spacing: -0.02em;
  line-height: 2.12;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .secTit > .txt {
    font-size: 0.14rem;
    line-height: 1.71;
    margin-top: 0.25rem;
  }
}
.secTit.center > .title {
  text-align: center;
}
.secTit.center > .title[data-subtxt]:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.secTit.cWht > .title {
  color: #fff;
}
.secTit.cWht > .title[data-subtxt]:before {
  color: #fff;
}
.secTit.cWht > .txt {
  color: #fff;
}
.secTit.small {
  text-align: center;
}
.secTit.small > .title {
  font-size: 0.28rem;
  letter-spacing: 0.06em;
  line-height: 2.4;
  font-weight: 600;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .secTit.small > .title {
    font-size: 0.2rem;
    line-height: 2;
  }
}
.secTit.small .txt {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .secTit.small .txt {
    font-size: 0.13rem;
    line-height: 1.84;
    margin-top: 0.15rem;
  }
}
.contTit {
  position: relative;
  z-index: 0;
  width: 100%;
}
.contTit > .icon {
  position: absolute;
  right: 0;
  z-index: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contTit > .title {
  position: relative;
  font-size: 0.22rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .contTit > .title {
    font-size: 0.12rem;
    padding-top: 0.47rem;
  }
}
.contTit > .title[data-subtxt]:before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-subtxt);
  font-size: 0.54rem;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contTit > .title[data-subtxt]:before {
    font-size: 0.35rem;
    letter-spacing: 0;
  }
}
.contTit > .txt {
  font-size: 0.16rem;
  letter-spacing: -0.02em;
  line-height: 2.12;
  margin-top: 0.4rem;
  color: #fff;
}
.about .contTit .icon {
  background-image: url("../img/conthead_ico_about.png");
  width: 2.78rem;
  height: 2.1rem;
  top: calc(50% - 1.25rem);
}
@media screen and (max-width: 640px) {
  .about .contTit .icon {
    width: 41vw;
    height: 30.9vw;
    top: calc(50% - 17vw);
  }
}
@media screen and (max-width: 640px) {
  .about .contTit > .title {
    padding-top: 0.38rem;
  }
}
@media screen and (max-width: 640px) {
  .about .contTit > .title[data-subtxt]:before {
    font-size: 0.28rem;
  }
}
.project .contTit .icon {
  background-image: url("../img/conthead_ico_project.png");
  width: 1.68rem;
  height: 2rem;
  top: calc(50% - 1rem);
}
@media screen and (max-width: 640px) {
  .project .contTit .icon {
    width: 23.46vw;
    height: 28vw;
    top: calc(50% - 14vw);
  }
}
@media screen and (max-width: 640px) {
  .project .contTit > .title {
    padding-top: 0.38rem;
  }
}
@media screen and (max-width: 640px) {
  .project .contTit > .title[data-subtxt]:before {
    font-size: 0.28rem;
  }
}
.column .contTit .icon {
  background-image: url("../img/conthead_ico_column.png");
  width: 2.04rem;
  height: 1.62rem;
  top: calc(50% - 0.81rem);
  display: none;
}
@media screen and (max-width: 640px) {
  .column .contTit .icon {
    width: 28.8vw;
    height: 22.93vw;
    top: calc(50% - 11.47vw);
  }
}
@media screen and (max-width: 640px) {
  .column .contTit > .title {
    padding-top: 0.38rem;
  }
}
@media screen and (max-width: 640px) {
  .column .contTit > .title[data-subtxt]:before {
    font-size: 0.28rem;
  }
}
.keyword .contTit .title {
  font-size: 0.4rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 600;
  padding: 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .keyword .contTit .title {
    font-size: 0.24rem;
    line-height: 2;
    top: 0;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .keyword .contTit > .title {
    padding-top: 0.38rem;
  }
}
@media screen and (max-width: 640px) {
  .keyword .contTit > .title[data-subtxt]:before {
    font-size: 0.28rem;
  }
}
.contact .contTit .icon {
  background-image: url("../img/conthead_ico_contact.png");
  width: 2.52rem;
  height: 1.68rem;
  top: calc(50% - 1.2rem);
}
@media screen and (max-width: 640px) {
  .contact .contTit .icon {
    width: 35.2vw;
    height: 23.73vw;
    top: calc(50% - 11.86vw);
  }
}
.contact .contTit .title {
  font-size: 0.4rem;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: 600;
  padding: 0;
  top: -0.2rem;
}
@media screen and (max-width: 640px) {
  .contact .contTit .title {
    font-size: 0.24rem;
    letter-spacing: 0.06em;
    line-height: 1.33;
    top: 0;
  }
}

.contHeader {
  position: relative;
  z-index: 0;
  background-color: #499B4B;
  height: 3.95rem;
  padding-top: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .contHeader {
    height: 64vw;
    padding-top: 0.9rem;
  }
}
.contHeader > .in {
  position: relative;
  max-width: 10.75rem;
  width: 100%;
  height: 2.7rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .contHeader > .in {
    max-width: calc(100% - 0.44rem);
    height: calc(64vw - 0.9rem);
  }
}
.contHeader > .in:before {
  content: "";
  position: absolute;
  right: calc(50% - 7.55rem);
  bottom: calc(100% - 2.2rem);
  z-index: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-animation: rotate-anime 45s linear infinite;
          animation: rotate-anime 45s linear infinite;
}
@media screen and (max-width: 640px) {
  .contHeader > .in:before {
    display: none;
  }
}
.contHeader.about > .in:before {
  background-image: url("../img/conthead_deco_about.png");
  width: 6.9rem;
  height: 6.9rem;
}
.contHeader.project.archive > .in:before {
  background-image: url("../img/conthead_deco_column_project.png");
  width: 6.9rem;
  height: 6.9rem;
}
.contHeader.project > .in:before {
  background-image: url("../img/conthead_deco_project.png");
  width: 6.9rem;
  height: 6.9rem;
}
.contHeader.column.archive > .in:before {
  background-image: url("../img/conthead_deco_column_project.png");
  width: 6.9rem;
  height: 6.9rem;
}
.contHeader.column > .in:before {
  background-image: url("../img/conthead_deco_column.png");
  width: 6.9rem;
  height: 6.9rem;
}
@media screen and (max-width: 640px) {
  .contHeader.keyword {
    height: 50.66vw;
  }
}
.contHeader.keyword > .in:before {
  background-image: url("../img/conthead_deco_keyword.png");
  width: 6.9rem;
  height: 6.9rem;
}
@media screen and (max-width: 640px) {
  .contHeader.keyword > .in {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: calc(50.66vw - 0.9rem);
  }
}
.contHeader.detail {
  background-color: rgba(73, 155, 75, 0);
  height: auto;
}
@media screen and (max-width: 640px) {
  .contHeader.detail {
    height: auto;
  }
}
.contHeader.detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.75rem;
  background-color: #499B4B;
}
@media screen and (max-width: 640px) {
  .contHeader.detail:before {
    height: 0.55rem;
  }
}
@media screen and (max-width: 640px) {
  .contHeader.detail > .in {
    display: block;
    height: auto;
  }
}
.contHeader.detail > .in:before {
  opacity: 0.3;
}
.contHeader.contact > .in:before {
  background-image: url("../img/conthead_deco_contact.png");
  width: 6.9rem;
  height: 6.9rem;
}
.contHeader.information > .in:before {
  background-image: url("../img/conthead_deco_information.png");
  width: 6.9rem;
  height: 6.9rem;
}

.catch {
  font-size: 0.34rem;
  letter-spacing: 0.04em;
  line-height: 1.52;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .catch {
    font-size: 0.29rem;
    line-height: 1.51;
  }
}

.txt {
  font-size: 0.16rem;
  letter-spacing: -0.02em;
  line-height: 2.12;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .txt {
    font-size: 0.12rem;
    line-height: 2.5;
  }
}

.no-touchevents .underline[href]:hover > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.underline > span {
  position: relative;
  display: inline-block;
}
.underline > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.underline.current > span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: none;
  transition: none;
}

.txtlink {
  color: #000;
  text-decoration: underline;
}
.no-touchevents .txtlink:hover {
  text-decoration: none;
}

.external {
  font-size: 0.18rem;
  letter-spacing: 0;
  line-height: 1.83;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .external {
    font-size: 0.11rem;
    line-height: 1.81;
  }
}
.external span:after {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  margin-left: 0.18rem;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url(../img/ico_external.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .external span:after {
    margin-left: 0.05rem;
    width: 0.08rem;
    height: 0.08rem;
  }
}

.btn01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.7rem;
  height: 0.46rem;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.23rem;
}
@media screen and (max-width: 640px) {
  .btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.38rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    border-radius: 0.19rem;
  }
}
.btn01 > span {
  display: inline-block;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #1A1A1A;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .btn01 > span {
    font-size: 0.11rem;
  }
}
.no-touchevents .btn01:hover span {
  opacity: 0.3;
}
.btn01.line {
  width: 2.28rem;
}
@media screen and (max-width: 640px) {
  .btn01.line {
    width: 100%;
  }
}
.btn01.line span {
  padding-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  .btn01.line span {
    padding-left: 0.15rem;
  }
}
.btn01.line:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.13rem);
  left: 0.14rem;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url("../img/ico_line_grn.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .btn01.line:after {
    top: calc(50% - 0.11rem);
    left: 0.16rem;
    width: 0.22rem;
    height: 0.22rem;
  }
}
.no-touchevents .btn01.line:hover:after {
  opacity: 0.3;
}
.btn01.arrow {
  background-color: #499B4B;
  width: 4.2rem;
  height: 0.7rem;
  border-radius: 0.39rem;
}
.btn01.arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.13rem);
  right: 0.3rem;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url("../img/ico_morebtn_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .btn01.arrow:after {
    top: calc(50% - 0.08rem);
    right: 0.2rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}

.btn02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.9rem;
  height: 0.6rem;
  text-align: center;
  padding: 0;
  border-radius: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn02:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 0.25rem;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .btn02:before {
    top: calc(50% - 0.11rem);
    width: 0.22rem;
    height: 0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .btn02 {
    height: 0.5rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.btn02 > span {
  display: inline-block;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .btn02 > span {
    font-size: 0.14rem;
  }
}
.no-touchevents .btn02:hover {
  opacity: 0.5;
}
.btn02.twitter {
  background-color: #52AAE5;
}
.btn02.twitter:before {
  background-image: url("../img/ico_twitter.svg");
}
.btn02.facebook {
  background-color: #445796;
}
.btn02.facebook:before {
  background-image: url("../img/ico_facebook.svg");
}
.btn02.line {
  background-color: #00B900;
}
.btn02.line span {
  padding-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .btn02.line span {
    padding-left: 0;
  }
}
.btn02.line:before {
  background-image: url("../img/ico_line.svg");
}
.btn02.arrow {
  background-color: #fafff8;
  border-radius: 0.04rem;
}
.btn02.arrow span {
  font-size: 0.18rem;
  letter-spacing: 0.018em;
  color: #1A1A1A;
}
.btn02.arrow:before {
  left: auto;
  right: 0.3rem;
  background-image: url("../img/ico_rtb_arrow.svg");
}

.moreBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1.78rem;
  height: 0.52rem;
  padding-right: 0.96rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .moreBtn {
    min-width: 1.26rem;
    height: 0.36rem;
    padding-right: 0.64rem;
  }
}
.moreBtn:before, .moreBtn:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.moreBtn:before {
  right: 0;
  top: calc(50% - 0.26rem);
  width: 0.7rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  background-color: #499B4B;
}
@media screen and (max-width: 640px) {
  .moreBtn:before {
    top: calc(50% - 0.18rem);
    width: 0.5rem;
    height: 0.36rem;
    border-radius: 0.18rem;
  }
}
.moreBtn:after {
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.52rem;
  background-image: url("../img/ico_morebtn_arrow.svg");
  background-size: auto 0.1rem;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .moreBtn:after {
    width: 0.5rem;
    height: 0.36rem;
    background-size: auto 0.06rem;
  }
}
.moreBtn > span {
  display: inline-block;
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 600;
  color: #1A1A1A;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
@media screen and (max-width: 640px) {
  .moreBtn > span {
    font-size: 0.12rem;
    letter-spacing: 0.06em;
  }
}
.no-touchevents .moreBtn:hover:before, .no-touchevents .moreBtn:hover:after {
  width: 0.52rem;
}
@media screen and (max-width: 640px) {
  .no-touchevents .moreBtn:hover:before, .no-touchevents .moreBtn:hover:after {
    width: 0.36rem;
  }
}
.moreBtn.nega:before {
  background-color: #fff;
}
.moreBtn.nega:after {
  background-image: url("../img/ico_morebtn_arrow_grn.svg");
}
.moreBtn.nega span {
  color: #fff;
}

/* -----------------------------------------------------------------------------

モーション

----------------------------------------------------------------------------- */
@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[data-pararax01] {
  position: relative;
}
[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}
[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity02] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity02].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity02] {
  -webkit-transform: translate(-15px, 0);
          transform: translate(-15px, 0);
}
[data-pararax01] [data-pararax01-opacity03] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity03].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity03] {
  -webkit-transform: translate(15px, 0);
          transform: translate(15px, 0);
}
[data-pararax01] [data-pararax01-opacity04] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity04].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity04] {
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
[data-pararax01] [data-pararax01-opacity05] {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.625, 0, 0.355, 1), transform 0.7s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity05].active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
[data-pararax01] [data-pararax01-opacity05] {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
[data-pararax01] [data-pararax01-opacity06] {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.625, 0, 0.355, 1), transform 1s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1s cubic-bezier(0.625, 0, 0.355, 1);
}
[data-pararax01] [data-pararax01-opacity06].active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
[data-pararax01] [data-pararax01-opacity06] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* 記事一覧ページャー（news）
============================================================================= */
.mod-archives-pager01 {
  position: relative;
  font-size: 0.16rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 {
    font-size: 0.1rem;
    font-weight: 700;
    width: calc(100% - 1.4rem);
    margin: 0 auto;
  }
}
.mod-archives-pager01 > .wp-pagenavi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.72rem;
  padding-right: 0.72rem;
  color: #000;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .mod-archives-pager01 > .wp-pagenavi {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 > .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.06rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    margin-bottom: 1.1rem;
  }
}
.mod-archives-pager01 .wp-pagenavi > a,
.mod-archives-pager01 .wp-pagenavi > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  .mod-archives-pager01 .wp-pagenavi > a,
  .mod-archives-pager01 .wp-pagenavi > span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 .wp-pagenavi > a,
  .mod-archives-pager01 .wp-pagenavi > span {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.no-touchevents .mod-archives-pager01 .wp-pagenavi > a[href]:hover,
.no-touchevents .mod-archives-pager01 .wp-pagenavi > span[href]:hover {
  background-color: #499B4B;
  color: #fff;
  border-radius: 50%;
}
.mod-archives-pager01 .wp-pagenavi > a:not(.extend):not(.previouspostslink):not(.nextpostslink),
.mod-archives-pager01 .wp-pagenavi > span:not(.extend):not(.previouspostslink):not(.nextpostslink) {
  margin: 0 0.1rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 .wp-pagenavi > a:not(.extend):not(.previouspostslink):not(.nextpostslink),
  .mod-archives-pager01 .wp-pagenavi > span:not(.extend):not(.previouspostslink):not(.nextpostslink) {
    margin: 0 0.06rem;
  }
}
.mod-archives-pager01 .wp-pagenavi > a:not(.extend):not(.previouspostslink):not(.nextpostslink).current,
.mod-archives-pager01 .wp-pagenavi > span:not(.extend):not(.previouspostslink):not(.nextpostslink).current {
  background-color: #499B4B;
  color: #fff;
  border-radius: 50%;
}
.mod-archives-pager01 .wp-pagenavi > a:not(.extend):not(.previouspostslink):not(.nextpostslink).current:before,
.mod-archives-pager01 .wp-pagenavi > span:not(.extend):not(.previouspostslink):not(.nextpostslink).current:before {
  content: "";
}
.mod-archives-pager01 .wp-pagenavi > a.extend,
.mod-archives-pager01 .wp-pagenavi > span.extend {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 .wp-pagenavi > a.extend,
  .mod-archives-pager01 .wp-pagenavi > span.extend {
    margin: 0 0.04rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    font-size: 0.8em;
  }
}
.mod-archives-pager01 .previouspostslink,
.mod-archives-pager01 .nextpostslink {
  font-size: 0 !important;
  position: absolute;
}
.mod-archives-pager01 .previouspostslink:after,
.mod-archives-pager01 .nextpostslink:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg) skew(3deg, 3deg);
          transform: rotate(45deg) skew(3deg, 3deg);
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 .previouspostslink:after,
  .mod-archives-pager01 .nextpostslink:after {
    width: 0.08rem;
    height: 0.08rem;
  }
}
.mod-archives-pager01 .previouspostslink {
  left: 0;
}
.mod-archives-pager01 .previouspostslink:after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  left: 0.03rem;
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 .previouspostslink:after {
    left: 0.02rem;
  }
}
.mod-archives-pager01 .nextpostslink {
  right: 0;
}
.mod-archives-pager01 .nextpostslink:after {
  border-top: 2px solid;
  border-right: 2px solid;
  right: 0.03rem;
}
@media screen and (max-width: 640px) {
  .mod-archives-pager01 .nextpostslink:after {
    right: 0.02rem;
  }
}
/*# sourceMappingURL=common.css.map */