@charset "UTF-8";
/*
Theme Name: 株式会社マーク
Theme URI: http://example.com
Description: 株式会社マークのテーマ
Version: 1.0
Author: kanasashi-mc
Author URI: http://www.kanasashi.co.jp/
*/
.news-hov a:hover {
  /*共通部分
ーーーーーーーーーーーーーーー*/
  color: #6baf45;
  text-decoration: underline;
}
.txt-blue {
  color: #0054a7;
}
.s-txt {
  font-weight: bold;
}
.inner-txt {
  font-weight: bold;
  line-height: 1.5;
}
.inner-txt2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #0054a7;
}
.inner-txt3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #3b3c3c;
}
.comic-txt {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.35;
}
.comic-box {
  background: #fff;
  overflow: hidden;
  border-radius: 5%;
}
.comic-box img {
  padding: 10px 10px 0 10px;
}
.col-m {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .comic-box {
    width: calc(40% - 24px);
    margin-right: 24px;
    text-align: center;
  }
  .columnSet2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    width: calc(100% + 24px);
    margin: 0 0 24px 0;
    align-items: center;
  }
}
.contentsList5 > div {
  position: relative;
  background: #4e95ff;
  overflow: hidden;
}
.youtube iframe {
  width: 80%;
  /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 1.7777777778;
}
.character {
  /* 画像置換 */
  background: url(../images/move02.png) 0 0 no-repeat;
  height: 120px;
  position: absolute;
  bottom: -25px;
  overflow: hidden;
  padding-top: 64px;
  width: 64px;
  /* アニメーション */
  animation: sprite1 9s steps(14, start) infinite;
}
@keyframes sprite1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -896px 0;
  }
}
@keyframes wlk {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(5%);
  }
  10% {
    transform: translateX(5%);
  }
  15% {
    transform: translateX(10%);
  }
  20% {
    transform: translateX(10%);
  }
  25% {
    transform: translateX(20%);
  }
  30% {
    transform: translateX(20%);
  }
  35% {
    transform: translate(30%);
  }
  40% {
    transform: translate(30%);
  }
  45% {
    transform: translate(40%);
  }
  50% {
    transform: translate(40%);
  }
  55% {
    transform: translate(50%);
  }
  60% {
    transform: translate(50%);
  }
  65% {
    transform: translate(60%);
  }
  70% {
    transform: translate(60%);
  }
  75% {
    transform: translate(70%);
  }
  80% {
    transform: translate(70%);
  }
  85% {
    transform: translate(80%);
  }
  90% {
    transform: translate(80%);
  }
  95% {
    transform: translate(98%);
  }
  100% {
    transform: translate(98%);
  }
}
.waku0 {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  animation: wlk 90s linear 0s infinite normal;
}
html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #000000;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
p {
  padding: 10px 0;
  line-height: 2.3;
}
video {
  width: 100%;
}
.hero {
  position: relative;
}
.topLink {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}
.topLink img {
  padding: 0 10px;
}
.topLink li {
  z-index: 1;
}
.clearfix {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
}
#privacy h4 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
a.view-btn {
  color: #fff;
  background: #6baf45;
  display: inline-block;
  padding: 5px 40px;
}
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.text-box {
  padding-top: 20px;
}
.text-green {
  color: #6baf45;
  font-weight: bold;
}
.text-blue {
  color: #035586;
}
.text-red {
  color: #dc3545;
}
.text-small {
  color: #000000;
  font-weight: 600;
}
.btn-area {
  text-align: center;
  margin-top: 3rem;
}
.header2 {
  background-image: url(../images/133.jpg);
  background-repeat: repeat-x;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 120%;
  font-size: 200%;
}
.submenu {
  margin-top: 60px;
  margin-bottom: 60px;
}
.submenu.ptn2 {
  margin-top: 60px;
  margin-bottom: 0px;
}
.submenu.ptn3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.submenu ul {
  text-align: center;
  list-style-type: none;
  width: 100%;
}
.submenu ul li {
  display: inline-block;
  width: 24%;
  padding: 2px;
}
.submenu ul li a {
  background: #f2f2f2;
  color: #000000;
  display: block;
  padding: 15px 30px;
  text-align: center;
}
.submenu ul li a:hover, .submenu ul li.current a {
  background: #6baf45;
  color: #fff;
}
.sp-area {
  padding-top: 80px;
}
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.text-center {
  text-align: center;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mb-3, .my-3 {
  margin-bottom: 1rem;
}
.mb-5, .my-5 {
  margin-bottom: 3rem;
}
.shadow {
  box-shadow: 5px 3px 5px 5px rgba(16, 16, 16, 0.2);
}
/*ナビメニュー
ーーーーーーーーーーーーーーー*/
.navItem a {
  background: linear-gradient(currentColor 0 0) var(--p, 0) 80% / var(--d, 0) 2px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
}
.navItem a:hover {
  color: #6baf45;
  --d: 100%;
  --p: 100%;
}
a.btn--green {
  color: #fff;
  background-color: #6baf45;
}
a.btn--green:hover {
  color: #fff;
  background: #00a349;
}
a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}
a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}
a.btn-c {
  position: relative;
  padding: 10px 30px 10px 20px;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
header nav ul li a {
  color: #000000;
  display: block;
  padding: 18px 0px;
}
header nav ul {
  text-align: right;
}
header nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .h-row {
    max-width: 1140px;
  }
}
.h-row {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-container {
  background: #ffc3dd;
  padding: 20px 0;
}
.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a {
  text-decoration: none;
}
/*
----------------------
Start header
----------------------
*/
.siteIcon {
  justify-content: center;
  align-items: center;
}
/* ナビゲーション */
ul, li {
  list-style: none;
}
.navItem a {
  display: block;
  padding: 50px 0 15px;
  margin-left: 1rem;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
/* 擬似要素でアイコンを表示 */
.navList li {
  position: relative;
}
.navList li::after {
  content: "";
  display: block;
  width: 2px;
  height: 60%;
  background-color: #b8b9dc;
  position: absolute;
  right: -10px;
  top: 20%;
}
.navList {
  position: relative;
}
.navList::after {
  content: "";
  display: block;
  width: 2px;
  height: 60%;
  background-color: #b8b9dc;
  position: absolute;
  left: 0px;
  top: 20%;
}
.navItem a::before {
  content: "";
  font-size: 2rem;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #6baf45;
}
.navItemHome a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemgeneral a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemIntroduce a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemAbout a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemAccess a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemContact a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemSponsor a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemSolution a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navItemRecruit a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.navtxt {
  font-weight: 600;
}
.navList li {
  position: relative;
}
.navList li:hover a + ul {
  display: block;
  position: absolute;
}
#wrap, #wrap * {
  overflow: visible;
  z-index: 10;
}
.navList li ul {
  display: none;
}
.sub-item {
  background: #fff;
  padding: 0;
  width: 180px;
}
.sub-item a {
  margin: 0;
  padding: 20px 30px;
}
.sub-item a::before {
  display: none;
}
.dropdown li::after {
  width: 0;
  height: 0;
}
.sub-item a:hover {
  color: #6baf45;
  --d: 0%;
  --p: 0%;
}
.sub-item a:hover {
  background-color: #ebf7e5;
}
/*フッター
  ーーーーーーーーーーーーーーー*/
.c-nav-sitemap li > ul {
  margin-top: 10px;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__body {
  padding: 0 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}
.c-footer__links {
  margin: 50px 0;
  width: 100%;
}
.c-nav-sitemap > ul[data-size="2"] {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.c-nav-sitemap > ul[data-col="wrap"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav-sitemap > ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-sitemap > ul > li > a {
  font-weight: 600;
}
.c-nav-sitemap a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  color: #4c4c4c;
}
.c-nav-sitemap li > ul > li {
  padding-left: 17px;
  position: relative;
  line-height: 1.7;
}
.c-nav-sitemap li > ul > li::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  background: #000;
}
footer {
  border-top: 1px solid #f0f1f2;
  padding: 25px 0;
  position: relative;
  background: #ebf7e5;
}
@media (min-width: 768px) {
  .c-nav-sitemap li > ul {
    margin-top: 10px;
  }
  .c-nav-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-nav-sitemap > ul[data-col="wrap"] > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }
  .c-nav-sitemap li:not(:last-child) {
    margin-bottom: 10px;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer-box {
  padding-top: 1.5rem;
  border-top: 1px solid #a1a2a3;
}
.footer-box2 {
  margin-bottom: 1.5rem;
}
.footer-left {
  text-align: left;
}
.footer-right {
  text-align: right;
}
.copyright {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.footer-center {
  text-align: center;
}
/*top
ーーーーーーーーーーーーーーー*/
.waku1 {
  display: inline-block;
  position: absolute;
  transform-origin: 0% 50% 0px;
  animation: asbm 2s linear 0s infinite alternate;
}
.markn-box {
  background-image: url(../images/258.png);
  position: relative;
  background-size: cover;
  min-height: 120px;
  overflow: hidden;
}
.logo {
  width: 220px;
  padding-top: 20px;
}
.main-title {
  text-align: center;
}
h2 {
  font-size: 30px;
}
h2 small {
  font-size: 16px;
  display: block;
}
.sp-bana {
  display: none;
}
.top-pic {
  width: 100%;
}
.hero {
  position: relative;
}
.bxslider div {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 36px;
  color: white;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
.bxslider div p {
  font-size: 20px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
.link_01 {
  position: fixed;
  z-index: 10;
  top: 30%;
  right: 0;
  transition: 0.3s;
}
.c-bana {
  width: 350px;
}
.t-space {
  padding-top: 3rem;
}
.tsl-mv {
  max-width: 800px;
  margin: auto;
}
.bkg {
  background-image: url(../images/bkg3.jpeg);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /*--背景画像の固定--*/
  padding-bottom: 60px;
}
.c-area {
  padding: 60px 0px;
  margin: 60px 0px;
}
.catalog {
  max-width: 250px;
}
.about-box {
  display: flex;
  margin-top: 3rem;
}
.news-area {
  background: #ebf7e5;
  padding: 60px 0px;
}
.news-pc {
  margin-bottom: 3rem;
}
.fa-file:before {
  padding-right: 5px;
}
.hov img {
  box-shadow: 5px 3px 5px 3px rgba(16, 16, 16, 0.2);
}
.hov:hover img {
  opacity: 0.8;
}
.t-hov:hover img {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container2 {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.col-6, .col-md-6, .col-md-9, .col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.f-banner {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mt-5, .my-5 {
  margin-top: 3rem;
}
/*service
ーーーーーーーーーーーーーーー*/
.nobori {
  width: 80%;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider, .slider2 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 8vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.slider2 img {
  width: 30vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
.slider .slick-slide, .slider2 .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}
.slider .slick-slide.slick-center, .slider2 .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}
.goodz-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.goodz-bb {
  border-bottom: 2px solid #ff7c8b;
}
.scroll {
  width: 100%;
  height: 0;
  padding-top: 20%;
  margin-bottom: 4rem;
  position: relative;
  background: url(../images/ippan.png) center;
  background-size: auto 100%;
  animation: slider 30s linear infinite;
}
@keyframes slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
    /* 画像のマイナス幅 */
  }
}
.box3 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #fff;
  background-color: rgba(255, 96, 147, 0.8);
  max-width: 800px;
}
.box3 p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin: 0;
  padding: 0;
}
.ad-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-sv {
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-right: 15px;
  padding-left: 15px;
}
.row2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}
.bt-space {
  margin-bottom: 80px;
}
.blue-btn {
  background: #77a5da !important;
}
.nv-btn {
  background: #035586 !important;
}
.catalog-row {
  justify-content: space-evenly;
}
.mgt24 {
  margin-bottom: 3rem;
}
section {
  padding: 0 0 2rem 0;
}
.fc.c-white {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 0;
}
.box {
  margin: 0;
  border: 1px solid #6baf45;
}
.ts {
  margin-top: 4rem;
}
.box .box-title {
  background: #6baf45;
  padding: 0.5rem 1rem;
}
.box.box-con {
  padding: 0.5rem 1rem;
}
ul.list li {
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
}
.marker-normal {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}
section .row {
  margin-left: 0;
}
.cta .headlineTitle--cta {
  margin-bottom: 50px;
}
.headlineTitle--cta {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.08em;
}
.cta .contentsDetail {
  background: #ebf7e5;
}
.cta .ctaBlock {
  background: #fff;
  padding: 60px 5%;
}
.cta .ctaBlock .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 26px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.4em;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.cta .ctaBlock .title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #6baf45;
  vertical-align: -2px;
  margin-right: 5px;
}
.cta .ctaBlock__inr p.tel {
  font-size: 28px;
  font-weight: bold;
  padding-top: 0;
  letter-spacing: 0.02em;
  letter-spacing: 0.06em;
}
.cta .ctaBlock__inr p.tel span {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
}
.cta .ctaBlock .btn a {
  font-size: 17px;
  letter-spacing: 0;
}
.btn.full a {
  width: 100%;
}
.btn a {
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  transition: 400ms;
  border: 2px solid #000;
  text-decoration: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cta .contentsDetail {
    padding: 60px 5%;
  }
  .cta .ctaBlock .title::before {
    margin-top: 3px;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cta .ctaBlock__inr {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .Page .ctaBlock__inr .cta-colmun:not(:last-of-type), .Single .ctaBlock__inr .cta-colmun:not(:last-of-type) {
    margin-bottom: 0;
    width: 48%;
  }
  .Page .ctaBlock__inr .btn, .Single .ctaBlock__inr .btn {
    width: 48%;
  }
  .columnSet {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
    width: calc(100% + 24px);
    margin: 0 0 24px 0;
  }
  .contentsList > div {
    position: relative;
    background: #ebf7e5;
    overflow: hidden;
  }
  .contentsList2 > div {
    position: relative;
    background: #ffb3bc;
    overflow: hidden;
  }
  .contentsList3 > div {
    position: relative;
    background: #ffad72;
    overflow: hidden;
  }
  .contentsList4 > div {
    position: relative;
    background: #68bff3;
    overflow: hidden;
  }
  .columnSet .column1-4 {
    width: calc(25% - 24px);
    margin-right: 24px;
  }
  .columnBtm > div {
    margin-bottom: 24px;
  }
  .contentsList a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    text-decoration: none;
  }
  .contentsList .imgBox {
    background-color: transparent;
    z-index: 1;
  }
  .imgBox {
    position: relative;
    cursor: pointer;
    background: #333333;
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    overflow: hidden;
  }
  .imgBox img {
    height: auto;
    transition: transform 0.6s ease;
    /* ゆっくり変化させる */
  }
  .imgBox:hover img {
    transform: scale(1.1);
    /* 拡大 */
  }
  .contentsList h3 {
    position: relative;
    background: url(../images/arrow2.png) 90% 13px no-repeat;
    margin: 0;
    padding: 10px 28px 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    z-index: 10;
  }
  .contentsList2 h3 {
    position: relative;
    background: url(../images/arrow2.png) 90% 13px no-repeat;
    margin: 0;
    padding: 10px 28px 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    z-index: 10;
  }
  .contentsList3 h3 {
    position: relative;
    background: url(../images/arrow2.png) 90% 13px no-repeat;
    margin: 0;
    padding: 10px 28px 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    z-index: 10;
  }
  .contentsList4 h3 {
    position: relative;
    background: url(../images/arrow2.png) 90% 13px no-repeat;
    margin: 0;
    padding: 10px 28px 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    z-index: 10;
  }
  .contentsList5 h3 {
    position: relative;
    background: url(../images/arrow2.png) 90% 13px no-repeat;
    margin: 0;
    padding: 10px 28px 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    z-index: 10;
  }
  .contentsList p {
    position: relative;
    margin: 0;
    padding: 0 20px 20px 20px;
    font-size: 12px;
    line-height: 1.5;
    z-index: 10;
  }
}
.txt-left {
  border-left: 10px solid #6baf45;
  padding-left: 15px;
}
.comic {
  width: 50%;
}
/*会社案内
ーーーーーーーーーーーーーーー*/
#about iframe {
  width: 100%;
}
.ts2 {
  margin-top: 1rem;
}
.bs {
  margin-bottom: 4rem;
}
.bs h3 {
  border-left: 10px solid #6baf45;
  padding-left: 15px;
}
.bs a {
  color: #005697;
  text-decoration: underline;
}
.bkg2 {
  background-image: url(../images/bkg3.jpeg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*--背景画像の固定--*/
  padding: 60px 0;
}
.bkg3 {
  background-image: url(../images/63.jpeg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /*--背景画像の固定--*/
  padding: 60px 0;
}
/*会社概要
ーーーーーーーーーーーーーーー*/
.kenjya {
  vertical-align: middle;
  padding-left: 60px;
}
/*沿革
ーーーーーーーーーーーーーーー*/
.tright {
  width: 95px;
}
/*recruit
ーーーーーーーーーーーーーーー*/
table {
  width: 100%;
}
table.profile th {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.profile td {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
.youtube {
  text-align: center;
  margin-bottom: 2rem;
}
.font-red {
  color: red;
}
.rc-cta .cta-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 26px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.4em;
}
.rc-cta {
  background: #fff;
  padding: 60px 5%;
}
@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
/*contact
ーーーーーーーーーーーーーーー*/
.mb-4, .my-4 {
  margin-bottom: 1.5rem;
}
.text-danger {
  color: #dc3545;
}
@media (min-width: 992px) {
  /*group
ーーーーーーーーーーーーーーー*/
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #about iframe {
    width: 100%;
  }
}
.p-logo {
  width: 250px;
  margin: auto;
}
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 30px;
}
table.office th {
  width: 30%;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
table.office td {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
#group iframe {
  width: 100%;
}
.mt-3, .my-3 {
  margin-top: 1rem;
}
/*company
ーーーーーーーーーーーーーーー*/
#company h4 {
  font-weight: bold;
}
/*コンタクト
ーーーーーーーーーーーーーーー*/
.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
  border: solid #ccc;
  border-width: 1px;
  color: #444;
}
#cf-tbl table tr th, #cf-tbl table tr td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: solid #ccc;
  border-width: 1px;
  vertical-align: middle;
}
#cf-tbl table tr th {
  width: 35%;
  background: #eee;
}
@media screen and (max-width: 768px) {
  #cf-tbl {
    width: 100%;
  }
  #cf-tbl table, #cf-tbl table tbody, #cf-tbl table tr, #cf-tbl table tr th, #cf-tbl table tr td {
    display: block;
  }
  #cf-tbl table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  #cf-tbl table tr th, #cf-tbl table tr td {
    width: 100%;
    padding: 3% 5%;
  }
  #cf-tbl table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
/*「必須」文字デザイン*/
.required {
  font-size: 0.8em;
  padding: 5px;
  background: #bb003c;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}
/*「任意」文字デザイン*/
.optional {
  font-size: 0.8em;
  padding: 5px;
  background: #727272;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}
/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
/* 「送信する」ボタン */
input.wpcf7-submit {
  display: block;
  padding: 15px;
  background: #ff7c8b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  input.wpcf7-submit {
    width: 250px;
  }
}
input.wpcf7-submit:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  opacity: 0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip, .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}
@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
/*サイトマップ
ーーーーーーーーーーーーーーー*/
.sitemap-list-wrap ul li, ol.list li {
  position: relative;
  line-height: 2;
}
.sitemap-list-wrap ul {
  padding-left: 40px;
}
.sitemap-list-wrap a {
  color: #035586;
}
/*自治体・官公庁
  ーーーーーーーーーーーーーーー*/
* {
  box-sizing: border-box;
}
.flow {
  border: 3px solid #6baf45;
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid #6baf45;
  position: relative;
}
.flow > li:not(:last-child)::before, .flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #6baf45;
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #6baf45;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  background: #6b90db;
  background: -moz-linear-gradient(left, #6b90db 0%, #6baf45 100%);
  background: -webkit-linear-gradient(left, #6b90db 0%, #6baf45 100%);
  background: linear-gradient(to right, #c6ed66 0%, #6baf45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}
.icon-box {
  width: 33.333333%;
}
.sdgsicon {
  width: 70%;
}
/*SDGｓ
ーーーーーーーーーーーーーーー*/
.sdgs-sengen {
  width: 50%;
}
.sdgs-kadai {
  padding: 60px 0;
}
ul.sdgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.sdgs li {
  margin-bottom: 2rem;
  padding: 10px;
  width: 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
ul.sdgs li div {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
ul.sdgs li div img {
  margin-right: 2.2rem;
}
.page #content #main p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
ul.sdgs li div p {
  margin: 0 !important;
  font-weight: bold;
}
ul.sdgs li ul {
  flex-grow: 1;
  padding: 2rem;
  height: 100%;
  background: #ebf7e5;
}
ul.sdgs li ul li {
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1.7;
}
.txt-ts {
  padding-top: 10px;
}
.txt-yellow {
  color: #d6a600;
}
.txt-pink {
  color: #ff2dff;
}
.txt-green {
  color: #6baf45;
}
.txt-gray {
  color: #646970;
}
.txt-wblue {
  color: #5893bd;
}
.sdgs_txt {
  font-weight: 600;
}
.c-sdgs__materiality-item:not(:first-child) {
  margin-top: 50px;
}
.c-sdgs__materiality-item {
  background-color: #fff;
  padding: 45px 50px 50px;
}
.c-sdgs__materiality-item-body [data-item="list"] li {
  padding-left: 13px;
  color: #444;
  position: relative;
  letter-spacing: 0.05em;
}
.c-sdgs__materiality-item-title [data-lang="en"] {
  letter-spacing: 0.04em;
  color: #9f9d9c;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 16px;
}
.c-sdgs__materiality-item-body [data-item="list"] li:not(:first-child) {
  margin-bottom: 20px;
}
.c-sdgs__materiality-item-body [data-item="list"] {
  margin-bottom: 30px;
}
.c-sdgs__materiality-item-body [data-item="list"] li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #4e4b4b;
  left: 0;
  top: 12px;
}
.c-sdgs__materiality-item-body [data-item="img"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 1200ms 400ms;
  transition: -webkit-transform 1200ms 400ms;
  transition: transform 1200ms 400ms;
  transition: transform 1200ms 400ms, -webkit-transform 1200ms 400ms;
}
[data-sdgs-scroll="true"] .c-sdgs__materiality-item-body [data-item="img"] img {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.c-sdgs__materiality-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
  -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
  transition: opacity 1000ms, -webkit-transform 1000ms;
  transition: opacity 1000ms, transform 1000ms;
  transition: opacity 1000ms, transform 1000ms, -webkit-transform 1000ms;
}
.c-sdgs__materiality-item-body [data-item="icons"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-sdgs__materiality-item-body [data-item="img"] {
  position: relative;
  height: 0;
  padding-top: 300px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  li.c-sdgs__materiality-item:nth-child(even) .c-sdgs__materiality-item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .c-sdgs__materiality-item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-sdgs__materiality-item-body [data-item="icons"] {
    margin-right: -4.5px;
    margin-left: -4.5px;
  }
  .c-sdgs__materiality-item-body [data-item="icons"] li {
    width: 75px;
    height: 75px;
    margin: 4.5px;
  }
  .c-sdgs__materiality-item-body > div {
    width: 48%;
  }
}
/*健康経営
ーーーーーーーーーーーーーーー*/
.health-img {
  width: 60%;
  margin: 0 auto;
}
.row-wrap {
  display: flex;
  align-items: center;
}
/*パラリンアート
ーーーーーーーーーーーーーーー*/
.para-logo {
  width: 40%;
}
/*スポーツ推進
ーーーーーーーーーーーーーーー*/
@media (min-width: 768px) {
  .w-banner {
    max-width: 50%;
  }
}
/*inc-coporate
ーーーーーーーーーーーーーーー*/
.area_btn {
  display: flex;
  justify-content: left;
}
/*# sourceMappingURL=style.css.map */