@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
/* -----------------------------------------------------------------------------

キービジュアル

----------------------------------------------------------------------------- */
.mvarea {
  position: relative;
  height: 100vh;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .mvarea {
    height: 100vh;
  }
  .os-android .mvarea {
    height: calc(100vh - 50px);
  }
  .os-iOS .mvarea {
    height: calc(100vh - 110px);
  }
}
.mvarea .bg .newsAreaTop {
  position: absolute;
  z-index: 10;
  top: 13.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 420px) {
  .mvarea .bg .newsAreaTop {
    top: 8.1rem;
  }
}
.mvarea .bg .newsAreaTop .newslink {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.mvarea .bg .newsAreaTop .newsImportant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 1rem 2.4rem;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
}
.mvarea .bg .newsAreaTop .newsImportant:hover .tit::before {
  opacity: 0;
}
@media screen and (max-width: 420px) {
  .mvarea .bg .newsAreaTop .newsImportant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    padding: 1.2rem 1.6rem;
  }
}
.mvarea .bg .newsAreaTop .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: #FF8133;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .mvarea .bg .newsAreaTop .cat {
    font-size: 1.6rem;
  }
}
.mvarea .bg .newsAreaTop .cat::before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/index/important_icon.svg) center center/cover no-repeat;
}
.mvarea .bg .newsAreaTop .newsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .mvarea .bg .newsAreaTop .newsWrap {
    font-size: 1.4rem;
  }
}
.mvarea .bg .newsAreaTop .newsWrap .tit {
  position: relative;
  white-space: nowrap;
  pointer-events: none;
}
.mvarea .bg .newsAreaTop .newsWrap .tit::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4C4C4C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.mvarea .bg .phwrap {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvarea .bg .phwrap.active {
  z-index: 3;
}
.mvarea .bg .ph {
  display: table-cell;
  width: 33.333%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: clip-path 0.1s ease 2s, opacity 0.1s ease 2s;
  transition: clip-path 0.1s ease 2s, opacity 0.1s ease 2s;
}
.mvarea .bg .ph.active {
  opacity: 1;
  clip-path: polygon(0% 0%, 101% 0%, 101% 101%, 0% 101%);
  -webkit-transition: clip-path 1.4s cubic-bezier(0.64, 0.005, 0.355, 1), opacity 1.4s cubic-bezier(0.64, 0.005, 0.355, 1);
  transition: clip-path 1.4s cubic-bezier(0.64, 0.005, 0.355, 1), opacity 1.4s cubic-bezier(0.64, 0.005, 0.355, 1);
}
@media screen and (min-width: 421px) {
  .mvarea .bg .ph.img01 {
    background-image: url(../../img/index/img01_01.jpg);
  }
}
@media screen and (max-width: 420px) {
  .mvarea .bg .ph.img01 {
    background-image: url(../../img/index/img01_01sp.jpg);
  }
}
@media screen and (min-width: 421px) {
  .mvarea .bg .ph.img02 {
    background-image: url(../../img/index/img01_02.jpg);
  }
}
@media screen and (max-width: 420px) {
  .mvarea .bg .ph.img02 {
    background-image: url(../../img/index/img01_02sp.jpg);
  }
}
@media screen and (min-width: 421px) {
  .mvarea .bg .ph.img03 {
    background-image: url(../../img/index/img01_03.jpg);
  }
}
@media screen and (max-width: 420px) {
  .mvarea .bg .ph.img03 {
    background-image: url(../../img/index/img01_03sp.jpg);
  }
}
@media screen and (min-width: 421px) {
  .mvarea .bg .ph.img04 {
    background-image: url(../../img/index/img01_04.jpg);
  }
}
@media screen and (max-width: 420px) {
  .mvarea .bg .ph.img04 {
    background-image: url(../../img/index/img01_04sp.jpg);
  }
}
@media screen and (min-width: 421px) {
  .mvarea .bg .ph.img05 {
    background-image: url(../../img/index/img01_05.jpg);
  }
}
@media screen and (max-width: 420px) {
  .mvarea .bg .ph.img05 {
    background-image: url(../../img/index/img01_05sp.jpg);
  }
}
@media screen and (min-width: 421px) {
  .mvarea .bg .ph.img06 {
    background-image: url(../../img/index/img01_06.jpg);
  }
}
@media screen and (max-width: 420px) {
  .mvarea .bg .ph.img06 {
    background-image: url(../../img/index/img01_06sp.jpg);
  }
}
.mvarea .titlearea {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.mvarea .titlearea .txt:before {
  content: "";
  display: block;
  width: 70px;
  height: 62px;
  margin: auto;
  background-image: url(../../img/index/ph01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 420px) {
  .mvarea .titlearea .txt:before {
    width: 33px;
    height: 29px;
  }
}
.mvarea .titlearea .txt svg {
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
@media screen and (max-width: 420px) {
  .mvarea .titlearea .txt svg {
    margin-top: 3vw;
    width: 90vw;
    height: 12vw;
  }
}
.mvarea .titlearea .txt svg.active01 {
  opacity: 1;
}
.mvarea .titlearea .txt svg.active02 path {
  fill: rgb(255, 255, 255);
}
.mvarea .titlearea .txt svg path {
  fill: rgb(255, 128, 60);
  -webkit-transition: 1s;
  transition: 1s;
}
.mvarea .titlearea .copy {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .mvarea .titlearea .copy {
    font-size: 3.6vw;
    letter-spacing: 0.3vw;
    margin-top: -1vw;
    line-height: 1;
    padding: 5px 0;
  }
}
.mvarea .titlearea .copy > span {
  display: inline-block;
  color: #FF803C;
  -webkit-transition: color 1s, -webkit-transform 1s;
  transition: color 1s, -webkit-transform 1s;
  transition: color 1s, transform 1s;
  transition: color 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 420px) {
  .mvarea .titlearea .copy > span {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
.mvarea .titlearea .copy > span.active01 {
  -webkit-transform: none;
          transform: none;
}
.mvarea .titlearea .copy > span.active02 {
  color: #FFF;
}
.mvarea .titlearea .tit {
  margin-top: 8px;
}
@media screen and (max-width: 420px) {
  .mvarea .titlearea .tit {
    margin-top: 1vw;
    line-height: 1;
  }
}
@media screen and (max-width: 420px) {
  .mvarea .titlearea .tit img {
    width: 44vw;
    height: auto;
  }
}
.mvarea .scroll a {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  z-index: 10;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .mvarea .scroll a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 420px) {
  .mvarea .scroll a {
    bottom: 0;
  }
}
.mvarea .scroll .txt {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  color: #FFF;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 420px) {
  .mvarea .scroll .txt {
    font-size: 1.1rem;
  }
}
.mvarea .scroll .mark {
  display: block;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 23px;
  height: 38px;
  border-radius: 16px;
  border: 1px solid #FFF;
}
.mvarea .scroll .mark:before, .mvarea .scroll .mark:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FFF;
}
.mvarea .scroll .mark:before {
  width: 1px;
  height: 20px;
  top: 10px;
  -webkit-animation: scrollAnim 3s ease infinite;
          animation: scrollAnim 3s ease infinite;
}
@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  40% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40.1% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  99.9% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scrollAnim {
  0% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  40% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40.1% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  99.9% {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.mvarea .scroll .mark:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 8px;
  -webkit-animation: scrollAnimBall 3s ease infinite;
          animation: scrollAnimBall 3s ease infinite;
}
@-webkit-keyframes scrollAnimBall {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  40% {
    -webkit-transform: translateY(16px) scale(1);
            transform: translateY(16px) scale(1);
  }
  40.1% {
    -webkit-transform: translateY(16px) scale(1);
            transform: translateY(16px) scale(1);
  }
  80% {
    -webkit-transform: translateY(16px) scale(0);
            transform: translateY(16px) scale(0);
  }
  99.9% {
    -webkit-transform: translateY(16px) scale(0);
            transform: translateY(16px) scale(0);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@keyframes scrollAnimBall {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  40% {
    -webkit-transform: translateY(16px) scale(1);
            transform: translateY(16px) scale(1);
  }
  40.1% {
    -webkit-transform: translateY(16px) scale(1);
            transform: translateY(16px) scale(1);
  }
  80% {
    -webkit-transform: translateY(16px) scale(0);
            transform: translateY(16px) scale(0);
  }
  99.9% {
    -webkit-transform: translateY(16px) scale(0);
            transform: translateY(16px) scale(0);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}

/* -----------------------------------------------------------------------------

私たちについて

----------------------------------------------------------------------------- */
.aboutArea {
  position: relative;
  background-color: #F2F2EF;
  padding: 76px 50px 68px;
}
@media screen and (max-width: 420px) {
  .aboutArea {
    padding: 40px 15px;
  }
}
.aboutArea .bgtxt {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42vw;
}
@media screen and (max-width: 420px) {
  .aboutArea .bgtxt {
    width: 43vw;
    height: auto;
    left: 0;
    margin-left: 0;
  }
}
.aboutArea .in {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}
.aboutArea .title {
  position: relative;
}
.aboutArea .title:before {
  content: "About us";
}
.aboutArea .info {
  margin-left: 360px;
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  margin-top: 116px;
  width: 740px;
  height: 446px;
}
@media (max-width: 1200px) {
  .aboutArea .info {
    margin-left: 35%;
    width: 65%;
  }
}
@media screen and (max-width: 420px) {
  .aboutArea .info {
    margin-left: 0;
    margin-top: 25vw;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 110px;
  }
}
.aboutArea .info .tit {
  position: absolute;
  top: -70px;
  right: 60px;
  font-size: 2.8rem;
  line-height: 2.2;
  letter-spacing: 0.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
@media screen and (max-width: 420px) {
  .aboutArea .info .tit {
    top: -20vw;
    right: 30px;
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: 0.3rem;
  }
}
@media (max-width: 330px) {
  .aboutArea .info .tit {
    right: 20px;
  }
}
.aboutArea .info .tit span {
  display: block;
  border-right: 1px solid #D6D6CC;
  padding: 10px 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.aboutArea .info .tit span.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 420px) {
  .aboutArea .info .tit span {
    padding: 0 0 10px;
  }
}
.aboutArea .info .tit span:last-child {
  border-left: 1px solid #D6D6CC;
}
.aboutArea .info .ph {
  border-radius: 8px;
  position: absolute;
  width: 550px;
  height: 390px;
  top: -70px;
  left: -360px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1200px) {
  .aboutArea .info .ph {
    width: 44vw;
    height: 31vw;
    top: -6vw;
    left: -32vw;
  }
}
@media screen and (max-width: 420px) {
  .aboutArea .info .ph {
    position: relative;
    top: auto;
    left: auto;
    width: 50vw;
    height: 35vw;
    margin: -20vw auto 0 auto;
  }
}
@media screen and (max-width: 420px) {
  .aboutArea .info .capwrap {
    position: relative;
  }
}
.aboutArea .info .cap {
  position: absolute;
  top: 50px;
  right: 226px;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  line-height: 2.2;
}
@media screen and (max-width: 420px) {
  .aboutArea .info .cap {
    position: relative;
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
  }
}
@media (max-width: 330px) {
  .aboutArea .info .cap {
    line-height: 1.8;
  }
}
.aboutArea .info .cap > span {
  display: block;
  white-space: pre;
}
.aboutArea .info .cap .combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.aboutArea .link {
  margin-top: 38px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .aboutArea .link {
    margin-top: 30px;
  }
}

/* -----------------------------------------------------------------------------

事業内容

----------------------------------------------------------------------------- */
.businessArea {
  position: relative;
  padding: 90px 50px 84px;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .businessArea {
    padding: 10vw 15px;
  }
}
.businessArea:before, .businessArea:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #F2F2EF;
  background-image: url(../common/img/nami.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-size: 70px 9px;
}
@media screen and (max-width: 420px) {
  .businessArea:before, .businessArea:after {
    background-size: 35px 5px;
    height: 5px;
  }
}
.businessArea:before {
  top: 0;
  -webkit-animation: namianim 5s linear infinite;
          animation: namianim 5s linear infinite;
}
@media screen and (max-width: 420px) {
  .businessArea:before {
    -webkit-animation: namianimSP 4s linear infinite;
            animation: namianimSP 4s linear infinite;
  }
}
@-webkit-keyframes namianim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -70px 0px;
  }
}
@keyframes namianim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -70px 0px;
  }
}
@-webkit-keyframes namianimSP {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -35px 0px;
  }
}
@keyframes namianimSP {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -35px 0px;
  }
}
.businessArea:after {
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-animation: namianim2 5s linear infinite;
          animation: namianim2 5s linear infinite;
}
@media screen and (max-width: 420px) {
  .businessArea:after {
    -webkit-animation: namianim2SP 4s linear infinite;
            animation: namianim2SP 4s linear infinite;
  }
}
@-webkit-keyframes namianim2 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 70px 0px;
  }
}
@keyframes namianim2 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 70px 0px;
  }
}
@-webkit-keyframes namianim2SP {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 35px 0px;
  }
}
@keyframes namianim2SP {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 35px 0px;
  }
}
.businessArea .bgtxt {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -42vw;
}
@media screen and (max-width: 420px) {
  .businessArea .bgtxt {
    width: 31vw;
    height: auto;
    right: 0;
    margin-right: 0;
  }
}
.businessArea .in {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}
.businessArea .title {
  position: relative;
}
.businessArea .title:before {
  content: "Business Introduction";
}
@media screen and (max-width: 420px) {
  .businessArea .title:before {
    content: "Business \aIntroduction";
  }
}
.businessArea .sec01 {
  margin-top: 76px;
}
@media screen and (max-width: 420px) {
  .businessArea .sec01 {
    margin-top: 30px;
    position: relative;
    padding-top: 61vw;
  }
}
.businessArea .sec01:after {
  content: "";
  display: block;
  clear: both;
}
.businessArea .dl01 .dldt {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 420px) {
  .businessArea .dl01 .dldt {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 330px) {
  .businessArea .dl01 .dldt {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.businessArea .dl01 .dldt:before {
  display: inline-block;
  vertical-align: baseline;
  width: 60px;
  border-right: 2px solid #FFA03C;
  color: #FFA03C;
  margin-right: 20px;
  line-height: 0.8;
  font-size: 3.5rem;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 420px) {
  .businessArea .dl01 .dldt:before {
    width: auto;
    border-right: 1px solid #FFA03C;
    font-size: 2.7rem;
    top: 2px;
    padding-right: 12px;
    margin-right: 15px;
  }
}
.businessArea .dl01.type01 {
  width: 49%;
  float: left;
}
@media (max-width: 1200px) {
  .businessArea .dl01.type01 {
    width: 47%;
  }
}
@media screen and (max-width: 420px) {
  .businessArea .dl01.type01 {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .businessArea .dl01.type01 .dldt {
    margin-top: 28px;
  }
}
.businessArea .dl01.type01 .dldt:before {
  content: "01";
}
.businessArea .dl01.type02 {
  margin-top: 76px;
}
@media screen and (max-width: 420px) {
  .businessArea .dl01.type02 {
    margin-top: 60px;
  }
}
.businessArea .dl01.type02 .dldt:before {
  content: "02";
}
.businessArea .tit {
  margin-top: 36px;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 420px) {
  .businessArea .tit {
    margin-top: 20px;
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 330px) {
  .businessArea .tit {
    letter-spacing: 0;
  }
}
.businessArea .cap {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (max-width: 420px) {
  .businessArea .cap {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.businessArea .link01 {
  margin-top: 40px;
}
@media screen and (max-width: 420px) {
  .businessArea .link01 {
    margin-top: 20px;
    text-align: center;
  }
}
.businessArea .ph {
  float: right;
  width: 740px;
  height: 460px;
  margin-right: -190px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .businessArea .ph {
    width: 58%;
    height: 33vw;
    margin-right: -6%;
  }
}
@media screen and (max-width: 420px) {
  .businessArea .ph {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 61vw;
    border-radius: 5px;
  }
}
.businessArea .lists {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #F7F7F5;
  padding: 50px 0 60px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .businessArea .lists {
    border-radius: 5px;
    margin-top: 20px;
    padding: 30px 15px 30px 0;
  }
}
.businessArea .listone {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
@media screen and (max-width: 420px) {
  .businessArea .listone {
    width: auto;
    display: block;
    position: relative;
    padding-left: 142px;
  }
}
.businessArea .listone + .listone {
  margin-left: 40px;
}
@media (max-width: 1100px) {
  .businessArea .listone + .listone {
    margin-left: -10px;
  }
}
@media screen and (max-width: 420px) {
  .businessArea .listone + .listone {
    margin-left: 0;
    margin-top: 20px;
  }
}
.businessArea .tamago {
  width: 300px;
  height: 318px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 420px) {
  .businessArea .tamago {
    width: 143px;
    height: 152px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
  }
}
.businessArea .tamago .beta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF8133;
}
.businessArea .tamago svg {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  position: relative;
}
@media screen and (max-width: 420px) {
  .businessArea .tamago svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.businessArea .tamago svg path {
  fill: #F7F7F5;
}
.businessArea .tamago .ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.businessArea .servicename {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .businessArea .servicename {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 330px) {
  .businessArea .servicename {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
.businessArea .link02 {
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .businessArea .link02 {
    margin-top: 14px;
    padding-bottom: 20px;
  }
}
.businessArea .link02 a {
  max-width: 150px;
}

/* -----------------------------------------------------------------------------

お知らせ

----------------------------------------------------------------------------- */
.newsArea {
  position: relative;
  background-color: #F2F2EF;
  padding: 56px 50px 68px;
}
@media screen and (max-width: 420px) {
  .newsArea {
    padding: 40px 15px;
  }
}
.newsArea .in {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}
.newsArea .title:before {
  content: "News";
}
.newsArea .lists {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 420px) {
  .newsArea .lists {
    border-radius: 5px;
    padding: 18px 20px;
    margin-top: 30px;
  }
}
.newsArea .listone {
  position: relative;
  padding: 18px 0 18px 16px;
}
@media screen and (max-width: 420px) {
  .newsArea .listone {
    padding: 16px 0;
  }
}
.newsArea .listone + .listone {
  border-top: 1px solid #EBEBE6;
}
.newsArea .newslink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsArea .newslink[href] ~ .tit {
  text-decoration: underline;
}
.no-touchevents .newsArea .newslink[href]:hover ~ .tit {
  opacity: 0.6;
  text-decoration: none;
}
.no-touchevents .newsArea .newslink[href]:hover ~ .meta {
  opacity: 0.6;
}
.newsArea .meta {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 420px) {
  .newsArea .meta {
    width: auto;
    display: block;
  }
}
.newsArea .date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 420px) {
  .newsArea .date {
    font-size: 1.4rem;
  }
}
.newsArea .cat {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 130px;
}
@media screen and (max-width: 420px) {
  .newsArea .cat {
    margin-left: 10px;
    width: 100px;
  }
}
.newsArea .cat span {
  display: block;
  padding: 4px 0;
  background-color: #005583;
  border-radius: 20px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .newsArea .cat span {
    padding: 2px 0 1px 0;
    font-size: 1.3rem;
    border-radius: 16px;
  }
}
.newsArea .tit {
  width: 730px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 421px) {
  .newsArea .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1200px) {
  .newsArea .tit {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 420px) {
  .newsArea .tit {
    display: block;
    width: auto;
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 10px;
  }
}
.newsArea .link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .newsArea .link {
    margin-top: 28px;
  }
}

/* -----------------------------------------------------------------------------

採用情報

----------------------------------------------------------------------------- */
.recruitArea {
  position: relative;
  background-color: #000;
  max-height: 100vh;
  height: 52vw;
  text-align: center;
}
@media (max-width: 1300px) {
  .recruitArea {
    height: 100vh;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea {
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .phs {
    position: relative;
    height: 84.4vw;
  }
}
.recruitArea .phs .ph {
  position: absolute;
  background-size: cover;
  background-position: center center;
}
.recruitArea .phs .ph.type01 {
  top: 0%;
  left: 0%;
  width: 50%;
  height: 60%;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type01 {
    top: 0%;
    left: 0%;
    width: 80%;
    height: 60%;
  }
}
.recruitArea .phs .ph.type02 {
  top: 0%;
  left: 62.5%;
  width: 25%;
  height: 21%;
}
@media (max-width: 1300px) {
  .recruitArea .phs .ph.type02 {
    width: 12.5%;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type02 {
    display: none;
  }
}
.recruitArea .phs .ph.type03 {
  top: 0%;
  left: 87.5%;
  width: 12.5%;
  height: 20%;
}
@media (max-width: 1300px) {
  .recruitArea .phs .ph.type03 {
    left: 75%;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type03 {
    display: none;
  }
}
.recruitArea .phs .ph.type04 {
  top: 40%;
  left: 87.5%;
  width: 12.5%;
  height: 40%;
}
@media (max-width: 1300px) {
  .recruitArea .phs .ph.type04 {
    top: 79%;
    height: 21%;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type04 {
    top: 20%;
    left: 80%;
    width: 20%;
    height: 40%;
  }
}
.recruitArea .phs .ph.type05 {
  top: 60%;
  left: 0%;
  width: 12.5%;
  height: 40%;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type05 {
    top: 60%;
    left: 0%;
    width: 20%;
    height: 40%;
  }
}
.recruitArea .phs .ph.type06 {
  top: 80%;
  left: 12.5%;
  width: 12.5%;
  height: 20%;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type06 {
    top: 60%;
    left: 20%;
    width: 20%;
    height: 20%;
  }
}
.recruitArea .phs .ph.type07 {
  top: 60%;
  left: 25%;
  width: 25%;
  height: 40%;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type07 {
    top: 60%;
    left: 40%;
    width: 40%;
    height: 40%;
  }
}
.recruitArea .phs .ph.type08 {
  top: 79%;
  left: 50%;
  width: 12.5%;
  height: 21%;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type08 {
    display: none;
  }
}
.recruitArea .phs .ph.type09 {
  top: 79%;
  left: 62.5%;
  width: 12.5%;
  height: 21%;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type09 {
    top: 80%;
    left: 80%;
    width: 20%;
    height: 20%;
  }
}
.recruitArea .phs .ph.type10 {
  top: 79%;
  left: 75%;
  width: 25%;
  height: 21%;
}
@media (max-width: 1300px) {
  .recruitArea .phs .ph.type10 {
    width: 12.5%;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .ph.type10 {
    display: none;
  }
}
.recruitArea .phs .block {
  position: absolute;
}
.recruitArea .phs .block:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #FFF;
  font-size: 8rem;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .block:after {
    font-size: 3.3rem;
  }
}
.recruitArea .phs .block.type01 {
  top: 0%;
  left: 50%;
  width: 12.5%;
  height: 21%;
  background-color: #FF8133;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .block.type01 {
    top: 0%;
    left: 80%;
    width: 20%;
    height: 20%;
  }
}
.recruitArea .phs .block.type01:after {
  content: "N";
}
.recruitArea .phs .block.type02 {
  top: 20%;
  left: 87.5%;
  width: 12.5%;
  height: 20%;
  background-color: #0055A9;
}
@media (max-width: 1300px) {
  .recruitArea .phs .block.type02 {
    top: 0;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .block.type02 {
    top: 60%;
    left: 80%;
    width: 20%;
    height: 20%;
  }
}
.recruitArea .phs .block.type02:after {
  content: "E";
}
.recruitArea .phs .block.type03 {
  top: 60%;
  left: 12.5%;
  width: 12.5%;
  height: 20%;
  background-color: #FFA22E;
}
@media screen and (max-width: 420px) {
  .recruitArea .phs .block.type03 {
    top: 80%;
    left: 20%;
    width: 20%;
    height: 20%;
  }
}
.recruitArea .phs .block.type03:after {
  content: "S";
}
.recruitArea .info {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 37.5%;
  height: 60%;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .recruitArea .info {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .recruitArea .info {
    position: static;
    width: auto;
    height: auto;
    padding: 32px 15px;
    border-radius: 0;
  }
}
.recruitArea .in {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 420px) {
  .recruitArea .in {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.recruitArea .title:before {
  content: "Recruit Project";
}
.recruitArea .cap {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 34px;
}
@media screen and (max-width: 420px) {
  .recruitArea .cap {
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    margin-top: 24px;
  }
}
.recruitArea .link {
  margin-top: 40px;
}
@media screen and (max-width: 420px) {
  .recruitArea .link {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------------------------

企業概要

----------------------------------------------------------------------------- */
.companyArea {
  position: relative;
  background-color: #F2F2EF;
  padding: 76px 50px 118px;
  text-align: left;
}
@media screen and (max-width: 420px) {
  .companyArea {
    padding: 40px 15px;
  }
}
.companyArea .bgtxt {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42vw;
}
@media screen and (max-width: 420px) {
  .companyArea .bgtxt {
    width: 30vw;
    height: auto;
    left: 0;
    margin-left: 0;
  }
}
.companyArea .in {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}
.companyArea .title {
  position: relative;
}
.companyArea .title:before {
  content: "Company";
}
.companyArea .info {
  margin-top: 30px;
  background-color: #FFF;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .companyArea .info {
    display: table;
  }
}
@media screen and (max-width: 420px) {
  .companyArea .info {
    display: block;
    margin-top: 26px;
    border-radius: 5px;
  }
}
.companyArea .info:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1200px) {
  .companyArea .info:after {
    display: none;
  }
}
.companyArea .ph {
  width: 550px;
  height: 390px;
  background-size: cover;
  background-position: center center;
  float: left;
}
@media (max-width: 1200px) {
  .companyArea .ph {
    display: table-cell;
    width: 50%;
    height: auto;
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .companyArea .ph {
    display: block;
    width: 100%;
    height: 48vw;
  }
}
.companyArea .block {
  float: right;
  width: 440px;
  margin-right: 60px;
  margin-top: 44px;
}
@media (max-width: 1200px) {
  .companyArea .block {
    display: table-cell;
    float: none;
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 22px 24px 40px 24px;
  }
}
@media screen and (max-width: 420px) {
  .companyArea .block {
    display: block;
    padding: 30px 20px;
    width: auto;
  }
}
.companyArea .tit {
  font-size: 2.2rem;
  line-height: 4rem;
}
@media screen and (max-width: 420px) {
  .companyArea .tit {
    font-size: 1.7rem;
    line-height: 3rem;
  }
}
@media (max-width: 330px) {
  .companyArea .tit {
    font-size: 1.6rem;
  }
}
.companyArea .cap {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media screen and (max-width: 420px) {
  .companyArea .cap {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 16px;
  }
}
.companyArea .link {
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 420px) {
  .companyArea .link {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------------------------

コピーライト

----------------------------------------------------------------------------- */
.mod_footer .copyright {
  z-index: 10;
}
@media screen and (min-width: 421px) {
  .mod_footer .copyright {
    color: #FFF;
    -webkit-transition: color 1s linear;
    transition: color 1s linear;
  }
  .copyrightChangeColor .mod_footer .copyright {
    color: #4C4C4C;
  }
}

.copyrightChangeColorInview {
  position: absolute;
  top: 150vh;
  left: 0;
  width: 1px;
  bottom: 0;
  pointer-events: none;
}
/*# sourceMappingURL=index.css.map */