@charset "UTF-8";

/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  visibility: hidden;
  line-height: 1;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
span.uline {
  background: linear-gradient(transparent 50%, #fdfa03 50%);
}
span.uline2 {
  background: linear-gradient(transparent 60%, #fdfa03 60%);
}
span.bold {
  font-weight: bold;
}

.wrap h2 {
  color: #0b9778;
  font-size: 20px;
  font-weight: bold;
}
.wrap h3 {
  color: #0b9778;
  font-size: 70px;
  line-height: 1;
  margin: 10px 0 40px;
}
.wrap .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.wrap .txt span {
  font-weight: bold;
}
.wrap .txt strong {
  font-weight: bold;
}

.wf-loading {
    opacity: 0;
}

@media only screen and (max-width: 767px) {
	.wrap h3 {
	  font-size: 60px;
	}
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
  vertical-align: bottom;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/*アンカー遷移時の重なり防止*/
section:before {
  content: "";
  display: block;
  height: 126px;
  margin-top: -126px;
  visibility: hidden;
}
img,
.imgBox img {
  height: auto;
}

.breadcrumb {
  margin: 0 3% 80px 3%;
}
.breadcrumb li:not(:first-child)::before {
  content: url("../common/img/arrow_breadcrumb.png");
  padding: 0 15px;
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: right;
  margin-left: auto;
}


/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400; /* 400/700/900 */
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.ul-yl {
  background: linear-gradient(transparent 40%, #fef501 40%);
}
.fts44 {
  font-size: 44px;
}
.ttl-ellipsoid {
  display: block;
  text-align: center;
}
.flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.btn-box .btn-detail {
  background: #058880;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 23px;
  border-radius: 10px;
}
.btn-box .btn-detail.company {
  position: relative;
  display: inline-block;
  width: 360px;
  margin-top: 40px;
  transition: .6s;
}
.btn-box .btn-detail.company::after {
  position: absolute;
  content: '↓';
  top: 35%;
  right: 50px;
}
.btn-box .btn-detail.company:hover {
  background: #333;
  transition: .6s;
}
.btn-box .btn-link {
  position: relative;
  display: inline-block;
  width: 360px;
  background: #fff;
  border: solid 1px #77ae9b;
  color: #0c8158;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 16px;
  border-radius: 80px;
  transition: .6s;
}
.btn-box .btn-link.bl {
  border: solid 1px #579dc5;
  color: #0875b3;
}
.btn-box .btn-link::after {
  position: absolute;
  content: '→';
  top: 29%;
  right: 40px;
}
.btn-box .btn-link:hover {
  background: #0c8158;
  color: #fff;
  transition: .6s;
}
.btn-box .btn-link.bl:hover {
  background: #0875b3;
  color: #fff;
  transition: .6s;
}
.btn-box .btn-detail.works {
  position: relative;
  display: inline-block;
  width: 600px;
  margin-top: -20px;
  transition: .6s;
}
.btn-box .btn-detail.works:hover {
  background: #333;
  color: #fff;
  transition: .6s;
}
.btn-box .btn-detail.works::after {
  position: absolute;
  content: '→';
  top: 33%;
  right: 8%;
}
.btn-box.works {
  text-align: center;
  margin: 0 auto;
  padding: 27px 0;
}

@media only screen and (max-width: 767px) {
	.btn-box .btn-detail.company {
	  width: 100%;
	}
	.btn-box .btn-link {
	  width: 100%;
	}
	.btn-box .btn-detail.works {
	  position: relative;
	  display: inline-block;
	  width: 100%;
	}
	.btn-box .btn-detail.works::after {
	  position: absolute;
	  content: '→';
	  top: 35%;
	  right: 50px;
	}
	.btn-box.works {
	  margin: 0 auto;
	}
}


/* FONTS
 * ----------------------------------------------- */
.ft-hansan {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400; /* 500/700/900 */
  font-style: normal;
}
.ft-mont {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
}
.ft-zenmaru {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ft-min {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ft-zenmaru span {
  letter-spacing: -0.1em;
}
.ft-zenmaru span.comma {
  letter-spacing: -0.4em;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.container {
  overflow: hidden;
}

.img {
  display: block;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1080px;
  }

  .wrapper {
    width: 100%;
    padding: 0 3%;
    margin-left: auto;
    margin-right: auto;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    transition: 0.4s;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /*opacity: 0.8;*/
    filter: brightness(110%);
    transition: 0.4s;
  }

  .flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .flex-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .align-items-center-md {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .order1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

/* RESPONSIVE
 * ----------------------------------------------- */
.md {
  display: block !important;
}
.sm {
  display: none !important;
}
.sm.height {
  line-height: 0.03;
}

@media only screen and (max-width: 767px) {
  .md {
      display: none !important;
  }
  .sm {
      display: block !important;
  }
  body {
      font-size: 15px;
      line-height: 1.67;
  }
  .container {
      min-width: 320px;
      padding-top: 45px;
  }
  .wrapper {
      padding-left: 15px;
      padding-right: 15px;
  }
  .img {
      width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  body {
    font-size: 14px;
  }
}

/* ----------------------------------------------- *
 * Margin / Padding
 * ----------------------------------------------- */
.mgT10 {
	margin-top: 10px;
}
.mgT20 {
	margin-top: 20px;
}
.mgT25 {
	margin-top: 25px;
}
.mgT30 {
	margin-top: 30px;
}
.mgT40 {
	margin-top: 40px;
}
.mgT50 {
	margin-top: 50px;
}
.mgT60 {
	margin-top: 60px;
}
.mgT70 {
	margin-top: 70px;
}
.mgT80 {
	margin-top: 80px;
}
.mgT90 {
	margin-top: 90px;
}
.mgT100 {
	margin-top: 100px;
}
.mgB10 {
	margin-bottom: 10px;
}
.mgB20 {
	margin-bottom: 20px;
}
.mgB25 {
	margin-bottom: 25px;
}
.mgB30 {
	margin-bottom: 30px;
}
.mgB40 {
	margin-bottom: 40px;
}
.mgB50 {
	margin-bottom: 50px;
}
.mgB60 {
	margin-bottom: 60px;
}
.mgB70 {
	margin-bottom: 70px;
}
.mgB80 {
	margin-bottom: 80px;
}
.mgB90 {
	margin-bottom: 90px;
}
.mgB100 {
	margin-bottom: 100px;
}
.pdT10 {
	padding-top: 10px;
}
.pdT20 {
	padding-top: 20px;
}
.pdT25 {
	padding-top: 25px;
}
.pdT30 {
	padding-top: 30px;
}
.pdT40 {
	padding-top: 40px;
}
.pdT50 {
	padding-top: 50px;
}
.pdT60 {
	padding-top: 60px;
}
.pdT70 {
	padding-top: 70px;
}
.pdT80 {
	padding-top: 80px;
}
.pdT90 {
	padding-top: 90px;
}
.pdT100 {
	padding-top: 100px;
}
.pdB10 {
	padding-bottom: 10px;
}
.pdB20 {
	padding-bottom: 20px;
}
.pdB25 {
	padding-bottom: 25px;
}
.pdB30 {
	padding-bottom: 30px;
}
.pdB40 {
	padding-bottom: 40px;
}
.pdB50 {
	padding-bottom: 50px;
}
.pdB60 {
	padding-bottom: 60px;
}
.pdB70 {
	padding-bottom: 70px;
}
.pdB80 {
	padding-bottom: 80px;
}
.pdB90 {
	padding-bottom: 90px;
}
.pdB100 {
	padding-bottom: 100px;
}

/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.header-site {
  z-index: 99;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  /* アニメーションを滑らかに */
  .header-site .header-inner,
  .header-site .header-inner .img,
  .header-site .header-inner-tel {
    transition: all 0.3s ease;
  }

  /* スクロール後（縮小） */
  .header-site.is-fixed .header-inner {
    padding: 5px 0; /* ヘッダー本体を薄く */
  }

  /* ロゴを縮小 */
  .header-site.is-fixed .header-inner .img {
    height: 45px; /* 好きなサイズに調整OK */
    width: auto;
  }

  /* 電話番号は消さない → 少し小さくするだけ */
  .header-site.is-fixed .header-inner-tel {
    transform: scale(1);
    transform-origin: top left;
    margin-bottom: 0;
  }
  .header-site.is-fixed .navigation {
    top: 48px;
  }
  .header-site.is-fixed .ul-menu li.topic.menu .contact {
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 150px;
    padding: 8px 0;
  }
  .header-site.is-fixed .ul-menu li.topic.menu .contact::after {
    top: 12px;
    right: 11%;
  }
  .header-site.is-fixed  .header-inner-tel .tel {
    font-size: 22px;
  }
  .header-site.is-fixed .wrapper {
    padding: 5px 3% 10px;
  }
}

.header-site h1 {
  font-size: 12px;
  letter-spacing: 0.01em;
}
.header-site .logo img {
  width: 24%;
  height: auto;
  margin-top: -5px;
}
.header-site .header-inner {
  display: flex;
  justify-content: space-between;
}
.header-site .header-inner-tel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-site .header-inner-tel .tel {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.header-site .header-inner-tel .tel::before {
  position: absolute;
  top: 6px;
  left: -30px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../common/img/ico_tel.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
}
.header-site.fixed {
  top: 0;
  visibility: inherit;
  position: fixed;
  margin: 0 auto;
}
.header-site.fixed img {
  text-align: center;
  margin: 0 auto;
}
.header-site.fixed .nav {
  background: #f3f3f3;
  height: 40px;
}
.header-site.fixed .nav img {
  padding-top: 12px;
}
.header-site.fixed .menu {
  background: #068420;
  height: 60px;
}
.header-site.fixed .menu img {
  padding-top: 6px;
}
.header-site.fixed .header-inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.header-site.fixed .header-inner-wrap {
  margin: 0 auto;
  width: 1200px;
}
.header-site .ul-sns {
  position: absolute;
}
.header-site .ul-sns img {
  width: 33px;
}
.header-site .ul-sns a {
  display: block;
}
.header-site .ul-menu .txt-link {
  position: relative;
  display: block;
  font-weight: bold;
}
.header-site .ul-menu .txt-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

@media only screen and (max-width: 767px) {
	.header-site {
	  height: 85px;
	}
	.header-site h1 {
	  font-size: 9px;
	  letter-spacing: 0;
	  line-height: 1.3;
	  margin-bottom: 8px;
	}
	.header-site .logo img {
	  width: 25%;
	}
	.header-site .logo .header-logo {
	  width: 80%;
	}
	.header-site .logo-txt {
	  font-size: 16px;
	  margin: 6px 0 0 10px;
	}
	.header-site .header-inner {
	  padding: 0;
	}
	.header-site .header-inner-tel .tel {
	  display: none;
	}

}

@media only screen and (max-width: 580px) {
	.header-site .logo .header-logo {
	  width: 70%;
	}
}
@media only screen and (max-width: 480px) {
	.header-site .logo {
	  margin-top: 0;
	}
	.header-site .logo-txt {
	  margin: 8px 0 0 10px;
	}
}
@media only screen and (max-width: 1500px) {
  .header-site .ul-menu > li:last-child .mega-menu {
    left: 0;
    right: 0;
  }
}

@media print, (min-width: 768px) {
  .navigation {
    position: absolute;
    top: 70px;
    right: 3%;
    display: block !important;
  }
  .overlay-menu {
    display: none !important;
  }
  .header-site {
    position: relative;
    z-index: ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .9;
    background: #fff;
  }
  .header-site .wrapper {
    padding: 10px 3% 20px;
    margin: 0 auto;
    width: 100%;
  }
  .header-site .ul-sns {
    right: 0;
    top: 29px;
  }
  .header-site .ul-sns > li {
    margin-left: 33px;
  }
  .header-site .ul-sns > li:first-child {
    margin-left: 0;
  }
  .header-site .ul-sns img {
    width: 20px;
  }
  .header-site .ul-menu > li {
    margin-left: 40px;
    height: 30px;
  }
  .header-site .ul-menu li.topic.menu a {
    transition: .6s;
  }
  .header-site .ul-menu li.topic.menu a:hover {
    opacity: .4;
    transition: .6s;
  }
  .header-site .ul-menu li.topic.menu .contact {
    position: relative;
    display: inline-block;
    background: #0b9778;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 7px;
    width: 160px;
    padding: 10px;
    margin-top: -10px;
    transition: .6s;
  }
  .header-site .ul-menu li.topic.menu .contact::after {
    position: absolute;
    top: 15px;
    right: 12%;
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url("../common/img/ico_link-window.png") no-repeat;
    background-size: contain;
  }
  .header-site .ul-menu li.topic.menu .contact:hover {
    background: #333;
    transition: .6s;
  }
  .header-site .ul-menu > li:hover {
    height: 57px;
  }
  .header-site .ul-menu > li:hover .mega-menu {
    display: block;
  }
  .header-site .ul-menu > li > a,
  .header-site .ul-menu > li .txt {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    padding-top: 4px;
  }
  .header-site .ul-menu .txt-link {
    letter-spacing: 0.05em;
    padding: 17px 20px 18px 42px;
    font-size: 16px;
  }
  .header-site .ul-menu .txt-link:before {
    left: 30px;
  }
  .header-site .ul-menu .mega-menu {
    position: absolute;
    top: 94%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    min-width: 260px;
    z-index: 150;
    display: none;
    font-size: 14px;
    font-weight: bold;
  }
  .header-site .ul-menu .mega-menu ul {
    border-bottom: 1px solid #bbbbbc;
    border-top: 1px solid #bbbbbc;
  }
  .header-site .ul-menu .mega-menu ul > li {
    border-bottom: 1px solid #bbbbbc;
    padding: 13px 20px 15px 40px;
  }
  .header-site .ul-menu .mega-menu ul > li.ttl {
    color: #fff;
    padding: 13px 20px 15px 25px;
  }
  .header-site .ul-menu .mega-menu ul > li:last-child {
    border-bottom: none;
  }
  .header-site .ul-menu .mega-menu ul a {
    color: #fff;
    -moz-transition: all 0.26s;
    -o-transition: all 0.26s;
    -webkit-transition: all 0.26s;
    transition: all 0.26s;
    white-space: nowrap;
  }
  .header-site .ul-menu .mega-menu ul li.ttl a:hover {
    color: #fff;
  }
  .header-site .ul-menu .mega-menu ul a:hover {
    color: #fefb01;
  }
}

.navigation .ul-menu li.topic::before {
  content: "";
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .header-site {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    min-width: 320px;
    background: #fff;
    height: 50px;
  }
  .header-site .header-inner {
    background: #fff;
    position: relative;
    z-index: 1000;
    padding: 1.5% 0 0;
    height: 50px;
  }
  .header-site .wrapper {
    position: relative;
    background: #fff;
    z-index: 1000;
    padding: 2% 3% 0 3%;
  }
  .header-site .ul-sns {
    right: 64px;
    top: 18px;
  }
  .header-site .ul-sns > li {
    width: 27px;
    margin-left: 22px;
  }
  .header-site .ul-sns > li:first-child {
    margin-left: 0;
  }

  .navigation {
    position: fixed;
    left: 0;
    right: 0;
    min-width: 320px;
    height: 100%;
    z-index: 990;
    padding-top: 84px;
    top: 0;
    font-weight: 300;
    display: none;
  }
  .navigation .navigation-inner {
    position: relative;
    overflow-y: auto;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin-top: -7px;
    /*z-index: 5;*/
  }
  .navigation .ul-menu {
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 10;
    margin-top: 1px;
  }
  .navigation .ul-menu li {
    color: #f8ed79;
    border-bottom: 1px solid #bbbbbc;
  }
  .navigation .ul-menu li.mb {
    border-bottom: none;
  }
  .navigation .ul-menu li a {
    color: #fbec50;
  }
  .navigation .ul-menu li.topic::before {
    margin-top: 25px;
    left: 15px;
    border-left: 6px solid #ddd;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .navigation .ul-menu li > a,
  .navigation .ul-menu li .txt {
    font-size: 13px;
    padding: 20px 45px 18px 30px;
    font-weight: bold;
  }
  .navigation .ul-menu li .txt {
    position: relative;
  }
  .navigation .ul-menu li .txt:after {
    content: "";
    width: 9px;
    height: 13px;
    background: url(../img/common/icn_bullet01.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -6px;
  }
  .navigation .ul-menu li ul li a {
    padding: 9px 45px 18px 40px;
    font-weight: normal;
  }
  .navigation .ul-menu a {
    display: block;
    position: relative;
  }
  .navigation .ul-menu a:after {
    content: "";
    width: 9px;
    height: 13px;
    background: url(../img/common/icn_bullet01.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -6px;
  }
  .navigation .ul-menu .txt-link {
    font-size: 13px;
    padding: 9px 40px 9px 33px;
    font-weight: 700;
    position: relative;
    display: block;
    border-top: 1px solid #bbbbbc;
    border-bottom: 1px solid #bbbbbc;
  }
  .navigation .ul-menu .txt-link:before {
    top: 50%;
    margin-top: -4px;
    left: 25px;
    border-left: 5px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .navigation .ul-menu .ul-sub > li:last-child {
    border-bottom: none;
  }

  .overlay-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
  }

  .btn-menu {
    width: 50px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
  }
  .btn-menu > span {
    width: 16px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 40%;
    margin-left: -7px;
    display: block;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
  }
  .btn-menu > span:nth-child(1) {
    top: 15px;
  }
  .btn-menu > span:nth-child(2) {
    top: 21px;
  }
  .btn-menu > span:nth-child(3) {
    top: 27px;
  }
  .btn-menu.js-active > span:nth-child(1) {
    top: 21px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .btn-menu.js-active > span:nth-child(2) {
    width: 0;
    margin-left: 0;
  }
  .btn-menu.js-active > span:nth-child(3) {
    top: 21px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION KEYVISUAL
 * ----------------------------------------------- */
.section-keyvisual {
  margin: 200px 6% 140px 0;
}
.section-keyvisual.under {
  margin: 160px 6% 20px 0;
}
.section-keyvisual img {
  display: block;
  width: 100%;
  height: auto;
}
.section-keyvisual .main {
  position: relative;
}
.section-keyvisual .main p {
  position: absolute;
  top: -55px;
  right: 14%;
  font-size: 40px;
  line-height: 1.3;
}
.section-keyvisual .main p.upmain {
  top: 43%;
  left: 10%;
  font-size: 40px;
  text-shadow: white 1px 1px 5px, white -1px 1px 5px, white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px;
}
.section-keyvisual .main .parts1 {
  position: absolute;
  top: 42%;
  left: 8%;
  width: 779px;
}
.section-keyvisual .main .parts2 {
  position: absolute;
  top: 66%;
  right: 10%;
  width: 550px;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
	.section-keyvisual {
	  margin: 140px 6% 80px 0;
	}
	.section-keyvisual .main p {
	  top: -10%;
	  left: 6%;
	  font-size: 29px;
	  line-height: 1.4;
	}
	.section-keyvisual.under {
	  margin: 100px 6% 20px 0;
	}
	.section-keyvisual .main p.upmain {
	  top: 12%;
	  left: 7%;
	  font-size: 30px;
	}

}

/* PAGES
 * ----------------------------------------------- */
/* SECTION About
 * ----------------------------------------------- */
.section-about {
  margin: 0 3% 140px;
}
.section-about .flexBox .txtBox {
  margin-top: 30px;
  width: 46%;
}
.section-about .flexBox .imgBox {
  width: 46%;
}
.section-about .flexBox .imgBox img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
	.section-about {
	  margin: 0 3% 120px;
	}
	.section-about .flexBox .txtBox {
	  margin-bottom: 60px;
	  width: 100%;
	}
	.section-about .flexBox .imgBox {
	  width: 100%;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* SECTION Service
 * ----------------------------------------------- */
.section-service {
  margin: 0 3% 100px;
}
.section-service .serviceBox {
  margin-bottom: 50px;
}
.section-service .serviceBox.one {
  background: url(../img/service_num_01.png) #dff0ec no-repeat left 40% top 18%;  border-radius: 20px;
}
.section-service .serviceBox.two {
  background: url(../img/service_num_02.png) #e0f0f6 no-repeat left 40% top 5%;  border-radius: 20px;
}
.section-service .serviceBox.three {
  background: url(../img/service_num_03.png) #dff0ec no-repeat left 40% top 18%;  border-radius: 20px;
}
.section-service .serviceBox.four {
  background: url(../img/service_num_04.png) #e0f0f6 no-repeat left 40% top 18%;  border-radius: 20px;
}
.section-service .flexBox {
  padding: 60px;
}
.section-service .flexBox .txtBox {
  width: 46%;
}
.section-service .flexBox .imgBox {
  width: 46%;
}
.section-service .flexBox .imgBox img {
  width: 100%;
}
.section-service .flexBox .txtBox p.num {
  font-size: 18px;
  font-weight: bold;
  color: #0b9778;
  letter-spacing: 0.02em;
}
.section-service .flexBox .txtBox p.num.bl {
  color: #0875b3;
}
.section-service .flexBox .txtBox p.txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 40px;
}
.section-service .flexBox .txtBox p.txt strong {
  font-weight: bold;
}
.section-service .flexBox .txtBox h4 {
  font-size: 32px;
  font-weight: 900;
  padding: 15px 0 30px;
}
.section-service .flexBox {
  width: 100%;
}
.section-service .flexBox.menu {
  padding-top: 20px;
  padding-bottom: 30px;
}
.section-service .flexBox.menu::after {
  content: '';
  display: block;
  width: 31%;
}
.section-service .flexBox ul {
  background: #fff;
  border-radius: 10px;
  width: 31%;
  margin-bottom: 30px;
}
.section-service .flexBox ul img {
  width: 100%;
}
.section-service .flexBox ul .ttl,
.section-service .flexBox ul .txt {
  padding-right: 30px;
  padding-left: 30px;
}
.section-service .flexBox ul .img {
  margin-bottom: 25px;
}
.section-service .flexBox ul .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-service .flexBox ul .txt {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.section-service {
	  margin: 0 3% 120px;
	}
	.section-service .flexBox {
	  padding: 30px;
	}
	.section-service .flexBox .txtBox {
	  margin-bottom: 30px;
	  width: 100%;
	}
	.section-service .flexBox .imgBox {
	  width: 100%;
	}
	.section-service .serviceBox.one {
	  background: url(../img/service_num_01.png) #dff0ec no-repeat right 10% top 4%;  border-radius: 20px;
	}
	.section-service .serviceBox.two {
	  background: url(../img/service_num_02.png) #e0f0f6 no-repeat right 10% top 4%;  border-radius: 20px;
	}
	.section-service .serviceBox.three {
	  background: url(../img/service_num_03.png) #dff0ec no-repeat right 10% top 4%;  border-radius: 20px;
	}
	.section-service .serviceBox.four {
	  background: url(../img/service_num_04.png) #e0f0f6 no-repeat right 10% top 4%;  border-radius: 20px;
	}
	.section-service .flexBox ul {
	  width: 100%;
	}
	.section-service .flexBox .txtBox h4 {
	  font-size: 30px;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* SECTION Area
 * ----------------------------------------------- */
.section-area {
  margin: 0 3% 100px;
}
.section-area .flexBox .txtBox {
  margin-top: 30px;
  width: 46%;
}
.section-area .flexBox .imgBox {
  width: 50%;
}
.section-area .flexBox .imgBox img {
  width: 100%;
  height: auto;
}
.section-area .flexBox .txtBox .txt {
  font-size: 20px;
  line-height: 2;
}
.section-area .flexBox .txtBox .expenses {
  background: #129668;
  border: solid 1px #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 25px 0;
  margin-top: 40px;
  width: 420px;
}

@media only screen and (max-width: 767px) {
	.section-area {
	  margin: 0 3% 120px;
	}
	.section-area .flexBox .txtBox {
	  margin-top: 0;
	  margin-bottom: 30px;
	  width: 100%;
	}
	.section-area .flexBox .imgBox {
	  width: 100%;
	}
	.section-area .flexBox .txtBox .expenses {
	  width: 100%;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* SECTION Area
 * ----------------------------------------------- */
.section-atlife {
  display: flex;
  align-items: center;
  background: url(../img/contact-middle_bg.png) no-repeat center;
  height: 480px;
  color: #fff;
  margin: 0 auto;
}
.section-atlife .flexBox .txtBox {
  border-right: solid 1px #fff;
  width: 40%;
}
.section-atlife .flexBox .contactBox {
  display: grid;
  align-items: center;
  width: 50%;
}
.section-atlife .flexBox .txtBox img {
  height: auto;
  width: 61%;
}
.section-atlife .flexBox .txtBox h4 {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 25px;
}
.section-atlife .flexBox .contactBox .box {
  position: relative;
}
.section-atlife .flexBox .contactBox .box .tel,
.section-atlife .flexBox .contactBox .box .ttl {
  display: inline-block;
  border: solid 1px #fff;
  background: rgba(0,0,0,0.3);
  text-align: center;
  width: 480px;
  height: 110px;
}
.section-atlife .flexBox .contactBox .box a:link,
.section-atlife .flexBox .contactBox .box a:visited {
  color: #fff;
}
.section-atlife .flexBox .contactBox .box .tel {
  padding-top: 15px;
}
.section-atlife .flexBox .contactBox .box .num {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  transition: .6s;
}
.section-atlife .flexBox .contactBox .box .time {
  font-size: 13px;
}
.section-atlife .flexBox .contactBox .box .ttl {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  padding-top: 34px;
  transition: .6s;
}
.section-atlife .flexBox .contactBox .box .num::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../common/img/ico_tel_wt.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
  margin: -6px 7px 0 0;
}
.section-atlife .flexBox .contactBox .box .ttl::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 29px;
  background: url("../common/img/contact_mail_wt.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
  margin: -5px 5px 0 0;
}
.section-atlife .flexBox .contactBox .box .tel:hover,
.section-atlife .flexBox .contactBox .box .ttl:hover {
  background: #333;
  transition: .6s;
}

@media only screen and (max-width: 767px) {
	.section-atlife {
	  margin: 0 3% 120px;
	  background: url(../img/contact-middle_bg_sp.png) no-repeat center;
	  border-radius: 15px;
	  height: 600px;
	}
	.section-atlife .flexBox .txtBox {
	  border-right: none;
	  margin-top: 0;
	  width: 100%;
	  padding: 30px;
	}
	.section-atlife .flexBox .imgBox {
	  width: 100%;
	}
	.section-atlife .flexBox .txtBox .expenses {
	  width: 100%;
	}
	.section-atlife .flexBox .txtBox {
	  width: 100%;
	  padding-top: 0;
	}
	.section-atlife .flexBox .txtBox h4 {
	  font-size: 16px;
	}
	.section-atlife .flexBox .contactBox {
	  width: 90%;
	  margin: 0 auto;
	}
	.section-atlife .flexBox .contactBox .box .tel,
	.section-atlife .flexBox .contactBox .box .ttl {
	  width: 100%;
	}
	.section-atlife .flexBox .contactBox .box .tel {
	  padding-top: 20px;
	}
	.section-atlife .flexBox .contactBox .box .num {
	  font-size: 28px;
	}
	.section-atlife .flexBox .contactBox .box .time {
	  font-size: 11px;
	}
	.section-atlife .flexBox .contactBox .box .ttl {
	  font-size: 20px;
	  padding-top: 37px;
	  transition: .6s;
	}
	.section-atlife .flexBox .contactBox .box .ttl::before {
	  width: 25px;
	  height: 25px;
	  margin: -5px 7px 0 0;
	}
	.section-atlife .flexBox .contactBox .box .tel {
	  margin-bottom: 20px;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION Works
 * ----------------------------------------------- */
.section-works {
  margin: 140px 3%;
}
.section-works .flexBox .ttlBox {
  width: 38%;
}
.section-works .flexBox .txtBox {
  width: 62%;
}
.section-works .flexBox.works {
  width: 100%;
  margin-top: 30px;
}
.section-works .flexBox.works ul {
  width: 31%;
  margin-bottom: 50px;
}
.section-works .flexBox.works li.icon {
  display: inline-block;
  color: #0c8158;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #77ae9b;
  margin-right: 5%;
  padding: 5px 20px;
  height: 32px;
}
.section-works .flexBox.works li.place {
  font-size: 13px;
  margin: 8px 0 10px;
}
.section-works .flexBox.works li.detail {
  font-size: 20px;
  margin-bottom: 5px;
}
.section-works .flexBox.works li.period {
  font-size: 15px;
}
.section-works .flexBox.works .img {
  border-radius: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.section-works .flexBox.works .img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
	.section-works .flexBox .ttlBox {
	  width: 100%;
	}
	.section-works .flexBox .txtBox {
	  width: 100%;
	}
	.section-works .flexBox.works {
	  width: 100%;
	  margin-top: 30px;
	}
	.section-works .flexBox.works ul {
	  width: 100%;
	  margin-bottom: 50px;
	}
	.section-works .flexBox.works li.place {
	  font-size: 13px;
	  margin: 8px 0 3px;
	}
	.section-works .flexBox.works .img {
	  width: 100%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION Company
 * ----------------------------------------------- */
.section-company {
  position: relative;
  background: #ecf8f5;
  border-radius: 0 20px 20px 0;
  padding: 90px 0;
  margin-right: 9%;
  height: 1060px;
}
.section-company .wrap {
  position: absolute;
  left: 10%;
  right: 0;
}
.section-company .flexBox {
  width: 100%;
}
.section-company .flexBox .txtBox {
  width: 46%;
}
.section-company .flexBox .imgBox {
  width: 47%;
}
.section-company .flexBox .imgBox img {
  border-radius: 15px;
  width: 100%;
}
.section-company .flexBox .txtBox h4 {
  color: #187d5a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section-company .flexBox .txtBox .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.section-company .flexBox .txtBox .signBox .position {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-company .flexBox .txtBox .signBox .name {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
	.section-company {
	  margin: 0 0 120px 0;
	  padding: 80px 0;
	  height: 1200px;
	}
	.section-company .wrap {
	  left: 0;
	}
	.section-company .flexBox .txtBox {
	  margin-bottom: 80px;
	  width: 100%;
	}
	.section-company .flexBox .imgBox {
	  width: 100%;
	}
	.section-company .flexBox .txtBox .signBox .position {
	  margin-bottom: 0;
	}
}

.section-company-about {
  background: url(../img/bg_trees.jpg) no-repeat center bottom 0;
  margin: 70px 0 120px;
  padding-bottom: 240px;
}
.section-company-about .about {
  margin: 0 auto;
  width: 100%;
}
.section-company-about h4 {
  color: #187d5a;
  font-size: 30px;
  font-weight: bold;
  border-bottom: solid 4px #187d5a;
  padding-bottom: 15px;
}
.section-company-about .company {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
}
.section-company-about .company tr {
  border-bottom: solid 1px #bbb;
}
.section-company-about .company th.ttl {
  width: 22%;
}
.section-company-about .company th.txt {
  width: 78%;
}
.section-company-about .company .ttl {
  font-weight: bold;
  padding: 20px 0;
  width: 30%;
}
.section-company-about .company .txt {
  line-height: 1.4;
  padding: 20px 0;
  width: 70%;
}
.section-company-about .mapBox {
  margin-top: 70px;
}
.section-company-about .mapBox .map {
  margin-top: 20px;
}
.section-company-about .mapBox h4 {
  margin-bottom: 30px;
}
.section-company-about .history {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.section-company-about {
	  margin-top: 360px;
	}
	.section-company-about .company th.ttl {
	  width: 25%;
	}
	.section-company-about .company th.txt {
	  width: 75%;
	}
	.section-company-about .company .ttl {
	  padding: 20px 20px 20px 0;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* SECTION News
 * ----------------------------------------------- */
.section-news {

}
.section-news .flexBox {
  width: 100%;
}
.section-news .flexBox .ttlBox {
  width: 28%;
}
.section-news .flexBox .newsBox {
  width: 69%;
}
.section-news .flexBox .newsBox ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.4;
  border-bottom: solid 1px #bbb;
  padding: 18px 0 20px;
  width: 100%;
}
.section-news .flexBox .newsBox ul .day {
  color: #0b9778;
  font-size: 16px;
  font-weight: bold;
  width: 16%;
}
.section-news .flexBox .newsBox ul .icon {
  display: inline-block;
  color: #0c8158;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #77ae9b;
  border-radius: 5px;
  margin-right: 5%;
  padding: 5px 20px;
  height: 32px;
  width: 15%;
}
.section-news .flexBox .newsBox ul .txt {
  font-size: 15px;
  line-height: 1.6;
  width: 64%;
}

@media only screen and (max-width: 767px) {
	.section-news .flexBox .ttlBox {
	  width: 100%;
	}
	.section-news .flexBox .newsBox {
	  width: 100%;
	}
	.section-news .flexBox .newsBox ul .day {
	  font-size: 18px;
	  width: 100%;
	}
	.section-news .flexBox .newsBox ul .icon {
	  margin: 10px 0 18px;
	  width: 30%;
	}
	.section-news .flexBox .newsBox ul .txt {
	  width: 100%;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION Contact
 * ----------------------------------------------- */
.section-contact {
  background: #0b9778;
  color: #fff;
  padding: 80px 0;
  margin-top: 140px;
}
.section-contact .ttlBox {
  text-align: center;
}
.section-contact .ttlBox h2,
.section-contact .ttlBox h3 {
  color: #fff;
}
.section-contact .ttlBox h3 {
  margin: 10px 0;
}
.section-contact .flexBox {
  margin-top: 50px;
  width: 100%;
}
.section-contact .flexBox .form,
.section-contact .flexBox .tel {
  position: relative;
  display: inline-block;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 10px;
  width: 520px;
  height: 140px;
  padding-top: 9px;
  transition: .6s;
}
.section-contact .flexBox .form {
  padding-top: 34px;
}
.section-contact .flexBox .btn {
  width: 48.2%;
}
.section-contact .flexBox .tel {
  line-height: 1.6;
}
.section-contact .flexBox .form .ttl {
  font-size: 24px;
  font-weight: 800;
}
.section-contact .flexBox .form .ttl::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 26px;
  background: url("../common/img/contact_mail_wt.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
  margin: -3px 6px 0 0;
}
.section-contact .flexBox .form .ttl::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../common/img/ico_link.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
  margin: -7px 0 0 6px;
}
.section-contact .flexBox .form .txt {
  font-size: 13px;
  margin-top: 5px;
}
.section-contact .flexBox .tel .ttl {
  background: #fff;
  color: #0b9778;
  font-weight: 800;
  letter-spacing: 0.05em;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  padding: 10px;
  margin-top: -9px;
}
.section-contact .flexBox .tel .num {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
.section-contact .flexBox .tel .num::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../common/img/ico_tel_wt.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
  margin: -8px 7px 0 0;
}
.section-contact .flexBox .tel .txt {
  font-size: 13px;
  margin-top: -7px;
}
.section-contact .flexBox a:link {
  color: #fff;
}
.section-contact .flexBox a {
  color: #fff;
}

.section-contact .flexBox .tel::before {

}
.section-contact .flexBox .form:hover {
  background: #333;
  transition: .6s;
}
.section-contact .flexBox .tel:hover {
  background: #333;
  transition: .6s;
}

@media only screen and (max-width: 767px) {
	.section-contact {
	  padding: 60px 0;
	}
	.section-contact .flexBox {
	  margin-top: 30px;
	}
	.section-contact .flexBox .btn {
	  width: 100%;
	}
	.section-contact .flexBox .form {
	  position: relative;
	  line-height: 1.5;
	  margin-bottom: 20px;
	  padding-top: 38px;
	  width: 100%;
	}
	.section-contact .flexBox .tel {
	  position: relative;
	  line-height: 1.8;
	  width: 100%;
	}
	.section-contact .flexBox .form::before {
	  position: absolute;
	  top: 44px;
	  left: 200px;
	  width: 25px;
	  height: 22px;
	}
	.section-contact .flexBox .form::after {
	  position: absolute;
	  top: 46px;
	  right: 212px;
	  width: 17px;
	  height: 17px;
	}
	.section-contact .flexBox .tel::before {
	  position: absolute;
	  top: 66px;
	  left: 206px;
	  width: 26px;
	  height: 26px;
	}
	.section-contact .flexBox .form .ttl {
	  font-size: 20px;
	}
	.section-contact .flexBox .form .txt {
	  font-size: 13px;
	  margin-top: 5px;
	}
	.section-contact .flexBox .tel .ttl {
	  margin-top: -10px;
	}
	.section-contact .flexBox .tel .num {
	  font-size: 28px;
	}
	.section-contact .flexBox .tel .txt {
	  font-size: 10px;
	}
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION Works underpage
 * ----------------------------------------------- */
.section-works-up {
  margin: 0 3% 80px;
}
.section-works-up .catBox {
  margin: 70px 0 90px;
}
.section-works-up .catBox h4 {
  color: #0b9778;
  font-size: 32px;
  border-bottom: solid 5px #0b9778;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.section-works-up .catBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.section-works-up .catBox li {
  width: 31%;
}
.section-works-up .catBox li .cat {
  position: relative;
  display: block;
  color: #0b9778;
  background: #f2f2f2;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
  transition: .6s;
}
.section-works-up .catBox li .cat:hover {
  opacity: .6;
  transition: .6s;
}
.section-works-up .catBox li .cat::after {
  position: absolute;
  top: 47%;
  right: 80px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url("../works/img/arrow_menu.png") no-repeat;
  background-size: contain;
}
.section-works-up .workBox {
  margin-bottom: 60px;
}
.section-works-up .workBox::before {
  content: "";
  display: block;
  height: 126px;
  margin-top: -126px;
  visibility: hidden;
}
.section-works-up .workBox h4 {
  font-size: 32px;
  border-bottom: solid 5px #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.section-works-up .workBox .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.section-works-up .workBox .box ul {
  width: 31%;
  margin-bottom: 50px;
}
.section-works-up .workBox .box .img img {
  width: 100%;
}
.section-works-up .workBox .box .icon {
  display: inline-block;
  color: #0b9778;
  font-size: 15px;
  text-align: center;
  border: solid 1px #0b9778;
  padding: 2px 12px;
  margin-top: 15px;
}
.section-works-up .workBox .box .place {
  font-size: 13px;
  margin: 8px 0 10px;
}
.section-works-up .workBox .box .detail {
  font-size: 20px;
  margin-bottom: 5px;
}
.section-works-up .workBox .box .period {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.section-about {
	  margin: 0 3% 120px;
	}
	.section-works-up .catBox li {
	  width: 100%;
	  margin-bottom: 15px;
	}
	.section-works-up .catBox li .cat {
	  padding: 20px;
	}
	.section-works-up .workBox .box ul {
	  width: 100%;
	}
}


/* PAGES
 * ----------------------------------------------- */
/* SECTION Privacy underpage
 * ----------------------------------------------- */
.section-privacy-up {
  margin: 0 3% 80px;
}
.section-privacy-up .ttlBox {
  margin-top: 60px;
}
.section-privacy-up .ttlBox h4 {
  font-size: 32px;
  border-bottom: solid 5px #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.section-privacy-up .detailBox {
  margin-top: 60px;
}
.section-privacy-up .detailBox h5 {
  position: relative;
  background: #f3f3f3;
  color: #0b9778;
  font-size: 22px;
  line-height: 1.4;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.section-privacy-up .detailBox h5::before {
  position: absolute;
  top: 42%;
  left: 20px;
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../privacy/img/arrow_privacy.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-flex;
}
.section-privacy-up .detailBox ul {
  list-style: disc;
  margin: 15px 20px;
}
.section-privacy-up .detailBox li {
  margin-top: 5px;
}
.section-privacy-up .detailBox ul.txtbox {
  margin: 40px 0;
  list-style: none;
}
.section-privacy-up .detailBox ul.txtbox .ttl {
  font-size: 20px;
  line-height: 1.4;
  border-bottom: solid 1px #0b9778;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section-privacy-up .detailBox ul.txtbox .txt {
  font-size: 16px;
  line-height: 1.6;
}
.section-privacy-up .signBox {
  border-top: dotted 1px #333;
  padding-top: 30px;
}
.section-privacy-up .signBox .sign {
  font-size: 17px;
  line-height: 1.9;
  margin-top: 20px;
}


/* ----------------------------------------------- */
/* WRAPPER
 * ----------------------------------------------- */
.wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.wrap-lg {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap-lg.atlife {
  max-width: unset;
  width: 960px;
  margin: 0 auto;
}
.wrap980 {
    max-width: 980px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .wrap,
    .wrap980 {
        padding: 0 4%;
    }
    .wrap {
      width: 100%;
      margin: 0;
    }
}

/* Font Size
 * ----------------------------------------------- */
.fts34 {
    font-size: 34px;
}
.fts44 {
    font-size: 44px;
}
.fts46 {
    font-size: 46px;
}
.fts50 {
    font-size: 50px;
}
.fts54 {
    font-size: 54px;
}
.fts54bk {
    font-size: 54px;
    color: #000;
}
.fts56 {
    font-size: 56px;
}
.fts56rd {
    font-size: 56px;
    color: #ee6022;
}
.fts60 {
    font-size: 60px;
}
.fts60.border {
    background: linear-gradient(transparent 50%, #ece3d9 50%);
}
.fts80 {
    font-size: 80px;
    color: #ee6022;
}
.fts80bk {
    font-size: 80px;
}

@media only screen and (max-width: 767px) {
	.fts34 {
	    font-size: 24px;
	}
	.fts44 {
	    font-size: 24px;
	}
	.fts46 {
	    font-size: 34px;
	    letter-spacing: 0.001em;
	    line-height: 1.8;
	}
	.fts54 {
	    font-size: 40px;
	    color: #ee6022;
	}
	.fts54bk {
	    font-size: 40px;
	}
	.fts56 {
	    font-size: 40px;
	}
	.fts56rd {
	    font-size: 40px;
	    color: #ee6022;
	}
	.fts60 {
	    font-size: 36px;
	}
	.fts80 {
	    font-size: 60px;
	    color: #ee6022;
	}
	.fts80bk {
	    font-size: 60px;
	}
}

.anchor {
  padding-top: 60px;
}
.anchor-inner {
  padding-top: 120px;
  margin-top: -120px;
}


