@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    プロパティ                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    レスポンシブ 用の処理                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* じっけん
-----------------------------*/
.foo {
  color: red;
}
@media screen and (min-width: 400px) {
  .foo {
    color: blue;
  }
}
@media screen and (max-width: 399px) {
  .foo {
    color: blue;
  }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ● トップページ専用CSS                                  */
/*    ・ページ固有の処理を記述                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.NoTopPage {
  display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    基本レイアウト                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  margin: 0;
  padding: 0;
}

body::before {
  content: "";
  width: 576px;
  height: 629px;
  background: url(../img/common/decoration/img_main_maru.png) no-repeat left top;
  position: absolute;
  left: 0;
  z-index: -1;
}

header {
  /*  background: transparent;*/
}

/* + + + + + レスポンシブ + + + + +  */
/* bp2より広いディスプレイ用 */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  body::before {
    display: none;
  }
}
/* サイトのページ幅 */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainContentsArea .PageWidthSetter {
    max-width: 1180px;
    min-width: 900px;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .InnerSNSLink {
    text-align: center;
  }
  .InnerSNSLink .SNSItem {
    display: inline-block;
    color: #606060;
  }
  .InnerSNSLink .SNSItem:hover {
    display: inline-block;
    color: #009245;
  }
}
.DefaultBlock {
  /*  padding: 100px 0px 0px 0px;;*/
  background: #fff;
}

.DefaultButton {
  color: #222;
  background: #fff;
  border-radius: 2em;
  padding: 0.75em 1em;
  line-height: 1.25;
  min-width: 7em;
}

/* + + + + + レスポンシブ + + + + +  */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .DefaultBlock {
    padding: 20px 0;
    background: #fff;
  }
  .DefaultButton {
    border-radius: 2em;
    padding: 0.25em 1em;
    line-height: 1.25;
    min-width: 5em;
  }
  .BlogBlock .Button.DefaultButton {
    margin-top: 0;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    ContentsDivision                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.MainVisual {
  position: relative;
  padding-top: 0;
}

.MainVisual .Area {
  width: 100%;
  margin: 0;
}

.MainVisual a:hover {
  text-decoration: none;
}

.MainVisual .CatchCopyItem {
  position: absolute;
  top: 45%;
  left: 15%;
  width: 600px;
}

.PositionText {
  background-color: #fff;
  font-size: 4rem;
  height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px), print {
  .PositionText {
    font-size: 4rem;
  }
  .MainVisual .CatchCopyItem {
  width:100%;
}
}
@media screen and (max-width: 480px), print {
  .PositionText {
    font-size: 3rem;
    display: block;
    margin-bottom: 0px;
  }
}
.PositionText {
  letter-spacing: 0.12em;
}

.PositionText .GT1 {
  color: #349284;
}

.PositionText .GT2 {
  color: #34a941;
}

@media screen and (max-width: 767px) {
  .MainVisual .CatchCopyItem {
    position: static;
    margin: 50px 50px 0 50px;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .ContentsDivision .BlogArea .Heading.Type5 {
    margin: 15px 0;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0;
    width: 90%;
    max-width: 350px;
    padding: 0.125em 1em;
  }
  .ContentsDivision .BlogArea .BlogBlock {
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    width: 100%;
  }
  .ContentsDivision .BlogArea .BlogBlock > .inner {
    margin: 0 0px;
    padding: 0;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .ContentsDivision {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ContentsDivision {
    margin-top: 70px;
  }
}
/* Container
--------------------------------------------------- */
.Container {
  margin: 0 auto;
  background: none;
  padding: 0;
}

/* --------------------------------------------------- */
/* メインビジュアル＆トピックス                        */
/* --------------------------------------------------- */
/* MainImageArea
--------------------------------------------------- */
.MainImageArea .MainImageBlock .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}

.MainImageArea .MainImageBlock .Slider li .Image {
  position: relative;
}

.MainImageArea .MainImageBlock .Slider li .TextItem {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 0.6em;
  width: 100%;
  display: block;
  color: #fff;
}

.ImageComment {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 20;
  color: #222;
}

.ImageComment .WhiteColor {
  color: #fff;
  text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.8), 1px 1px 0.15em rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainImageArea {
    min-width: 1000px;
  }
  .MainImageArea .MainImageBlock {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    width: 100%;
    margin: 0 auto;
  }
  .MainImageArea .MainImageBlock .Slider li {
    position: relative;
  }
}
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  /*           .MainImageArea{
                margin-top:0;
                margin-bottom:10px;
              }
              .MainImageArea .MainImageBlock .Slider li{

              }
              .MainImageArea .MainImageBlock .bx-viewport{
                left:0;
                border:none;
                box-shadow:none;
                margin:0;

              }
              .MainImageArea .MainImageBlock .bx-controls{

              }
  */
}
/* MainImageBlock
--------------------------------------------------- */
.MainImageBlock .BlockContents {
  position: relative;
  z-index: 15;
  /*width: 100vw;*/
  margin: 0 0 0 auto;
  background: #fff;
}

.MainImageBlock .BlockContents .bx-wrapper {
  margin-bottom: 0;
  min-width: 1200px;
}

.MainImageBlock .BlockContents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.TopMainCopyItem {
  position: absolute;
  top: 40%;
  top: 35%;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 20;
  margin: 0 auto;
}

.TopMainCopyItem .inner {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  height: 100%;
}

.TopMainCopyItem .inner .TopMainCopy {
  width: 100%;
  display: block;
  height: 100%;
}

.TopMainCopyItem .inner .TopMainCopy .Catch {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.TopMainCopyItem .inner .TopMainCopy .SubCatch {
  width: 100%;
  margin-top: 30px;
  font-size: 140%;
  color: #fff;
  text-align: left;
  max-width: 1000px;
  margin: 10px auto;
}

.TopMainCopyItem .inner .TopMainCopy .SubCatch span {
  display: inline-block;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MainImageBlock .BlockContents .bx-wrapper {
    margin-bottom: 0;
    min-width: 0;
  }
  .MainImageBlock .BlockContents {
    position: relative;
    z-index: 15;
    /*width: 100vw;*/
    margin: 0 0 0 auto;
    background: #fff;
    min-width: 0;
  }
  /*
                .TopMainCopyItem{
                  position:absolute;
                  top:0%;
                  left:0;
                  width:100%;
                  height:49.5vw;
                  height:100%;
                  z-index: 20;
                  margin:0 auto;
                }
                .TopMainCopyItem .inner{
                  width:100%;
                  max-width:1200px;
                  min-width:0;
                  display: block;
                  margin:0 auto;
                  height:100%;
                }

                .TopMainCopyItem .inner .TopMainCopy{

                  width: 45vw;
                  background: rgba(2,107,120,0.5);
                  display: block;
                  float:left;
                  height:100%;
                }
                .TopMainCopyItem .inner .TopMainCopy .Catch {
                  width:80%;
                  max-width:520px;
                  margin: 0 auto;
                  margin-top:10vw;
                }
                .TopMainCopyItem .inner .TopMainCopy .SubCatch {
                  display:none;
                  width:100%;
                  margin-top:30px;
                  font-size:140%;
                  color:#fff;
                  text-align: left;
                  max-width:500px;
                  margin:10px auto;
                }
                .TopMainCopyItem .inner .TopMainCopy .SubCatch span{
                  display: inline-block;
                }

  */
}
/* - - レイアウト - -  */
/* + + + + + レスポンシブ + + + + +  */
/* 画像部分 */
.bx-wrapper .bx-pager {
  bottom: 20px;
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f1f1f1;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #474747;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .bx-wrapper {
    margin-bottom: 15px;
  }
  .bx-wrapper .bx-pager {
    padding-right: 0;
    text-align: center;
    bottom: -25px;
  }
}
.Catch {
  text-align: center;
}

.Catch .Main {
  display: block;
  font-size: 4em;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 0.5em #2595d6;
}

.Catch .Sub {
  display: block;
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 0.5em #2595d6;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .MainImageBlock .BlockContents .ImageItem {
    width: 100%;
  }
  .MainImageBlock .BlockContents .ImageItem img {
    width: 100%;
  }
  .MainImageBlock .BlockContents .TextItem {
    position: absolute;
    z-index: 40;
    left: calc(25px - 7.5vw);
    width: 200px;
  }
  .MainImageBlock .BlockContents li .inner {
    position: relative;
    width: 100%;
  }
  .MainImageBlock .BlockContents li .TextItem {
    position: absolute;
    z-index: 40;
  }
  .MainImageBlock .BlockContents li .TextItem .Decoration {
    width: 200px;
    margin-bottom: 0.5vw;
  }
  .MainImageBlock .BlockContents li .TextItem .Detail {
    font-size: 2.4rem;
    font-size: calc(1.5vw + 3px);
    margin-top: 1.5vw;
    margin-left: 0.5em;
  }
  .MainImageBlock .BlockContents li .TextItem .Detail span {
    /*background: rgba(0,0,0,.5);*/
  }
}
@media screen and (max-width: 767px) {
  .MainImageBlock .TextItem {
    left: 50%;
    position: absolute;
    z-index: 40;
    width: 100%;
    margin-top: 40px;
    left: auto;
  }
  .MainImageBlock .TextItem .Catch span {
    right: 0%;
    width: 3rem;
    margin-top: 0px;
    margin-right: 4%;
    top: 20px;
  }
}
.HomeBlock .ColumnGroup3elements > .Column {
  width: 33.3333333333%;
  display: flex;
}

.HomeBlock .ColumnGroup3elements > .Column .inner {
  padding: 0;
  margin: 10px;
}

.HomeBlock .ColumnGroup3elements > .Column a {
  padding: 0;
  margin: 0;
}

.HomeBlock .ColumnGroup3elements > .Column .ImageItem .Image {
  padding: 0;
  margin: 0;
}

.HomeBlock .ColumnGroup3elements > .Column .TextItem {
  padding: 15px;
  line-height: 1.8;
}

.HomeBlock .ColumnGroup3elements > .Column .TextItem a span {
  font-size: 90%;
  background: #2f7cd4;
  color: #fff;
  border-radius: 3px;
  padding: 1px 5px;
  white-space: nowrap;
  margin-left: 2px;
  display: inline-block;
}

.HomeBlock .ColumnGroup3elements > .Column .TextItem a:hover span {
  background: #4e9df5;
}

.HomeBlock .ColumnGroup3elements > .Column h3 {
  margin: 0 0 5px 0;
  padding: 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 1.2em;
  font-weight: normal;
  background: url(../img/top/bg_topphoto.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -40px;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .HomeBlock .ColumnGroup {
    display: block;
  }
  .HomeBlock .ColumnGroup3elements > .Column {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .Heading.Type3 {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* bp2より狭いディスプレイ用 */
/* テキスト部分：共通 */
/* + + + + + レスポンシブ + + + + +  */
/* bp1より狭いディスプレイ用 */
html.rsbp-over-bp1 .MainImageBlock .BlockContents .TextItem {
  animation: slide_caption 0.5s linear;
}
html.rsbp-under-bp1 .MainImageBlock .BlockContents .TextItem {
  animation: slide_caption_narrow 0.5s linear;
}

/* bp2より狭いディスプレイ用 */
/* モーション ここから

@keyframes slide_caption {
  0% {
    opacity: 0;
    margin-left: -7.5vw;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes slide_caption_narrow {
  0% {
    opacity: 0;
    margin-left: -7.5vw;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
} モーションここまで*/
.SknTplDecoratedBox .DecoratedBoxKagi {
  text-align: center;
  margin: 2.5em 0;
}

.SknTplDecoratedBox .DecoratedBoxKagi .DefaultText {
  color: #255dd6;
  font-size: 2em;
  font-weight: normal;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .DefaultBlock.HomeBlock.HomeBlock {
    padding-top: 0;
    margin-top: 0;
  }
  .SknTplDecoratedBox .DecoratedBoxKagi {
    margin: 0 0 2.5em 0;
  }
  .SknTplDecoratedBox .DecoratedBoxKagi .DefaultText {
    font-size: 1.6em;
  }
}
.ContentsArea {
  padding: 0;
}

.ContentsArea .TopPage {
  margin: 25px auto;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .ContentsArea .TopPage .PageWidthSetter {
    padding: 0 2vw;
  }
  .ContentsArea .HomeBlock .BlockContents {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .ContentsArea .TopPage {
    margin: 0 auto;
  }
}
/* --------------------------------------------------- */
/* ブログ                                              */
/* --------------------------------------------------- */
/* BlogArea
--------------------------------------------------- */
.BlogArea {
  position: relative;
  z-index: 1;
  padding: 90px 0 50px;
}

/* BlogBlock
--------------------------------------------------- */
/*お知らせ*/
.BlogBlock {
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ccc;
}

.BlogBlock .inner {
  margin: 0 auto;
  display: block;
}

.BlogBlock .BlockHeader {
  padding: 0 50px;
  position: relative;
}

.BlogBlock .BlockHeader .Heading {
  position: absolute;
  top: -54px;
  left: 0;
  margin: 0;
}

.BlogBlock .BlockHeader .SubHeading {
  position: relative;
  display: inline-block;
}

.BlogBlock .BlockHeader .Heading .Main {
  border: 1px solid #333;
  padding: 10px;
  background: #fff;
  display: block;
}

.BlogBlock .BlockHeader .SubHeading ::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -25px;
  width: 25px;
  height: 48px;
  background: url(../img/top/title_shadow.png) no-repeat bottom left;
}

.BlogBlock .BlockHeader .Heading .Main img {
  border: 2px dotted #aaa;
  display: block;
}

.BlogBlock .BlockContents {
  padding: 80px 50px 50px;
  margin: 0;
}

.BlogBlock .BlockContents .NewsList {
  margin: 0 auto;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .PhotoColumn {
    float: right;
    width: 330px;
  }
  .MainColumn.PhotoPlus {
    float: left;
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 767px) {
  .BlogBlock {
    padding: 0;
  }
  .BlogBlock .BlockHeader {
    margin: 0 auto;
    border: 0px solid #ccc;
    padding: 20px 30px;
    background: url(../img/top/bg_title_info.png) no-repeat top left;
    background-size: auto 100%;
  }
  .BlogBlock .BlockHeader .Main {
    line-height: 1;
    font-size: 3.5rem;
    text-align: left;
    font-weight: bold;
    color: #009245;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .BlogBlock .BlockHeader .Sub {
    font-size: 1.5rem;
    color: #009245;
  }
  .BlogBlock .BlockHeader .PageLinkCircle {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #b5e61d url(../img/common/icon/arrow_circle.png) no-repeat 50% 50%;
    background-size: 100%;
    border-radius: 50%;
    vertical-align: middle;
  }
  .PhotoColumn {
    float: none;
    width: 100%;
  }
  .PhotoColumn .ImageItem {
    text-align: center;
  }
  .PhotoColumn .ImageItem a {
    margin: 0 auto;
    display: inline-block;
  }
  .PhotoColumn .ImageItem .Image img {
    margin: 0 auto;
    display: block;
  }
  .MainColumn.PhotoPlus {
    float: none;
    width: 100%;
  }
  .BlogBlock .BlockContents {
    padding: 20px;
  }
}
/* タイトル部分 */
.TopCommonBlock .BlockHeader {
  margin: 0;
  text-align: left;
}

/* + + + + + レスポンシブ + + + + +  */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .BlogBlock {
    margin: 10px 5px;
    border: 0px solid #ccc;
    padding: 20px 0;
  }
  .BlogBlock .BlockContents {
    margin: 0;
  }
  .AccessBlock {
    margin: 10px 5px;
    border: 0px solid #ccc;
    padding: 20px 0;
  }
}
/* + + + + + レスポンシブ + + + + +  */
/* bp2より広いディスプレイ用 */
/* bp2より狭いディスプレイ用 */
/* - - レイアウト - - - - - - - - - - - -  */
.BlogBlock > * {
  flex-grow: 1;
  align-items: flex-start;
}
.BlogBlock .BlockHeader .Heading .Main {
  /*font-size: 200%;*/
}
.BlogBlock .BlockHeader .Heading .Sub {
  /*font-size: 87.5%;
  margin-left: 1em;*/
}

/* 見出し */
/* + + + + + レスポンシブ + + + + +  */
/* bp2より広いディスプレイ用 */
/*バナーリンク*/
.BannerArea {
  margin-bottom: 30px;
  min-width: 1200px;
}

.BannerBlock ul li {
  width: 440px;
  display: inline-block;
  padding: 1%;
  text-align: left;
}

.BannerBlock ul li.Unic3 {
  width: 205px;
}

.BannerBlock ul li .ImageItem {
  float: left;
  width: 166px;
  margin-right: 10px;
}

/* + + + + + レスポンシブ + + + + +  */
.ActivityArea {
  background: #e2ebed;
  padding: 90px 0 50px;
}

.ActivityArea .inner {
  border: 1px solid #68a9d3;
  background: #eef0f1;
}

.ActivityBlock .BlockHeader {
  padding: 0 50px;
  position: relative;
}

.ActivityBlock .BlockHeader .Heading {
  position: absolute;
  top: -54px;
  left: 0;
  margin: 0;
}

.ActivityBlock .BlockHeader .SubHeading {
  position: relative;
  display: inline-block;
}

.ActivityBlock .BlockHeader .Heading .Main {
  border: 1px solid #333;
  padding: 10px;
  background: #fff;
  display: block;
}

.ActivityBlock .BlockHeader .SubHeading ::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -25px;
  width: 25px;
  height: 48px;
  background: url(../img/top/title_shadow.png) no-repeat bottom left;
}

.ActivityBlock .BlockHeader .Heading .Main img {
  border: 2px dotted #aaa;
  display: block;
}

.ActivityBlock .BlockContents {
  padding: 80px 70px 20px;
}

.ActivityBlock .BlockContents ul {
  list-style: none;
  margin: 0;
}

.ActivityBlock .BlockContents ul li {
  width: 50%;
  float: left;
  padding: 10px;
}

.ActivityBlock .BlockContents ul li .ActivityItem {
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
}

.ActivityItem .ImageItem {
  width: 50%;
  float: left;
}

.ActivityItem .TextItem {
  width: 50%;
  float: right;
  padding: 15px;
  text-align: left;
}

.ActivityItem .TextItem h4 {
  font-size: 130%;
  margin-bottom: 10px;
  font-weight: normal;
}

.ActivityBlock .SknTplTextButton ul li {
  width: 100%;
}

.WorkTogetherBlock {
  position: relative;
  margin-top: 83px;
  background-color: #fafaeb;
  line-height: 1.8;
  font-weight: 400;
}

.WorkTogetherBlock::before {
  content: "";
  width: 100%;
  height: 123px;
  background: url(../img/common/decoration/work-nami.png) repeat-x center bottom;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% + 1px));
}

.WorkTogetherBlock .PageWidthSetter {
  position: relative;
}

.WorkTogetherBlock .PageWidthSetter::before {
  content: "";
  width: 253px;
  height: 256px;
  background: url(../img/common/decoration/img_candidate_maru1.png) no-repeat left top;
  position: absolute;
  top: -253px;
  left: 0;
}

.WorkTogetherBlock .PageWidthSetter::after {
  content: "";
  width: 231px;
  height: 196px;
  background: url(../img/common/decoration/img_candidate_maru2.png) no-repeat right top;
  position: absolute;
  top: 132px;
  right: 68px;
}

/*
.wrp{
  position: relative;
}

.wrp::after{
  content: "";
  width: 576px;
  height: 629px;
  background: url(../img/common/decoration/img_main_maru.png) no-repeat right top;
  position: absolute;
  top: 132px;
  right: 68px;
}
*/
.CandidateBlock {
  background-color: #fafaeb;
}

.CandidateBlock.ColumnGroup > .Column {
  margin-bottom: 0;
}

.CandiDateImg {
  margin-left: 7rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .CandiDateImg {
    margin-left: 0;
    display: none;
  }
  .WorkTogetherBlock .PageWidthSetter::before {
    width: 135px;
    height: 247px;
    position: absolute;
    top: -135px;
    left: 0;
    background-size: contain;
  }
  .WorkTogetherBlock .PageWidthSetter::after {
    display: none;
  }
}
.CandidateBlock .IdealCandidateList p {
  font-weight: 400;
  padding-bottom: 30px;
  padding-left: 0.5em;
  margin-top: 20px;
  line-height: 1.8;
}

.YoukouBlock {
  padding-top: 0;
  padding-bottom: 120px;
  background-color: #fafaeb;
}

.TopFacilityBlock {
  margin-bottom: 30px;
}

.InterviewBlock {
  position: relative;
  background-color: #fff;
}

.InterviewBlock::before {
  content: "";
  width: 100%;
  height: 41px;
  background: url(../img/common/decoration/img_interview-nami.png) repeat-x center bottom;
  position: absolute;
  top: -41px;
  left: 0;
  /* transform: translateY(calc(-100% + 1px));*/
}

.Interview .ColumnGroup > .Column {
  /*text-align: center;*/
}

.InterviewText {
  margin: 30px 0 30px 25%;
}

.Large {
  font-size: 22px;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .InterviewText {
    margin: 0;
    padding: 20px 0;
  }
  .YoukouBlock .SknTplThumbnailList ul {
    display: block;
  }
}
.FacilityTitleBlock .PageWidthSetter {
  position: relative;
}

.FacilityTitleBlock .PageWidthSetter::after {
  content: "";
  width: 283px;
  height: 211px;
  background: url(../img/common/decoration/img_facility_maru.png) no-repeat right top;
  position: absolute;
  top: -23px;
  right: 4px;
}

.FacilityTitleBlock .PageWidthSetter::before {
  content: "";
  width: 68px;
  height: 65px;
  background: url(../img/common/decoration/img_facility_maru_2.png) no-repeat right top;
  position: absolute;
  top: -50px;
  right: 200px;
}

.PageTitleBlockB {
  position: absolute;
  top: 50px;
  left: 70px;
}

.NewsListItem .PageTitleBlock {
  width: 150px;
}

.ImageLinkButton .RecruitText {
  text-align: center;
  line-height: 1.8;
  padding: 20px 0;
}

.ImageLinkButton ul {
  list-style: none;
}

.ImageLinkButton .ImageItem {
  border-radius: 30px;
  background: #fff;
  max-width: 431px;
  margin: 0 auto;
}

.ImageLinkButton .ImageItem .Image {
  background-size: auto;
  background-size: 100% auto;
  transition: all 0.3s;
}

.ImageLinkButton .ImageItem .Image img {
  border-radius: 20px 20px 0px 0px;
}

.InterviewBlock .ColumnGroup5elements > .Column {
  width: 30%;
}

.InterviewBlock .ColumnGroup {
  display: initial;
}

.GrBox1 {
  background: linear-gradient(90deg, #56b8a9 30%, #56b8a9 45%, #83bc9b 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2em;
}

@media screen and (min-width: 768px), print {
  .PageTitleBlock {
    position: absolute;
    top: 25px;
    left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .PageTitleBlockB {
    position: static;
    top: 0;
    left: 0;
  }
  .FacilityTitleBlock .PageWidthSetter::after {
    position: absolute;
    top: 26.6px;
    right: -4.9px;
    background-size: contain;
    width: 120px;
    height: 180px;
  }
  .FacilityTitleBlock .PageWidthSetter::before {
    position: absolute;
    top: -24px;
    right: 75px;
    background-size: contain;
    width: 50px;
    height: 68px;
  }
  .InterviewBlock .ColumnGroup5elements > .Column {
    width: 100%;
  }
}