/* variable
-------------------------------------------------------------------------------------------------------------------- */

/* mixin
-------------------------------------------------------------------------------------------------------------------- */

/* keyframes
------------------------------------------ */

@-webkit-keyframes float_horizontal {
  0% {
    transform: translate3d(4px, 0, 0);
  }

  50% {
    transform: translate3d(-4px, 0, 0);
  }

  100% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes float_horizontal {
  0% {
    transform: translate3d(4px, 0, 0);
  }

  50% {
    transform: translate3d(-4px, 0, 0);
  }

  100% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes float_vertical {
  0% {
    margin-top: 4px;
  }

  50% {
    margin-top: -4px;
  }

  100% {
    margin-top: 4px;
  }
}

@keyframes float_vertical {
  0% {
    margin-top: 4px;
  }

  50% {
    margin-top: -4px;
  }

  100% {
    margin-top: 4px;
  }
}

@-webkit-keyframes rotate_loop {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate_loop {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* function
-------------------------------------------------------------------------------------------------------------------- */

.messageCont {
  margin-bottom: 100px;
  padding: 130px 0 370px;
  background: linear-gradient(to left, #c27d73 0, #f1a59a 100%) no-repeat;
  position: relative;
}

.messageCont .ui_tit03 {
  margin-bottom: 68px;
}

.messageCont .ui_tit03 > .wrap > .en {
  font-size: 10.625rem;
  color: #c27d73;
}

.messageCont .ui_tit03 > .wrap > .ja {
  top: -18px;
  color: #fff;
}

.messageCont .boxIn {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
}

.messageCont .boxIn .tit {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.messageCont .boxIn > p {
  text-align: center;
}

.messageCont .boxIn .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.messageCont .boxIn .pic figure {
  position: absolute;
}

.messageCont .boxIn .pic figure:nth-child(1) {
  top: -140px;
  left: -270px;
}

.messageCont .boxIn .pic figure:nth-child(2) {
  top: 100px;
  left: -175px;
}

.messageCont .boxIn .pic figure:nth-child(3) {
  top: -35px;
  right: -210px;
}

.messageCont .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ui_boxMessage .ui_tit02 {
  margin-bottom: 60px;
}

.ui_boxMessage .boxIn {
  padding-bottom: 95px;
}

.ui_boxMessage .boxIn .txt > div {
  margin-bottom: 50px;
}

.ui_boxMessage .boxIn .txt > div:last-child {
  margin-bottom: 0;
}

.ui_boxMessage .boxIn .pic {
  right: -37px;
}

.ui_boxCharm.type02 .ui_tit03 {
  margin-bottom: 53px;
}

.ui_boxCharm.type02 .tablist {
  width: 1100px;
  margin: 58px auto 180px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  z-index: 2;
}

.ui_boxCharm.type02 .tablist > li {
  min-height: 250px;
  width: 260px;
  position: relative;
}

.ui_boxCharm.type02 .tablist > li:nth-child(even) {
  transform: translateY(22px);
}

.ui_boxCharm.type02 .tablist > li > a {
  width: 100%;
  padding: 32px 30px 52px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom right, #c27d73 40%, #f1a59a 100%);
  transition: opacity 0.3s ease-in-out;
}

.ui_boxCharm.type02 .tablist > li > a::after {
  content: '';
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 100%;
  left: 56px;
  border: 5px solid #d6958b;
  border-width: 15px 10px;
  border-color: #d6958b transparent transparent transparent;
}

.ui_boxCharm.type02 .tablist > li > a:hover {
  opacity: 0.7;
}

.ui_boxCharm.type02 .tablist > li > a .num {
  margin-bottom: 34px;
  display: block;
  font-family: classico-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

.ui_boxCharm.type02 .tablist > li > a .num:after {
  content: '';
  display: inline-block;
  padding-left: 10px;
}

.ui_boxCharm.type02 .tablist > li > a .txt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-size: 2.1875rem;
  line-height: 1.4;
  text-align: center;
}

.ui_boxCharm.type02 .tablist > li > a .txt .big {
  font-size: 2.8125rem;
}

.ui_boxCharm.type02 .tablist > li:nth-child(2) {
  transition-delay: 160ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(3) {
  transition-delay: 240ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(4) {
  transition-delay: 320ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(5) {
  transition-delay: 400ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(6) {
  transition-delay: 480ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(7) {
  transition-delay: 560ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(8) {
  transition-delay: 640ms;
}

.ui_boxCharm.type02 .tablist > li:nth-child(1) .num:after {
  content: "01";
}

.ui_boxCharm.type02 .tablist > li:nth-child(2) .num:after {
  content: "02";
}

.ui_boxCharm.type02 .tablist > li:nth-child(3) .num:after {
  content: "03";
}

.ui_boxCharm.type02 .tablist > li:nth-child(4) .num:after {
  content: "04";
}

.ui_boxCharm.type02 .tablist > li:nth-child(5) .num:after {
  content: "05";
}

.ui_boxCharm.type02 .tablist > li:nth-child(6) .num:after {
  content: "06";
}

.ui_boxCharm.type02 .tablist > li:nth-child(7) .num:after {
  content: "07";
}

.ui_boxCharm.type02 .tablist > li:nth-child(8) .num:after {
  content: "08";
}

.ui_boxCharm.type02 .tablist > li:nth-child(9) .num:after {
  content: "09";
}

.ui_boxCharm.type02 .tablist > li:nth-child(10) .num:after {
  content: "10";
}

.reasonCont {
  padding: 122px 0 112px;
  background: linear-gradient(to left, #c27d73 0, #f1a59a 100%) no-repeat;
  color: #fff;
}

.reasonCont .ui_tit03 {
  margin-bottom: 41px;
}

.reasonCont .ui_tit03 > .wrap > .en {
  font-size: 10.625rem;
  color: #c27d73;
}

.reasonCont .ui_tit03 > .wrap > .ja {
  top: -18px;
  color: #fff;
}

.reasonCont > .lead {
  margin-bottom: 70px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

.reasonCont .boxIn {
  width: 1100px;
  margin: 0 auto;
}

.reasonCont .boxIn .layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 67px;
}

.reasonCont .boxIn .layout:last-child {
  margin-bottom: 0;
}

.reasonCont .boxIn .layout:nth-child(1) {
  flex-direction: row-reverse;
}

.reasonCont .boxIn .layout:nth-child(1) > .pic {
  margin-right: -190px;
  margin-left: 55px;
}

.reasonCont .boxIn .layout .txt {
  width: 655px;
}

.reasonCont .boxIn .layout > .pic {
  margin-top: 10px;
  margin-right: 55px;
}

.ui_boxFlow .boxIn > .list > li {
  align-items: flex-start;
}

.ui_boxFlow .boxIn > .list > li .pic .time {
  position: relative;
}

.ui_boxFlow .boxIn > .list > li .pic .time > .ico {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3125rem;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -25px;
}

.ui_boxFlow .boxIn > .list > li .txt {
  margin-top: 0;
}

.environmentCont {
  width: 1100px;
  margin: 0 auto 200px;
}

.environmentCont .layout {
  overflow: hidden;
}

.environmentCont .layout > div {
  overflow: hidden;
}

.environmentCont .layout .tit {
  margin-bottom: 25px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
}

.environmentCont .layout .tit > .ja {
  margin-right: 40px;
  font-size: 2.25rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.environmentCont .layout .tit > .en {
  font-size: 0.9375rem;
  font-family: classico-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #db6472;
  letter-spacing: 0.22em;
}

.environmentCont .layout.work {
  margin-bottom: 85px;
}

.environmentCont .layout.work .list {
  margin-top: 70px;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f2cdc7;
}

.environmentCont .layout.work .list > li {
  width: 230px;
  margin-right: 20px;
  padding: 36px 20px 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.environmentCont .layout.work .list > li:last-child {
  margin-right: 0;
}

.environmentCont .layout.work .list > li .ico {
  width: 39px;
  height: 46px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.environmentCont .layout.work .list > li > p {
  height: 78px;
  display: flex;
  align-items: center;
  line-height: 1.625;
  text-align: center;
}

.environmentCont .layout.growth .tit > .en {
  color: #93764b;
}

.environmentCont .layout.growth .list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

.environmentCont .layout.growth .list > li {
  width: 340px;
  margin-right: 40px;
}

.environmentCont .layout.growth .list > li:last-child {
  margin-right: 0;
}

.environmentCont .layout.growth .list > li .txt {
  padding: 26px 20px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.526;
  background: linear-gradient(to left, #ab916a 0, #8f7246 100%) no-repeat;
}

.ui_boxVoice {
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.ui_boxVoice .boxIn .ui_tit06 {
  margin-bottom: -38px;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .fc01 {
  background: linear-gradient(transparent 60%, #ffddce 60%) left bottom 0;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .tit > span:nth-child(1) {
  background-color: #db6472;
  color: #fff;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .tit > span:nth-child(2) {
  color: #222;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li {
  color: #222 !important;
  border-color: #b5b5b5;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .question > .tit {
  color: #db6472;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .question:before {
  color: #db6472;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .answer:before {
  color: #93764b;
}

.ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList .os-scrollbar-handle {
  background-color: #db6472;
}

.ui_boxVoice .boxIn .otherVoice {
  margin-top: 50px;
  background-color: #fff;
  position: relative;
}

.ui_boxVoice .boxIn .otherVoice .bg {
  position: absolute;
  top: 0;
  right: 0;
}

.ui_boxVoice .boxIn .otherVoice > .tit {
  margin-bottom: 30px;
  padding: 25px 40px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.125rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #db6472;
}

.ui_boxVoice .boxIn .otherVoice .inner {
  padding: 0 150px 70px;
}

.ui_boxVoice .boxIn .otherVoice .inner > .txt {
  margin-bottom: 53px;
}

.ui_boxVoice .boxIn .otherVoice .inner > .txt:last-child {
  margin-bottom: 0;
}

.ui_boxVoice .boxIn .otherVoice .inner > .txt > .tit {
  margin-bottom: 25px;
  padding-bottom: 12px;
  font-size: 1.5rem;
  color: #db6472;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #b5b5b5;
}

.ui_boxVoice .boxIn .otherVoice .inner > .txt > ul > li {
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
}

.ui_boxVoice .boxIn .otherVoice .inner > .txt > ul > li:nth-child(n + 2) {
  margin-top: 7px;
}

.ui_boxVoice .boxIn .otherVoice .inner > .txt > ul > li:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100px;
  background-color: #db6472;
  position: absolute;
  top: 2px;
  left: 0;
}

.ui_boxVoice .boxIn .otherVoice .inner iframe {
  padding-top: 50px;
  width: 900px;
  height: 506px;
}

.philosophyCont {
  margin-bottom: 150px;
  padding: 130px 0 195px;
  background: linear-gradient(to right, #ab916a 0, #8f7246 100%) no-repeat;
  position: relative;
}

.philosophyCont .boxIn {
  width: 1360px;
  margin: 0 auto;
  color: #fff;
}

.philosophyCont .boxIn .ui_tit03 {
  margin-bottom: 50px;
}

.philosophyCont .boxIn .ui_tit03 .wrap .en {
  font-size: 10.625rem;
  color: #93764b;
}

.philosophyCont .boxIn .ui_tit03 .wrap .ja {
  font-size: 2.75rem;
  color: #fff;
}

.philosophyCont .boxIn .main {
  margin-bottom: 83px;
  font-size: 1.625rem;
  line-height: 1.731;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
}

.philosophyCont .boxIn .vision {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.philosophyCont .boxIn .vision .ui_tit04 {
  margin-bottom: 47px;
}

.philosophyCont .boxIn .vision .list > li {
  padding-left: 90px;
  position: relative;
}

.philosophyCont .boxIn .vision .list > li:after {
  content: '';
  display: inline-block;
  font-family: classico-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.75rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.philosophyCont .boxIn .vision .list > li > p {
  font-size: 1.5rem;
  line-height: 1.6667;
}

.philosophyCont .boxIn .vision .list > li:nth-child(n + 2) {
  margin-top: 34px;
}

.philosophyCont .boxIn .vision .list > li:nth-child(1):after {
  content: "01";
}

.philosophyCont .boxIn .vision .list > li:nth-child(2):after {
  content: "02";
}

.philosophyCont .boxIn .vision .list > li:nth-child(3):after {
  content: "03";
}

.philosophyCont .boxIn .vision .list > li:nth-child(4):after {
  content: "04";
}

.philosophyCont .boxIn .vision .list > li:nth-child(5):after {
  content: "05";
}

.philosophyCont .boxIn .vision .list > li:nth-child(6):after {
  content: "06";
}

.philosophyCont .boxIn .vision .list > li:nth-child(7):after {
  content: "07";
}

.philosophyCont .boxIn .vision .list > li:nth-child(8):after {
  content: "08";
}

.philosophyCont .boxIn .vision .list > li:nth-child(9):after {
  content: "09";
}

.philosophyCont .boxIn .vision .list > li:nth-child(10):after {
  content: "10";
}

.philosophyCont .boxIn .vision .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#gallery > .slider.lazyloaded {
  background-image: url("../img/pic_gallery.png");
}

.ui_boxWorries::after {
  background-image: url("../img/bg_worries01.png");
}

.ui_boxManual {
  margin-bottom: 150px;
}

.ui_boxManual:after,
.ui_boxManual > p:after {
  content: '';
  display: block;
  clear: both;
}

.ui_boxManual > *:first-child {
  margin-top: 0;
}

.ui_boxManual > *:last-child {
  margin-bottom: 0;
}

.ui_boxManual .boxIn {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.ui_boxManual .boxIn .swiper-container {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}

.ui_boxManual .boxIn .swiper-slide {
  width: 540px;
  height: auto;
  margin: 0 40px;
  position: relative;
  opacity: 0.3;
  transform: scale(0.8);
  transition: all 0.3s;
}

.ui_boxManual .boxIn .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.ui_boxManual .boxIn .btn {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  width: 60px;
  height: 60px;
  transition: opacity 0.3s;
  display: block;
  background: center no-repeat;
  background-image: url("../img/btn_arrow_swiper02.png");
  background-size: contain;
}

.ui_boxManual .boxIn .btn.prev {
  left: 182px;
  transform: rotate(180deg);
}

.ui_boxManual .boxIn .btn.next {
  right: 182px;
}

.ui_boxManual .boxIn .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.ui_boxManual .boxIn .btn[aria-disabled='true'] {
  opacity: 0.7;
  background-image: url("../../common/img/btn_arrow_swiper01_disable.png");
  transform: rotate(0deg);
}

.ui_boxManual .boxIn .btn[aria-disabled='true'].next {
  transform: rotate(180deg);
}

.ui_tit05 > .pink > .ja,
.ui_tit05 > .pink .en {
  color: #db6472;
}

.ui_boxCareer.career02 .list .btn[aria-disabled='true'] {
  background-image: url(../img/btn_arrow_swiper02_disable.png);
}

.ui_boxCareer.career02 .list .btn {
  background: url(../img/btn_arrow_swiper02.png) center/contain no-repeat;
}

.ui_boxCareer.career02 .list .slide > li:nth-child(3) .txt p:last-child,
.ui_boxCareer.career02 .list .slide > li:nth-child(4) .txt p:last-child {
  padding-bottom: 100px;
}

.ui_boxCareer.career02 .list .slide > li .answer {
  height: 730px;
  overflow: hidden;
}

.ui_boxCareer.career02 .list .slide > li .answer .lead {
  width: 80%;
  text-align: justify;
  margin: 0 auto 20px;
}

.ui_boxCareer.career02 .list .slide > li .answer .tit > span {
  color: #db6472;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt {
  height: 440px;
  overflow: auto;
  background-color: #fbeff1;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .os-scrollbar-vertical {
  width: 8px !important;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .os-scrollbar {
  padding: 0;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .os-scrollbar-vertical {
  width: 5px;
  right: 0;
  top: 7px;
  bottom: 7px;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .os-scrollbar-track,
.ui_boxCareer.career02 .list .slide > li .answer .txt .os-scrollbar-handle {
  border-radius: 0;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .os-scrollbar-handle {
  background-color: #ce5d68;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .title {
  margin-top: 30px;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .title:first-child {
  margin-top: 0;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt p {
  font-size: 16px;
  margin-bottom: 20px;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt p > span {
  background-color: #db6472;
  color: #fff;
  padding: 10px;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .detail:last-child {
  padding-bottom: 60px;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .detail ul {
  width: 316px;
}

.ui_boxCareer.career02 .list .slide > li .answer .txt .detail ul li::before {
  background-color: #db6472;
}

@media (min-width: 751px) {
  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide {
    padding: 95px 0 95px 155px;
    background-color: #fff;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide:nth-child(2) .pic,
  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide:nth-child(3) .pic {
    right: -16px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout {
    width: 895px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList {
    max-height: 477px;
  }

  .ui_boxVoice .boxIn .btn.next {
    right: 260px;
  }

  .ui_boxCareer .list .slide > li {
    min-height: 695px;
  }
}

@media (min-width: 751px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 751px) and (min-resolution: 2dppx) {
  #gallery > .slider.lazyloaded {
    background-image: url("../img/pic_gallery@2x.png");
  }

  .ui_boxWorries::after {
    background-image: url("../img/bg_worries01@2x.png");
  }

  .ui_boxManual .boxIn .btn {
    background-image: url("../img/btn_arrow_swiper02@2x.png");
  }

  .ui_boxManual .boxIn .btn[aria-disabled='true'] {
    background-image: url("../../common/img/btn_arrow_swiper01_disable@2x.png");
  }
}

@media (max-width: 750px) {
  .messageCont {
    margin-bottom: 80px;
    padding: 85px 0 380px;
  }

  .messageCont .ui_tit03 {
    margin-bottom: 36px;
  }

  .messageCont .ui_tit03 > .wrap > .en {
    font-size: 5rem;
  }

  .messageCont .ui_tit03 > .wrap > .ja {
    top: 62px;
    font-size: 1.875rem;
  }

  .messageCont .boxIn {
    width: 670px;
  }

  .messageCont .boxIn .tit {
    margin-bottom: 36px;
    font-size: 1.375rem;
  }

  .messageCont .boxIn > p {
    text-align: left;
  }

  .ui_boxMessage .ui_tit02 {
    margin-bottom: 42px;
  }

  .ui_boxMessage .boxIn {
    padding-bottom: 95px;
  }

  .ui_boxMessage .boxIn .txt > div {
    margin-bottom: 50px;
  }

  .ui_boxMessage .boxIn .txt > div:last-child {
    margin-bottom: 0;
  }

  .ui_boxMessage .boxIn .pic {
    right: -7px;
    bottom: -18px;
  }

  .ui_boxCharm.type02 .ui_tit03 {
    margin-bottom: 25px;
  }

  .ui_boxCharm.type02 .ui_tit03 .wrap .ja {
    font-size: 1.875rem;
  }

  .ui_boxCharm.type02 .ui_tit03 .wrap .ja .small {
    font-size: 1.5625rem;
  }

  .ui_boxCharm.type02 .tablist {
    width: 670px;
    margin: 55px auto 180px;
  }

  .ui_boxCharm.type02 .tablist > li {
    min-height: 330px;
    width: 322px;
    position: relative;
  }

  .ui_boxCharm.type02 .tablist > li:nth-child(n + 3) {
    margin-top: 40px;
  }

  .ui_boxCharm.type02 .tablist > li > a {
    padding: 30px 30px 70px;
  }

  .ui_boxCharm.type02 .tablist > li > a::after {
    top: auto;
    left: 67px;
    bottom: -20px;
    border-width: 20px 12px;
    border-color: #d6958b transparent transparent transparent;
  }

  .ui_boxCharm.type02 .tablist > li > a .num {
    margin-bottom: 45px;
    font-size: 0.8125rem;
  }

  .ui_boxCharm.type02 .tablist > li > a .num:after {
    padding-left: 13px;
  }

  .ui_boxCharm.type02 .tablist > li > a .txt {
    font-size: 1.375rem;
  }

  .ui_boxCharm.type02 .tablist > li > a .txt .big {
    font-size: 1.75rem;
  }

  .reasonCont {
    padding: 86px 0 75px;
  }

  .reasonCont .ui_tit03 {
    margin-bottom: 40px;
  }

  .reasonCont .ui_tit03 > .wrap > .en {
    font-size: 5rem;
  }

  .reasonCont .ui_tit03 > .wrap > .ja {
    top: 62px;
    font-size: 1.875rem;
  }

  .reasonCont > .lead {
    margin-bottom: 50px;
    font-size: 1.375rem;
    line-height: 1.545;
  }

  .reasonCont .boxIn {
    width: 670px;
  }

  .reasonCont .boxIn .layout {
    display: block;
    margin-bottom: 65px;
  }

  .reasonCont .boxIn .layout .txt {
    width: 100%;
  }

  .reasonCont .boxIn .layout .txt > p {
    font-feature-settings: 'palt';
  }

  .reasonCont .boxIn .layout > .pic {
    margin: 0 0 40px !important;
  }

  .reasonCont .boxIn .layout > .pic img {
    width: 100%;
    float: none;
  }

  .reasonCont .boxIn .layout:nth-child(2) > .pic {
    margin: 0 40px 40px !important;
  }

  .ui_boxFlow .boxIn > .list > li .pic .time {
    display: flex;
    align-items: center;
  }

  .ui_boxFlow .boxIn > .list > li .pic .time > .ico {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    border-width: 2px;
    font-size: 1.0625rem;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .environmentCont {
    width: 670px;
    margin: 0 auto 200px;
  }

  .environmentCont .layout .tit {
    padding-top: 0;
    display: block;
    text-align: center;
  }

  .environmentCont .layout .tit > .ja {
    margin-bottom: 3px;
    margin-right: 0;
    font-size: 1.9375rem;
    display: block;
  }

  .environmentCont .layout .tit > .en {
    font-size: 0.8125rem;
    display: block;
  }

  .environmentCont .layout .pic_m {
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }

  .environmentCont .layout .pic_m img {
    width: 100%;
    height: auto;
  }

  .environmentCont .layout.work {
    margin-bottom: 75px;
  }

  .environmentCont .layout.work .list {
    margin-top: 50px;
    padding: 40px;
  }

  .environmentCont .layout.work .list > li {
    width: 282px;
    margin-right: 26px;
    padding: 44px 20px 35px;
  }

  .environmentCont .layout.work .list > li:nth-child(2n) {
    margin-right: 0;
  }

  .environmentCont .layout.work .list > li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .environmentCont .layout.work .list > li .ico {
    width: 47px;
    height: 57px;
    margin-bottom: 25px;
  }

  .environmentCont .layout.work .list > li > p {
    height: 118px;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .environmentCont .layout.growth .list {
    margin-top: 55px;
    display: block;
  }

  .environmentCont .layout.growth .list > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 63px;
  }

  .environmentCont .layout.growth .list > li:last-child {
    margin-bottom: 0;
  }

  .environmentCont .layout.growth .list > li .txt {
    padding: 50px 20px;
  }

  .ui_boxVoice {
    margin-bottom: 100px;
    padding-top: 27px;
    padding-bottom: 100px;
  }

  .ui_boxVoice .boxIn .ui_tit06 {
    margin-bottom: 24px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide {
    position: relative;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide:before {
    content: '';
    width: 670px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    bottom: 0;
    z-index: -1;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout {
    padding: 100px 40px 0;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList {
    max-height: 600px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li {
    padding-left: 0;
    padding-right: 50px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .question {
    padding-top: 0;
    padding-left: 85px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .question:before {
    font-size: 2.4375rem;
    left: 0 !important;
    transform: translateX(0);
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .question .tit {
    text-align: left;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .answer {
    padding-top: 0;
    padding-left: 85px;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList ul > li .answer:before {
    font-size: 2.4375rem;
    left: 0 !important;
    transform: translateX(0);
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .txt .faqList .os-scrollbar-vertical {
    width: 15px !important;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .cp_box {
    margin-top: 0;
  }

  .ui_boxVoice .boxIn .swiper-container .slide .swiper-slide .layout .cp_box .cp_container {
    width: 590px;
    height: auto;
  }

  .ui_boxVoice .boxIn .otherVoice {
    margin: 80px 40px 0;
  }

  .ui_boxVoice .boxIn .otherVoice .bg {
    position: absolute;
    top: 0;
    right: 0;
  }

  .ui_boxVoice .boxIn .otherVoice > .tit {
    margin-bottom: 50px;
    padding: 36px 40px;
    font-size: 1.875rem;
  }

  .ui_boxVoice .boxIn .otherVoice .inner {
    padding: 0 40px 70px;
  }

  .ui_boxVoice .boxIn .otherVoice .inner > .txt {
    margin-bottom: 53px;
  }

  .ui_boxVoice .boxIn .otherVoice .inner > .txt:last-child {
    margin-bottom: 0;
  }

  .ui_boxVoice .boxIn .otherVoice .inner > .txt > .tit {
    margin-bottom: 33px;
    padding-bottom: 25px;
    font-size: 1.25rem;
    text-align: center;
    border-bottom-width: 2px;
  }

  .ui_boxVoice .boxIn .otherVoice .inner > .txt > ul > li {
    padding-left: 45px;
  }

  .ui_boxVoice .boxIn .otherVoice .inner > .txt > ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .ui_boxVoice .boxIn .otherVoice .inner > .txt > ul > li:before {
    width: 28px;
    height: 28px;
    top: 8px;
    left: 3px;
  }

  .ui_boxVoice .boxIn .otherVoice .inner iframe {
    padding-top: 40px;
    width: 560px;
    height: 315px;
  }

  .philosophyCont {
    margin-bottom: 100px;
    padding: 80px 0 295px;
  }

  .philosophyCont .boxIn {
    width: 690px;
  }

  .philosophyCont .boxIn .ui_tit03 {
    margin-bottom: 43px;
  }

  .philosophyCont .boxIn .ui_tit03 .wrap .en {
    font-size: 3.75rem;
  }

  .philosophyCont .boxIn .ui_tit03 .wrap .ja {
    font-size: 1.875rem;
  }

  .philosophyCont .boxIn .main {
    margin-bottom: 45px;
    font-size: 1.375rem;
    line-height: 1.545;
    font-feature-settings: 'palt';
  }

  .philosophyCont .boxIn .vision {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .philosophyCont .boxIn .vision .ui_tit04 {
    width: 100%;
    margin-bottom: 17px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
  }

  .philosophyCont .boxIn .vision .ui_tit04 .wrap > .ja {
    margin-bottom: 13px;
    display: inline-block;
    font-size: 1.625rem;
  }

  .philosophyCont .boxIn .vision .ui_tit04 .wrap > .en {
    font-size: 1rem;
  }

  .philosophyCont .boxIn .vision .list > li {
    padding-top: 100px;
    padding-left: 0;
  }

  .philosophyCont .boxIn .vision .list > li:after {
    font-size: 2.8125rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .philosophyCont .boxIn .vision .list > li > p {
    font-size: 1.1875rem;
    line-height: 1.684;
    text-align: center;
    font-feature-settings: 'palt';
  }

  #gallery > .slider.lazyloaded {
    background-image: url("../img/pic_gallery@2x.png");
  }

  .ui_boxWorries::after {
    background-image: url("../img/bg_worries01_sp.png");
  }

  .ui_boxManual .boxIn .btn {
    background-image: url("../img/btn_arrow_swiper02_sp.png");
  }

  .ui_boxManual .boxIn .btn[aria-disabled='true'] {
    background-image: url("../../common/img/btn_arrow_swiper01_disable_sp.png");
  }

  .ui_boxManual {
    margin-bottom: 86px;
  }

  .ui_boxManual .boxIn {
    width: 750px;
  }

  .ui_boxManual .boxIn .swiper-container {
    width: 670px;
  }

  .ui_boxManual .boxIn .swiper-slide {
    width: 100%;
    margin: 0 40px;
    transform: scale(1);
  }

  .ui_boxManual .boxIn .swiper-slide .pic img {
    width: 100%;
  }

  .ui_boxManual .boxIn .btn {
    width: 60px;
    height: 180px;
    top: calc(50% - 80px);
  }

  .ui_boxManual .boxIn .btn.prev {
    left: -30px;
  }

  .ui_boxManual .boxIn .btn.next {
    right: -30px;
  }

  .ui_boxCareer.career02 .list .slide > li:nth-child(3) .txt p:last-child,
  .ui_boxCareer.career02 .list .slide > li:nth-child(4) .txt p:last-child {
    padding-bottom: 0;
  }

  .ui_boxCareer.career02 .list .slide > li .answer {
    height: 100%;
  }

  .ui_boxCareer.career02 .list .slide > li .answer .txt {
    height: 100%;
    overflow: auto;
  }

  .ui_boxCareer.career02 .list .slide > li .answer .txt p {
    font-size: 26px;
  }

  .ui_boxCareer.career02 .list .slide > li .answer .txt .detail {
    font-size: 26px;
  }

  .ui_boxCareer.career02 .list .slide > li .answer .txt .detail:last-child {
    padding-bottom: 0;
  }

  .ui_boxCareer.career02 .list .slide > li .answer .txt .detail ul {
    width: 510px;
  }

  .ui_boxCareer.career02 .list .slide > li .answer .txt .detail ul li::before {
    background-color: #db6472;
  }

  .ui_boxCareer.career02 .list .slide > li .arrow::after {
    border-top: 60px solid #db6472;
  }

  .ui_boxCareer.career02 .list .slide > li.open .arrow::after {
    border-top: 60px solid #fff;
  }

  .ui_boxCareer.career02 .list .slide > li.open .arrow::before {
    border: solid #db6472;
    border-width: 0 2px 2px 0;
  }

  .ui_tit03.tit_career > .wrap > .en {
    margin-left: -22px;
  }
}

#internship {
  background-color: #f4eee5;
  margin-bottom: 145px
}

#internship .container {
  width: 1100px;
  margin: 0 auto;
  padding: 110px 0
}

#internship .container .layout {
  padding: 80px;
  background-color: #fff
}

#internship .container .layout .tit {
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #93764b;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#internship .container .layout .tit .subTit {
  display: block;
  font-size: 1.25rem
}

#internship .container .layout .subTxt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  text-align: center;
  margin: -42px auto 32px
}

#internship .container .layout table {
  width: 100%;
  border-collapse: separate
}

#internship .container .layout table thead th {
  padding: 15px 40px;
  background-color: #a9916f;
  color: #fff;
  font-family: serif;
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5
}

#internship .container .layout table tbody td,
#internship .container .layout table tbody th {
  padding: 25px 35px;
  border-bottom: 1px solid #a9916f
}

#internship .container .layout table tbody td>a {
  color: #db6472;
  text-decoration: none
}

#internship .container .layout table tbody td>a:hover {
  text-decoration: underline
}

#internship .container .layout table tbody th {
  width: 30%;
  text-align: left;
  color: #93764b;
  font-weight: 300;
  background-color: #f5f2ee
}

#internship .container .layout table tbody td {
  padding: 24px 40px;
  text-align: left;
  font-weight: 300;
  color: #222
}

#internship .container .layout table tbody tr:first-child td,
#internship .container .layout table tbody tr:first-child th {
  border-top: 1px solid #a9916f
}

#internship .container .layout .btnWrap {
  width: 260px;
  height: 56px;
  margin: 40px auto 0;
  position: relative
}

#internship .container .layout .btnWrap>.btnMore {
  width: 260px;
  height: 56px;
  margin: 0 auto;
  text-decoration: none
}

#internship .container .layout .btnWrap>.btnMore>.txt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #db6472;
  line-height: 3.85;
  font-size: .9375rem;
  letter-spacing: 2.5px;
  font-weight: 400;
  text-align: center;
  transition: letter-spacing .4s;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%)
}

#internship .container .layout .btnWrap>.btnMore .shape {
  fill: transparent;
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke: #db6472
}

#internship .container .layout .btnWrap>.btnMore:hover>.txt {
  letter-spacing: 8px
}

@media (max-width: 751px) {

  #internship {
    width: 100%;
  }

  #internship .container {
    width: 100%;
    margin: 0 auto;
    padding: 110px 40px
  }

  #internship .container .layout {
    padding: 40px
  }

  #internship .container .layout .tit {
    margin-bottom: 30px;
    font-size: 1.375rem
  }

  #internship .container .layout .subTxt {
    margin: 0 auto 50px
  }

  #internship .container .layout table tbody td,
  #internship .container .layout table tbody th {
    padding: 25px 20px;
    border-width: 0 0 2px
  }

  #internship .container .layout table tbody td {
    padding: 20px
  }

  #internship .container .layout table tbody td a {
    word-break: break-all
  }

  #internship .container .layout table tbody th {
    width: 24%
  }

  #internship .container .layout table tbody tr:first-child td,
  #internship .container .layout table tbody tr:first-child th {
    border-width: 2px 0
  }

  #internship .container .layout .btnWrap,
  #internship .container .layout .btnWrap>.btnMore {
    width: 440px;
    height: 100px
  }

  #internship .container .layout .btnWrap>.btnMore>.txt {
    line-height: 3.5;
    font-size: .875rem
  }

  #internship .container .layout .btnWrap>.btnMore svg,
  #internship .container .layout .btnWrap>.btnMore svg rect {
    width: 440px;
    height: 100px
  }

  #internship .container .layout .btnWrap>.btnMore:hover>.txt {
    letter-spacing: 0
  }

}