@charset "UTF-8";
/* ofi */
/*	flex
---------------------------------------------------*/

/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
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, address,
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;
  border-collapse: collapse;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

/* added */
ol li {
  list-style: none;
}

/* added */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: 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-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/* font icon
----------------------------------------------------------------*/
@font-face {
  src: url("../fonts/icomoon.eot?syuldb");
  src: url("../fonts/icomoon.eot?syuldb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?syuldb") format("truetype"), url("../fonts/icomoon.woff?syuldb") format("woff"), url("../fonts/icomoon.svg?syuldb#icomoon") format("svg");
  font-display: swap;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-down_arrow:before {
  content: "\e313";
}

.icon-left_arrow:before {
  content: "\e314";
}

.icon-right_arrow:before {
  content: "\e315";
}

.icon-top_arrow:before {
  content: "\e316";
}

.icon-arrow:before {
  content: "\e5d8";
}

.icon-phone:before {
  content: "\e900";
}

.icon-left_arrow2:before {
  /* 1px ズレる為　*/
  padding-left: 1px;
  content: "\e901";
}

.icon-right_arrow2:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e907";
}

.icon-search:before {
  content: "\f002";
}

/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  word-wrap: break-word;
  height: 100%;
  background: #fff;
  color: #1c1c1c;
  font-family: "BIZ UDGothic", -apple-system, BlinkMacSystemFont, 'Hiragino Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "游ゴシック","Yu Gothic","游ゴシック体",YuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

section:after,
article:after {
  display: block;
  clear: both;
  content: "";
}

/* a,img
----------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #838177;
  font-size: 100%;
  vertical-align: middle;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a img {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;

}

a.hover img {
  transition: 0.3s ease all;
}

a.hover img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}

/* h
----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

h1 {
  letter-spacing: 0;
}

/* 初期状態のwrapper */
#wrapper {
  visibility: hidden;
}

/* CSS Document */
/*====================================================================

	common.css

=====================================================================*/
/*----------------------------------------------------------------
   loader
----------------------------------------------------------------*/
.loader {
  display: block;
  position: fixed;
  top: calc(50% - 62.5px);
  left: calc(50% - 62.5px);
}

.loader__bg {
  display: block;
  z-index: 998;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.circles__wrap {
  -webkit-transform: scale(0.6);
  position: relative;
  width: 125px;
  height: 125px;
  margin: auto;
  transform: scale(0.6);
}

.circles__item {
  -webkit-border-radius: 12px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 0.932s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 12px;
  background-color: #fff;
  animation-name: f_fadeG;
  animation-duration: 0.932s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

#circles__item--01 {
  -webkit-animation-delay: 0.3495s;
  top: 51px;
  left: 0;
  animation-delay: 0.3495s;
}

#circles__item--02 {
  -webkit-animation-delay: 0.466s;
  top: 15px;
  left: 15px;
  animation-delay: 0.466s;
}

#circles__item--03 {
  -webkit-animation-delay: 0.5825s;
  top: 0;
  left: 51px;
  animation-delay: 0.5825s;
}

#circles__item--04 {
  -webkit-animation-delay: 0.699s;
  top: 15px;
  right: 15px;
  animation-delay: 0.699s;
}

#circles__item--05 {
  -webkit-animation-delay: 0.8155s;
  top: 51px;
  right: 0;
  animation-delay: 0.8155s;
}

#circles__item--06 {
  -webkit-animation-delay: 0.932s;
  right: 15px;
  bottom: 15px;
  animation-delay: 0.932s;
}

#circles__item--07 {
  -webkit-animation-delay: 1.0485s;
  bottom: 0;
  left: 51px;
  animation-delay: 1.0485s;
}

#circles__item--08 {
  -webkit-animation-delay: 1.165s;
  bottom: 15px;
  left: 15px;
  animation-delay: 1.165s;
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #838177;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes f_fadeG {
  0% {
    background-color: #838177;
  }
  100% {
    background-color: #fff;
  }
}

/*  end loader ======================================= */
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  padding-top: 1.2rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  transition: all 0.6s;
  z-index:1000;
  background: rgba(255, 255, 255, 0);
}

header:after {
  display: block;
  clear: both;
  content: "";
}

header.fixed {
  background: rgba(255, 255, 255, 0.8);
}

.header__inner {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  display: flex;
      align-items: center;
      justify-content: space-between;
  padding: 0 2%;
  transition: all 0.6s;
}

/*--------------------------------------------------------------------/
  	nav global
/--------------------------------------------------------------------*/
#global {
  z-index: 1;
  position: relative;
  margin-top: 5px;
  margin-top: .5rem;
  float: right;
  font-family: "BIZ UDGothic", sans-serif;
}

.global__items {
  -ms-flex-pack: end;
  display: flex;
  position: relative;
      justify-content: flex-end;
  width: 100%;
}

.global__items > li:not(:last-of-type) {
  margin-right: 3px;
  margin-right: .3rem;
}

.global__items a {
  display: inline-block;
  position: relative;
  padding: 1px 6px;
  padding: .1rem .6rem;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  transition: 0.3s ease all;
}

.global__items a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #838177;
  content: "";
  transition: 0.3s ease all;
}

.global__items a:hover:before {
  width: 100%;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
.txt:not(:last-of-type) {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/* main */
.main:after {
  display: block;
  clear: both;
  content: "";
}

.main img {
  display: block;
}

/* contents */
.l-cont {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
}

.l-cont:after {
  display: block;
  clear: both;
  content: "";
}

.l-box {
  z-index: 1;
  position: relative;
}

.not-found .cont__wrap {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 90px;
  padding-bottom: 9rem;
}

.cont__wrap {
  padding-top: 90px;
  padding-top: 9rem;
  padding-bottom: 60px;
  padding-bottom: 6rem;
}
.message.cont__wrap {
  padding-bottom: 0px;
}

.cont__inner {
  padding: 30px;
  padding: 3rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fcfcfc;
}

.cont__tit {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-size: calc(1.8rem + 18 * (100vw - 320px) / 680);
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}

.cont__tit span {
  display: block;
  font-size: .8em;
  font-weight: 300;
  letter-spacing: 1px;
}

/* contents box */
.c-box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: left;
}

.c-box__tit {
  margin-bottom: 7.5px;
  margin-bottom: .75rem;
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
  font-weight: 500;
}

.c-box__img {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.c-box__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  image-rendering: -webkit-optimize-contrast;

}

.c-box__txt-02 {
  height: 150px;
  overflow-y: auto;
}

.frame {
  display: block;
  height: 100%;
  padding: 15px;
  padding: 1.5rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  color: #1c1c1c;
  text-align: left;
  text-decoration: none !important;
}

/* blog-category */
[class^="feed__icon"] {
  display: inline-block;
  margin-left: 15px;
  margin-left: 1.5rem;
  padding: 3px 6px;
  padding: .3rem .6rem;
  border-radius: 3px;
  line-height: 1.2;
}

/* works-category */
[class^="tax__icon"] {
  display: inline-block;
  padding: 5px 12.5px;
  padding: .5rem 1.25rem;
  color: #fff;
  line-height: 1.2;
}

/*----------------------------------------------------------------
	component(common)
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	heading
/--------------------------------------------------------------------*/
h3.normal {
  position: relative;
  margin-bottom: calc(1.5rem + .6em);
  padding-bottom: 7.5px;
  padding-bottom: .75rem;
  font-size: calc(1rem + 6 * (100vw - 320px) / 680);
  font-weight: 600;
  text-align: center;
}

h4.normal {
  margin-bottom: 7.5px;
  margin-bottom: .75rem;
  padding: 5px 0;
  padding: .5rem 0;
  border-bottom: 1px dashed #838177;
  color: #1c1c1c;
  font-size: calc(1rem + 2 * (100vw - 320px) / 680);
  font-weight: normal;
  font-weight: 500;
}

h5.normal {
  margin-bottom: 7.5px;
  margin-bottom: .75rem;
  padding: 5px 0;
  padding: .5rem 0;
  border-bottom: 1px dashed #ccc;
  color: #666;
  font-size: calc(0.93rem + 2 * (100vw - 320px) / 680);
  font-weight: normal;
  font-weight: 500;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol {
  list-style: none;
}

ol.normal {
  margin-left: 10px;
  margin-left: 1rem;
  line-height: 1.5;
}

ol.normal li {
  margin-bottom: 5px;
  margin-bottom: .5rem;
  margin-left: 15px;
  list-style: decimal outside;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul {
  list-style: none;
}

ul.normal li {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  padding-left: 20px;
  padding-left: 2rem;
  line-height: 1.5;
  text-align: left;
}

ul.normal li:before {
  position: absolute;
  top: -1px;
  left: 0px;
  line-height: 1.5;
  content: "●";
}

ul.normal2 li {
  position: relative;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  line-height: 1.5;
  text-align: left;
}

ul.normal2 li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 1.5;
  content: "・";
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

dl.normal dt {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
}

dl.normal dt:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "■";
}

dl.normal dd:not(:last-child) {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

ul.caution {
  margin-left: 5px;
}

ul.caution li {
  position: relative;
  padding-left: 12px;
  padding-left: 1.2rem;
  color: #df2f2f;
  line-height: 1.4;
}

ul.caution li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

ul.caution li:not(:last-child) {
  margin-bottom: 5px;
  margin-bottom: .5rem;
}

/* btn
----------------------------------------------------------------*/
.btn__wrap {
  display: block;
  margin: 0 auto;
}

*[class^="btn-"] {
  -webkit-transition: 0.3s ease;
  display: block;
  position: relative;
  padding: 4px 20px;
  padding: 4px 2rem;
  padding: 4px 20px;
  padding: .4rem 2rem;
  border: 1px solid;
  border-radius: 3px;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s ease all;
}

*[class^="btn-"]:hover:before {
  right: 5px;
  right: .5rem;
}

.btn--arrow:after {
  position: absolute;
  top: 5px;
  top: .5rem;
  right: 10px;
  right: 1rem;
  font-family: "icomoon";
  content: "\e315";
}

/* table
----------------------------------------------------------------*/
.common__table {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 4%;
  margin-left: auto;
}

.common__table table {
  width: 100%;
}

.common__table td {
  display: block;
  width: 100%;
  width: auto;
  padding: 8px;
  padding: .8rem;
  padding-top: 0;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}

.common__table td.column-1 {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 0;
  font-weight: 600;
}

.common__table tr.row-1 td.column-1 {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 0;
  font-weight: 600;
}

/* table press CSS */
.tablepress td, .tablepress th {
  padding: none;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: none !important;
}

/* animate css
----------------------------------------------------------------*/
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*--------------------------------------------------------------------/
	common-parts
/--------------------------------------------------------------------*/
h3, h4, h5 {
  line-height: 1.4;
}

.txt p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.txt p:last-child {
  margin-bottom: 0;
}

.alignright {
  margin: 0 0 7px 7px;
  margin: 0 0 .7rem .7rem;
  float: right;
}

.alignleft {
  margin: 7px 7px 0 0;
  margin: .7rem .7rem 0 0;
  float: left;
}

.aligncenter {
  display: block;
  margin: 0 auto 7px;
  margin: 0 auto .7rem;
}

/*--------------------------------------------------------------------/
	others
/--------------------------------------------------------------------*/
.works__read {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: calc(1.4rem + 2 * (100vw - 320px) / 680);
  text-align: left;
}

.works-list {
  position: relative;
  height: 100%;
}

.works-list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 70px;
  padding-bottom: 7rem;
  color: #1c1c1c;
  transition: .3s all;
}

.works-list a:hover {
  color: #fff;
}

.works-list .list {
  margin-top: 10px;
  margin-top: 1rem;
}

.works-list .btn--arrow {
  position: absolute;
  bottom: 15px;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
}

/*--------------------------------------------------------------------/
	banner
/--------------------------------------------------------------------*/
/* common-banner
-----------------------------------------------------------------*/
.common-banner {
  background: #fff;
}

.common-banner__wrap {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.common-banner__list {
  -ms-flex-wrap: wrap;
  display: flex;
      flex-wrap: wrap;
}

.common-banner__list > * {
  width: 48.96%;
  height: auto;
  vertical-align: top;
}

.common-banner__list > *:not(:nth-child(2n)) {
  margin-right: 2.00%;
}

.common-banner__list > *:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.common-banner__item a {
  display: block;
  border: 1px solid #ccc;
  transition: 0.3s ease all;
}

.common-banner__item a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

.common-banner__item a img {
  width: 100%;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
  padding: 3rem 0 0;
  background: #fff;
  text-align: center;
}

.footer__inner {
  max-width: 1240px;
  padding: 0 4% 30px;
  padding: 0 4% 3rem;
}

.footer__logo {
  margin: 0 auto 15px;
  margin: 0 auto 1.5rem;
}

.footer__copy {
  margin-top: 5px;
  margin-top: .5rem;
  padding: 12px 15px 15px;
  padding: 1.2rem 1.5rem 1.5rem;
  background: #bfe063;
  color: #1c1c1c;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-align: center;
}

/* pagetop
--------------------------------------------------------------------*/
#pagetop {
  display: block;
  z-index: 10;
  position: fixed;
  left: 50%;
  margin-left: -20px;
}

#pagetop a {
  display: block;
  width: 40px;
  height: 20px;
  border: 20px solid transparent;
  color: #1c1c1c;
  text-decoration: none !important;
  content: "";
  transition: 0.3s ease all;
}

#pagetop .icon-top_arrow {
  margin-left: -12px;
  font-size: 24px;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/

.slider-col3 .c-box__img a,
.slider-col4 .c-box__img a {
  position: relative;
  overflow: hidden;
}

.slider-col3 .c-box__img img,
.slider-col4 .c-box__img img {
  height: 50.31vw;
}

/*----------------------------------------------------------------
	 helper
----------------------------------------------------------------*/
/* display */

.block {
  display: block !important;
}

.in-block {
  display: inline-block !important;
}

/* dot-bg */
.dot-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555;
  background-image: radial-gradient(#333 20%, transparent 0), radial-gradient(#333 20%, transparent 0);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  opacity: 0.5;
}

.black-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.5;
}

/* otherwise */
.p-ab {
  position: absolute;
  top: 50%;
  width: 92%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.line--gray {
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
}

/* img */
a.light-box {
  display: block;
  position: relative;
  overflow: hidden;
}

a.light-box:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "icomoon";
  font-size: 5px;
  font-size: .5rem;
  content: "\f002";
  opacity: 0;
  transition: 0.3s ease all;
}

a.light-box img {
  transition: 0.3s ease all;
}

a.light-box:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

a.light-box:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 50px;
  font-size: 5rem;
  opacity: 1;
}

a.img-scale figure {
  overflow: hidden;
}

a.img-scale img {
  transition: 0.3s ease all;
}

a.img-scale:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}

/* ofi */
.ofi-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ofi-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.of-hidden {
  overflow: hidden;
}

/* color */
.cl-red {
  color: #df2f2f;
}

.cl-blue {
  color: #2b74e0;
}

/* font-size */
.fs-s {
  font-size: 0.875em;
}

.fs-m {
  font-size: 1.14em;
}

.fs-l {
  font-size: 1.25em;
}

/* txt-align */
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* margin */
.m-a {
  margin-right: auto;
  margin-left: auto;
}

.mt-s {
  margin-top: 6px;
  margin-top: .6rem;
}

.mt-m {
  margin-top: 20px;
  margin-top: 2rem;
}

.mt-l {
  margin-top: 30px;
  margin-top: 3rem;
}

.mr-s {
  margin-right: 6px;
  margin-right: .6rem;
}

.mr-m {
  margin-right: 20px;
  margin-right: 2rem;
}

.mr-l {
  margin-right: 30px;
  margin-right: 3rem;
}

.mb-s {
  margin-bottom: 6px;
  margin-bottom: .6rem;
}

.mb-ms {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.mb-m {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.mb-l {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.mb-ll {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}

.ml-s {
  margin-left: 6px;
  margin-left: .6rem;
}

.ml-m {
  margin-left: 20px;
  margin-left: 2rem;
}

.ml-l {
  margin-left: 30px;
  margin-left: 3rem;
}

.w-280 {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.w-320 {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.w-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/*!------------------------------------*\
		Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  z-index: 101;
  position: fixed;
  top: 0;
  width: 240px;
  width: 24rem;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  color: #222;
}

.global__phone {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  width: 80px;
  margin: 40px auto 20px;
  margin: 4rem auto 2rem;
  padding: 15px 25px 13px;
  border-radius: 80px;
  background: #fff;
  font-size: 30px;
}

.global__phone a {
  display: block;
  text-decoration: none !important;
}

.drawer-brand {
  display: block;
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-left: 12px;
  padding-left: 1.2rem;
  color: #222;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 3.75rem;
  text-decoration: none;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu li a {
  display: block;
  margin: 0 14px;
  margin: 0 1.4rem;
  padding: 14px 10px;
  padding: 1.4rem 1rem;
  border-bottom: 1px solid #ddd;
  color: #202020;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  text-decoration: none !important;
  transition: 0.3s ease all;
}

.drawer-menu-item {
  display: block;
  padding: 12px;
  padding: 1.2rem;
  color: #222;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
}

.drawer-menu-item:hover {
  background-color: transparent;
  color: #555;
  text-decoration: underline;
}

/*! overlay */
.drawer-overlay {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -240px;
  left: -24rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 240px;
  left: 24rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -240px;
  right: -24rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10000;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 240px;
  right: 24rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  box-sizing: content-box;
  display: block;
  z-index: 104;
  position: fixed;
  top: 0;
  width: 30px;
  width: 3rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-left: 1.2rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger:hover {
  background-color: transparent;
  cursor: pointer;
}

.drawer-hamburger-icon {
  display: block;
  position: relative;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  background-color: #222;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  box-sizing: border-box;
  z-index: 102;
  position: relative;
  width: 100%;
  height: 37.5px;
  height: 3.75rem;
  padding: 0 12px;
  padding: 0 1.2rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 37.5px;
  line-height: 3.75rem;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  box-sizing: border-box;
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  display: block;
  padding: 0;
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-left: 24px;
  padding-left: 2.4rem;
  color: #222;
  line-height: 37.5px;
  line-height: 3.75rem;
  text-decoration: none;
}

.drawer-dropdown-menu-item:hover {
  background-color: transparent;
  color: #555;
  text-decoration: underline;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

/* print css
----------------------------------------------------------------*/

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .not-found .cont__wrap {
    padding-top: calc(12rem + 50 * (100vw - 560px) / 680);
    padding-bottom: calc(9rem + 50 * (100vw - 560px) / 680);
  }
  .cont__wrap {
    padding-top: calc(9rem + 50 * (100vw - 560px) / 680);
    padding-bottom: calc(6rem + 50 * (100vw - 560px) / 680);
  }
  .message.cont__wrap {
    padding-bottom: 0px
  }
  .cont__tit span {
    font-size: .5em;
  }
  .common__table table {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  .common__table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .common__table td {
    display: table-cell;
    width: auto;
    padding: 1.5rem 1rem;
    border-bottom: none;
    text-align: left;
    vertical-align: top;
  }
  .common__table td.column-1 {
    width: 30%;
    padding-bottom: 1.5rem;
  }
  .common__table tr.row-1 td.column-1 {
    width: 33%;
    padding-bottom: 1.5rem;
  }
  .common-banner__wrap {
    padding-top: calc(2rem + 10 * (100vw - 560px) / 680);
    padding-bottom: calc(2rem + 10 * (100vw - 560px) / 680);
  }
  .common-banner__list > * {
    width: 23.44%;
  }
  .common-banner__list > *:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .common-banner__list > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .common-banner__list > *:not(:nth-child(4n)) {
    margin-right: 2.08%;
  }
  .common-banner__list > *:not(:nth-last-of-type(-n+4)) {
    margin-bottom: 1.25rem;
  }
  .l-col4 {
    -ms-flex-wrap: wrap;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col4 > * {
    width: 48.96%;
    margin-bottom: 2rem;
    vertical-align: top;
  }
  .l-col4 > *:not(:nth-of-type(2n)) {
    margin-right: 2.08%;
  }
  .l-col3 {
    -ms-flex-wrap: wrap;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col3 > * {
    width: 48.96%;
    margin-bottom: 2rem;
    vertical-align: top;
  }
  .l-col3 > *:not(:nth-of-type(2n)) {
    margin-right: 2.08%;
  }
  .l-col2 {
    -ms-flex-wrap: wrap;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col2 > * {
    width: 48.96%;
  }
  .l-col2 > *:not(:nth-of-type(2n)) {
    margin-right: 2.08%;
  }
  .l-col2 .c-box__img a,
  .l-col3 .c-box__img a,
  .l-col4 .c-box__img a {
    position: relative;
    overflow: hidden;
  }
  .l-col2 .c-box__img img,
  .l-col3 .c-box__img img,
  .l-col4 .c-box__img img {
    height: 29.93vw;
  }
  .slider-col3 .c-box__img img,
  .slider-col4 .c-box__img img {
    height: 25.93vw;
  }
  .none-tb {
    display: none;
  }
  .txt-c_tb {
    text-align: center;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  header.fixed {
    padding-top: .7rem;
    padding-bottom: 1rem;
  }
  .drawer-hamburger, .global__phone {
    display: none;
  }
  .cont__inner {
    padding: 5rem;
  }
  .common__table td.column-1 {
    width: 25%;
  }
  .common__table td.column-2 {
    width: auto;
  }
  .footer__inner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5rem;
  }
  .footer__logo {
    width: 25%;
  }
  #pagetop {
  bottom: 50px;
    margin-left: -30px;
  }
  #pagetop a {
    height: 30px;
    border: 30px solid transparent;
    border-bottom: 30px solid #1c1c1c;
  }
  #pagetop .icon-top_arrow {
    margin-left: -18px;
    font-size: 36px;
  }
  .l-col4 > * {
    width: 35%;
    height: auto;
  }
  .l-col4 > *:nth-of-type(odd) {
    margin-left: 11%;
  }
  .l-col4 > *:not(:nth-of-type(2n)) {
    margin-right: 8%;
  }
  .l-col3 > * {
    width: 35%;
    height: auto;
  }
  .l-col3 > *:nth-of-type(odd) {
    margin-left: 11%;
  }
  .l-col3 > *:not(:nth-of-type(2n)) {
    margin-right: 8%;
  }
  .l-col2 > * {
    width: 35%;
    height: auto;
  }
  .l-col2 > *:nth-of-type(odd) {
    margin-left: 11%;
  }
  .l-col2 > *:not(:nth-of-type(2n)) {
    margin-right: 8%;
  }
  .l-col2 .c-box__img a,
  .l-col3 .c-box__img a,
  .l-col4 .c-box__img a {
    height: 21.49vw;
    max-height: 280px;
  }
  .l-col2 .c-box__img img,
  .l-col3 .c-box__img img,
  .l-col4 .c-box__img img {
    height: 21.49vw;
    max-height: 280px;
  }
  .l-col2 .c-box__img a {
    height: 21.49vw;
    max-height: 280px;
  }
  .l-col2 .c-box__img img {
    height: 21.49vw;
    max-height: 280px;
  }
  .none-pc_s {
    display: none;
  }
  .mt-s {
    margin-top: 1rem;
  }
  .mt-m {
    margin-top: 3rem;
  }
  .mt-l {
    margin-top: 5rem;
  }
  .mr-s {
    margin-right: 1rem;
  }
  .mr-m {
    margin-right: 3rem;
  }
  .mr-l {
    margin-right: 5rem;
  }
  .mb-s {
    margin-bottom: 1rem;
  }
  .mb-ms {
    margin-bottom: 1.6rem;
  }
  .mb-m {
    margin-bottom: 3rem;
  }
  .mb-l {
    margin-bottom: 5rem;
  }
  .mb-ll {
    margin-bottom: 10rem;
  }
  .ml-s {
    margin-left: 1rem;
  }
  .ml-m {
    margin-left: 3rem;
  }
  .ml-l {
    margin-left: 5rem;
  }
  .w30 {
    width: 30%;
  }
  .w50 {
    width: 50%;
  }
  .w80 {
    width: 80%;
  }
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    position: fixed;
    width: 16rem;
    height: 100%;
    -webkit-transform: none;
    transform: none;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    display: block;
    position: relative;
    width: auto;
    padding: 0;
    float: left;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3.75rem;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 24rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 1.2rem;
  }
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 24rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 24rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 24rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
  .drawer-container {
    max-width: 70rem;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .global__items > li:not(:last-of-type) {
    margin-right: .8rem;
  }
  .l-cont {
    padding: 0 20px;
  }
  .not-found .cont__wrap {
    padding-top: 20rem;
    padding-bottom: 16rem;
  }
  .cont__wrap {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .message.cont__wrap {
    padding-bottom: 0px;
  }
  .cont__tit {
    margin-bottom: 5rem;
    font-size: 3.6rem;
  }
  .c-box__tit {
    font-size: 1.8rem;
  }
  h3.normal {
    font-size: 2.4rem;
  }
  h4.normal {
    font-size: 1.8rem;
  }
  h5.normal {
    font-size: 1.7rem;
  }
  .works__read {
    font-size: 1.6rem;
  }
  .common-banner__wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .footer__inner {
    padding: 0 20px 5rem;
  }
  .l-col4 > * {
    width: 23.44%;
    margin-bottom: 3rem;
  }
  .l-col4 > *:nth-of-type(odd) {
    margin-left: 0;
  }
  .l-col4 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .l-col4 > *:not(:nth-of-type(4n)) {
    margin-right: 2.08%;
  }
  .l-col3 > * {
    width: 31.94%;
    height: auto;
  }
  .l-col3 > *:nth-of-type(odd) {
    margin-left: 0;
  }
  .l-col3 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .l-col3 > *:not(:nth-of-type(3n)) {
    margin-right: 2.08%;
  }
  .l-col3 .c-box__img a {
    height: 19.56vw;
    max-height: 256px;
  }
  .l-col3 .c-box__img img {
    max-height: 256px;
  }
  .l-col4 .c-box__img a {
    height: 14.36vw;
    max-height: 188px;
  }
  .l-col4 .c-box__img img {
    max-height: 188px;
  }
  .slider-col3 .c-box__img a {
    height: 17.6vw;
    max-height: 239px;
  }
  .slider-col3 .c-box__img img {
    max-height: 239px;
  }
  .slider-col4 .c-box__img a {
    height: 12.39vw;
    max-height: 168px;
  }
  .slider-col4 .c-box__img img {
    max-height: 168px;
  }
  .none-pc {
    display: none;
  }
  .txt-c_pc {
    text-align: center;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .none-pc_less {
    display: none;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  header {
    position: fixed;
    width: 100%;
    min-height: 60px;
  }
  #global {
    display: none;
  }
  .footer__logo {
    width: 40%;
  }
  .none-tb_less {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .cont__inner {
    padding: 3rem 1.5rem;
  }
  .c-box {
    margin-right: auto;
    margin-left: auto;
  }
  .footer__logo {
    width: 50%;
  }
  .l-col4 > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-col3 > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-col2 > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .none-sp {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dot-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #999;
    background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
    opacity: 0.5;
  }
}

@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}


  /*====================================================================/
	/*------------------SNS----------------
	/====================================================================*/
.sns_menu_wrap {
  padding: 0 20px 0 0;
}
.sns_menu_wrap ul {
  display: flex;
  justify-content:center;
  flex-wrap: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
}
.sns_menu_wrap ul li {
  margin:0 10px 0 0;
}
.sns_menu_wrap ul li a img {
  width: 40px;
  height: auto;
}
.sns_menu_wrap ul li a img.sdgs {
  width: 173px;
  height: auto;
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
	.sns_menu_wrap {
	  padding: 0 40px 0 0;
	}
	.header__inner {
	  -ms-flex-pack: justify;
	  -ms-flex-align: center;
	  display: flex;
	      align-items: center;
	  padding: 0 2%;
	  transition: all 0.6s;
	}
    .sns_menu_wrap ul li a img.sdgs {
      padding: 10px 0 0;
      width: 100px;
    }
}



/*=========================================================================================================*/
/*===========================                                                   ===========================*/
/*=========================== テンプレートFLEXでのコンテンツ表示用 cont01-add01 ===========================*/
/*===========================                                                   ===========================*/
/*=========================================================================================================*/

/* cont01-add01
--------------------------------------------------------------------*/
section.cont01_add01 h2 span {
  display: block;
}
section.cont01_add01 img.lowimg {
  margin: 60px auto;
}
section.cont01_add01 p {
  margin: 0 auto 20px;
  text-align: left;
}
.cont01_add01_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.cont01_add01_wrap .cont01_add01_left {
  margin: 0;
  padding: 0;
  width: 48%;
  height: auto;
  order: 1;
}
.cont01_add01_wrap .cont01_add01_right {
  margin: 0;
  padding: 0;
  width: 48%;
  height: auto;
  order: 2;
}
.cont01_add01_wrap.w5050 .cont01_add01_left,
.cont01_add01_wrap.w5050 .cont01_add01_right {
  width: 48%;
}
.cont01_add01_wrap.w6040 .cont01_add01_left {
  width: 58%;
}
.cont01_add01_wrap.w6040 .cont01_add01_right {
  width: 38%;
}
.cont01_add01_wrap.w4060 .cont01_add01_left {
  width: 38%;
}
.cont01_add01_wrap.w4060 .cont01_add01_right {
  width: 58%;
}
.cont01_add01_wrap.w7030 .cont01_add01_left {
  width: 68%;
}
.cont01_add01_wrap.w7030 .cont01_add01_right {
  width: 28%;
}
.cont01_add01_wrap.w3070 .cont01_add01_left {
  width: 28%;
}
.cont01_add01_wrap.w3070 .cont01_add01_right {
  width: 68%;
}
.cont01_add01_wrap .cont01_add01_left h3, 
.cont01_add01_wrap .cont01_add01_right h3 {
}
.cont01_add01_wrap .cont01_add01_left img, 
.cont01_add01_wrap .cont01_add01_right img {
}
.cont01_add01_wrap .cont01_add01_left p, 
.cont01_add01_wrap .cont01_add01_right p {
}


@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
}
@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  section.cont01_add01 h2 {
    font-size: calc(2.2rem + 18*(100vw - 320px) / 680);
  }
  .cont01_add01_wrap {
    display: block;
  }
  .cont01_add01_wrap .cont01_add01_left, 
  .cont01_add01_wrap .cont01_add01_right, 
  .cont01_add01_wrap.w4060 .cont01_add01_left,
  .cont01_add01_wrap.w4060 .cont01_add01_right,
  .cont01_add01_wrap.w5050 .cont01_add01_left,
  .cont01_add01_wrap.w5050 .cont01_add01_right, 
  .cont01_add01_wrap.w6040 .cont01_add01_left,
  .cont01_add01_wrap.w6040 .cont01_add01_right, 
  .cont01_add01_wrap.w7030 .cont01_add01_left,
  .cont01_add01_wrap.w7030 .cont01_add01_right, 
  .cont01_add01_wrap.w3070 .cont01_add01_left, 
  .cont01_add01_wrap.w3070 .cont01_add01_right {
    width: 100%;
  }
  .cont01_add01_wrap .cont01_add01_left img, 
  .cont01_add01_wrap .cont01_add01_right img {
    padding-bottom: 20px;
  }
  .cont01_add01_wrap .cont01_add01_left p, 
  .cont01_add01_wrap .cont01_add01_right p {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/

  .gardening .cont01_add01_wrap .cont01_add01_left p, 
  .gardening .cont01_add01_wrap .cont01_add01_right p {
    width: 310px;
  }
}



/*=========================================================================================================*/
/*===========================                                                   ===========================*/
/*===========================    テンプレート作業の流れ(resume) cont01-add02    ===========================*/
/*===========================                                                   ===========================*/
/*=========================================================================================================*/

.cont01_add02_wrap {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.cont01_add02_wrap.table4 {
  background: #76766b;
}
.duty .cont01_add02_wrap {
  background: none;
}
.cont01_add02_wrap.table4 h2.tit-01 {
  color: #fff;
  padding: 30px 0;
  font-size: 30px;
  font-size: 3rem;
}
.cont01_add02_wrap .resume_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.cont01_add02_wrap .resume_wrap .resume_row {
  display:inline-block;
  margin: 0 10px 0 0;
  padding: 20px 0 0;
  width: 100%;
  max-width: 380px;
  height: auto;
}
.cont01_add02_wrap .resume_wrap .resume_row:last-child {
  padding: 20px 0;
}
.cont01_add02_wrap .resume_wrap .resume_row .resume_img {
  display:inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 380px;
  height: auto;
}
.cont01_add02_wrap .resume_wrap .resume_row.table4 {
  max-width: 280px;
}
.cont01_add02_wrap .resume_wrap .resume_row.table4 .resume_img {
  max-width: 280px;
}
.cont01_add02_wrap .resume_wrap .resume_row .resume_img img {
  border: none;
}
.cont01_add02_wrap .resume_wrap .resume_row p {
  display: block;
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
  max-width: 380px;
  height: 200px;
  color: #851a3d;
  text-align: left;
  background: #fff;
}
.cont01_add02_wrap .resume_wrap .resume_row:last-child, 
.cont01_add02_wrap .resume_wrap .resume_row .resume_img:last-child, 
.cont01_add02_wrap .resume_wrap .resume_row p:last-child {
  margin: 0;
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/

  .cont01_add02_wrap .resume_wrap .resume_row p {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/

  .cont01_add02_wrap {
    margin: 0 0 10px;
    padding: 20px 20px 0;
    width: 100%;
    max-width: 560px;
  }
  .cont01_add02_wrap.table4 h2.tit-01 {
    font-size: 20px;
    font-size: 2rem;
  }
  .cont01_add02_wrap .resume_wrap {
    display: block;
    margin: 0;
    padding: 10px;
    max-width: 560px;
    text-align: center;
  }
  .cont01_add02_wrap .resume_wrap .resume_row.table4 {
    max-width: 380px;
  }
  .cont01_add02_wrap .resume_wrap .resume_row.table4 .resume_img {
    max-width: 380px;
  }
  .cont01_add02_wrap .resume_wrap .resume_row p {
    padding: 20px 20px 40px;
    height: auto;
  }
}



/*=========================================================================================================*/
/*===========================                                                   ===========================*/
/*===========================     テンプレートお問い合わせボタン btn_inquiry    ===========================*/
/*===========================                                                   ===========================*/
/*=========================================================================================================*/

.btn_inquiry_wrap {
  margin: 30px auto;
  padding: 0;
  width: 495px;
  height: 146px;
}
.btn_inquiry_wrap a {
  display: block;
  margin: 0 auto;
  padding: 0px 0 20px 40px;
  width: 300px;
  height: 105px;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  border: 2px solid #ffa638;
  background: #ffa638 url(../img/ico_btn_inquiry.png)no-repeat left 10px center;
  border-radius: 10px;
  transition: all .3s;
}
.btn_inquiry_wrap a span {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn_inquiry_wrap a:hover {
  padding: 0px 0 20px 40px;
  border: 2px solid #c0c1c2;
  background: #fff url(../img/ico_btn_inquiry.png)no-repeat left 10px center;
  transition: all .3s;
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
    .btn_inquiry_wrap {
      margin: 30px auto;
      padding: 0;
      width: 300px;
    }
    .btn_inquiry_wrap a {
      width: 300px;
      padding: 3px 0 0 20px;
      font-size: 20px;
      font-size: 2rem;
    }
    .btn_inquiry_wrap a:hover {
      padding: 3px 0 0 20px;
    }
  }

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
}



