@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  overflow: hidden;
  padding-top: 75px;
  font-family: "Libre Caslon Text", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#contents .inner {
  padding: 0px 30px;
  margin: 0px auto;
  max-width: 850px;
}
#contents .yu-gothic {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ホーム
--------------------------------------------------------------------------------- */
.home-main-area {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}

#home-main {
  position: relative;
  z-index: -1;
}
#home-main .img {
  height: 100%;
}
#home-main .img p {
  margin: 0px;
  height: 100%;
  overflow: hidden;
}
#home-main .img p img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}
#home-main .youtube {
  margin: 0px -12%;
}
#home-main .youtube iframe {
  width: 100%;
  height: 66vw;
  pointer-events: none;
  /* ←UI対策 */
  border: none;
  vertical-align: bottom;
}
#home-main .home-video {
  margin: 0px -12%;
}
#home-main .home-video video {
  vertical-align: bottom;
}

#home-news {
  background-color: #000;
  color: #fff;
  padding: 15px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  border-style: solid;
  border-color: #de0515;
  border-width: 0px 15px;
  border-radius: 0px;
}
#home-news h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.home-news-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.home-news-list li {
  margin: 0px;
  padding: 0px;
}
.home-news-list li .date {
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
}
.home-news-list li .title {
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}
.home-news-list li a {
  text-decoration: none;
  color: #fff;
}
.home-news-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.home-news-btn {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 16px;
  right: 15px;
}
.home-news-btn a {
  text-decoration: none;
  color: #fff;
  padding-right: 20px;
  position: relative;
}
.home-news-btn a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #de0515;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_009.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-news-btn a:hover {
  opacity: 1;
  text-decoration: underline;
}
.home-news-btn a:hover::after {
  background-color: #fff;
  background-image: url(../images/arrow_010.png);
}

#home-recruit {
  display: none;
}

#home-c01 {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 80px calc( ( 100vw - 100% ) / 2 ) 0px;
  position: relative;
  background-image: url(../images/contents_bg_02.png);
  background-position: right top 50px;
  background-size: 70px auto;
  background-repeat: no-repeat;
}

.home-copy-01 {
  font-size: 32px;
  line-height: 43px;
  font-weight: 500;
  margin-bottom: 36px;
}
.home-copy-01 span {
  color: #de0515;
}

.home-copy-02 {
  font-size: 17px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 36px;
}

#home-c02 {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 80px calc( ( 100vw - 100% ) / 2 ) 40px;
  background-color: #f2f2f2;
}

.home-title {
  font-weight: 500;
  margin: 0px;
  text-decoration: underline;
  font-size: 32px;
  line-height: 42px;
}

.home-title-02 {
  font-weight: 500;
  margin: 0px;
  font-size: 24px;
  line-height: 33px;
}

.home-copy-03 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.index-btn,
.index-btn-02 {
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  margin: -40px 0px 40px;
  text-align: right;
}
.index-btn a,
.index-btn-02 a {
  padding-right: 50px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.index-btn a::after,
.index-btn-02 a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #de0515;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_011.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 50%;
}
.index-btn a:hover,
.index-btn-02 a:hover {
  opacity: 1;
}

.link-banner-03 {
  margin-bottom: 60px;
}

.link-banner-03-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.link-banner-03-box .img-area {
  position: relative;
  overflow: hidden;
}
.link-banner-03-box .img-area::before {
  content: '';
  display: block;
  padding-top: 77.7777777778%;
}
.link-banner-03-box .img-area p,
.link-banner-03-box .img-area figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.link-banner-03-box .img-area p img,
.link-banner-03-box .img-area figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.link-banner-03-box .txt-area {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 70px;
  background-color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  text-align: center;
  padding: 26px 0px 0px;
  z-index: 2;
  transition: all .2s;
}
.link-banner-03-box .txt-area .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}
.link-banner-03-box .txt-area p {
  font-size: 20px;
  line-height: 70px;
  color: #fff;
}
.link-banner-03-box .txt-area::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #de0515;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background-image: url(../images/arrow_011.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-banner-03-box a {
  position: relative;
  display: block;
  text-decoration: none;
}
.link-banner-03-box a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all .3s;
  width: 0%;
  transform: skewX(-5deg);
}
.link-banner-03-box a:hover {
  opacity: 1;
}

#home-c03 {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 80px calc( ( 100vw - 100% ) / 2 ) 0px;
}

.wide-img-fade {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.wide-img-fade li {
  margin: 0px;
  padding: 0px;
  width: calc( ( 119 / 375 ) * 100% );
}

/* 下層
--------------------------------------------------------------------------------- */
.topic-path {
  display: none;
}

.sub-area {
  display: none;
}

.page-title {
  font-weight: 500;
  margin: 40px 0px 0px;
  text-decoration: underline;
  font-size: 32px;
  line-height: 42px;
}
.page-title.mb {
  margin-bottom: 46px;
}

.bg-00 {
  padding: 46px 0px;
  position: relative;
}

.bg-01 {
  background-color: #f2f2f2;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1);
  padding: 46px calc( ( 100vw - 100% ) / 2 );
}
.bg-01 > * {
  position: relative;
}

.img-box,
.col-box {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.img-box .img p,
.col-box .img p {
  margin-bottom: 0px;
  text-align: center;
}
.img-box .caption,
.col-box .caption {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 0px;
}
.img-box.mb0,
.col-box.mb0 {
  margin-bottom: 0px;
}
.img-box.col-2,
.col-box.col-2 {
  margin-bottom: 10px;
}
.img-box.col-2 .col,
.col-box.col-2 .col {
  margin-bottom: 20px;
}
.img-box.col-3,
.col-box.col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.img-box.col-3 .col,
.col-box.col-3 .col {
  width: calc( 50% - 5px );
  margin-bottom: 10px;
}
.img-box a.video,
.col-box a.video {
  display: block;
  position: relative;
}
.img-box a.video::after,
.col-box a.video::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.img-box a.video .thumbnail,
.col-box a.video .thumbnail {
  position: relative;
  overflow: hidden;
}
.img-box a.video .thumbnail::before,
.col-box a.video .thumbnail::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.img-box a.video .thumbnail p,
.img-box a.video .thumbnail figure,
.col-box a.video .thumbnail p,
.col-box a.video .thumbnail figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-box a.video .thumbnail p img,
.img-box a.video .thumbnail figure img,
.col-box a.video .thumbnail p img,
.col-box a.video .thumbnail figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* 会社案内
--------------------------------------------------------------------------------- */
.top-massage .img-area {
  width: 230px;
  text-align: center;
  margin: 0px auto;
}
.top-massage .img-area p {
  margin-bottom: 10px;
}
.top-massage .img-area .txt {
  text-align: center;
}

.more-area .more-hidden {
  overflow: hidden;
  max-height: 320px;
  margin-bottom: 24px;
  position: relative;
  transition: all .4s;
}
.more-area .more-hidden::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url(../images/more-bg.png);
  background-position: center bottom;
  background-size: 10px auto;
  background-repeat: repeat-x;
  pointer-events: none;
}
.more-area .more-hidden.open {
  max-height: 1000px;
}
.more-area .more-hidden.open::before {
  background-image: none;
}

.more-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-color: #de0515;
  width: 220px;
  height: 50px;
  cursor: pointer;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.more-btn.on {
  background-color: #fff;
  color: #de0515;
}

.philosophy {
  font-family: "Libre Caslon Text", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 36px;
  margin: 40px 0px;
  display: inline-block;
  font-feature-settings: "halt";
}

.open-area {
  border-style: solid;
  border-color: #999999;
  border-width: 1px 0px;
  border-radius: 0px;
  background-color: #fff;
  margin-top: -1px;
}
.open-area .open-m {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 50px;
  background-image: url(../images/open_mark.png);
  background-position: left 14px center;
  background-size: 22px auto;
  background-repeat: no-repeat;
  position: relative;
}
.open-area .open-m::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #de0515;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/open_btn.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.open-area .open-m.on::after {
  background-color: #fff;
  background-image: url(../images/open_btn_on.png);
}
.open-area .open-m.number {
  background-image: none;
}
.open-area .open-m.number .num {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #de0515;
  font-style: italic;
}
.open-area .open-hide {
  display: none;
  padding: 20px 20px 20px;
}
.open-area.faq {
  background-color: #f2f2f2;
}

.philosophy-list {
  margin-left: 1em;
}
.philosophy-list li {
  font-family: "Libre Caslon Text", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 1em;
}

.wide-img {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}
.wide-img p {
  margin: 0px;
}

.about-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.about-tab th,
.about-tab td {
  display: block;
  text-align: left;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about-tab th {
  font-weight: bold;
}
.about-tab tr {
  display: block;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding: 12px 0px;
}

.access-col {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.g-map {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}
.g-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 360px;
}

.logo-img {
  text-align: center;
}
.logo-img img {
  max-width: 300px;
}

.note-txt {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  margin-top: -2em;
}

/* 事業内容
--------------------------------------------------------------------------------- */
.link-banner-01 {
  margin-top: 40px;
}

.link-banner-01-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.link-banner-01-box .img-area {
  position: relative;
  overflow: hidden;
}
.link-banner-01-box .img-area::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.link-banner-01-box .img-area p,
.link-banner-01-box .img-area figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.link-banner-01-box .img-area p img,
.link-banner-01-box .img-area figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.link-banner-01-box .txt-area {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 62px;
  background-color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  display: inline-block;
  text-align: center;
  padding: 26px 0px 0px;
  z-index: 2;
  transition: all .2s;
}
.link-banner-01-box .txt-area .num {
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  line-height: 1;
  vertical-align: baseline;
}
.link-banner-01-box .txt-area p {
  font-size: 23px;
  line-height: 62px;
  color: #fff;
}
.link-banner-01-box .txt-area::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-color: #de0515;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background-image: url(../images/arrow_011.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-banner-01-box a {
  position: relative;
  display: block;
  text-decoration: none;
}
.link-banner-01-box a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all .3s;
  width: 0%;
  transform: skewX(-5deg);
}
.link-banner-01-box a:hover {
  opacity: 1;
}

.business-m01 {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #de0515;
}
.business-m01 .underline {
  text-decoration: underline;
}
.business-m01 .num {
  display: block;
  text-decoration: none;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 48px;
  line-height: 56px;
}
.type-2 .business-m01 {
  width: fit-content;
  margin-left: auto;
}

.business-img-01 {
  position: relative;
  overflow: hidden;
  border-radius: 592.5px 0px 0px 0px;
  margin: -60px -30px 24px auto;
  width: calc( ( 240 / 375 ) * 100vw );
}
.business-img-01::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.business-img-01 p,
.business-img-01 figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.business-img-01 p img,
.business-img-01 figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.type-2 .business-img-01 {
  border-radius: 0px 592.5px 0px 0px;
  margin-right: 0px;
  margin-left: -30px;
}

.business-txt-01 {
  font-size: 18px;
  line-height: 31px;
  font-feature-settings: "halt";
  margin-bottom: 30px;
}

.business-txt-02 {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 12px;
}

.business-txt-03 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.business-wide-img {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}
.business-wide-img p {
  margin: 0px;
  text-align: center;
}

.business-m02 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.business-m02 br {
  display: none;
}

.parts-box {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1);
  padding: 46px calc( ( 100vw - 100% ) / 2 );
}
.parts-box:nth-child(odd) {
  background-color: #f2f2f2;
}
.parts-box > * {
  position: relative;
}

/* 採用情報
--------------------------------------------------------------------------------- */
.recruit-txt-01 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 36px;
}

.recruit-txt-02 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
}

.recruit-txt-03 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 36px;
}

.recruit-list {
  overflow: hidden;
  background-color: #fdf3f3;
  padding: 36px 30px;
  border-radius: 15px;
  margin-bottom: 40px;
}
.recruit-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.recruit-list ul li {
  margin: 0px 0px 26px;
  padding: 0px 0px 0px 45px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.recruit-list ul li:last-child {
  margin-bottom: 0px;
}
.recruit-list ul li::before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  left: 0px;
  background-image: url(../images/recruit_list.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit-m01 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-top: 76px;
  margin-bottom: 40px;
}

.link-banner-02-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  border-radius: 16px;
}
.link-banner-02-box .img-area {
  background-color: #f4f4f4;
}
.link-banner-02-box .img-area p {
  margin: 0px;
}
.link-banner-02-box .txt-area {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 62px;
  background-color: #000;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding: 0px 60px 0px 25px;
  transition: all .2s;
}
.link-banner-02-box .txt-area p {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  color: #fff;
}
.link-banner-02-box .txt-area::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-color: #de0515;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-banner-02-box a:hover {
  opacity: 1;
}
.link-banner-02-box a:hover .txt-area {
  background-color: #de0515;
}
.link-banner-02-box a:hover .txt-area::before {
  background-color: #fff;
  background-image: url(../images/arrow_002.png);
}

.recruit-m02 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.recruit-m02.color-001 {
  color: #4b4b8c;
}
.recruit-m02.color-001::before, .recruit-m02.color-001::after {
  background-color: #4b4b8c;
}
.recruit-m02.color-002 {
  color: #61c1be;
}
.recruit-m02.color-002::before, .recruit-m02.color-002::after {
  background-color: #61c1be;
}
.recruit-m02.color-003 {
  color: #e6a028;
}
.recruit-m02.color-003::before, .recruit-m02.color-003::after {
  background-color: #e6a028;
}
.recruit-m02.color-004 {
  color: #e67d7d;
}
.recruit-m02.color-004::before, .recruit-m02.color-004::after {
  background-color: #e67d7d;
}
.recruit-m02::before, .recruit-m02::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  width: 30px;
  height: 2px;
}
.recruit-m02::after {
  width: 2px;
  height: 30px;
  right: 14.5px;
}
.recruit-m02.on::after {
  display: none;
}

.recruit-hide-area {
  padding-top: 40px;
  display: none;
  margin-bottom: -46px;
}
.recruit-hide-area.on {
  display: block;
}

.recruit-col-01 {
  margin-bottom: 46px;
}

.one-day {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px;
  border-radius: 0px;
  padding: 0px 0px 30px;
  margin-bottom: 50px;
}

.one-day-m01 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  position: relative;
  background-color: #fff;
  padding-right: 20px;
  margin: -11px 0px 20px;
}
.bg-01 .one-day-m01 {
  background-color: #f2f2f2;
}

.one-day-col-01 {
  position: relative;
}
.one-day-col-01 .img-area {
  width: 230px;
  width: calc( ( 230 / 315 ) * 100% );
  margin: 0px auto;
}
.one-day-col-01.am {
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.one-day-col-01.am::before {
  content: "";
  display: block;
  width: 50px;
  height: 65px;
  background-image: url(../images/arrow_004.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.one-day-col-01.am.color-001::before {
  background-image: url(../images/arrow_004.png);
}
.one-day-col-01.am.color-002::before {
  background-image: url(../images/arrow_005.png);
}
.one-day-col-01.am.color-003::before {
  background-image: url(../images/arrow_006.png);
}
.one-day-col-01.am.color-004::before {
  background-image: url(../images/arrow_007.png);
}

.what-kind {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1);
  padding: 40px calc( ( 100vw - 100% ) / 2 );
  background-color: #000;
  color: #fff;
}
.what-kind.color-001 {
  background-color: #4b4b8c;
}
.what-kind.color-002 {
  background-color: #61c1be;
}
.what-kind.color-003 {
  background-color: #e6a028;
}
.what-kind.color-004 {
  background-color: #e67d7d;
}

.what-kind-m01 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 60px;
  background-image: url(../images/what_kine_bg.png);
  background-position: center bottom;
  background-size: 46px auto;
  background-repeat: no-repeat;
}
.what-kind-m01 span {
  position: relative;
}
.what-kind-m01 span::before {
  content: "・";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50%;
}

.what-kind-box {
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  margin-bottom: 40px;
}
.what-kind-box.last {
  border: none;
  margin: 0px;
}

.wk-base-info {
  width: calc( ( 230 / 315 ) * 100% );
  margin: 0px auto 40px;
}
.wk-base-info .img-area {
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 175px 175px 0px 0px;
  margin-bottom: 15px;
}
.wk-base-info .img-area::before {
  content: '';
  display: block;
  padding-top: 132.9479768786%;
}
.wk-base-info .img-area p,
.wk-base-info .img-area figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.wk-base-info .img-area p img,
.wk-base-info .img-area figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.wk-base-info .name {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 23px;
}
.wk-base-info .year {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.wk-base-info .year .num {
  font-size: 2em;
  vertical-align: middle;
}

.wk-comment-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 30px;
}
.wk-comment-area .img-area {
  width: 80px;
  margin-top: 10px;
}
.wk-comment-area .img-area .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px;
}
.wk-comment-area .img-area .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.wk-comment-area .img-area .img p,
.wk-comment-area .img-area .img figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.wk-comment-area .img-area .img p img,
.wk-comment-area .img-area .img figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.wk-comment-area .img-area .name {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.wk-comment-area .txt-area {
  width: calc( 100% - 118px );
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 26px;
  position: relative;
}
.wk-comment-area .txt-area p {
  margin: 0px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wk-comment-area .txt-area::before {
  content: "";
  display: block;
  width: 28px;
  height: 16px;
  background-image: url(../images/fukidashi.png);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: -28px;
}
.wk-comment-area.reverse {
  flex-direction: row-reverse;
}
.wk-comment-area.reverse .txt-area::before {
  background-image: url(../images/fukidashi_r.png);
  left: auto;
  right: -28px;
}

.wk-off-area {
  width: calc( ( 230 / 315 ) * 100% );
  margin: 40px auto 40px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wk-off-area .txt-area .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  color: #000;
  width: 168px;
  margin: 0px auto 20px;
}
.color-001 .wk-off-area .txt-area .name {
  color: #4b4b8c;
}
.color-002 .wk-off-area .txt-area .name {
  color: #61c1be;
}
.color-003 .wk-off-area .txt-area .name {
  color: #e6a028;
}
.color-004 .wk-off-area .txt-area .name {
  color: #e67d7d;
}

.work-title,
.environment-title,
.requirements-title {
  position: relative;
}
.work-title::before,
.environment-title::before,
.requirements-title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 104px;
  height: 48px;
  background-image: url(../images/work_p0001.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.environment-title::before {
  top: 50px;
  width: 130px;
  height: 64px;
  background-image: url(../images/environment_p0001.png);
}

.requirements-title::before {
  width: 104px;
  height: 76px;
  background-image: url(../images/requirements_p0001.png);
}

.env-area-map .col1 {
  margin-bottom: 40px;
}
.env-area-map .col1 .img {
  margin-bottom: 0px;
}
.env-area-map .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.env-area-map .col2 .col {
  width: calc( ( 100% - 14px ) / 2 );
  margin-bottom: 26px;
}
.env-area-map .col2 .col .img {
  margin-bottom: 10px;
}
.env-area-map .col2 .col .caption {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin: 0px;
}

.env-m01 {
  width: 250px;
  margin: 0px auto 10px;
}

.env-like-box {
  margin: 0px 40px 48px;
}
.env-like-box .img-area {
  margin-bottom: 26px;
}
.env-like-box .img-area p {
  margin-bottom: 0px;
}
.env-like-box .txt-area {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  padding: 16px;
  border-radius: 15px;
  position: relative;
}
.env-like-box .txt-area p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
.env-like-box .txt-area p.name {
  text-align: center;
  margin-top: 6px;
  font-size: 18px;
}
.env-like-box .txt-area::before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background-image: url(../images/fukidashi_u.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m01-note {
  text-align: right;
  margin: -20px 0px 46px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.env-num {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.env-num li {
  margin: 0px 0px 30px;
  padding: 0px;
}

.env-benefits {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.env-benefits li {
  margin: 0px 0px 10px;
  padding: 0px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  background-color: #61c1be;
  color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 3px;
  border-radius: 0px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.env-benefits.color-001 li {
  background-color: #4b4b8c;
}

.more-open-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-color: #de0515;
  width: 220px;
  height: 50px;
  cursor: pointer;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.more-open-btn.on {
  background-color: #fff;
  color: #de0515;
}

.more-hidden-area {
  overflow: hidden;
  height: 400px;
  margin-bottom: 24px;
  position: relative;
  transition: all .4s;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent);
  mask-image: linear-gradient(to bottom, #000 70%, transparent);
}
.more-hidden-area.open {
  -webkit-mask-image: none;
  mask-image: none;
}

.recruit-slide {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  overflow: hidden;
}

.recruit-slider-01,
.recruit-slider-02 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.recruit-slider-01 li,
.recruit-slider-02 li {
  margin: 0px 1px 2px;
}
.recruit-slider-01 li .img,
.recruit-slider-02 li .img {
  position: relative;
  overflow: hidden;
}
.recruit-slider-01 li .img::before,
.recruit-slider-02 li .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.recruit-slider-01 li .img p,
.recruit-slider-01 li .img figure,
.recruit-slider-02 li .img p,
.recruit-slider-02 li .img figure {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.recruit-slider-01 li .img p img,
.recruit-slider-01 li .img figure img,
.recruit-slider-02 li .img p img,
.recruit-slider-02 li .img figure img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.recruit-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.recruit-table tr {
  display: block;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding: 10px 0px;
}
.recruit-table th,
.recruit-table td {
  text-align: left;
  display: block;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recruit-table th {
  font-weight: bold;
}

.flow-box {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 60px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
.flow-box h4 {
  font-size: 18px;
  line-height: 24px;
  color: #de0515;
}
.flow-box .txt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 0px;
}
.flow-box::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-image: url(../images/arrow_008.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-box.last::before {
  display: none;
}

.contact-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 220px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.contact-btn a {
  text-decoration: none;
  height: 50px;
  color: #fff;
  display: block;
  background-color: #de0515;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #de0515;
}

/* お知らせ
--------------------------------------------------------------------------------- */
.news-list {
  margin: 0px 0px 45px;
  padding: 0px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-list li {
  list-style-type: none;
  margin: 0px 0px 15px;
  padding: 0px;
  font-size: 14px;
  line-height: 21px;
}
.news-list li .date {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
.news-list li .title {
  display: block;
}
.news-list li a {
  display: block;
  text-decoration: none;
  background-color: #f2f2f2;
  color: #000;
  padding: 18px 65px 18px 15px;
  position: relative;
}
.news-list li a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.news-list li a:hover::after {
  background-color: #fff;
  background-image: url(../images/arrow_020.png);
}
.news-list li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #de0515;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_019.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s;
}
.news-list li a.none {
  padding-right: 20px;
}
.news-list li a.none::after {
  display: none;
}
.news-list li a.none:hover {
  background-color: #f2f2f2;
  color: #000;
}

.news-more-btn {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  width: 300px;
  height: 60px;
  margin: 0px auto 40px;
  background-color: #de0515;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 30px;
  cursor: pointer;
  transition: all .2s;
}
.news-more-btn:hover {
  background-color: #fff;
  color: #de0515;
}

.page-nation {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-nation ul {
  margin: 0px -4px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.page-nation ul li {
  margin: 0px 3px;
  padding: 0px;
  font-size: 10px;
  line-height: 34px;
  font-weight: bold;
}
.page-nation ul li.dots {
  margin: 0px;
}
.page-nation ul li a {
  display: block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5f6f7;
  color: #000;
  border-radius: 50%;
}
.page-nation ul li a:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.page-nation ul li a.on {
  background-color: #de0515;
  color: #fff;
}
.page-nation ul li a.nolink {
  display: none;
}
.page-nation ul li.prev a, .page-nation ul li.next a {
  background-color: transparent;
}
.page-nation ul li.prev a:hover, .page-nation ul li.next a:hover {
  color: #000;
}

.news-title {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}
.news-title .date {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.news-title h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.news-detail {
  background-color: #f2f2f2;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1) 50px;
  padding: 46px calc( ( 100vw - 100% ) / 2 );
}

.news-detail-inner {
  max-width: 600px;
  margin: 0px auto;
}

.prev-next {
  margin: 0px auto 50px;
  padding: 0px;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.prev-next li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.prev-next li a,
.prev-next li span {
  color: #de0515;
  text-decoration: none;
  display: block;
}
.prev-next li.prev a,
.prev-next li.prev span, .prev-next li.next a,
.prev-next li.next span {
  width: 40px;
  height: 40px;
  background-color: #de0515;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  background-image: url(../images/arrow_019.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.prev-next li.prev a:hover, .prev-next li.next a:hover {
  background-color: #fff;
  background-image: url(../images/arrow_020.png);
}
.prev-next li.prev span, .prev-next li.next span {
  background-color: #ccc;
  border-color: #ccc;
}
.prev-next li.prev a,
.prev-next li.prev span {
  background-image: url(../images/arrow_023.png);
}
.prev-next li.prev a:hover {
  background-image: url(../images/arrow_024.png);
}

/* お問い合わせ
--------------------------------------------------------------------------------- */
.contact-m {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.contact-m .required {
  font-size: 12px;
  background-color: #de0515;
  color: #fff;
  padding: 0px 10px;
  display: block;
  border-radius: 3px;
  margin-left: 15px;
}
.contact-m .note {
  font-size: 14px;
  color: #de0515;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 2px;
}

.input-area {
  margin-bottom: 35px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.input-area p {
  font-size: 18px;
  margin: 0px;
}
.input-area p.txt01 {
  font-weight: bold;
  margin-right: 20px;
}

.form-flex-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
.form-flex-01 .input {
  margin-bottom: 0px;
}

.hyphen {
  width: 20px;
  text-align: center;
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 15px 15px;
  margin: 0px 0px 20px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
}
.input.err {
  background-color: #fcf8f7;
}
.input.select {
  padding-right: 60px;
  max-width: 345px;
  cursor: pointer;
  background-image: url(../images/arrow_021.png);
  background-position: right 20px center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  background-color: #FFF;
  border: none;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 10px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #000;
  outline: none;
}
input[type=radio].err,
input[type=checkbox].err {
  background-color: #fdf3f4;
}
input[type=radio].err:checked,
input[type=checkbox].err:checked {
  background-color: #000;
  outline: none;
}

input[type=checkbox] {
  border-radius: 0px;
}

label {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.wid01 {
  width: 100px;
}

.wid02 {
  max-width: 368px;
}

.wid03 {
  max-width: 578px;
}

.textarea01 {
  height: 300px;
}

.privacy-box {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  background-color: #fff;
  padding: 20px;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 50px;
}
.privacy-box h4 {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 14px;
}
.privacy-box p {
  margin: 0px;
}

.agreement {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}

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

.submit-btn {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0px 5px 10px;
  padding: 0px;
  color: #fff;
  background-color: #de0515;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  border: none;
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-color: #de0515;
  border-width: 1px;
  border-radius: 30px;
}
.submit-btn:hover {
  background-color: #fff;
  color: #de0515;
}
.submit-btn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.submit-btn[disabled]:hover {
  opacity: 0.4;
}
.submit-btn.back {
  background-color: #999;
  border-color: #999;
}
.submit-btn.back:hover {
  background-color: #fff;
  border-color: #de0515;
}

.err-txt {
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #de0515;
  font-size: 14px !important;
  font-weight: bold;
  margin-bottom: 20px !important;
}

input:has(+ .err-txt),
textarea:has(+ .err-txt),
select:has(+ .err-txt) {
  background-color: #ffe6e6;
}

.form-flex-01:has(+ .err-txt) input {
  background-color: #ffe6e6;
}

.check-txt {
  line-height: 30px;
  background-color: #fff;
  padding: 15px;
}

.thanks-copy {
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  color: #de0515;
}

input:required:user-invalid,
select:required:user-invalid,
textarea:required:user-invalid {
  background-color: #fadadc;
}

#error-message {
  text-align: left;
  color: #de0515;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 60px;
}

.check-txt-main {
  text-align: left;
  font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 60px;
}

.agree-check {
  border-color: #f2f2f2;
}
.agree-check:checked {
  background-color: #fff !important;
}
.agree-check:checked::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/check.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

/* 見出し */
.m01 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}
.m01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 2px;
  width: 5px;
  background-color: #de0515;
}
.m01 span {
  font-size: 16px;
}

.m02 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-top: 70px;
  margin-bottom: 22px;
  position: relative;
  padding-left: 15px;
}
.m02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 3px;
  width: 10px;
  background-color: #de0515;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul li ul li {
  list-style-type: disc;
}
ul.indent1em, ul.indent2em, ul.indent3em {
  list-style-type: none;
  padding: 0px;
}
ul.indent1em li ul li, ul.indent2em li ul li, ul.indent3em li ul li {
  list-style-type: disc;
  margin-left: 0px;
  text-indent: 0px;
}
ul.indent1em li ul.indent1em li, ul.indent2em li ul.indent1em li, ul.indent3em li ul.indent1em li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent1em li ul.indent2em li, ul.indent2em li ul.indent2em li, ul.indent3em li ul.indent2em li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent1em li ul.indent3em li, ul.indent2em li ul.indent3em li, ul.indent3em li ul.indent3em li {
  list-style-type: none;
  margin-left: 3em;
  text-indent: -3em;
}
ul.indent1em li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent2em li {
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent3em li {
  margin-left: 3em;
  text-indent: -3em;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol li ul {
  font-size: 100%;
}
ol li ul li {
  list-style-type: disc;
}
ol li ul.indent1em li, ol li ul.indent2em li, ol li ul.indent3em li {
  list-style-type: none;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th,
.basic td {
  padding: 15px 5px;
  line-height: 1.5em;
}
.basic th p, .basic th li,
.basic td p,
.basic td li {
  line-height: 1.5em;
}
.basic th.center,
.basic td.center {
  text-align: center;
}
.basic th.left,
.basic td.left {
  text-align: left;
}
.basic th.middle,
.basic td.middle {
  vertical-align: middle;
}
.basic th a,
.basic td a {
  text-decoration: none;
}
.basic td {
  background-color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.basic th {
  color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-weight: bold;
}
.basic tr td:last-of-type {
  border-right-width: 0px;
}
.basic.width-auto {
  width: auto;
}
.basic.center th,
.basic.center td {
  text-align: center;
}
.basic.center th.left,
.basic.center td.left {
  text-align: left;
}
.basic.left th,
.basic.left td {
  text-align: left;
}
.basic.left th.center,
.basic.left td.center {
  text-align: center;
}
.basic.middle th,
.basic.middle td {
  vertical-align: middle;
}
.basic.middle th.top,
.basic.middle td.top {
  vertical-align: top;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  min-width: 648px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeBlock {
  margin-bottom: 2em;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #de0515;
}

.color-02 {
  color: #f2f2f2;
}

.color-red {
  color: #FF0000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.normal-weight {
  font-weight: 500;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1024,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb {
  margin-bottom: 50px;
}

.mb01 {
  margin-bottom: 40px;
}

.mb02 {
  margin-bottom: 23px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  .link-banner-01-box a:hover::before,
  .link-banner-03-box a:hover::before {
    width: 100%;
  }
  .link-banner-01-box a:hover .txt-area,
  .link-banner-03-box a:hover .txt-area {
    background-color: #de0515;
  }
  .link-banner-01-box a:hover .txt-area::before,
  .link-banner-03-box a:hover .txt-area::before {
    border-color: #fff;
  }

  .index-btn a:hover,
  .index-btn-02 a:hover {
    opacity: 1;
  }
  .index-btn a:hover::after,
  .index-btn-02 a:hover::after {
    background-color: #fff;
    background-image: url(../images/arrow_012.png);
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main {
    height: calc( 100vh - 135px );
    height: calc( 100svh - 135px );
  }
  #home-main .youtube {
    height: calc( 100vh - 135px );
    height: calc( 100svh - 135px );
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: black;
  }
  #home-main .youtube iframe {
    min-height: calc( 100svh - 135px );
    min-height: calc( 100vh - 135px );
  }
  #home-main .home-video {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: black;
    margin: 0px;
    height: calc( 100vh - 135px );
    height: calc( 100svh - 135px );
  }
  #home-main .home-video video {
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: calc( 100svh - 135px );
    min-height: calc( 100vh - 135px );
  }

  #home-news {
    height: 60px;
    padding: 15px 25px;
    border-width: 0px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  #home-news h2 {
    margin-bottom: 0px;
    width: 75px;
  }

  .home-news-list {
    width: calc( 100% - 75px - 75px );
  }
  .home-news-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .home-news-list li .date {
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    width: 80px;
  }
  .home-news-list li .title {
    font-size: 14px;
    line-height: 18px;
    width: calc( 100% - 80px );
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-news-btn {
    top: 22px;
    right: 20px;
  }

  #home-recruit {
    display: block;
    width: 170px;
    height: 170px;
    position: absolute;
    right: 20px;
    bottom: 90px;
  }
  #home-recruit.off {
    display: none;
  }
  #home-recruit h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 12px;
  }
  #home-recruit .txt {
    font-size: 25px;
    line-height: 44px;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: inline-block;
  }
  #home-recruit .txt .num {
    -ms-text-combine-horizontal: all;
    -webkit-text-combine: horizontal;
    text-combine-upright: all;
    line-height: 1;
    vertical-align: baseline;
  }
  #home-recruit a {
    text-decoration: none;
    display: block;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 16px;
  }
  #home-recruit a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 33px;
    background-color: #de0515;
    border-radius: 50%;
    background-image: url(../images/arrow_009.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #home-recruit a:hover {
    opacity: 1;
    background-color: #de0515;
  }
  #home-recruit a:hover::before {
    background-color: #fff;
    background-image: url(../images/arrow_010.png);
  }

  #home-c01 {
    padding-top: 90px;
    padding-bottom: 100px;
    background-image: url(../images/contents_bg_03.png);
    background-position: left top 100px;
    background-size: 133px auto;
  }

  .home-c01-txt {
    margin-left: 160px;
  }

  .home-copy-01 {
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 42px;
  }

  .home-copy-02 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  #home-c02 {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .home-title {
    font-size: 40px;
    line-height: 50px;
    float: left;
    margin-right: 30px;
  }

  .home-title-02 {
    font-size: 29px;
    line-height: 34px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .home-copy-03 {
    font-size: 20px;
    line-height: 30px;
    margin-left: 125px;
  }

  .index-btn {
    line-height: 50px;
    margin: 0px 0px 40px;
    text-align: left;
  }

  .index-btn-02 {
    line-height: 34px;
    margin: 0px 0px 20px;
    text-align: left;
  }
  .index-btn-02 a {
    padding-right: 32px;
  }
  .index-btn-02 a::after {
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_009.png);
  }

  .link-banner-03 {
    margin-left: 125px;
  }

  .link-banner-03-box {
    margin-bottom: 20px;
  }
  .link-banner-03-box .img-area {
    position: relative;
    overflow: hidden;
    margin-left: 57px;
  }
  .link-banner-03-box .img-area::before {
    content: '';
    display: block;
    padding-top: 42.5531914894%;
  }
  .link-banner-03-box .img-area p,
  .link-banner-03-box .img-area figure {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    overflow: hidden;
  }
  .link-banner-03-box .img-area p img,
  .link-banner-03-box .img-area figure img {
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    /* 他のブラウザ用(＝通常の指定) */
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  .link-banner-03-box .txt-area {
    width: 57px;
  }
  .link-banner-03-box .txt-area p {
    font-size: 22px;
    line-height: 57px;
  }
  .link-banner-03-box .txt-area::before {
    width: 26px;
    height: 26px;
    bottom: 16px;
    background-image: url(../images/arrow_009.png);
  }

  .wide-img-fade {
    padding: 0px 30px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .topic-path {
    display: block;
    margin: 10px calc( ( 100vw - 100% ) / 2 * -1) 0px;
  }
  .topic-path ul {
    margin: 0px 30px;
    padding: 0px;
    list-style-type: none;
    line-height: 12px;
    font-size: 0;
  }
  .topic-path ul li {
    font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: inline;
  }
  .topic-path ul li::before {
    content: "＞";
    margin: 0px 0.4em;
  }
  .topic-path ul li:first-child::before {
    display: none;
  }
  .topic-path ul li a {
    color: #000;
  }

  .page-title {
    margin: 80px 0px 0px;
    font-size: 42px;
    line-height: 56px;
  }
  .page-title.mb {
    margin-bottom: 68px;
  }

  .bg-00,
  .bg-01 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .img-box,
  .col-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .img-box.col-2,
  .col-box.col-2 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .img-box.col-2 .col,
  .col-box.col-2 .col {
    width: calc( ( 100% - 26px ) / 2 );
    margin-bottom: 0px;
  }
  .img-box.col-3 .col,
  .col-box.col-3 .col {
    width: calc( ( 100% - 30px ) / 3 );
    margin-bottom: 0px;
  }

  /* 会社案内
  --------------------------------------------------------------------------------- */
  .top-massage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .top-massage .img-area {
    display: block;
    width: 21.186440678%;
    text-align: center;
    margin: 0px;
  }
  .top-massage .img-area p {
    margin-bottom: 10px;
  }
  .top-massage .img-area .txt {
    text-align: center;
  }
  .top-massage .txt-area {
    width: 73.1638418079%;
  }

  .philosophy {
    font-size: 30px;
    line-height: 60px;
    margin: 30px 0px 80px;
  }

  .open-area .open-m {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 80px;
    background-position: left 33px center;
  }
  .open-area .open-m::after {
    right: 30px;
  }
  .open-area .open-hide {
    padding: 20px 30px 20px;
  }
  .open-area.faq {
    margin-bottom: 30px;
  }

  .about-tab th,
  .about-tab td {
    display: table-cell;
    padding: 10px 0px;
    vertical-align: top;
  }
  .about-tab th {
    font-weight: 500;
    padding-right: 2em;
    white-space: nowrap;
  }
  .about-tab tr {
    display: table-row;
    border: none;
    padding: 0px;
  }

  .access-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .access-col .col {
    width: 50%;
  }

  /* 事業内容
  --------------------------------------------------------------------------------- */
  .link-banner-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .link-banner-01-box {
    margin-bottom: 0px;
    width: calc( ( 100% - 26px ) / 2 );
  }
  .link-banner-01-box .txt-area {
    width: 67px;
  }
  .link-banner-01-box .txt-area p {
    font-size: 25px;
    line-height: 67px;
  }
  .link-banner-01-box .txt-area::before {
    width: 36px;
    height: 36px;
  }

  .business-m01 {
    font-size: 40px;
    line-height: 50px;
  }
  .business-m01 .num {
    font-size: 70px;
    line-height: 80px;
  }

  .business-img-01 {
    margin-top: -130px;
    margin-bottom: 40px;
  }

  .business-col-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .business-col-01 .txt-area {
    width: 380px;
  }
  .business-col-01 .txt-area .m02 {
    margin-top: 0px;
  }
  .business-col-01 .img-area {
    width: 300px;
  }
  .business-col-01 .img-area p {
    margin: 0px;
  }

  .business-txt-01 {
    font-size: 22px;
    line-height: 42px;
  }

  .business-txt-03 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 50px;
  }

  .business-wide-img {
    padding: 0px 30px;
  }

  .business-m02 {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .parts-box {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .parts-col-01 {
    display: grid;
  }
  .parts-col-01 .col1 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .parts-col-01 .col2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding-right: 55px;
  }
  .parts-col-01 .col3 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 350px;
  }

  /* 採用情報
  --------------------------------------------------------------------------------- */
  .recruit-copy {
    display: inline-block;
  }

  .recruit-txt-01 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 36px;
  }

  .recruit-txt-02 {
    font-size: 18px;
    line-height: 45px;
    margin-bottom: 45px;
  }

  .recruit-txt-03 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 36px;
  }

  .recruit-list {
    padding: 50px 30px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .recruit-list ul {
    display: inline-block;
  }
  .recruit-list ul li {
    margin: 0px 0px 26px;
    font-size: 24px;
    line-height: 32px;
  }
  .recruit-list ul li::before {
    width: 30px;
    height: 32px;
  }

  .recruit-m01 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 90px;
    margin-bottom: 40px;
  }

  .link-banner-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .link-banner-02-box {
    width: calc( ( 100% - 26px ) / 2 );
    margin-bottom: 30px;
    border-radius: 18px;
  }
  .link-banner-02-box .txt-area {
    height: 67px;
  }
  .link-banner-02-box .txt-area::before {
    width: 36px;
    height: 36px;
  }

  .recruit-m02 {
    font-size: 40px;
    line-height: 50px;
    cursor: auto;
  }
  .recruit-m02::before, .recruit-m02::after {
    display: none;
  }

  .recruit-hide-area {
    display: block;
    margin-bottom: 0px;
  }

  .recruit-col-01 {
    margin-bottom: 80px;
  }
  .recruit-col-01 .img-area {
    width: calc( ( 534 / 708 ) * 100% );
    margin: 0px auto;
  }

  .one-day {
    padding-bottom: 40px;
    margin-bottom: 70px;
  }

  .one-day-m01 {
    font-size: 26px;
    line-height: 30px;
    margin-top: -16px;
    margin-bottom: 50px;
  }

  .one-day-col-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
  }
  .one-day-col-01 .txt-area {
    width: calc( 100% - 280px );
  }
  .one-day-col-01 .txt-area p {
    margin: 0px;
  }
  .one-day-col-01 .img-area {
    width: 230px;
    margin: 0px;
  }
  .one-day-col-01.am {
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  .one-day-col-01.am::before {
    left: 92px;
    bottom: 0px;
    transform: translateX(0);
  }

  .what-kind {
    margin: 0px 0px;
    padding: 60px 30px 20px;
    border-radius: 25px;
  }

  .what-kind-m01 {
    font-size: 39px;
    line-height: 46px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    background-size: 70px auto;
    background-position: right 0px top;
    display: inline-block;
    padding: 0px 80px 30px;
  }
  .what-kind-m01 span::before {
    top: -30px;
  }

  .what-kind-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    position: relative;
  }
  .what-kind-box-wrap::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/what_kine_x_tab.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .what-kind-box {
    border: none;
    margin-bottom: 0px;
    width: calc( ( 100% - 60px ) / 2 );
  }

  .wk-base-info {
    width: calc( ( 230 / 295 ) * 100% );
    margin-bottom: 0px;
  }

  .wk-comment-area {
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0px 0px;
    border-radius: 0px;
    padding-top: 46px;
    margin-bottom: 0px;
  }
  .wk-comment-area .txt-area p {
    font-size: 14px;
    line-height: 23px;
  }
  .wk-comment-area.reverse {
    padding-top: 36px;
    padding-bottom: 46px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 0px 1px;
    border-radius: 0px;
  }

  .wk-off-area {
    width: calc( ( 224 / 295 ) * 100% );
  }

  .work-title::before {
    right: 110px;
    width: 156px;
    height: 72px;
  }

  .environment-title::before {
    top: 0px;
    right: 110px;
    width: 150px;
    height: 74px;
  }

  .requirements-title::before {
    right: 110px;
    width: 150px;
    height: 100px;
  }

  .env-area-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .env-area-map .col1 {
    margin-bottom: 0px;
    width: calc( ( 370 / 708 ) * 100% );
  }
  .env-area-map .col2 {
    margin-top: 98px;
    width: calc( ( 315 / 708 ) * 100% );
  }

  .env-m01 {
    width: 300px;
    margin: 0px 0px 50px;
  }

  .env-like-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .env-like-box {
    margin: 0px 0px 30px;
    width: calc( ( 100% - 60px ) / 3 );
  }

  .m01-note {
    text-align: left;
    margin: 0px 0px 46px;
  }

  .env-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-right: -26px;
  }
  .env-num li {
    width: calc( ( 100% - 78px ) / 3 );
    margin-bottom: 26px;
    margin-right: 26px;
  }

  .env-benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-right: -30px;
  }
  .env-benefits li {
    width: calc( ( 100% - 90px ) / 3 );
    margin-bottom: 20px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
    height: 80px;
  }

  .more-open-btn.only-sp {
    display: none;
  }

  .more-hidden-area.only-sp {
    height: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .recruit-table tr {
    display: table-row;
    border: none;
    padding: 0px;
  }
  .recruit-table th,
  .recruit-table td {
    display: table-cell;
    vertical-align: top;
    border-style: solid;
    border-color: #000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding: 14px 0px;
  }
  .recruit-table th {
    white-space: nowrap;
    padding-right: 3em;
  }

  .flow-box {
    padding: 30px;
  }

  /* お知らせ
  --------------------------------------------------------------------------------- */
  .news-list {
    margin-bottom: 75px;
  }
  .news-list li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .news-list li .date {
    font-size: 12px;
    margin-bottom: 0px;
    width: 100px;
  }
  .news-list li .title {
    flex: 1;
  }
  .news-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    padding: 20px 90px 20px 30px;
  }
  .news-list li a::after {
    right: 30px;
  }
  .news-list li a.none {
    padding-right: 30px;
  }

  .news-more-btn {
    margin-bottom: 75px;
  }

  .news-detail {
    margin-bottom: 75px;
  }

  .page-nation {
    margin-bottom: 75px;
  }
  .page-nation ul li {
    margin: 0px 7px;
    line-height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .page-nation ul li a {
    width: 40px;
    height: 40px;
  }

  .news-title {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .news-title .date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .news-title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .prev-next {
    margin-bottom: 75px;
  }

  /* お問い合わせ
  --------------------------------------------------------------------------------- */
  .contact-m .note {
    width: auto;
    margin-left: 15px;
    margin-top: 0px;
  }

  .privacy-box {
    padding: 30px;
  }
  .privacy-box h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  input[type=radio],
  input[type=checkbox] {
    top: 3px;
  }

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

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    padding-left: 22px;
  }
  .m01::before {
    top: 6px;
    bottom: 6px;
    width: 9px;
  }
  .m01 span {
    font-size: 1em;
  }

  .m02 {
    margin-bottom: 28px;
  }

  div.scroll {
    overflow: hidden;
  }
  div.scroll::before {
    display: none;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  .index-btn-02 a:hover::after {
    background-image: url(../images/arrow_010.png);
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .pc1024 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #home #contents {
    padding-top: 0px;
  }
  #home #contents .inner {
    max-width: 1280px;
    padding: 0px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main {
    height: calc( 100vh - 60px );
    height: calc( 100svh - 60px );
  }
  #home-main .youtube {
    height: calc( 100vh - 60px );
    height: calc( 100svh - 60px );
  }
  #home-main .youtube iframe {
    min-height: calc( 100svh - 60px );
    min-height: calc( 100vh - 60px );
  }
  #home-main .home-video {
    height: calc( 100vh - 60px );
    height: calc( 100svh - 60px );
  }
  #home-main .home-video video {
    min-height: calc( 100svh - 60px );
    min-height: calc( 100vh - 60px );
  }

  #home-news {
    padding: 15px 186px;
  }
  #home-news h2 {
    width: 100px;
  }

  .home-news-list {
    width: calc( 100% - 100px - 100px );
  }
  .home-news-list li .date {
    width: 100px;
  }
  .home-news-list li .title {
    width: calc( 100% - 100px );
  }

  .home-news-btn {
    right: 156px;
  }

  #home-recruit {
    right: 30px;
  }

  #home-c01 {
    padding-top: 140px;
    background-position: left top 140px;
    background-size: 215px auto;
  }

  .home-c01-txt {
    margin-left: 450px;
  }

  .home-copy-01 {
    font-size: 68px;
    line-height: 105px;
    margin-bottom: 80px;
    white-space: nowrap;
  }

  .home-copy-02 {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 80px;
  }

  .home-title {
    font-size: 68px;
    line-height: 70px;
    margin-left: 40px;
    margin-right: 55px;
  }

  .home-title-02 {
    font-size: 48px;
    line-height: 70px;
    margin-left: 40px;
    margin-right: 55px;
    margin-bottom: 30px;
  }

  .home-copy-03 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 50px;
    clear: both;
    margin-left: 250px;
  }

  .index-btn {
    line-height: 70px;
    margin-bottom: 80px;
    font-size: 22px;
  }
  .index-btn a {
    padding-right: 76px;
  }
  .index-btn a::after {
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow_011.png);
  }

  .index-btn-02 {
    line-height: 70px;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .index-btn-02 a {
    padding-right: 58px;
  }
  .index-btn-02 a::after {
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow_011.png);
  }
  .index-btn-02 a:hover::after {
    background-image: url(../images/arrow_012.png);
  }

  .link-banner-03 {
    margin-left: 250px;
    margin-bottom: 100px;
    margin-right: calc( ( 100vw - 100% ) / 2 * -1 );
  }

  .link-banner-03-box {
    margin-bottom: 30px;
  }
  .link-banner-03-box .img-area {
    position: relative;
    overflow: hidden;
    margin-left: 95px;
  }
  .link-banner-03-box .img-area::before {
    content: '';
    display: block;
    padding-top: 42.5531914894%;
  }
  .link-banner-03-box .img-area p,
  .link-banner-03-box .img-area figure {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    overflow: hidden;
  }
  .link-banner-03-box .img-area p img,
  .link-banner-03-box .img-area figure img {
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    /* 他のブラウザ用(＝通常の指定) */
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  .link-banner-03-box .txt-area {
    width: 95px;
    padding-top: 40px;
  }
  .link-banner-03-box .txt-area p {
    font-size: 36px;
    line-height: 95px;
  }
  .link-banner-03-box .txt-area::before {
    width: 40px;
    height: 40px;
    bottom: 20px;
    background-image: url(../images/arrow_011.png);
  }

  #home-c03 {
    padding-top: 100px;
  }
  #home-c03 .recruit-copy {
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .wide-img-fade {
    padding: 0px 40px;
    margin-top: 80px;
  }
  .wide-img-fade li {
    width: calc( ( 380 / 1200 ) * 100% );
  }

  /* アニメーション
  --------------------------------------------------------------------------------- */
  .fadein {
    opacity: 0;
  }

  .in-screen {
    animation-name: fadeAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: .2s;
  }

  @keyframes fadeAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fadeup {
    opacity: 0;
  }

  .fadeupstart {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: .0s;
  }

  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fadeup-col li {
    opacity: 0;
  }
  .fadeup-col li.fadeupstart {
    animation-name: fadeUpAnime2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .fadeup-col li.fadeupstart.num1 {
    animation-delay: .0s;
  }
  .fadeup-col li.fadeupstart.num2 {
    animation-delay: .2s;
  }
  .fadeup-col li.fadeupstart.num3 {
    animation-delay: .3s;
  }

  @keyframes fadeUpAnime2 {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* 下層
  --------------------------------------------------------------------------------- */
  .topic-path ul {
    margin: 0px 40px;
  }

  .page-title {
    margin: 50px 0px 0px;
    font-size: 68px;
    line-height: 78px;
  }
  .page-title.mb {
    margin-bottom: 90px;
  }

  .bg-00,
  .bg-01 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .img-box.col-2 .col,
  .col-box.col-2 .col {
    width: calc( ( 100% - 30px ) / 2 );
  }

  .sub-area {
    display: block;
    position: fixed;
    top: 165px;
    left: 40px;
    width: 150px;
    background-color: #fff;
    transition: all .2s;
    z-index: 10;
  }
  .sub-area.hidden {
    opacity: 0;
  }

  .page-nav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px;
  }
  .page-nav li {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
  }
  .page-nav li a {
    display: block;
    text-decoration: none;
    padding: 12px 10px 12px 30px;
    color: #999999;
    background-position: left 10px center;
    background-size: 12px auto;
    background-repeat: no-repeat;
  }
  .page-nav li a.on {
    color: #de0515;
    font-weight: bold;
    background-image: url(../images/arrow_003.png);
  }

  /* 会社案内
  --------------------------------------------------------------------------------- */
  .top-massage .img-area {
    width: 200px;
  }
  .top-massage .txt-area {
    width: 540px;
  }

  .access-col .col {
    width: 340px;
  }

  .g-map iframe {
    height: 420px;
  }

  /* 事業内容
  --------------------------------------------------------------------------------- */
  .link-banner-01-box {
    margin-bottom: 0px;
    width: calc( ( 100% - 30px ) / 2 );
  }
  .link-banner-01-box .txt-area {
    width: 75px;
    padding-top: 30px;
  }
  .link-banner-01-box .txt-area p {
    font-size: 28px;
    line-height: 75px;
  }
  .link-banner-01-box .txt-area::before {
    width: 40px;
    height: 40px;
  }

  .business-m01 {
    font-size: 68px;
    line-height: 76px;
  }
  .business-m01 .num {
    font-size: 150px;
    line-height: 160px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 40px;
  }
  .business-m01 .underline {
    line-height: 120px;
    display: inline-block;
    vertical-align: bottom;
  }

  .business-title-img {
    position: relative;
    margin-right: calc( ( 100vw - 100% ) / 2 * -1 );
    overflow: hidden;
    margin-bottom: 100px;
  }
  .business-title-img .txt-area {
    width: 450px;
    margin-top: 50px;
  }
  .business-title-img.type-2 {
    margin-left: calc( ( 100vw - 100% ) / 2 * -1 );
    margin-right: 0px;
  }
  .business-title-img.type-2 .txt-area {
    margin-left: auto;
  }

  .business-img-01 {
    width: calc( ( 530 / 1280 ) * 100vw );
    margin-top: -150px;
    margin-bottom: 0px;
    float: right;
  }
  .type-2 .business-img-01 {
    float: left;
  }

  .business-txt-03 {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .business-wide-img {
    padding: 0px 40px;
    margin-top: 80px;
  }

  .parts-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .parts-col-01 .col1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding-right: 30px;
  }
  .parts-col-01 .col2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding-right: 30px;
  }
  .parts-col-01 .col3 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 460px;
  }

  .business-m02 br {
    display: inline-block;
  }

  /* 採用情報
  --------------------------------------------------------------------------------- */
  .recruit-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 56px;
  }
  .recruit-copy .recruit-txt-01 {
    margin-bottom: 0px;
    margin-right: 60px;
  }

  .recruit-txt-01 {
    font-size: 38px;
    line-height: 60px;
  }

  .recruit-txt-02 {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 0px;
  }

  .recruit-txt-03 {
    font-size: 38px;
    line-height: 60px;
  }

  .recruit-m01 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .link-banner-02 {
    margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
    padding: 0px calc( ( 100vw - 1200px ) / 2 );
  }

  .link-banner-02-box {
    width: calc( ( 100% - 60px ) / 3 );
    margin-bottom: 30px;
    border-radius: 18px;
  }
  .link-banner-02-box .txt-area {
    height: 75px;
    padding-left: 30px;
  }
  .link-banner-02-box .txt-area p {
    font-size: 24px;
  }
  .link-banner-02-box .txt-area::before {
    width: 40px;
    height: 40px;
  }

  .recruit-m02 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 60px;
  }

  .recruit-hide-area {
    padding-top: 0px;
  }

  .recruit-col-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-right: calc( ( 100vw - 100% ) / 2 * -1 );
    margin-bottom: 80px;
    overflow: visible;
  }
  .recruit-col-01 .txt-area {
    width: calc( 100% - 630px );
  }
  .recruit-col-01 .img-area {
    width: 532px;
    margin: 0px;
    margin-top: -120px;
  }

  .one-day {
    margin-bottom: 100px;
  }

  .what-kind {
    margin: 0px -146px;
    padding: 60px 100px 20px;
  }

  .what-kind-m01 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0px;
    background-size: 86px auto;
    padding: 0px 120px 40px;
  }
  .what-kind-m01 span::before {
    top: -35px;
  }

  .what-kind-box-wrap::before {
    width: 130px;
    height: 130px;
    top: 100px;
    background-image: url(../images/what_kine_x.png);
  }

  .what-kind-box {
    width: 412px;
  }

  .wk-base-info {
    width: 230px;
    padding-bottom: 10px;
  }

  .wk-off-area {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .wk-off-area .txt-area {
    width: 168px;
  }
  .wk-off-area .img-area {
    width: 223px;
  }

  .work-title::before {
    right: 0px;
    width: 260px;
    height: 120px;
  }

  .environment-title::before {
    right: 0px;
    width: 260px;
    height: 128px;
  }

  .requirements-title::before {
    right: 0px;
    width: 196px;
    height: 143px;
  }

  .env-area-map {
    margin-bottom: 60px;
    padding-right: 40px;
  }
  .env-area-map .col1 {
    width: calc( ( 500 / 995 ) * 100% );
  }
  .env-area-map .col2 {
    margin-top: 50px;
    width: calc( ( 450 / 995 ) * 100% );
  }
  .env-area-map .col2 .col {
    width: calc( ( 100% - 50px ) / 2 );
    margin-bottom: 40px;
  }
  .env-area-map .col2 .col .img {
    margin-bottom: 16px;
  }
  .env-area-map .col2 .col .caption {
    font-size: 18px;
    line-height: 24px;
  }

  .env-m01 {
    width: 348px;
    margin-bottom: 40px;
  }

  .env-like-box {
    width: calc( ( 100% - 90px ) / 3 );
    margin-bottom: 60px;
  }

  .m01-note {
    margin-bottom: 60px;
  }

  .env-num {
    padding-right: 19px;
  }
  .env-num li {
    width: calc( ( 100% - 108px ) / 3 );
    margin-bottom: 36px;
    margin-right: 36px;
  }

  .env-benefits {
    padding-right: 7px;
  }
  .env-benefits li {
    width: calc( ( 100% - 120px ) / 3 );
    margin-bottom: 30px;
    margin-right: 40px;
    font-size: 20px;
    line-height: 27px;
    height: 100px;
  }

  .wide-wrap-01 {
    margin-right: -246px;
  }

  .recruit-table th,
  .recruit-table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flow-box {
    padding: 30px 40px;
  }

  /* お知らせ
  --------------------------------------------------------------------------------- */
  .news-title h2 {
    font-size: 38px;
    line-height: 56px;
  }

  .news-detail {
    margin: 0px 0px 75px;
    padding: 46px 0px;
  }

  /* お問い合わせ
  --------------------------------------------------------------------------------- */
  #error-message {
    margin-bottom: 80px;
  }

  .check-txt-main {
    margin-bottom: 80px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .anchor {
    margin-top: -160px;
    padding-top: 160px;
  }

  /* 見出し */
  .m01 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 60px;
    padding-left: 22px;
  }
  .m01::before {
    top: 6px;
    bottom: 8px;
    width: 10px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab,
  .pc1024 {
    display: none;
  }

  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb {
    margin-bottom: 100px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 112px;
  }
  #contents .inner {
    max-width: 1250px;
  }
  #home #contents .inner {
    max-width: 1250px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-main-area {
    margin: 0px -335px;
  }

  #home-main {
    height: calc( 100vh - 90px );
    height: calc( 100svh - 90px );
  }
  #home-main .youtube {
    height: calc( 100vh - 90px );
    height: calc( 100svh - 90px );
  }
  #home-main .youtube iframe {
    min-height: calc( 100svh - 90px );
    min-height: calc( 100vh - 90px );
  }

  #home-news {
    height: 90px;
    padding: 30px 280px;
    border-width: 0px 90px;
  }
  #home-news h2 {
    width: 165px;
    font-size: 21px;
    line-height: 26px;
  }

  .home-news-list {
    width: calc( 100% - 165px - 165px );
  }
  .home-news-list li .date {
    width: 140px;
    font-size: 18px;
    line-height: 26px;
  }
  .home-news-list li .title {
    width: calc( 100% - 140px );
    font-size: 18px;
    line-height: 26px;
  }

  .home-news-btn {
    right: 280px;
    top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .home-news-btn a {
    padding-right: 36px;
  }
  .home-news-btn a::after {
    width: 23px;
    height: 23px;
  }

  #home-recruit {
    width: 255px;
    height: 255px;
    right: 90px;
    bottom: 180px;
  }
  #home-recruit h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #home-recruit .txt {
    font-size: 37px;
    line-height: 67px;
  }
  #home-recruit a {
    padding: 20px;
  }
  #home-recruit a::before {
    width: 28px;
    height: 28px;
    bottom: 36px;
    left: 50px;
    background-image: url(../images/arrow_017.png);
  }
  #home-recruit a:hover::before {
    background-image: url(../images/arrow_018.png);
  }

  #home-c01 {
    margin: 0px -335px;
    padding: 220px 0px 100px;
    background-position: left top 220px;
    background-size: 320px auto;
  }
  #home-c01 .business-wide-img {
    margin: 0px;
  }

  .home-c01-txt {
    margin-left: 674px;
  }

  .home-copy-01 {
    font-size: 102px;
    line-height: 158px;
    margin-bottom: 110px;
  }

  .home-copy-02 {
    font-size: 30px;
    line-height: 68px;
    margin-bottom: 110px;
  }

  .home-title {
    font-size: 102px;
    line-height: 110px;
    margin-left: -280px;
    margin-right: 90px;
  }

  .home-title-02 {
    font-size: 72px;
    line-height: 110px;
    margin-left: -280px;
    margin-right: 55px;
    margin-bottom: 30px;
  }

  .home-copy-03 {
    font-size: 48px;
    line-height: 75px;
    margin-bottom: 70px;
    margin-left: 40px;
  }

  .index-btn {
    line-height: 110px;
    margin-bottom: 135px;
    font-size: 33px;
  }
  .index-btn a {
    padding-right: 120px;
  }
  .index-btn a::after {
    width: 90px;
    height: 90px;
    background-image: url(../images/arrow_015.png);
  }
  .index-btn a:hover::after {
    background-image: url(../images/arrow_016.png);
  }

  .index-btn-02 {
    line-height: 110px;
    margin-bottom: 40px;
    font-size: 36px;
  }
  .index-btn-02 a {
    padding-right: 80px;
  }
  .index-btn-02 a::after {
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow_013.png);
  }
  .index-btn-02 a:hover::after {
    background-image: url(../images/arrow_014.png);
  }

  .link-banner-03 {
    margin-left: 40px;
    margin-bottom: 160px;
    margin-right: -335px;
  }

  .link-banner-03-box {
    margin-bottom: 50px;
  }
  .link-banner-03-box .img-area {
    position: relative;
    overflow: hidden;
    margin-left: 142px;
  }
  .link-banner-03-box .img-area::before {
    content: '';
    display: block;
    padding-top: 42.5531914894%;
  }
  .link-banner-03-box .img-area p,
  .link-banner-03-box .img-area figure {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    overflow: hidden;
  }
  .link-banner-03-box .img-area p img,
  .link-banner-03-box .img-area figure img {
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    /* 他のブラウザ用(＝通常の指定) */
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  .link-banner-03-box .txt-area {
    width: 142px;
    padding-top: 60px;
  }
  .link-banner-03-box .txt-area p {
    font-size: 54px;
    line-height: 142px;
  }
  .link-banner-03-box .txt-area::before {
    width: 60px;
    height: 60px;
    bottom: 30px;
    background-image: url(../images/arrow_013.png);
  }

  .wide-img-fade {
    margin: 80px -305px 0px;
    padding: 0px;
  }
  #home-c01 .wide-img-fade {
    margin: 80px 0px 0px;
    padding: 0px 60px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .topic-path {
    margin: 20px -300px 0px;
  }
  .topic-path ul {
    margin: 0px;
    line-height: 18px;
  }
  .topic-path ul li {
    font-size: 18px;
    line-height: 20px;
  }

  .page-title {
    margin-top: 80px;
    font-size: 102px;
    line-height: 120px;
  }
  .page-title.mb {
    margin-bottom: 140px;
  }

  .bg-00,
  .bg-01 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sub-area {
    top: 246px;
    left: 50%;
    width: 225px;
    margin-left: -900px;
  }

  .page-nav li {
    font-size: 19px;
    line-height: 26px;
  }
  .page-nav li a {
    padding: 20px 0px 20px 44px;
    background-position: left 15px center;
    background-size: 14px auto;
  }

  .img-box,
  .col-box {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .img-box .caption,
  .col-box .caption {
    font-size: 18px;
  }
  .img-box.col-2 .col,
  .col-box.col-2 .col {
    width: calc( ( 100% - 48px ) / 2 );
  }
  .img-box.col-3 .col,
  .col-box.col-3 .col {
    width: calc( ( 100% - 48px ) / 3 );
  }

  /* 会社案内
  --------------------------------------------------------------------------------- */
  .top-massage .img-area {
    width: 300px;
  }
  .top-massage .txt-area {
    width: 810px;
  }

  .more-area .more-hidden {
    max-height: 470px;
    margin-bottom: 40px;
  }

  .more-btn {
    font-size: 21px;
    line-height: 30px;
    border-style: solid;
    border-color: #de0515;
    border-width: 1px;
    border-radius: 38px;
    width: 330px;
    height: 76px;
  }

  .philosophy {
    font-size: 45px;
    line-height: 90px;
    margin: 0px 0px 110px;
  }

  .open-area .open-m {
    font-size: 30px;
    line-height: 40px;
    padding: 25px 120px;
    background-position: left 50px center;
    background-size: 32px auto;
  }
  .open-area .open-m::after {
    right: 45px;
    width: 45px;
    height: 45px;
  }
  .open-area .open-hide {
    padding: 20px 60px 20px;
  }
  .open-area.faq {
    margin-bottom: 45px;
  }

  .wide-img {
    margin: 0px calc( ( 1920px - 100% ) / 2 * -1 );
  }

  .access-col .col {
    width: 510px;
  }

  .g-map {
    margin: 0px calc( ( 1920px - 100% ) / 2 * -1 );
  }
  .g-map iframe {
    height: 630px;
  }

  /* 事業内容
  --------------------------------------------------------------------------------- */
  .link-banner-01-box {
    width: calc( ( 100% - 44px ) / 2 );
  }
  .link-banner-01-box .txt-area {
    width: 112px;
    padding-top: 46px;
  }
  .link-banner-01-box .txt-area p {
    font-size: 42px;
    line-height: 112px;
  }
  .link-banner-01-box .txt-area::before {
    width: 60px;
    height: 60px;
    bottom: 30px;
  }

  .business-m01 {
    font-size: 102px;
    line-height: 120px;
  }
  .business-m01 .num {
    font-size: 225px;
    line-height: 240px;
    margin-right: 60px;
  }
  .business-m01 .underline {
    line-height: 180px;
  }

  .business-title-img {
    margin-right: -365px;
    margin-bottom: 160px;
    margin-top: 100px;
  }
  .business-title-img .txt-area {
    width: 675px;
    margin-top: 50px;
  }
  .business-title-img.type-2 {
    margin-left: -365px;
    margin-right: 0px;
  }
  .business-title-img.type-2 .txt-area {
    margin-left: auto;
  }

  .business-img-01 {
    width: 800px;
    margin-top: -240px;
  }

  .business-col-01 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .business-col-01 .txt-area {
    width: 570px;
  }
  .business-col-01 .img-area {
    width: 570px;
  }

  .business-txt-03 {
    font-size: 57px;
    line-height: 92px;
    margin-bottom: 120px;
  }

  .business-wide-img {
    margin: 80px -305px 0px;
    padding: 0px;
  }

  .parts-box {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .business-m02 {
    font-size: 45px;
    line-height: 69px;
    margin-bottom: 45px;
  }

  .parts-col-01 .col1 {
    padding-right: 45px;
  }
  .parts-col-01 .col2 {
    padding-right: 45px;
  }
  .parts-col-01 .col3 {
    width: 690px;
  }

  /* 採用情報
  --------------------------------------------------------------------------------- */
  .recruit-copy {
    margin-bottom: 140px;
  }

  .recruit-txt-01 {
    font-size: 57px;
    line-height: 90px;
    margin-right: 100px;
    margin-bottom: 70px;
  }

  .recruit-txt-02 {
    font-size: 30px;
    line-height: 68px;
  }

  .recruit-txt-03 {
    font-size: 57px;
    line-height: 90px;
    margin-bottom: 70px;
  }

  .recruit-list {
    padding: 80px 30px;
    border-radius: 22px;
    margin-bottom: 100px;
  }
  .recruit-list ul li {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 42px;
    padding-left: 70px;
  }
  .recruit-list ul li::before {
    width: 44px;
    height: 42px;
  }

  .recruit-m01 {
    font-size: 72px;
    line-height: 86px;
    margin-top: 160px;
    margin-bottom: 120px;
  }

  .link-banner-02 {
    margin: 0px -305px;
    padding: 0px;
  }

  .link-banner-02-box {
    width: calc( ( 100% - 90px ) / 3 );
    margin-bottom: 55px;
    border-radius: 30px;
  }
  .link-banner-02-box .txt-area {
    height: 112px;
    padding-left: 45px;
  }
  .link-banner-02-box .txt-area p {
    font-size: 36px;
    line-height: 40px;
  }
  .link-banner-02-box .txt-area::before {
    width: 60px;
    height: 60px;
    right: 30px;
  }

  .recruit-m02 {
    font-size: 74px;
    line-height: 86px;
    margin-bottom: 80px;
  }

  .recruit-col-01 {
    margin-right: -365px;
  }
  .recruit-col-01 .txt-area {
    width: 615px;
  }
  .recruit-col-01 .img-area {
    width: 800px;
    margin-top: -120px;
  }

  .one-day {
    margin-bottom: 150px;
    padding-bottom: 80px;
  }

  .one-day-m01 {
    font-size: 39px;
    line-height: 48px;
    margin-top: -24px;
    margin-bottom: 80px;
  }

  .one-day-col-01 .txt-area {
    width: 765px;
  }
  .one-day-col-01 .img-area {
    width: 345px;
    margin: 0px;
  }
  .one-day-col-01.am {
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
  .one-day-col-01.am::before {
    left: 148px;
    width: 50px;
    height: 98px;
  }

  .what-kind {
    margin: 0px -220px;
    padding: 75px 156px 20px;
  }

  .what-kind-m01 {
    font-size: 72px;
    line-height: 88px;
    background-size: 128px auto;
    padding: 0px 170px 50px;
    margin-bottom: 0px;
  }
  .what-kind-m01 span::before {
    top: -48px;
  }

  .what-kind-box-wrap::before {
    width: 200px;
    height: 200px;
    top: 126px;
    background-image: url(../images/what_kine_x_pc.png);
  }

  .what-kind-box {
    width: 616px;
  }

  .wk-base-info {
    width: 346px;
    padding-bottom: 10px;
  }
  .wk-base-info .img-area {
    border-radius: 173px 173px 0px 0px;
    margin-bottom: 26px;
  }
  .wk-base-info .name {
    font-size: 24px;
    line-height: 30px;
    height: 66px;
    border-radius: 33px;
    margin-bottom: 26px;
  }
  .wk-base-info .year {
    font-size: 24px;
    line-height: 30px;
  }

  .wk-comment-area .img-area {
    width: 120px;
    margin-top: 20px;
  }
  .wk-comment-area .img-area .name {
    font-size: 21px;
    line-height: 28px;
  }
  .wk-comment-area .txt-area {
    width: 435px;
    border-radius: 45px;
    padding: 40px;
  }
  .wk-comment-area .txt-area p {
    font-size: 24px;
    line-height: 40px;
  }
  .wk-comment-area .txt-area::before {
    width: 44px;
    height: 24px;
    top: 65px;
    left: -44px;
  }
  .wk-comment-area.reverse {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wk-comment-area.reverse .txt-area::before {
    right: -44px;
  }

  .wk-off-area .txt-area {
    width: 252px;
  }
  .wk-off-area .txt-area .name {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    border-radius: 30px;
    width: auto;
  }
  .wk-off-area .img-area {
    width: 335px;
  }

  .work-title::before {
    width: 390px;
    height: 180px;
  }

  .environment-title::before {
    width: 390px;
    height: 192px;
  }

  .requirements-title::before {
    width: 294px;
    height: 215px;
  }

  .env-area-map {
    margin-bottom: 70px;
    padding-right: 60px;
  }
  .env-area-map .col1 {
    width: 770px;
  }
  .env-area-map .col2 {
    margin-top: 65px;
    width: 675px;
  }
  .env-area-map .col2 .col {
    width: 300px;
    margin-bottom: 65px;
  }
  .env-area-map .col2 .col .img {
    margin-bottom: 20px;
  }
  .env-area-map .col2 .col .caption {
    font-size: 27px;
    line-height: 32px;
  }

  .env-m01 {
    width: 516px;
    margin-bottom: 60px;
  }

  .env-like-box {
    width: calc( ( 100% - 136px ) / 3 );
    margin-bottom: 86px;
  }
  .env-like-box .img-area {
    margin-bottom: 36px;
  }
  .env-like-box .txt-area {
    padding: 28px;
    border-radius: 23px;
  }
  .env-like-box .txt-area p {
    font-size: 24px;
    line-height: 36px;
  }
  .env-like-box .txt-area p.name {
    font-size: 27px;
  }
  .env-like-box .txt-area::before {
    width: 32px;
    height: 44px;
  }

  .m01-note {
    margin-bottom: 90px;
  }

  .env-num {
    padding-right: 18px;
  }
  .env-num li {
    width: 455px;
    margin-bottom: 50px;
    margin-right: 50px;
  }

  .env-benefits {
    padding-right: 10px;
  }
  .env-benefits li {
    width: calc( ( 100% - 180px ) / 3 );
    margin-bottom: 45px;
    margin-right: 60px;
    font-size: 30px;
    line-height: 41px;
    height: 150px;
  }

  .more-open-btn {
    font-size: 21px;
    line-height: 30px;
    border-style: solid;
    border-color: #de0515;
    border-width: 1px;
    border-radius: 38px;
    width: 330px;
    height: 76px;
  }

  .wide-wrap-01 {
    margin-right: -365px;
  }

  .recruit-table th,
  .recruit-table td {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .flow-box {
    padding: 40px 55px;
    margin-bottom: 88px;
  }
  .flow-box h4 {
    font-size: 27px;
    line-height: 34px;
  }
  .flow-box .txt {
    font-size: 24px;
    line-height: 38px;
    margin-top: 28px;
  }
  .flow-box::before {
    width: 46px;
    height: 30px;
    bottom: -60px;
  }

  .contact-btn {
    font-size: 20px;
    line-height: 30px;
    width: 330px;
    margin-top: 40px;
  }
  .contact-btn a {
    height: 76px;
    border-radius: 38px;
  }

  /* お知らせ
  --------------------------------------------------------------------------------- */
  .news-list {
    margin-bottom: 120px;
  }
  .news-list li {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 42px;
  }
  .news-list li .date {
    font-size: 18px;
    width: 150px;
  }
  .news-list li a {
    padding: 30px 170px 30px 45px;
  }
  .news-list li a::after {
    right: 40px;
    width: 45px;
    height: 45px;
  }
  .news-list li a.none {
    padding-right: 45px;
  }

  .news-more-btn {
    font-size: 30px;
    line-height: 40px;
    width: 450px;
    height: 90px;
    margin-bottom: 120px;
    border-radius: 45px;
  }

  .page-nation {
    margin-bottom: 120px;
  }
  .page-nation ul li {
    margin: 0px 10px;
    line-height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .page-nation ul li a {
    width: 60px;
    height: 60px;
  }

  .news-title {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .news-title .date {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .news-title h2 {
    font-size: 57px;
    line-height: 74px;
  }

  .news-detail {
    margin-bottom: 120px;
    padding: 70px 0px;
  }

  .news-detail-inner {
    max-width: 900px;
  }

  .prev-next {
    margin-bottom: 120px;
    width: 300px;
  }
  .prev-next li {
    font-size: 21px;
    line-height: 30px;
  }
  .prev-next li.prev a,
  .prev-next li.prev span, .prev-next li.next a,
  .prev-next li.next span {
    width: 60px;
    height: 60px;
  }

  /* お問い合わせ
  --------------------------------------------------------------------------------- */
  .contact-m {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 24px;
  }
  .contact-m .required {
    font-size: 20px;
    padding: 0px 12px;
    border-radius: 5px;
    margin-left: 24px;
  }
  .contact-m .note {
    font-size: 20px;
    margin-left: 24px;
  }

  .input-area {
    margin-bottom: 68px;
  }
  .input-area p {
    font-size: 24px;
  }

  .form-flex-01 {
    margin-bottom: 35px;
  }

  .hyphen {
    width: 36px;
  }

  .input {
    padding: 20px 24px;
    margin: 0px 0px 20px;
    font-size: 24px;
    line-height: 35px;
  }
  .input.select {
    padding-right: 60px;
    max-width: 520px;
    background-image: url(../images/arrow_022.png);
    background-size: 45px auto;
  }

  input[type=radio],
  input[type=checkbox] {
    padding: 15px;
    top: 6px;
  }

  label {
    padding-left: 2em;
  }

  .wid01 {
    width: 190px;
  }

  .wid02 {
    max-width: 550px;
  }

  .wid03 {
    max-width: 867px;
  }

  .textarea01 {
    height: 450px;
  }

  .privacy-box {
    padding: 54px;
    margin-top: 120px;
    margin-bottom: 90px;
  }
  .privacy-box h4 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .agreement {
    margin-bottom: 90px;
  }

  .submit-btn {
    font-size: 30px;
    line-height: 40px;
    max-width: 450px;
    height: 90px;
    margin: 0px 10px 10px;
    border-radius: 45px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .anchor {
    margin-top: -240px;
    padding-top: 240px;
  }

  /* 見出し */
  .m01 {
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 90px;
    padding-left: 40px;
  }
  .m01::before {
    top: 8px;
    bottom: 10px;
    width: 15px;
  }

  .m02 {
    font-size: 33px;
    line-height: 40px;
    margin-top: 140px;
    margin-bottom: 40px;
    padding-left: 38px;
  }
  .m02::before {
    top: 4px;
    bottom: 5px;
    width: 15px;
  }

  /* 大きさ */
  .small {
    font-size: 16px;
    line-height: 26px;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
