@charset "UTF-8";
/* Scss Document */
/**************************/
/*reset*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem)*/
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.7rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  color: #3a2c2a;
  font-style: normal;
  background: #f3f6f8;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: calc(3.7333333333vw);
  }
}

input, textarea {
  font-size: 1.6rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-feature-settings: "palt";
  color: #3a2c2a;
}

*:focus {
  outline: none;
}

/*PC環境ではtelのリンクなし*/
a[href^="tel:"] {
  pointer-events: none;
}

a.noLine {
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  a.noLine {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  color: #3a2c2a;
  transition: opacity 0.3s;
  text-decoration: none;
  text-underline-offset: 0.4em;
}

a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  a:hover {
    opacity: 1;
  }
}

.txtS {
  font-size: 0.8em;
  line-height: 1.2em;
}

.txtM {
  font-size: 0.9em;
  line-height: 1.2em;
}

.txtSS {
  font-size: 0.7em;
}

.txtL {
  font-size: 1.2em;
}

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

.txtB {
  font-weight: bold;
}

.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.spIn {
  display: none;
}
@media screen and (max-width: 750px) {
  .spIn {
    display: inline;
  }
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.lineH10 {
  line-height: 1em;
}

.lineH12 {
  line-height: 1.2em;
}

.lineH13 {
  line-height: 1.3em;
}

.displayB {
  display: block;
}

/****************

	all

****************/
/*テスト*/
.fontNoto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}

.contents {
  margin: 0 0 80px;
}
@media screen and (max-width: 1400px) {
  .contents {
    margin: 0 0 calc(5.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .contents {
    margin: 0 0 calc(13.3333333333vw);
  }
}

.btn a {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  background: #e83828;
  color: #fff;
  text-decoration: none;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1.6rem;
  padding: 0.2em 1em 0.3em 2em;
}
@media screen and (max-width: 1400px) {
  .btn a {
    font-size: calc(1.1428571429vw);
    border-radius: calc(1.4285714286vw);
    padding: 0.2em 1em 0.3em 2em;
  }
}
@media screen and (max-width: 750px) {
  .btn a {
    font-size: calc(3.7333333333vw);
    border-radius: calc(4vw);
    padding: 0.3em 1.2em 0.4em calc(6.2666666667vw);
  }
}
.btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  content: "";
  background: #fff;
  width: 8px;
  height: 13px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1400px) {
  .btn a::before {
    width: calc(0.5714285714vw);
    height: calc(0.9285714286vw);
    left: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .btn a::before {
    left: calc(3.4666666667vw);
    width: calc(1.6vw);
    height: calc(2.5333333333vw);
  }
}

/****************

	header

****************/
.header {
  position: fixed;
  align-items: center;
  justify-content: space-between;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
  /*ハンバーガーメニュー*/
  /*ハンバーガーメニュー*/
}
@media screen and (max-width: 1400px) {
  .header {
    max-width: calc(85.7142857143vw);
    top: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .header {
    max-width: 100%;
    top: 0;
  }
}
.header .logo {
  position: relative;
}
@media screen and (max-width: 750px) {
  .header .logo {
    margin: calc(2.6666666667vw) 0 0 calc(2.6666666667vw);
  }
}
.header .logo a {
  display: block;
  padding: 0 0 0 90px;
}
@media screen and (max-width: 1400px) {
  .header .logo a {
    padding: 0 0 0 calc(6.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .header .logo a {
    padding: 0;
  }
}
.header .logo a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  content: "";
  background: url(../images/icon_logo.svg) no-repeat 0 0/100% auto;
  width: 71px;
  height: 72px;
}
@media screen and (max-width: 1400px) {
  .header .logo a::before {
    width: calc(5.0714285714vw);
    height: calc(5.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .header .logo a::before {
    width: calc(10.1333333333vw);
    height: calc(10.2666666667vw);
    bottom: auto;
  }
}
.header .logo a img {
  width: 145px;
}
@media screen and (max-width: 1400px) {
  .header .logo a img {
    width: calc(10.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .header .logo a img {
    display: block;
    width: calc(34.6666666667vw); /*155*/
    margin: 0 0 0;
    padding: calc(1.3333333333vw) 0 0 calc(13.0666666667vw);
  }
}
@media screen and (max-width: 750px) {
  .header .navWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.header .fixNav {
  display: none;
}
@media screen and (max-width: 750px) {
  .header .fixNav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: calc(2.6666666667vw);
    top: calc(3.4666666667vw);
    width: calc(29.3333333333vw);
    height: auto;
    z-index: 498;
    padding: calc(2vw);
    cursor: pointer;
    text-decoration: none;
    border-radius: calc(6.6666666667vw);
    background: #fff;
    border: 1px solid #e83828;
  }
}
.header .fixNav .txt {
  font-size: calc(3.4666666667vw);
  color: #e83828;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  margin: 0 calc(1.3333333333vw) 0 0;
  line-height: 1em;
}
.header .fixNav .lineBox {
  margin: 0 0 0 calc(1.3333333333vw);
  position: relative;
  width: calc(5.3333333333vw);
  height: calc(3.7333333333vw);
}
.header .fixNav .lineBox .nav__line {
  background: #e83828;
  border-radius: calc(2.6666666667vw);
  display: block;
  height: calc(0.4vw);
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}
.header .fixNav .lineBox .nav__line--center {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .fixNav .lineBox .nav__line--bottom {
  bottom: 0;
}
.header .gnav {
  display: block;
  /*.gnav__wrap*/
}
@media screen and (max-width: 750px) {
  .header .gnav {
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 499;
    position: fixed;
  }
}
.header .gnav .bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(243, 246, 248, 0.9);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header .gnav .bg {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: absolute; /*absolute*/
    pointer-events: none;
    width: 100%;
  }
}
.header .gnav .gnav__wrap .gnav__nav {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav {
    text-align: left;
    pointer-events: auto;
  }
}
.header .gnav .gnav__wrap .gnav__nav .logo {
  position: relative;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .logo {
    margin: 0 0 calc(5.3333333333vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .logo a::before {
    width: calc(10.6666666667vw);
    height: calc(10.8vw);
    bottom: auto;
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .logo a img {
    display: block;
    width: calc(42.6666666667vw); /*155*/
    margin: 0 0 0;
    padding: calc(0.6666666667vw) 0 0 calc(13.0666666667vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .box1 {
  margin: 0 70px 0 0;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 {
    margin: 0 calc(5vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 {
    margin: 0 0 0;
  }
}
.header .gnav .gnav__wrap .gnav__nav .box1 > .name {
  margin: 0 0 0.8em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 > .name {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 > .name {
    font-size: calc(3.7333333333vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .box1 > .name span {
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 > .name span {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 > .name span {
    font-size: calc(5.0666666667vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .box1 .list li {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.3em;
}
.header .gnav .gnav__wrap .gnav__nav .box1 .list li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  background: #3a2c2a;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 .list li::before {
    top: 0.3em;
  }
}
.header .gnav .gnav__wrap .gnav__nav .box1 .list li .name a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 .list li .name a {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 .list li .name a {
    font-size: calc(3.7333333333vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .box1 .list li .txt {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .box1 .list li .txt {
    font-size: calc(3.4666666667vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .contactBox .item {
  display: inline-block;
  position: relative;
}
.header .gnav .gnav__wrap .gnav__nav .contactBox .item a {
  display: block;
  color: #fff;
  background: #e83828;
  text-decoration: none;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 20px;
  padding: 0.4em 1em 0.5em 45px;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .contactBox .item a {
    font-size: calc(1.1428571429vw);
    border-radius: calc(1.4285714286vw);
    padding: 0.4em 1em 0.5em calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .contactBox .item a {
    font-size: calc(3.7333333333vw);
    border-radius: calc(4vw);
    padding: 0.4em 1em 0.5em calc(7.3333333333vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .contactBox .item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  content: "";
  display: inline-block;
  background: url(../images/icon_contact.svg) no-repeat 0 0/100% auto;
  width: 22px;
  height: 18px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .contactBox .item a::before {
    width: calc(1.5714285714vw);
    height: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .contactBox .item a::before {
    width: calc(3.4666666667vw);
    height: calc(2.8vw);
    left: calc(2.6666666667vw);
    aspect-ratio: 22/18;
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox {
  display: flex;
  margin: 0.6em 0 0;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox {
    display: block;
    margin: 2em 0 0;
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox .item {
  position: relative;
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .item {
    margin: 0 0 calc(5.3333333333vw);
    line-height: 1em;
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox .item a {
  position: relative;
  z-index: 10;
  text-decoration: none;
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .item a {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .item a {
    font-size: calc(5.0666666667vw);
    display: block;
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox .item.pc:hover .list {
  opacity: 1;
  visibility: visible;
}
.header .gnav .gnav__wrap .gnav__nav .navBox .list {
  position: absolute;
  width: 170%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 0;
}
.header .gnav .gnav__wrap .gnav__nav .navBox .list ul {
  background: #fff;
  border-radius: 10px;
  padding: 0.8em 1em 0.5em;
  margin: 40px 0 0;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .list ul {
    margin: calc(2.8571428571vw) 0 0;
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox .list li {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.3em;
  text-align: left;
}
.header .gnav .gnav__wrap .gnav__nav .navBox .list li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  background: #3a2c2a;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .list li::before {
    top: 0.3em;
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox .list li .name a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .list li .name a {
    font-size: calc(1.1428571429vw);
  }
}
.header .gnav .gnav__wrap .gnav__nav .navBox .list li .txt {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__wrap .gnav__nav .navBox .list li .txt {
    font-size: calc(1vw);
  }
}

/*header*/
/* モーダルひとまず */
.btnMessageMovie {
  cursor: pointer;
}

#playerYoutube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  background: #2f60a1;
}

.modaal-wrapper .modaal-close:hover {
  opacity: 0.8;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.modalMovie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalMovie .swiper-button-next,
.modalMovie .swiper-button-prev {
  background: #e39b39;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -20px;
}
.modalMovie .swiper-button-next {
  left: auto;
  right: 0;
}
.modalMovie .swiper-button-prev {
  right: auto;
  left: 0;
}
.modalMovie .swiper-button-next:after, .modalMovie .swiper-button-prev:after {
  display: none;
}
.modalMovie .swiper-button-next:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 13px;
  height: 18px;
  margin: 0 0 0 4px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.modalMovie .swiper-button-prev:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 13px;
  height: 18px;
  margin: 0 4px 0 0;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.modalMovie .swiper-slide {
  /*pointer-events: none !important;*/
}
.modalMovie .swiper-slide .popup {
  /*pointer-events: none;*/
}
.modalMovie .swiper-slide .popup iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.modalMovie .swiper-slide .popup .txt {
  text-align: center;
  font-size: 1.6rem !important;
  margin: 0.5em 40px 0;
}
.modalMovie .swiper-slide .popup .txt span {
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .modalMovie .swiper-slide .popup .txt {
    margin: 0.3em 40px 0;
  }
}

/*modalMovie*/
/* モーダルがactiveの時 */
.modalMovie.is-active {
  opacity: 1;
  pointer-events: auto !important;
  z-index: 999;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 700px;
}

.modal_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: -10px;
  top: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.6s;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/****************

	footer

****************/
.footer {
  background: #3f4449;
  color: #fff;
  padding: 0 0 50px;
}
@media screen and (max-width: 1400px) {
  .footer {
    padding: 0 0 calc(3.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: calc(8.9333333333vw) 0 calc(6.6666666667vw);
  }
}
.footer .footerIn {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn {
    width: calc(85.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn {
    width: 100%;
    display: block;
  }
}
.footer .footerIn::before {
  position: absolute;
  top: -50px;
  left: 15px;
  content: "";
  display: block;
  width: 263px;
  height: auto;
  aspect-ratio: 263/268;
  background: url(../images/ftr_bg.svg) repeat-x 0 0/100% auto;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn::before {
    width: calc(18.7857142857vw);
    top: calc(-3.5714285714vw);
    left: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn::before {
    top: auto;
    left: auto;
    right: calc(-11.6vw);
    bottom: 0;
    width: calc(70.1333333333vw);
    height: calc(71.6vw);
  }
}
.footer .footerIn a {
  color: #fff;
}
.footer .footerIn .addressBox {
  margin: 165px 0 0 10px;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .addressBox {
    margin: calc(11.7857142857vw) 0 0 calc(0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .addressBox {
    margin: calc(21.3333333333vw) auto 0;
    width: calc(89.3333333333vw);
  }
}
.footer .footerIn .addressBox .name {
  font-size: 1.6rem;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .addressBox .name {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .addressBox .name {
    font-size: calc(4.2666666667vw);
  }
}
.footer .footerIn .addressBox .txt {
  line-height: 1.4em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .addressBox .txt {
    font-size: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .addressBox .txt {
    font-size: calc(3.7333333333vw);
  }
}
.footer .footerIn .addressBox .txt a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.footer .footerIn .addressBox .txt a:hover {
  text-decoration: none;
}
.footer .footerIn .addressBox .copyright {
  font-size: 1.2rem;
  margin: 2em 0 0;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .addressBox .copyright {
    font-size: calc(0.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .addressBox .copyright {
    font-size: calc(3.2vw);
    text-align: left;
  }
}
.footer .footerIn .navBox {
  margin: 80px 70px 0 0;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .navBox {
    margin: calc(5.7142857143vw) calc(5vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox {
    display: block;
    margin: 0 auto;
    width: calc(89.3333333333vw);
  }
}
.footer .footerIn .navBox .box1 {
  margin: 0 70px 0 0;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .navBox .box1 {
    margin: 0 calc(5vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 {
    margin: 0 0 0;
  }
}
.footer .footerIn .navBox .box1 > .name {
  margin: 0 0 0.8em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .navBox .box1 > .name {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 > .name {
    font-size: calc(3.7333333333vw);
  }
}
.footer .footerIn .navBox .box1 > .name span {
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .navBox .box1 > .name span {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 > .name span {
    font-size: calc(5.0666666667vw);
  }
}
.footer .footerIn .navBox .box1 .list li {
  position: relative;
  margin: 0 0 0.5em;
  padding: 0 0 0 1.3em;
}
.footer .footerIn .navBox .box1 .list li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 .list li::before {
    top: 0.3em;
  }
}
.footer .footerIn .navBox .box1 .list li .name a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .navBox .box1 .list li .name a {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 .list li .name a {
    font-size: calc(3.7333333333vw);
  }
}
.footer .footerIn .navBox .box1 .list li .txt {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 .list li .txt {
    font-size: calc(3.4666666667vw);
  }
}
.footer .footerIn .navBox .box1 .btnContact {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box1 .btnContact {
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box2 {
    margin: 2.5em 0 0;
  }
}
.footer .footerIn .navBox .box2 .list li {
  margin: 0 0 1em;
}
.footer .footerIn .navBox .box2 .list li a {
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) {
  .footer .footerIn .navBox .box2 .list li a {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .footerIn .navBox .box2 .list li a {
    font-size: calc(5.0666666667vw);
  }
}
.footer .copyright {
  margin: 70px auto 0;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .footer .copyright {
    margin: calc(5vw) auto 0;
    font-size: calc(0.8571428571vw);
  }
}

/*footer*/
/*all*/
.mainWidth {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .mainWidth {
    width: calc(75.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .mainWidth {
    width: calc(89.3333333333vw);
  }
}

h2.mainTtl {
  font-size: 4.5rem;
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  h2.mainTtl {
    font-size: calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  h2.mainTtl {
    font-size: calc(9.3333333333vw);
  }
}

h3.mainTtl {
  font-size: 3.2rem;
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  h3.mainTtl {
    font-size: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  h3.mainTtl {
    font-size: calc(5.6vw);
  }
}

.btnContact a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #e83828;
  text-decoration: none;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 20px;
  padding: 0.4em 1em 0.5em 45px;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .btnContact a {
    font-size: calc(1.1428571429vw);
    border-radius: calc(1.4285714286vw);
    padding: 0.4em 1em 0.5em calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .btnContact a {
    font-size: calc(3.7333333333vw);
    border-radius: calc(4vw);
    padding: 0.4em 1em 0.5em calc(8.6666666667vw);
  }
}
.btnContact a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  content: "";
  display: inline-block;
  background: url(../images/icon_contact.svg) no-repeat 0 0/100% auto;
  width: 22px;
  height: 18px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .btnContact a::before {
    width: calc(1.5714285714vw);
    height: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .btnContact a::before {
    width: calc(4.2666666667vw);
    height: calc(3.2vw);
    left: calc(2.6666666667vw);
  }
}

.movieWrap {
  width: 1060px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1400px) {
  .movieWrap {
    width: calc(75.7142857143vw);
    margin: calc(3.5714285714vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .movieWrap {
    width: 88%;
  }
}

.groupWrap {
  width: 1060px;
  margin: 90px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .groupWrap {
    width: calc(75.7142857143vw);
    margin: calc(6.4285714286vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .groupWrap {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
.groupWrap .box {
  width: 475px;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box {
    width: calc(33.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box {
    width: 100%;
  }
}
.groupWrap .box .img {
  position: relative;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 750px) {
  .groupWrap .box .img {
    width: calc(89.3333333333vw);
    margin: 0 auto 1em;
  }
}
.groupWrap .box .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 475/240;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box .img img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box .img img {
    border-radius: calc(3.3333333333vw);
  }
}
.groupWrap .box .img::after {
  position: absolute;
  top: 33px;
  left: 30px;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 475/240;
  background: #cfe9ea;
  transform: rotate(6deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box .img::after {
    border-radius: calc(1.4285714286vw);
    top: calc(2.3571428571vw);
    left: calc(2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box .img::after {
    border-radius: calc(3.3333333333vw);
    top: calc(5.6vw);
    left: calc(4.6666666667vw);
    transform: rotate(5deg);
  }
}
.groupWrap .box .nameBox {
  display: flex;
  align-items: flex-end;
  margin: 0 0.3em;
}
@media screen and (max-width: 750px) {
  .groupWrap .box .nameBox {
    width: calc(89.3333333333vw);
    margin: 0 auto;
  }
}
.groupWrap .box .nameBox .ttl {
  width: 203px;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box .nameBox .ttl {
    width: calc(14.5vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box .nameBox .ttl {
    width: calc(37.8666666667vw);
  }
}
.groupWrap .box .nameBox .status {
  background: #f3f6f8;
  border-radius: 5px;
  border: 1px solid #e83828;
  padding: 0.2em 0.7em;
  font-size: 1.6rem;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box .nameBox .status {
    border-radius: calc(0.3571428571vw);
    font-size: calc(1.1428571429vw);
    padding: 0.2em 0.4em;
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box .nameBox .status {
    font-size: calc(3.2vw);
    border-radius: calc(1.3333333333vw);
    border: 2px solid #e83828;
    padding: 0.1em 0.5em;
  }
}
.groupWrap .box .txt {
  margin: 0.7em 0.3em 0;
  font-size: 1.7rem;
  line-height: 1.7em;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box .txt {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box .txt {
    width: calc(89.3333333333vw);
    margin: 1em auto 0;
    font-size: calc(3.7333333333vw);
  }
}
.groupWrap .box .btn {
  margin: 1em auto 0;
}
@media screen and (max-width: 750px) {
  .groupWrap .box .btn {
    margin: 1.5em calc(5.3333333333vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box:nth-child(2) {
    margin: calc(13.0666666667vw) auto 0;
  }
}
.groupWrap .box:nth-child(2) .img::after {
  background: #f1dad9;
  top: -10px;
  left: -30px;
  transform: rotate(-6deg);
}
@media screen and (max-width: 1400px) {
  .groupWrap .box:nth-child(2) .img::after {
    top: calc(-0.7142857143vw);
    left: calc(-2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box:nth-child(2) .img::after {
    top: calc(-2vw);
    left: calc(-4vw);
    transform: rotate(-5deg);
  }
}
.groupWrap .box:nth-child(2) .nameBox .ttl {
  width: 240px;
}
@media screen and (max-width: 1400px) {
  .groupWrap .box:nth-child(2) .nameBox .ttl {
    width: calc(17.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .groupWrap .box:nth-child(2) .nameBox .ttl {
    width: calc(44.8vw);
  }
}

.tbl {
  width: 100%;
}
.tbl tr {
  position: relative;
  line-height: 1.8em;
}
.tbl tr::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.5em 0 0;
  background: radial-gradient(circle farthest-side, #d2c3d1, #d2c3d1 40%, transparent 40%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
}
.tbl tr th, .tbl tr td {
  font-size: 1.7rem;
  padding: 1.5em 1em 1.7em 0.5em;
}
@media screen and (max-width: 1400px) {
  .tbl tr th, .tbl tr td {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .tbl tr th, .tbl tr td {
    font-size: calc(3.7333333333vw);
  }
}
.tbl tr th {
  padding: 1.5em 1em 1.5em 0.3em;
  width: 7em;
}

.listBlue {
  margin: 24px 0 0;
}
@media screen and (max-width: 1400px) {
  .listBlue {
    margin: calc(1.7142857143vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .listBlue {
    margin: 1em 0 0;
  }
}
.listBlue li {
  position: relative;
  padding: 0 0 0.4em 1.1em;
}
@media screen and (max-width: 750px) {
  .listBlue li {
    padding: 0 0 0.6em 1.1em;
  }
}
.listBlue li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: #2ea7e0;
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  .listBlue li::before {
    border-radius: calc(0.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .listBlue li::before {
    border-radius: calc(0.8vw);
  }
}

#top .contents {
  margin: 0;
}
#top .mvWrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 708px;
}
@media screen and (max-width: 1400px) {
  #top .mvWrap {
    width: calc(85.7142857143vw);
    height: calc(50.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #top .mvWrap {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
#top .mvWrap::before {
  content: "";
  position: absolute;
  top: 74px;
  right: 0;
  background: url(../images/img_saikoro.jpg) no-repeat 0 0/100% auto;
  width: 670px;
  height: auto;
  aspect-ratio: 670/634;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #top .mvWrap::before {
    width: calc(47.8571428571vw);
    top: calc(5.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #top .mvWrap::before {
    width: calc(94.8vw);
    top: calc(5.3333333333vw);
    right: calc(-10.4vw);
  }
}
#top .mvWrap .box {
  padding: 220px 0 0;
  width: 693px;
}
@media screen and (max-width: 1400px) {
  #top .mvWrap .box {
    width: calc(49.5vw);
    padding: calc(15.7142857143vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #top .mvWrap .box {
    width: calc(89.3333333333vw);
    margin: 0 auto;
    padding: calc(89.3333333333vw) 0 0;
  }
}
#top .mvWrap .box .catch {
  width: 620px;
}
@media screen and (max-width: 1400px) {
  #top .mvWrap .box .catch {
    width: calc(44.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #top .mvWrap .box .catch {
    width: calc(79.7333333333vw);
  }
}
#top .mvWrap .box .txt {
  margin: 2.5em 0 0;
  font-size: 1.9rem;
  width: 549px;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #top .mvWrap .box .txt {
    width: calc(39.2142857143vw);
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #top .mvWrap .box .txt {
    width: auto;
    margin: 1em 0 0;
    font-size: calc(4.2666666667vw);
  }
}
#top .infoWrap {
  width: 1200px;
  margin: 90px auto 70px;
  position: relative;
  min-height: 687px;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap {
    width: calc(85.7142857143vw);
    margin: calc(6.4285714286vw) auto calc(5vw);
    min-height: calc(49.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap {
    width: calc(89.3333333333vw);
    margin: calc(10vw) auto 0;
    padding: 0 0 calc(16.9333333333vw);
    min-height: auto;
  }
}
#top .infoWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140px;
  background: url(../images/top_saikoro.jpg) no-repeat 0 0/100% auto;
  width: 675px;
  height: auto;
  aspect-ratio: 675/687;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap::before {
    width: calc(48.2142857143vw);
    left: calc(-10vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap::before {
    position: relative;
    width: calc(92.9333333333vw);
    top: initial;
    left: initial;
    margin: 0 0 0 calc(-10.6666666667vw);
    display: block;
  }
}
#top .infoWrap .box {
  margin: 0 0 0 auto;
  padding: 2em 0 0;
  display: flex;
  width: 656px;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap .box {
    width: calc(46.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap .box {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
#top .infoWrap .box .logo {
  position: relative;
  width: 127px;
  flex-shrink: 0;
  margin: 15px 0 0;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap .box .logo {
    width: calc(9.0714285714vw);
    margin: calc(1.0714285714vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap .box .logo {
    width: calc(26.5333333333vw);
    margin: 0 auto calc(9.0666666667vw);
  }
}
#top .infoWrap .box .logo::before {
  display: block;
  content: "";
  background: url(../images/icon_logo.svg) no-repeat 0 0/100% auto;
  width: 123px;
  height: auto;
  margin: 0 auto 0.8em;
  aspect-ratio: 123/125;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap .box .logo::before {
    width: calc(8.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap .box .logo::before {
    width: calc(26.1333333333vw);
    margin: 0 auto 0.8em;
  }
}
#top .infoWrap .box .infoBox {
  margin: 0 0 0 34px;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap .box .infoBox {
    margin: 0 0 0 calc(2.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap .box .infoBox {
    margin: 0 auto;
  }
}
#top .infoWrap .box .infoBox .ttl {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  margin: 3em 0 0;
  line-height: 1.2em;
  font-feature-settings: "palt";
}
#top .infoWrap .box .infoBox .ttl:first-child {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap .box .infoBox .ttl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap .box .infoBox .ttl {
    font-size: calc(5.6vw);
    margin: 2.5em 0 0;
  }
}
#top .infoWrap .box .infoBox .txt {
  margin: 1.5em 0 0;
  line-height: 1.7em;
  font-size: 1.7rem;
}
@media screen and (max-width: 1400px) {
  #top .infoWrap .box .infoBox .txt {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #top .infoWrap .box .infoBox .txt {
    font-size: calc(3.7333333333vw);
    margin: 0.8em 0 0;
  }
}
#top .infoWrap .box .infoBox .btn {
  margin: 1.5em 0 0;
}
#top .newsWrap {
  background: #fff;
}
#top .newsWrap .newsWrapIn {
  width: 1060px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #top .newsWrap .newsWrapIn {
    width: calc(75.7142857143vw);
    padding: calc(5vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn {
    display: block;
    width: calc(89.3333333333vw);
    margin: 0 auto;
    padding: calc(14.5333333333vw) 0 calc(18.6666666667vw);
  }
}
#top .newsWrap .newsWrapIn .ttlBox {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .ttlBox {
    text-align: left;
  }
}
#top .newsWrap .newsWrapIn .ttlBox .ttl {
  font-size: 4.7rem;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  #top .newsWrap .newsWrapIn .ttlBox .ttl {
    font-size: calc(3.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .ttlBox .ttl {
    font-size: calc(9.3333333333vw);
  }
}
#top .newsWrap .newsWrapIn .ttlBox .btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 1400px) {
  #top .newsWrap .newsWrapIn .ttlBox .btn {
    margin: calc(1.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .ttlBox .btn {
    margin: calc(2.6666666667vw) 0 0;
  }
}
#top .newsWrap .newsWrapIn .newsBox {
  width: 745px;
}
@media screen and (max-width: 1400px) {
  #top .newsWrap .newsWrapIn .newsBox {
    width: calc(53.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .newsBox {
    width: 100%;
    margin: calc(6.1333333333vw) 0 0;
  }
}
#top .newsWrap .newsWrapIn .newsBox .item {
  display: flex;
  margin: 30px 0 0;
  padding: 0 1em;
}
#top .newsWrap .newsWrapIn .newsBox .item:first-child {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #top .newsWrap .newsWrapIn .newsBox .item {
    margin: calc(2.1428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .newsBox .item {
    display: block;
    margin: calc(5.3333333333vw) 0 0;
  }
}
#top .newsWrap .newsWrapIn .newsBox .item .date {
  width: 9em;
  flex-shrink: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .newsBox .item .date {
    font-size: calc(3.4666666667vw);
  }
}
#top .newsWrap .newsWrapIn .newsBox .item .txt {
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .newsBox .item .txt {
    font-size: calc(3.7333333333vw);
    line-height: 1.3em;
  }
}
#top .newsWrap .newsWrapIn .newsBox .item.pin {
  background: #2ea7e0;
  border-radius: 5px;
  color: #fff;
  padding: 1em 1em;
  margin: 0 0 10px;
}
@media screen and (max-width: 750px) {
  #top .newsWrap .newsWrapIn .newsBox .item.pin {
    border-radius: calc(1.3333333333vw);
    padding: 0.7em 0.9em;
  }
}
#top .newsWrap .newsWrapIn .newsBox .item.pin a {
  display: block;
  color: #fff;
}

#smile .mvWrap,
#about .mvWrap,
#company .mvWrap,
#contact .mvWrap,
#recruit .mvWrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 493px;
}
@media screen and (max-width: 1400px) {
  #smile .mvWrap,
  #about .mvWrap,
  #company .mvWrap,
  #contact .mvWrap,
  #recruit .mvWrap {
    width: calc(85.7142857143vw);
    min-height: calc(35.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .mvWrap,
  #about .mvWrap,
  #company .mvWrap,
  #contact .mvWrap,
  #recruit .mvWrap {
    width: 100%;
    min-height: auto;
    overflow: hidden;
  }
}
#smile .mvWrap::before,
#about .mvWrap::before,
#company .mvWrap::before,
#contact .mvWrap::before,
#recruit .mvWrap::before {
  content: "";
  position: absolute;
  top: 110px;
  right: -47px;
  background: url(../images/img_saikoro.jpg) no-repeat 0 0/100% auto;
  width: 403px;
  height: auto;
  aspect-ratio: 670/634;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #smile .mvWrap::before,
  #about .mvWrap::before,
  #company .mvWrap::before,
  #contact .mvWrap::before,
  #recruit .mvWrap::before {
    width: calc(28.7857142857vw);
    top: calc(7.8571428571vw);
    right: calc(-3.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .mvWrap::before,
  #about .mvWrap::before,
  #company .mvWrap::before,
  #contact .mvWrap::before,
  #recruit .mvWrap::before {
    width: calc(46.4vw);
    top: calc(5.3333333333vw);
    right: calc(-1.3333333333vw);
  }
}
#smile .mvWrap .box,
#about .mvWrap .box,
#company .mvWrap .box,
#contact .mvWrap .box,
#recruit .mvWrap .box {
  margin: 0 0 0 70px;
  padding: 190px 0 0;
  width: 750px;
}
@media screen and (max-width: 1400px) {
  #smile .mvWrap .box,
  #about .mvWrap .box,
  #company .mvWrap .box,
  #contact .mvWrap .box,
  #recruit .mvWrap .box {
    width: calc(53.5714285714vw);
    margin: 0 0 0 calc(5vw);
    padding: calc(13.5714285714vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .mvWrap .box,
  #about .mvWrap .box,
  #company .mvWrap .box,
  #contact .mvWrap .box,
  #recruit .mvWrap .box {
    width: calc(89.3333333333vw);
    margin: 0 auto;
    padding: calc(35.3333333333vw) 0 0;
  }
}
#smile .mvWrap .box .ttl,
#about .mvWrap .box .ttl,
#company .mvWrap .box .ttl,
#contact .mvWrap .box .ttl,
#recruit .mvWrap .box .ttl {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.2em;
}
@media screen and (max-width: 1400px) {
  #smile .mvWrap .box .ttl,
  #about .mvWrap .box .ttl,
  #company .mvWrap .box .ttl,
  #contact .mvWrap .box .ttl,
  #recruit .mvWrap .box .ttl {
    font-size: calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .mvWrap .box .ttl,
  #about .mvWrap .box .ttl,
  #company .mvWrap .box .ttl,
  #contact .mvWrap .box .ttl,
  #recruit .mvWrap .box .ttl {
    font-size: calc(9.3333333333vw);
    line-height: 1.1em;
  }
}
#smile .mvWrap .box .txt,
#about .mvWrap .box .txt,
#company .mvWrap .box .txt,
#contact .mvWrap .box .txt,
#recruit .mvWrap .box .txt {
  margin: 1.5em 0 0;
  font-size: 1.9rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #smile .mvWrap .box .txt,
  #about .mvWrap .box .txt,
  #company .mvWrap .box .txt,
  #contact .mvWrap .box .txt,
  #recruit .mvWrap .box .txt {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .mvWrap .box .txt,
  #about .mvWrap .box .txt,
  #company .mvWrap .box .txt,
  #contact .mvWrap .box .txt,
  #recruit .mvWrap .box .txt {
    width: auto;
    margin: 1em 0 0;
    font-size: calc(4.2666666667vw);
  }
}
#smile .groupWrap,
#about .groupWrap,
#company .groupWrap,
#contact .groupWrap,
#recruit .groupWrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .groupWrap,
  #about .groupWrap,
  #company .groupWrap,
  #contact .groupWrap,
  #recruit .groupWrap {
    margin: calc(4.2857142857vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .groupWrap,
  #about .groupWrap,
  #company .groupWrap,
  #contact .groupWrap,
  #recruit .groupWrap {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
#smile .seikatsuWrap,
#about .seikatsuWrap,
#company .seikatsuWrap,
#contact .seikatsuWrap,
#recruit .seikatsuWrap {
  margin: 156px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap,
  #about .seikatsuWrap,
  #company .seikatsuWrap,
  #contact .seikatsuWrap,
  #recruit .seikatsuWrap {
    margin: calc(11.1428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap,
  #about .seikatsuWrap,
  #company .seikatsuWrap,
  #contact .seikatsuWrap,
  #recruit .seikatsuWrap {
    display: block;
  }
}
#smile .seikatsuWrap .box,
#about .seikatsuWrap .box,
#company .seikatsuWrap .box,
#contact .seikatsuWrap .box,
#recruit .seikatsuWrap .box {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap .box,
  #about .seikatsuWrap .box,
  #company .seikatsuWrap .box,
  #contact .seikatsuWrap .box,
  #recruit .seikatsuWrap .box {
    width: calc(46.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap .box,
  #about .seikatsuWrap .box,
  #company .seikatsuWrap .box,
  #contact .seikatsuWrap .box,
  #recruit .seikatsuWrap .box {
    width: 100%;
  }
}
#smile .seikatsuWrap .box .txt,
#about .seikatsuWrap .box .txt,
#company .seikatsuWrap .box .txt,
#contact .seikatsuWrap .box .txt,
#recruit .seikatsuWrap .box .txt {
  margin: 1em 0 0;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap .box .txt,
  #about .seikatsuWrap .box .txt,
  #company .seikatsuWrap .box .txt,
  #contact .seikatsuWrap .box .txt,
  #recruit .seikatsuWrap .box .txt {
    margin: 0.8em 0 0;
  }
}
#smile .seikatsuWrap .img,
#about .seikatsuWrap .img,
#company .seikatsuWrap .img,
#contact .seikatsuWrap .img,
#recruit .seikatsuWrap .img {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap .img,
  #about .seikatsuWrap .img,
  #company .seikatsuWrap .img,
  #contact .seikatsuWrap .img,
  #recruit .seikatsuWrap .img {
    width: calc(25vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap .img,
  #about .seikatsuWrap .img,
  #company .seikatsuWrap .img,
  #contact .seikatsuWrap .img,
  #recruit .seikatsuWrap .img {
    width: 100%;
    margin: calc(2.6666666667vw) 0 0;
  }
}
#smile .seikatsuWrap .img img,
#about .seikatsuWrap .img img,
#company .seikatsuWrap .img img,
#contact .seikatsuWrap .img img,
#recruit .seikatsuWrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap .img img,
  #about .seikatsuWrap .img img,
  #company .seikatsuWrap .img img,
  #contact .seikatsuWrap .img img,
  #recruit .seikatsuWrap .img img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap .img img,
  #about .seikatsuWrap .img img,
  #company .seikatsuWrap .img img,
  #contact .seikatsuWrap .img img,
  #recruit .seikatsuWrap .img img {
    border-radius: calc(3.3333333333vw);
  }
}
#smile .seikatsuWrap .img::after,
#about .seikatsuWrap .img::after,
#company .seikatsuWrap .img::after,
#contact .seikatsuWrap .img::after,
#recruit .seikatsuWrap .img::after {
  position: absolute;
  top: 20px;
  left: -20px;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  background: #f3e8d3;
  transform: rotate(-5deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap .img::after,
  #about .seikatsuWrap .img::after,
  #company .seikatsuWrap .img::after,
  #contact .seikatsuWrap .img::after,
  #recruit .seikatsuWrap .img::after {
    left: calc(-1.4285714286vw);
    top: calc(1.4285714286vw);
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap .img::after,
  #about .seikatsuWrap .img::after,
  #company .seikatsuWrap .img::after,
  #contact .seikatsuWrap .img::after,
  #recruit .seikatsuWrap .img::after {
    border-radius: calc(3.3333333333vw);
    top: calc(2.6666666667vw);
    left: calc(-2.6666666667vw);
  }
}
#smile .seikatsuWrap2,
#about .seikatsuWrap2,
#company .seikatsuWrap2,
#contact .seikatsuWrap2,
#recruit .seikatsuWrap2 {
  margin: 156px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap2,
  #about .seikatsuWrap2,
  #company .seikatsuWrap2,
  #contact .seikatsuWrap2,
  #recruit .seikatsuWrap2 {
    margin: calc(11.1428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap2,
  #about .seikatsuWrap2,
  #company .seikatsuWrap2,
  #contact .seikatsuWrap2,
  #recruit .seikatsuWrap2 {
    display: block;
  }
}
#smile .seikatsuWrap2 .box,
#about .seikatsuWrap2 .box,
#company .seikatsuWrap2 .box,
#contact .seikatsuWrap2 .box,
#recruit .seikatsuWrap2 .box {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap2 .box,
  #about .seikatsuWrap2 .box,
  #company .seikatsuWrap2 .box,
  #contact .seikatsuWrap2 .box,
  #recruit .seikatsuWrap2 .box {
    width: calc(46.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap2 .box,
  #about .seikatsuWrap2 .box,
  #company .seikatsuWrap2 .box,
  #contact .seikatsuWrap2 .box,
  #recruit .seikatsuWrap2 .box {
    width: 100%;
  }
}
#smile .seikatsuWrap2 .box .txt,
#about .seikatsuWrap2 .box .txt,
#company .seikatsuWrap2 .box .txt,
#contact .seikatsuWrap2 .box .txt,
#recruit .seikatsuWrap2 .box .txt {
  margin: 1em 0 0;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap2 .box .txt,
  #about .seikatsuWrap2 .box .txt,
  #company .seikatsuWrap2 .box .txt,
  #contact .seikatsuWrap2 .box .txt,
  #recruit .seikatsuWrap2 .box .txt {
    margin: 0.8em 0 0;
  }
}
#smile .seikatsuWrap2 .img,
#about .seikatsuWrap2 .img,
#company .seikatsuWrap2 .img,
#contact .seikatsuWrap2 .img,
#recruit .seikatsuWrap2 .img {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap2 .img,
  #about .seikatsuWrap2 .img,
  #company .seikatsuWrap2 .img,
  #contact .seikatsuWrap2 .img,
  #recruit .seikatsuWrap2 .img {
    width: calc(25vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap2 .img,
  #about .seikatsuWrap2 .img,
  #company .seikatsuWrap2 .img,
  #contact .seikatsuWrap2 .img,
  #recruit .seikatsuWrap2 .img {
    width: 100%;
    margin: calc(2.6666666667vw) 0 0;
  }
}
#smile .seikatsuWrap2 .img img,
#about .seikatsuWrap2 .img img,
#company .seikatsuWrap2 .img img,
#contact .seikatsuWrap2 .img img,
#recruit .seikatsuWrap2 .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap2 .img img,
  #about .seikatsuWrap2 .img img,
  #company .seikatsuWrap2 .img img,
  #contact .seikatsuWrap2 .img img,
  #recruit .seikatsuWrap2 .img img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap2 .img img,
  #about .seikatsuWrap2 .img img,
  #company .seikatsuWrap2 .img img,
  #contact .seikatsuWrap2 .img img,
  #recruit .seikatsuWrap2 .img img {
    border-radius: calc(3.3333333333vw);
  }
}
#smile .seikatsuWrap2 .img::after,
#about .seikatsuWrap2 .img::after,
#company .seikatsuWrap2 .img::after,
#contact .seikatsuWrap2 .img::after,
#recruit .seikatsuWrap2 .img::after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  background: #f1dad9;
  transform: rotate(1deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #smile .seikatsuWrap2 .img::after,
  #about .seikatsuWrap2 .img::after,
  #company .seikatsuWrap2 .img::after,
  #contact .seikatsuWrap2 .img::after,
  #recruit .seikatsuWrap2 .img::after {
    top: calc(1.4285714286vw);
    left: calc(1.4285714286vw);
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .seikatsuWrap2 .img::after,
  #about .seikatsuWrap2 .img::after,
  #company .seikatsuWrap2 .img::after,
  #contact .seikatsuWrap2 .img::after,
  #recruit .seikatsuWrap2 .img::after {
    border-radius: calc(3.3333333333vw);
    top: calc(2.6666666667vw);
  }
}
#smile .ichinichiWrap,
#about .ichinichiWrap,
#company .ichinichiWrap,
#contact .ichinichiWrap,
#recruit .ichinichiWrap {
  margin: 46px auto 0;
}
#smile .ichinichiWrap .ichinichiBox,
#about .ichinichiWrap .ichinichiBox,
#company .ichinichiWrap .ichinichiBox,
#contact .ichinichiWrap .ichinichiBox,
#recruit .ichinichiWrap .ichinichiBox {
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox,
  #about .ichinichiWrap .ichinichiBox,
  #company .ichinichiWrap .ichinichiBox,
  #contact .ichinichiWrap .ichinichiBox,
  #recruit .ichinichiWrap .ichinichiBox {
    margin: calc(2.5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox,
  #about .ichinichiWrap .ichinichiBox,
  #company .ichinichiWrap .ichinichiBox,
  #contact .ichinichiWrap .ichinichiBox,
  #recruit .ichinichiWrap .ichinichiBox {
    margin: 1.5em auto 0;
    display: block;
  }
}
#smile .ichinichiWrap .ichinichiBox .box,
#about .ichinichiWrap .ichinichiBox .box,
#company .ichinichiWrap .ichinichiBox .box,
#contact .ichinichiWrap .ichinichiBox .box,
#recruit .ichinichiWrap .ichinichiBox .box {
  width: 100px;
  height: 150px;
  background: #cfe9ea;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box,
  #about .ichinichiWrap .ichinichiBox .box,
  #company .ichinichiWrap .ichinichiBox .box,
  #contact .ichinichiWrap .ichinichiBox .box,
  #recruit .ichinichiWrap .ichinichiBox .box {
    width: calc(7.1428571429vw);
    height: calc(10.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box,
  #about .ichinichiWrap .ichinichiBox .box,
  #company .ichinichiWrap .ichinichiBox .box,
  #contact .ichinichiWrap .ichinichiBox .box,
  #recruit .ichinichiWrap .ichinichiBox .box {
    width: 100%;
    height: auto;
    margin: 0 0 0.5em 0;
    display: flex;
    border-radius: 20px;
  }
}
#smile .ichinichiWrap .ichinichiBox .box .date,
#about .ichinichiWrap .ichinichiBox .box .date,
#company .ichinichiWrap .ichinichiBox .box .date,
#contact .ichinichiWrap .ichinichiBox .box .date,
#recruit .ichinichiWrap .ichinichiBox .box .date {
  margin: 11px 0 2px;
  padding: 0 0 7px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box .date,
  #about .ichinichiWrap .ichinichiBox .box .date,
  #company .ichinichiWrap .ichinichiBox .box .date,
  #contact .ichinichiWrap .ichinichiBox .box .date,
  #recruit .ichinichiWrap .ichinichiBox .box .date {
    margin: calc(0.7857142857vw) 0 2px;
    padding: 0 0 calc(0.5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box .date,
  #about .ichinichiWrap .ichinichiBox .box .date,
  #company .ichinichiWrap .ichinichiBox .box .date,
  #contact .ichinichiWrap .ichinichiBox .box .date,
  #recruit .ichinichiWrap .ichinichiBox .box .date {
    margin: 0 3px 0 0;
    padding: calc(4vw) 0;
    border: none;
    border-right: 2px solid #fff;
    width: calc(30vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#smile .ichinichiWrap .ichinichiBox .box .date source, #smile .ichinichiWrap .ichinichiBox .box .date img,
#about .ichinichiWrap .ichinichiBox .box .date source,
#about .ichinichiWrap .ichinichiBox .box .date img,
#company .ichinichiWrap .ichinichiBox .box .date source,
#company .ichinichiWrap .ichinichiBox .box .date img,
#contact .ichinichiWrap .ichinichiBox .box .date source,
#contact .ichinichiWrap .ichinichiBox .box .date img,
#recruit .ichinichiWrap .ichinichiBox .box .date source,
#recruit .ichinichiWrap .ichinichiBox .box .date img {
  width: 63px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box .date source, #smile .ichinichiWrap .ichinichiBox .box .date img,
  #about .ichinichiWrap .ichinichiBox .box .date source,
  #about .ichinichiWrap .ichinichiBox .box .date img,
  #company .ichinichiWrap .ichinichiBox .box .date source,
  #company .ichinichiWrap .ichinichiBox .box .date img,
  #contact .ichinichiWrap .ichinichiBox .box .date source,
  #contact .ichinichiWrap .ichinichiBox .box .date img,
  #recruit .ichinichiWrap .ichinichiBox .box .date source,
  #recruit .ichinichiWrap .ichinichiBox .box .date img {
    width: calc(4.5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box .date source, #smile .ichinichiWrap .ichinichiBox .box .date img,
  #about .ichinichiWrap .ichinichiBox .box .date source,
  #about .ichinichiWrap .ichinichiBox .box .date img,
  #company .ichinichiWrap .ichinichiBox .box .date source,
  #company .ichinichiWrap .ichinichiBox .box .date img,
  #contact .ichinichiWrap .ichinichiBox .box .date source,
  #contact .ichinichiWrap .ichinichiBox .box .date img,
  #recruit .ichinichiWrap .ichinichiBox .box .date source,
  #recruit .ichinichiWrap .ichinichiBox .box .date img {
    width: calc(17.0666666667vw);
  }
}
#smile .ichinichiWrap .ichinichiBox .box .des,
#about .ichinichiWrap .ichinichiBox .box .des,
#company .ichinichiWrap .ichinichiBox .box .des,
#contact .ichinichiWrap .ichinichiBox .box .des,
#recruit .ichinichiWrap .ichinichiBox .box .des {
  padding: 34px 0 0;
  height: 70px;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box .des,
  #about .ichinichiWrap .ichinichiBox .box .des,
  #company .ichinichiWrap .ichinichiBox .box .des,
  #contact .ichinichiWrap .ichinichiBox .box .des,
  #recruit .ichinichiWrap .ichinichiBox .box .des {
    padding: calc(2.4285714286vw) 0 0;
    height: calc(5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box .des,
  #about .ichinichiWrap .ichinichiBox .box .des,
  #company .ichinichiWrap .ichinichiBox .box .des,
  #contact .ichinichiWrap .ichinichiBox .box .des,
  #recruit .ichinichiWrap .ichinichiBox .box .des {
    padding: 0.7em 0 0.7em 1em;
    height: auto;
    border: none;
    border-left: 2px solid #fff;
  }
}
#smile .ichinichiWrap .ichinichiBox .box .des .desIn,
#about .ichinichiWrap .ichinichiBox .box .des .desIn,
#company .ichinichiWrap .ichinichiBox .box .des .desIn,
#contact .ichinichiWrap .ichinichiBox .box .des .desIn,
#recruit .ichinichiWrap .ichinichiBox .box .des .desIn {
  font-size: 15px;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box .des .desIn,
  #about .ichinichiWrap .ichinichiBox .box .des .desIn,
  #company .ichinichiWrap .ichinichiBox .box .des .desIn,
  #contact .ichinichiWrap .ichinichiBox .box .des .desIn,
  #recruit .ichinichiWrap .ichinichiBox .box .des .desIn {
    font-size: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box .des .desIn,
  #about .ichinichiWrap .ichinichiBox .box .des .desIn,
  #company .ichinichiWrap .ichinichiBox .box .des .desIn,
  #contact .ichinichiWrap .ichinichiBox .box .des .desIn,
  #recruit .ichinichiWrap .ichinichiBox .box .des .desIn {
    font-size: calc(4vw);
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box .des .desIn p,
  #about .ichinichiWrap .ichinichiBox .box .des .desIn p,
  #company .ichinichiWrap .ichinichiBox .box .des .desIn p,
  #contact .ichinichiWrap .ichinichiBox .box .des .desIn p,
  #recruit .ichinichiWrap .ichinichiBox .box .des .desIn p {
    margin: 0.2em 0;
  }
}
#smile .ichinichiWrap .ichinichiBox .box.box2,
#about .ichinichiWrap .ichinichiBox .box.box2,
#company .ichinichiWrap .ichinichiBox .box.box2,
#contact .ichinichiWrap .ichinichiBox .box.box2,
#recruit .ichinichiWrap .ichinichiBox .box.box2 {
  width: 220px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box.box2,
  #about .ichinichiWrap .ichinichiBox .box.box2,
  #company .ichinichiWrap .ichinichiBox .box.box2,
  #contact .ichinichiWrap .ichinichiBox .box.box2,
  #recruit .ichinichiWrap .ichinichiBox .box.box2 {
    width: calc(15.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box.box2,
  #about .ichinichiWrap .ichinichiBox .box.box2,
  #company .ichinichiWrap .ichinichiBox .box.box2,
  #contact .ichinichiWrap .ichinichiBox .box.box2,
  #recruit .ichinichiWrap .ichinichiBox .box.box2 {
    width: 100%;
    height: auto;
  }
}
#smile .ichinichiWrap .ichinichiBox .box.box2 .des,
#about .ichinichiWrap .ichinichiBox .box.box2 .des,
#company .ichinichiWrap .ichinichiBox .box.box2 .des,
#contact .ichinichiWrap .ichinichiBox .box.box2 .des,
#recruit .ichinichiWrap .ichinichiBox .box.box2 .des {
  border: none;
  padding: 0;
}
#smile .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
#about .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
#company .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
#contact .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
#recruit .ichinichiWrap .ichinichiBox .box.box2 .des .desIn {
  font-size: 1.5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1400px) {
  #smile .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #about .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #company .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #contact .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #recruit .ichinichiWrap .ichinichiBox .box.box2 .des .desIn {
    font-size: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #about .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #company .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #contact .ichinichiWrap .ichinichiBox .box.box2 .des .desIn,
  #recruit .ichinichiWrap .ichinichiBox .box.box2 .des .desIn {
    font-size: calc(4vw);
    padding: 0.9em 0 0.9em;
  }
}
#smile .ichinichiWrap .ichinichiBox .box.colorYellow,
#about .ichinichiWrap .ichinichiBox .box.colorYellow,
#company .ichinichiWrap .ichinichiBox .box.colorYellow,
#contact .ichinichiWrap .ichinichiBox .box.colorYellow,
#recruit .ichinichiWrap .ichinichiBox .box.colorYellow {
  background: #eadfcf;
}
#smile .serviceWrap,
#about .serviceWrap,
#company .serviceWrap,
#contact .serviceWrap,
#recruit .serviceWrap {
  margin: 87px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap,
  #about .serviceWrap,
  #company .serviceWrap,
  #contact .serviceWrap,
  #recruit .serviceWrap {
    margin: calc(6.2142857143vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap,
  #about .serviceWrap,
  #company .serviceWrap,
  #contact .serviceWrap,
  #recruit .serviceWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#smile .serviceWrap .box,
#about .serviceWrap .box,
#company .serviceWrap .box,
#contact .serviceWrap .box,
#recruit .serviceWrap .box {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap .box,
  #about .serviceWrap .box,
  #company .serviceWrap .box,
  #contact .serviceWrap .box,
  #recruit .serviceWrap .box {
    margin: calc(1.4285714286vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box,
  #about .serviceWrap .box,
  #company .serviceWrap .box,
  #contact .serviceWrap .box,
  #recruit .serviceWrap .box {
    margin: 1em auto 0;
    display: block;
  }
}
#smile .serviceWrap .box .img,
#about .serviceWrap .box .img,
#company .serviceWrap .box .img,
#contact .serviceWrap .box .img,
#recruit .serviceWrap .box .img {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap .box .img,
  #about .serviceWrap .box .img,
  #company .serviceWrap .box .img,
  #contact .serviceWrap .box .img,
  #recruit .serviceWrap .box .img {
    width: calc(25vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box .img,
  #about .serviceWrap .box .img,
  #company .serviceWrap .box .img,
  #contact .serviceWrap .box .img,
  #recruit .serviceWrap .box .img {
    width: 100%;
  }
}
#smile .serviceWrap .box .img img,
#about .serviceWrap .box .img img,
#company .serviceWrap .box .img img,
#contact .serviceWrap .box .img img,
#recruit .serviceWrap .box .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap .box .img img,
  #about .serviceWrap .box .img img,
  #company .serviceWrap .box .img img,
  #contact .serviceWrap .box .img img,
  #recruit .serviceWrap .box .img img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box .img img,
  #about .serviceWrap .box .img img,
  #company .serviceWrap .box .img img,
  #contact .serviceWrap .box .img img,
  #recruit .serviceWrap .box .img img {
    border-radius: calc(3.3333333333vw);
  }
}
#smile .serviceWrap .box .img::after,
#about .serviceWrap .box .img::after,
#company .serviceWrap .box .img::after,
#contact .serviceWrap .box .img::after,
#recruit .serviceWrap .box .img::after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  background: #f1dad9;
  transform: rotate(1deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap .box .img::after,
  #about .serviceWrap .box .img::after,
  #company .serviceWrap .box .img::after,
  #contact .serviceWrap .box .img::after,
  #recruit .serviceWrap .box .img::after {
    top: calc(1.4285714286vw);
    left: calc(1.4285714286vw);
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box .img::after,
  #about .serviceWrap .box .img::after,
  #company .serviceWrap .box .img::after,
  #contact .serviceWrap .box .img::after,
  #recruit .serviceWrap .box .img::after {
    border-radius: calc(3.3333333333vw);
    top: calc(2.6666666667vw);
  }
}
#smile .serviceWrap .box .txtBox,
#about .serviceWrap .box .txtBox,
#company .serviceWrap .box .txtBox,
#contact .serviceWrap .box .txtBox,
#recruit .serviceWrap .box .txtBox {
  width: 660px;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap .box .txtBox,
  #about .serviceWrap .box .txtBox,
  #company .serviceWrap .box .txtBox,
  #contact .serviceWrap .box .txtBox,
  #recruit .serviceWrap .box .txtBox {
    width: calc(47.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box .txtBox,
  #about .serviceWrap .box .txtBox,
  #company .serviceWrap .box .txtBox,
  #contact .serviceWrap .box .txtBox,
  #recruit .serviceWrap .box .txtBox {
    width: 100%;
    margin: 1em 0 0;
  }
}
#smile .serviceWrap .box .txtBox .item,
#about .serviceWrap .box .txtBox .item,
#company .serviceWrap .box .txtBox .item,
#contact .serviceWrap .box .txtBox .item,
#recruit .serviceWrap .box .txtBox .item {
  background: #e8e8e8;
  border-radius: 20px;
  padding: 1.2em 1.2em;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box .txtBox .item,
  #about .serviceWrap .box .txtBox .item,
  #company .serviceWrap .box .txtBox .item,
  #contact .serviceWrap .box .txtBox .item,
  #recruit .serviceWrap .box .txtBox .item {
    margin: 1em 0 0;
    border-radius: 10px;
  }
}
#smile .serviceWrap .box .txtBox .item .ttl,
#about .serviceWrap .box .txtBox .item .ttl,
#company .serviceWrap .box .txtBox .item .ttl,
#contact .serviceWrap .box .txtBox .item .ttl,
#recruit .serviceWrap .box .txtBox .item .ttl {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #smile .serviceWrap .box .txtBox .item .ttl,
  #about .serviceWrap .box .txtBox .item .ttl,
  #company .serviceWrap .box .txtBox .item .ttl,
  #contact .serviceWrap .box .txtBox .item .ttl,
  #recruit .serviceWrap .box .txtBox .item .ttl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .serviceWrap .box .txtBox .item .ttl,
  #about .serviceWrap .box .txtBox .item .ttl,
  #company .serviceWrap .box .txtBox .item .ttl,
  #contact .serviceWrap .box .txtBox .item .ttl,
  #recruit .serviceWrap .box .txtBox .item .ttl {
    font-size: calc(4.8vw);
  }
}
#smile .syokujiWrap,
#about .syokujiWrap,
#company .syokujiWrap,
#contact .syokujiWrap,
#recruit .syokujiWrap {
  margin: 87px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap,
  #about .syokujiWrap,
  #company .syokujiWrap,
  #contact .syokujiWrap,
  #recruit .syokujiWrap {
    margin: calc(6.2142857143vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap,
  #about .syokujiWrap,
  #company .syokujiWrap,
  #contact .syokujiWrap,
  #recruit .syokujiWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#smile .syokujiWrap .box,
#about .syokujiWrap .box,
#company .syokujiWrap .box,
#contact .syokujiWrap .box,
#recruit .syokujiWrap .box {
  margin: 20px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box,
  #about .syokujiWrap .box,
  #company .syokujiWrap .box,
  #contact .syokujiWrap .box,
  #recruit .syokujiWrap .box {
    margin: calc(1.4285714286vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box,
  #about .syokujiWrap .box,
  #company .syokujiWrap .box,
  #contact .syokujiWrap .box,
  #recruit .syokujiWrap .box {
    margin: 1em auto 0;
    display: block;
  }
}
#smile .syokujiWrap .box .slideWrap,
#about .syokujiWrap .box .slideWrap,
#company .syokujiWrap .box .slideWrap,
#contact .syokujiWrap .box .slideWrap,
#recruit .syokujiWrap .box .slideWrap {
  width: 450px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap,
  #about .syokujiWrap .box .slideWrap,
  #company .syokujiWrap .box .slideWrap,
  #contact .syokujiWrap .box .slideWrap,
  #recruit .syokujiWrap .box .slideWrap {
    width: calc(32.1428571429vw);
    margin: calc(2.1428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap,
  #about .syokujiWrap .box .slideWrap,
  #company .syokujiWrap .box .slideWrap,
  #contact .syokujiWrap .box .slideWrap,
  #recruit .syokujiWrap .box .slideWrap {
    margin: 0 0 0 calc(-5.3333333333vw);
    width: calc(100vw);
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-next,
#smile .syokujiWrap .box .slideWrap .swiper-prev,
#about .syokujiWrap .box .slideWrap .swiper-next,
#about .syokujiWrap .box .slideWrap .swiper-prev,
#company .syokujiWrap .box .slideWrap .swiper-next,
#company .syokujiWrap .box .slideWrap .swiper-prev,
#contact .syokujiWrap .box .slideWrap .swiper-next,
#contact .syokujiWrap .box .slideWrap .swiper-prev,
#recruit .syokujiWrap .box .slideWrap .swiper-next,
#recruit .syokujiWrap .box .slideWrap .swiper-prev {
  background-color: #2ea7e0;
  width: 15px;
  height: 30px;
}
#smile .syokujiWrap .box .slideWrap .swiper-next::after,
#smile .syokujiWrap .box .slideWrap .swiper-prev::after,
#about .syokujiWrap .box .slideWrap .swiper-next::after,
#about .syokujiWrap .box .slideWrap .swiper-prev::after,
#company .syokujiWrap .box .slideWrap .swiper-next::after,
#company .syokujiWrap .box .slideWrap .swiper-prev::after,
#contact .syokujiWrap .box .slideWrap .swiper-next::after,
#contact .syokujiWrap .box .slideWrap .swiper-prev::after,
#recruit .syokujiWrap .box .slideWrap .swiper-next::after,
#recruit .syokujiWrap .box .slideWrap .swiper-prev::after {
  display: none;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-next,
  #smile .syokujiWrap .box .slideWrap .swiper-prev,
  #about .syokujiWrap .box .slideWrap .swiper-next,
  #about .syokujiWrap .box .slideWrap .swiper-prev,
  #company .syokujiWrap .box .slideWrap .swiper-next,
  #company .syokujiWrap .box .slideWrap .swiper-prev,
  #contact .syokujiWrap .box .slideWrap .swiper-next,
  #contact .syokujiWrap .box .slideWrap .swiper-prev,
  #recruit .syokujiWrap .box .slideWrap .swiper-next,
  #recruit .syokujiWrap .box .slideWrap .swiper-prev {
    width: calc(1.0714285714vw);
    height: calc(2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-next,
  #smile .syokujiWrap .box .slideWrap .swiper-prev,
  #about .syokujiWrap .box .slideWrap .swiper-next,
  #about .syokujiWrap .box .slideWrap .swiper-prev,
  #company .syokujiWrap .box .slideWrap .swiper-next,
  #company .syokujiWrap .box .slideWrap .swiper-prev,
  #contact .syokujiWrap .box .slideWrap .swiper-next,
  #contact .syokujiWrap .box .slideWrap .swiper-prev,
  #recruit .syokujiWrap .box .slideWrap .swiper-next,
  #recruit .syokujiWrap .box .slideWrap .swiper-prev {
    display: none;
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-prev,
#about .syokujiWrap .box .slideWrap .swiper-prev,
#company .syokujiWrap .box .slideWrap .swiper-prev,
#contact .syokujiWrap .box .slideWrap .swiper-prev,
#recruit .syokujiWrap .box .slideWrap .swiper-prev {
  clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}
#smile .syokujiWrap .box .slideWrap .swiper-next,
#about .syokujiWrap .box .slideWrap .swiper-next,
#company .syokujiWrap .box .slideWrap .swiper-next,
#contact .syokujiWrap .box .slideWrap .swiper-next,
#recruit .syokujiWrap .box .slideWrap .swiper-next {
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
#smile .syokujiWrap .box .slideWrap .swiper-slide,
#about .syokujiWrap .box .slideWrap .swiper-slide,
#company .syokujiWrap .box .slideWrap .swiper-slide,
#contact .syokujiWrap .box .slideWrap .swiper-slide,
#recruit .syokujiWrap .box .slideWrap .swiper-slide {
  margin: 0 0 45px;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide,
  #about .syokujiWrap .box .slideWrap .swiper-slide,
  #company .syokujiWrap .box .slideWrap .swiper-slide,
  #contact .syokujiWrap .box .slideWrap .swiper-slide,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide {
    margin: 0 0 calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide,
  #about .syokujiWrap .box .slideWrap .swiper-slide,
  #company .syokujiWrap .box .slideWrap .swiper-slide,
  #contact .syokujiWrap .box .slideWrap .swiper-slide,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide {
    margin: 0 calc(2.6666666667vw) calc(10.6666666667vw);
    width: calc(81.3333333333vw);
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-slide .in,
#about .syokujiWrap .box .slideWrap .swiper-slide .in,
#company .syokujiWrap .box .slideWrap .swiper-slide .in,
#contact .syokujiWrap .box .slideWrap .swiper-slide .in,
#recruit .syokujiWrap .box .slideWrap .swiper-slide .in {
  position: relative;
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide .in,
  #about .syokujiWrap .box .slideWrap .swiper-slide .in,
  #company .syokujiWrap .box .slideWrap .swiper-slide .in,
  #contact .syokujiWrap .box .slideWrap .swiper-slide .in,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide .in {
    width: calc(25vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide .in,
  #about .syokujiWrap .box .slideWrap .swiper-slide .in,
  #company .syokujiWrap .box .slideWrap .swiper-slide .in,
  #contact .syokujiWrap .box .slideWrap .swiper-slide .in,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide .in {
    width: 100%;
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-slide .in img,
#about .syokujiWrap .box .slideWrap .swiper-slide .in img,
#company .syokujiWrap .box .slideWrap .swiper-slide .in img,
#contact .syokujiWrap .box .slideWrap .swiper-slide .in img,
#recruit .syokujiWrap .box .slideWrap .swiper-slide .in img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #about .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #company .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #contact .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide .in img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #about .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #company .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #contact .syokujiWrap .box .slideWrap .swiper-slide .in img,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide .in img {
    border-radius: calc(3.3333333333vw);
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-slide .in::after,
#about .syokujiWrap .box .slideWrap .swiper-slide .in::after,
#company .syokujiWrap .box .slideWrap .swiper-slide .in::after,
#contact .syokujiWrap .box .slideWrap .swiper-slide .in::after,
#recruit .syokujiWrap .box .slideWrap .swiper-slide .in::after {
  position: absolute;
  top: 20px;
  left: -20px;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  background: #f3e8d3;
  transform: rotate(-5deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #about .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #company .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #contact .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide .in::after {
    left: calc(-1.4285714286vw);
    top: calc(1.4285714286vw);
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #about .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #company .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #contact .syokujiWrap .box .slideWrap .swiper-slide .in::after,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide .in::after {
    border-radius: calc(3.3333333333vw);
    top: calc(2.6666666667vw);
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1),
#about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1),
#company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1),
#contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1),
#recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) {
  /*258*/
}
#smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
#about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
#company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
#contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
#recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after {
  top: 20px;
  left: 20px;
  background: #f3e8d3;
  transform: rotate(1deg);
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after {
    top: calc(1.4285714286vw);
    left: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-1) .in::after {
    top: calc(2.6666666667vw);
  }
}
#smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3),
#about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3),
#company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3),
#contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3),
#recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) {
  /*258*/
}
#smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
#about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
#company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
#contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
#recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after {
  top: 20px;
  left: -15px;
  background: #f3e8d3;
  transform: rotate(1deg);
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after {
    top: calc(1.4285714286vw);
    left: calc(-1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #about .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #company .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #contact .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after,
  #recruit .syokujiWrap .box .slideWrap .swiper-slide:nth-child(3n-3) .in::after {
    top: calc(2.6666666667vw);
  }
}
#smile .syokujiWrap .box .txtBox,
#about .syokujiWrap .box .txtBox,
#company .syokujiWrap .box .txtBox,
#contact .syokujiWrap .box .txtBox,
#recruit .syokujiWrap .box .txtBox {
  width: 600px;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .txtBox,
  #about .syokujiWrap .box .txtBox,
  #company .syokujiWrap .box .txtBox,
  #contact .syokujiWrap .box .txtBox,
  #recruit .syokujiWrap .box .txtBox {
    width: calc(45.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .txtBox,
  #about .syokujiWrap .box .txtBox,
  #company .syokujiWrap .box .txtBox,
  #contact .syokujiWrap .box .txtBox,
  #recruit .syokujiWrap .box .txtBox {
    width: 100%;
    margin: 0;
  }
}
#smile .syokujiWrap .box .txtBox .item,
#about .syokujiWrap .box .txtBox .item,
#company .syokujiWrap .box .txtBox .item,
#contact .syokujiWrap .box .txtBox .item,
#recruit .syokujiWrap .box .txtBox .item {
  background: #e8e8e8;
  border-radius: 20px;
  padding: 1.2em 1.2em;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .txtBox .item,
  #about .syokujiWrap .box .txtBox .item,
  #company .syokujiWrap .box .txtBox .item,
  #contact .syokujiWrap .box .txtBox .item,
  #recruit .syokujiWrap .box .txtBox .item {
    margin: 1em 0 0;
    border-radius: 10px;
  }
}
#smile .syokujiWrap .box .txtBox .item .ttl,
#about .syokujiWrap .box .txtBox .item .ttl,
#company .syokujiWrap .box .txtBox .item .ttl,
#contact .syokujiWrap .box .txtBox .item .ttl,
#recruit .syokujiWrap .box .txtBox .item .ttl {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #smile .syokujiWrap .box .txtBox .item .ttl,
  #about .syokujiWrap .box .txtBox .item .ttl,
  #company .syokujiWrap .box .txtBox .item .ttl,
  #contact .syokujiWrap .box .txtBox .item .ttl,
  #recruit .syokujiWrap .box .txtBox .item .ttl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .syokujiWrap .box .txtBox .item .ttl,
  #about .syokujiWrap .box .txtBox .item .ttl,
  #company .syokujiWrap .box .txtBox .item .ttl,
  #contact .syokujiWrap .box .txtBox .item .ttl,
  #recruit .syokujiWrap .box .txtBox .item .ttl {
    font-size: calc(4.8vw);
  }
}
#smile .userWrap,
#about .userWrap,
#company .userWrap,
#contact .userWrap,
#recruit .userWrap {
  margin: 75px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .userWrap,
  #about .userWrap,
  #company .userWrap,
  #contact .userWrap,
  #recruit .userWrap {
    margin: calc(5.3571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .userWrap,
  #about .userWrap,
  #company .userWrap,
  #contact .userWrap,
  #recruit .userWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#smile .riyouWrap,
#about .riyouWrap,
#company .riyouWrap,
#contact .riyouWrap,
#recruit .riyouWrap {
  margin: 75px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap,
  #about .riyouWrap,
  #company .riyouWrap,
  #contact .riyouWrap,
  #recruit .riyouWrap {
    margin: calc(5.3571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap,
  #about .riyouWrap,
  #company .riyouWrap,
  #contact .riyouWrap,
  #recruit .riyouWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#smile .riyouWrap .riyouBox,
#about .riyouWrap .riyouBox,
#company .riyouWrap .riyouBox,
#contact .riyouWrap .riyouBox,
#recruit .riyouWrap .riyouBox {
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox,
  #about .riyouWrap .riyouBox,
  #company .riyouWrap .riyouBox,
  #contact .riyouWrap .riyouBox,
  #recruit .riyouWrap .riyouBox {
    margin: calc(2.5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox,
  #about .riyouWrap .riyouBox,
  #company .riyouWrap .riyouBox,
  #contact .riyouWrap .riyouBox,
  #recruit .riyouWrap .riyouBox {
    display: block;
    margin: 1em auto 0;
  }
}
#smile .riyouWrap .riyouBox .box,
#about .riyouWrap .riyouBox .box,
#company .riyouWrap .riyouBox .box,
#contact .riyouWrap .riyouBox .box,
#recruit .riyouWrap .riyouBox .box {
  position: relative;
  width: 155px;
  height: 155px;
  background: #f1dad9;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box,
  #about .riyouWrap .riyouBox .box,
  #company .riyouWrap .riyouBox .box,
  #contact .riyouWrap .riyouBox .box,
  #recruit .riyouWrap .riyouBox .box {
    width: calc(11.0714285714vw);
    height: calc(11.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox .box,
  #about .riyouWrap .riyouBox .box,
  #company .riyouWrap .riyouBox .box,
  #contact .riyouWrap .riyouBox .box,
  #recruit .riyouWrap .riyouBox .box {
    width: 100%;
    height: calc(16vw);
    display: flex;
    margin: 0 0 calc(6.6666666667vw);
  }
}
#smile .riyouWrap .riyouBox .box::after,
#about .riyouWrap .riyouBox .box::after,
#company .riyouWrap .riyouBox .box::after,
#contact .riyouWrap .riyouBox .box::after,
#recruit .riyouWrap .riyouBox .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  background: #2ea7e0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box::after,
  #about .riyouWrap .riyouBox .box::after,
  #company .riyouWrap .riyouBox .box::after,
  #contact .riyouWrap .riyouBox .box::after,
  #recruit .riyouWrap .riyouBox .box::after {
    right: calc(-1.4285714286vw);
    width: calc(0.7142857143vw);
    height: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox .box::after,
  #about .riyouWrap .riyouBox .box::after,
  #company .riyouWrap .riyouBox .box::after,
  #contact .riyouWrap .riyouBox .box::after,
  #recruit .riyouWrap .riyouBox .box::after {
    right: 0;
    left: 0;
    width: calc(5.3333333333vw);
    height: calc(2.6666666667vw);
    top: auto;
    bottom: calc(-5.3333333333vw);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
#smile .riyouWrap .riyouBox .box .num,
#about .riyouWrap .riyouBox .box .num,
#company .riyouWrap .riyouBox .box .num,
#contact .riyouWrap .riyouBox .box .num,
#recruit .riyouWrap .riyouBox .box .num {
  margin: 11px 0 3px;
  padding: 0 0 7px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box .num,
  #about .riyouWrap .riyouBox .box .num,
  #company .riyouWrap .riyouBox .box .num,
  #contact .riyouWrap .riyouBox .box .num,
  #recruit .riyouWrap .riyouBox .box .num {
    margin: calc(0.7857142857vw) 0 3px;
    padding: 0 0 calc(0.5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox .box .num,
  #about .riyouWrap .riyouBox .box .num,
  #company .riyouWrap .riyouBox .box .num,
  #contact .riyouWrap .riyouBox .box .num,
  #recruit .riyouWrap .riyouBox .box .num {
    margin: 0 3px 0 0;
    padding: calc(4.6666666667vw) 0 0;
    width: calc(26.6666666667vw);
    border: none;
    border-right: 2px solid #fff;
  }
}
#smile .riyouWrap .riyouBox .box .num source, #smile .riyouWrap .riyouBox .box .num img,
#about .riyouWrap .riyouBox .box .num source,
#about .riyouWrap .riyouBox .box .num img,
#company .riyouWrap .riyouBox .box .num source,
#company .riyouWrap .riyouBox .box .num img,
#contact .riyouWrap .riyouBox .box .num source,
#contact .riyouWrap .riyouBox .box .num img,
#recruit .riyouWrap .riyouBox .box .num source,
#recruit .riyouWrap .riyouBox .box .num img {
  width: 79px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box .num source, #smile .riyouWrap .riyouBox .box .num img,
  #about .riyouWrap .riyouBox .box .num source,
  #about .riyouWrap .riyouBox .box .num img,
  #company .riyouWrap .riyouBox .box .num source,
  #company .riyouWrap .riyouBox .box .num img,
  #contact .riyouWrap .riyouBox .box .num source,
  #contact .riyouWrap .riyouBox .box .num img,
  #recruit .riyouWrap .riyouBox .box .num source,
  #recruit .riyouWrap .riyouBox .box .num img {
    width: calc(5.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox .box .num source, #smile .riyouWrap .riyouBox .box .num img,
  #about .riyouWrap .riyouBox .box .num source,
  #about .riyouWrap .riyouBox .box .num img,
  #company .riyouWrap .riyouBox .box .num source,
  #company .riyouWrap .riyouBox .box .num img,
  #contact .riyouWrap .riyouBox .box .num source,
  #contact .riyouWrap .riyouBox .box .num img,
  #recruit .riyouWrap .riyouBox .box .num source,
  #recruit .riyouWrap .riyouBox .box .num img {
    width: calc(17.3333333333vw);
  }
}
#smile .riyouWrap .riyouBox .box .des,
#about .riyouWrap .riyouBox .box .des,
#company .riyouWrap .riyouBox .box .des,
#contact .riyouWrap .riyouBox .box .des,
#recruit .riyouWrap .riyouBox .box .des {
  padding: 32px 0 0;
  height: 70px;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box .des,
  #about .riyouWrap .riyouBox .box .des,
  #company .riyouWrap .riyouBox .box .des,
  #contact .riyouWrap .riyouBox .box .des,
  #recruit .riyouWrap .riyouBox .box .des {
    padding: calc(2.2857142857vw) 0 0;
    height: calc(5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox .box .des,
  #about .riyouWrap .riyouBox .box .des,
  #company .riyouWrap .riyouBox .box .des,
  #contact .riyouWrap .riyouBox .box .des,
  #recruit .riyouWrap .riyouBox .box .des {
    border: none;
    border-left: 2px solid #fff;
    height: auto;
    padding: 0;
  }
}
#smile .riyouWrap .riyouBox .box .des .desIn,
#about .riyouWrap .riyouBox .box .des .desIn,
#company .riyouWrap .riyouBox .box .des .desIn,
#contact .riyouWrap .riyouBox .box .des .desIn,
#recruit .riyouWrap .riyouBox .box .des .desIn {
  font-size: 1.9rem;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box .des .desIn,
  #about .riyouWrap .riyouBox .box .des .desIn,
  #company .riyouWrap .riyouBox .box .des .desIn,
  #contact .riyouWrap .riyouBox .box .des .desIn,
  #recruit .riyouWrap .riyouBox .box .des .desIn {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .riyouWrap .riyouBox .box .des .desIn,
  #about .riyouWrap .riyouBox .box .des .desIn,
  #company .riyouWrap .riyouBox .box .des .desIn,
  #contact .riyouWrap .riyouBox .box .des .desIn,
  #recruit .riyouWrap .riyouBox .box .des .desIn {
    text-align: left;
    font-size: calc(4.2666666667vw);
    margin: 0 0 0 1em;
  }
}
#smile .riyouWrap .riyouBox .box.box2,
#about .riyouWrap .riyouBox .box.box2,
#company .riyouWrap .riyouBox .box.box2,
#contact .riyouWrap .riyouBox .box.box2,
#recruit .riyouWrap .riyouBox .box.box2 {
  width: 220px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #smile .riyouWrap .riyouBox .box.box2,
  #about .riyouWrap .riyouBox .box.box2,
  #company .riyouWrap .riyouBox .box.box2,
  #contact .riyouWrap .riyouBox .box.box2,
  #recruit .riyouWrap .riyouBox .box.box2 {
    width: calc(15.7142857143vw);
  }
}
#smile .riyouWrap .riyouBox .box.box2 .des,
#about .riyouWrap .riyouBox .box.box2 .des,
#company .riyouWrap .riyouBox .box.box2 .des,
#contact .riyouWrap .riyouBox .box.box2 .des,
#recruit .riyouWrap .riyouBox .box.box2 .des {
  border: none;
  padding: 0;
}
#smile .riyouWrap .riyouBox .box.box2 .des .desIn,
#about .riyouWrap .riyouBox .box.box2 .des .desIn,
#company .riyouWrap .riyouBox .box.box2 .des .desIn,
#contact .riyouWrap .riyouBox .box.box2 .des .desIn,
#recruit .riyouWrap .riyouBox .box.box2 .des .desIn {
  font-size: 15px;
  line-height: 1.4em;
}
#smile .riyouWrap .riyouBox .box.colorYellow,
#about .riyouWrap .riyouBox .box.colorYellow,
#company .riyouWrap .riyouBox .box.colorYellow,
#contact .riyouWrap .riyouBox .box.colorYellow,
#recruit .riyouWrap .riyouBox .box.colorYellow {
  background: #eadfcf;
}
#smile .riyouWrap .riyouBox .box:last-child::after,
#about .riyouWrap .riyouBox .box:last-child::after,
#company .riyouWrap .riyouBox .box:last-child::after,
#contact .riyouWrap .riyouBox .box:last-child::after,
#recruit .riyouWrap .riyouBox .box:last-child::after {
  display: none;
}
#smile .typeWrap,
#about .typeWrap,
#company .typeWrap,
#contact .typeWrap,
#recruit .typeWrap {
  width: 1060px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap,
  #about .typeWrap,
  #company .typeWrap,
  #contact .typeWrap,
  #recruit .typeWrap {
    width: calc(75.7142857143vw);
    margin: calc(5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap,
  #about .typeWrap,
  #company .typeWrap,
  #contact .typeWrap,
  #recruit .typeWrap {
    width: calc(89.3333333333vw);
    margin: calc(8vw) auto 0;
  }
}
#smile .typeWrap .flexBox,
#about .typeWrap .flexBox,
#company .typeWrap .flexBox,
#contact .typeWrap .flexBox,
#recruit .typeWrap .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap .flexBox,
  #about .typeWrap .flexBox,
  #company .typeWrap .flexBox,
  #contact .typeWrap .flexBox,
  #recruit .typeWrap .flexBox {
    margin: calc(1.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap .flexBox,
  #about .typeWrap .flexBox,
  #company .typeWrap .flexBox,
  #contact .typeWrap .flexBox,
  #recruit .typeWrap .flexBox {
    margin: 1em 0 0;
  }
}
#smile .typeWrap .flexBox .txt p,
#about .typeWrap .flexBox .txt p,
#company .typeWrap .flexBox .txt p,
#contact .typeWrap .flexBox .txt p,
#recruit .typeWrap .flexBox .txt p {
  line-height: 1.8em;
}
#smile .typeWrap .flexBox .box,
#about .typeWrap .flexBox .box,
#company .typeWrap .flexBox .box,
#contact .typeWrap .flexBox .box,
#recruit .typeWrap .flexBox .box {
  width: 510px;
  background: #e8e8e8;
  border-radius: 15px;
  margin: 0 0 40px;
  padding: 1.5em 1.3em 2em;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap .flexBox .box,
  #about .typeWrap .flexBox .box,
  #company .typeWrap .flexBox .box,
  #contact .typeWrap .flexBox .box,
  #recruit .typeWrap .flexBox .box {
    margin: 0 0 calc(2.8571428571vw);
    width: calc(36.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap .flexBox .box,
  #about .typeWrap .flexBox .box,
  #company .typeWrap .flexBox .box,
  #contact .typeWrap .flexBox .box,
  #recruit .typeWrap .flexBox .box {
    margin: 0 0 calc(5.3333333333vw);
    width: 100%;
    padding: 1.5em 1.3em 1.5em;
  }
}
#smile .typeWrap .flexBox .box h4.ttl,
#about .typeWrap .flexBox .box h4.ttl,
#company .typeWrap .flexBox .box h4.ttl,
#contact .typeWrap .flexBox .box h4.ttl,
#recruit .typeWrap .flexBox .box h4.ttl {
  font-size: 2.5rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap .flexBox .box h4.ttl,
  #about .typeWrap .flexBox .box h4.ttl,
  #company .typeWrap .flexBox .box h4.ttl,
  #contact .typeWrap .flexBox .box h4.ttl,
  #recruit .typeWrap .flexBox .box h4.ttl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap .flexBox .box h4.ttl,
  #about .typeWrap .flexBox .box h4.ttl,
  #company .typeWrap .flexBox .box h4.ttl,
  #contact .typeWrap .flexBox .box h4.ttl,
  #recruit .typeWrap .flexBox .box h4.ttl {
    font-size: calc(4.8vw);
  }
}
#smile .typeWrap .flexBox .box .txt p,
#about .typeWrap .flexBox .box .txt p,
#company .typeWrap .flexBox .box .txt p,
#contact .typeWrap .flexBox .box .txt p,
#recruit .typeWrap .flexBox .box .txt p {
  margin: 1em 0 0;
  line-height: 1.8em;
}
#smile .typeWrap.pink .flexBox .box,
#about .typeWrap.pink .flexBox .box,
#company .typeWrap.pink .flexBox .box,
#contact .typeWrap.pink .flexBox .box,
#recruit .typeWrap.pink .flexBox .box {
  background: #f1dad9;
}
#smile .typeWrap.blue,
#about .typeWrap.blue,
#company .typeWrap.blue,
#contact .typeWrap.blue,
#recruit .typeWrap.blue {
  margin: 30px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap.blue,
  #about .typeWrap.blue,
  #company .typeWrap.blue,
  #contact .typeWrap.blue,
  #recruit .typeWrap.blue {
    margin: calc(2.1428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap.blue,
  #about .typeWrap.blue,
  #company .typeWrap.blue,
  #contact .typeWrap.blue,
  #recruit .typeWrap.blue {
    margin: 1em auto 0;
  }
}
#smile .typeWrap.blue .flexBox .box,
#about .typeWrap.blue .flexBox .box,
#company .typeWrap.blue .flexBox .box,
#contact .typeWrap.blue .flexBox .box,
#recruit .typeWrap.blue .flexBox .box {
  background: #d6eaf4;
}
#smile .typeWrap2,
#about .typeWrap2,
#company .typeWrap2,
#contact .typeWrap2,
#recruit .typeWrap2 {
  width: 1060px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2,
  #about .typeWrap2,
  #company .typeWrap2,
  #contact .typeWrap2,
  #recruit .typeWrap2 {
    width: calc(75.7142857143vw);
    margin: calc(5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2,
  #about .typeWrap2,
  #company .typeWrap2,
  #contact .typeWrap2,
  #recruit .typeWrap2 {
    width: calc(89.3333333333vw);
    margin: calc(8vw) auto 0;
  }
}
#smile .typeWrap2 h4.ttl,
#about .typeWrap2 h4.ttl,
#company .typeWrap2 h4.ttl,
#contact .typeWrap2 h4.ttl,
#recruit .typeWrap2 h4.ttl {
  font-size: 3.2rem;
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2 h4.ttl,
  #about .typeWrap2 h4.ttl,
  #company .typeWrap2 h4.ttl,
  #contact .typeWrap2 h4.ttl,
  #recruit .typeWrap2 h4.ttl {
    font-size: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2 h4.ttl,
  #about .typeWrap2 h4.ttl,
  #company .typeWrap2 h4.ttl,
  #contact .typeWrap2 h4.ttl,
  #recruit .typeWrap2 h4.ttl {
    font-size: calc(5.6vw);
  }
}
#smile .typeWrap2 h5.mainTtl,
#about .typeWrap2 h5.mainTtl,
#company .typeWrap2 h5.mainTtl,
#contact .typeWrap2 h5.mainTtl,
#recruit .typeWrap2 h5.mainTtl {
  font-size: 2.5rem;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2 h5.mainTtl,
  #about .typeWrap2 h5.mainTtl,
  #company .typeWrap2 h5.mainTtl,
  #contact .typeWrap2 h5.mainTtl,
  #recruit .typeWrap2 h5.mainTtl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2 h5.mainTtl,
  #about .typeWrap2 h5.mainTtl,
  #company .typeWrap2 h5.mainTtl,
  #contact .typeWrap2 h5.mainTtl,
  #recruit .typeWrap2 h5.mainTtl {
    font-size: calc(4.8vw);
  }
}
#smile .typeWrap2 .flexBox,
#about .typeWrap2 .flexBox,
#company .typeWrap2 .flexBox,
#contact .typeWrap2 .flexBox,
#recruit .typeWrap2 .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2 .flexBox,
  #about .typeWrap2 .flexBox,
  #company .typeWrap2 .flexBox,
  #contact .typeWrap2 .flexBox,
  #recruit .typeWrap2 .flexBox {
    margin: calc(1.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2 .flexBox,
  #about .typeWrap2 .flexBox,
  #company .typeWrap2 .flexBox,
  #contact .typeWrap2 .flexBox,
  #recruit .typeWrap2 .flexBox {
    margin: 1em 0 0;
  }
}
#smile .typeWrap2 .flexBox .txt p,
#about .typeWrap2 .flexBox .txt p,
#company .typeWrap2 .flexBox .txt p,
#contact .typeWrap2 .flexBox .txt p,
#recruit .typeWrap2 .flexBox .txt p {
  line-height: 1.8em;
}
#smile .typeWrap2 .flexBox .box,
#about .typeWrap2 .flexBox .box,
#company .typeWrap2 .flexBox .box,
#contact .typeWrap2 .flexBox .box,
#recruit .typeWrap2 .flexBox .box {
  width: 510px;
  background: #e8e8e8;
  border-radius: 15px;
  margin: 0 0 40px;
  padding: 1.5em 1.3em 2em;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2 .flexBox .box,
  #about .typeWrap2 .flexBox .box,
  #company .typeWrap2 .flexBox .box,
  #contact .typeWrap2 .flexBox .box,
  #recruit .typeWrap2 .flexBox .box {
    margin: 0 0 calc(2.8571428571vw);
    width: calc(36.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2 .flexBox .box,
  #about .typeWrap2 .flexBox .box,
  #company .typeWrap2 .flexBox .box,
  #contact .typeWrap2 .flexBox .box,
  #recruit .typeWrap2 .flexBox .box {
    margin: 0 0 calc(5.3333333333vw);
    width: 100%;
    padding: 1.5em 1.3em 1.5em;
  }
}
#smile .typeWrap2 .flexBox .box h6.ttl,
#about .typeWrap2 .flexBox .box h6.ttl,
#company .typeWrap2 .flexBox .box h6.ttl,
#contact .typeWrap2 .flexBox .box h6.ttl,
#recruit .typeWrap2 .flexBox .box h6.ttl {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2 .flexBox .box h6.ttl,
  #about .typeWrap2 .flexBox .box h6.ttl,
  #company .typeWrap2 .flexBox .box h6.ttl,
  #contact .typeWrap2 .flexBox .box h6.ttl,
  #recruit .typeWrap2 .flexBox .box h6.ttl {
    font-size: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2 .flexBox .box h6.ttl,
  #about .typeWrap2 .flexBox .box h6.ttl,
  #company .typeWrap2 .flexBox .box h6.ttl,
  #contact .typeWrap2 .flexBox .box h6.ttl,
  #recruit .typeWrap2 .flexBox .box h6.ttl {
    font-size: calc(4vw);
  }
}
#smile .typeWrap2 .flexBox .box .txt p,
#about .typeWrap2 .flexBox .box .txt p,
#company .typeWrap2 .flexBox .box .txt p,
#contact .typeWrap2 .flexBox .box .txt p,
#recruit .typeWrap2 .flexBox .box .txt p {
  margin: 1em 0 0;
  line-height: 1.8em;
}
#smile .typeWrap2.single .flexBox,
#about .typeWrap2.single .flexBox,
#company .typeWrap2.single .flexBox,
#contact .typeWrap2.single .flexBox,
#recruit .typeWrap2.single .flexBox {
  display: block;
}
#smile .typeWrap2.single .flexBox .box,
#about .typeWrap2.single .flexBox .box,
#company .typeWrap2.single .flexBox .box,
#contact .typeWrap2.single .flexBox .box,
#recruit .typeWrap2.single .flexBox .box {
  width: 100%;
}
#smile .typeWrap2.pink .flexBox .box,
#about .typeWrap2.pink .flexBox .box,
#company .typeWrap2.pink .flexBox .box,
#contact .typeWrap2.pink .flexBox .box,
#recruit .typeWrap2.pink .flexBox .box {
  background: #f1dad9;
}
#smile .typeWrap2.blue,
#about .typeWrap2.blue,
#company .typeWrap2.blue,
#contact .typeWrap2.blue,
#recruit .typeWrap2.blue {
  margin: 30px auto 0;
}
@media screen and (max-width: 1400px) {
  #smile .typeWrap2.blue,
  #about .typeWrap2.blue,
  #company .typeWrap2.blue,
  #contact .typeWrap2.blue,
  #recruit .typeWrap2.blue {
    margin: calc(2.1428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .typeWrap2.blue,
  #about .typeWrap2.blue,
  #company .typeWrap2.blue,
  #contact .typeWrap2.blue,
  #recruit .typeWrap2.blue {
    margin: 1em auto 0;
  }
}
#smile .typeWrap2.blue .flexBox .box,
#about .typeWrap2.blue .flexBox .box,
#company .typeWrap2.blue .flexBox .box,
#contact .typeWrap2.blue .flexBox .box,
#recruit .typeWrap2.blue .flexBox .box {
  background: #d6eaf4;
}
#smile .btnContact.fukidashi,
#about .btnContact.fukidashi,
#company .btnContact.fukidashi,
#contact .btnContact.fukidashi,
#recruit .btnContact.fukidashi {
  position: relative;
  margin: 125px auto 0;
  width: 448px;
}
@media screen and (max-width: 1400px) {
  #smile .btnContact.fukidashi,
  #about .btnContact.fukidashi,
  #company .btnContact.fukidashi,
  #contact .btnContact.fukidashi,
  #recruit .btnContact.fukidashi {
    margin: calc(8.9285714286vw) auto 0;
    width: calc(32vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .btnContact.fukidashi,
  #about .btnContact.fukidashi,
  #company .btnContact.fukidashi,
  #contact .btnContact.fukidashi,
  #recruit .btnContact.fukidashi {
    margin: 4em auto 0;
    width: calc(82.6666666667vw);
    text-align: center;
  }
}
#smile .btnContact.fukidashi .icon,
#about .btnContact.fukidashi .icon,
#company .btnContact.fukidashi .icon,
#contact .btnContact.fukidashi .icon,
#recruit .btnContact.fukidashi .icon {
  content: "";
  position: absolute;
  top: -90px;
  left: -95px;
  background: url(../images/icon_fukidashi_contact.svg) no-repeat 0 0/100% auto;
  width: 132px;
  height: auto;
  aspect-ratio: 132/128;
  z-index: 1;
  font-size: 1.7rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 35px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .btnContact.fukidashi .icon,
  #about .btnContact.fukidashi .icon,
  #company .btnContact.fukidashi .icon,
  #contact .btnContact.fukidashi .icon,
  #recruit .btnContact.fukidashi .icon {
    font-size: calc(1.2142857143vw);
    top: calc(-6.4285714286vw);
    left: calc(-6.7857142857vw);
    width: calc(9.4285714286vw);
    padding: calc(2.5vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .btnContact.fukidashi .icon,
  #about .btnContact.fukidashi .icon,
  #company .btnContact.fukidashi .icon,
  #contact .btnContact.fukidashi .icon,
  #recruit .btnContact.fukidashi .icon {
    font-size: calc(3.0666666667vw);
    top: calc(-13.3333333333vw);
    left: calc(-5.3333333333vw);
    width: calc(23.0666666667vw);
    padding: calc(6vw) 0 0;
  }
}
#smile .btnContact.fukidashi a,
#about .btnContact.fukidashi a,
#company .btnContact.fukidashi a,
#contact .btnContact.fukidashi a,
#recruit .btnContact.fukidashi a {
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1em 1.5em 1.1em 3em;
  border-radius: 50px;
}
@media screen and (max-width: 1400px) {
  #smile .btnContact.fukidashi a,
  #about .btnContact.fukidashi a,
  #company .btnContact.fukidashi a,
  #contact .btnContact.fukidashi a,
  #recruit .btnContact.fukidashi a {
    font-size: calc(1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .btnContact.fukidashi a,
  #about .btnContact.fukidashi a,
  #company .btnContact.fukidashi a,
  #contact .btnContact.fukidashi a,
  #recruit .btnContact.fukidashi a {
    font-size: calc(4.6666666667vw);
    line-height: 1.2em;
    display: block;
    padding: 2.5em 1em 1.1em 1em;
  }
}
#smile .btnContact.fukidashi a::before,
#about .btnContact.fukidashi a::before,
#company .btnContact.fukidashi a::before,
#contact .btnContact.fukidashi a::before,
#recruit .btnContact.fukidashi a::before {
  width: 27px;
  height: 21px;
  left: 1.5em;
}
@media screen and (max-width: 1400px) {
  #smile .btnContact.fukidashi a::before,
  #about .btnContact.fukidashi a::before,
  #company .btnContact.fukidashi a::before,
  #contact .btnContact.fukidashi a::before,
  #recruit .btnContact.fukidashi a::before {
    width: calc(1.9285714286vw);
    height: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .btnContact.fukidashi a::before,
  #about .btnContact.fukidashi a::before,
  #company .btnContact.fukidashi a::before,
  #contact .btnContact.fukidashi a::before,
  #recruit .btnContact.fukidashi a::before {
    width: calc(8.5333333333vw);
    height: calc(6.6666666667vw);
    left: 0;
    right: 0;
    top: calc(-8vw);
    margin: auto;
    text-align: center;
  }
}
#smile .daihyouWrap,
#smile .companyWrap,
#about .daihyouWrap,
#about .companyWrap,
#company .daihyouWrap,
#company .companyWrap,
#contact .daihyouWrap,
#contact .companyWrap,
#recruit .daihyouWrap,
#recruit .companyWrap {
  position: relative;
  margin: 110px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  #smile .daihyouWrap,
  #smile .companyWrap,
  #about .daihyouWrap,
  #about .companyWrap,
  #company .daihyouWrap,
  #company .companyWrap,
  #contact .daihyouWrap,
  #contact .companyWrap,
  #recruit .daihyouWrap,
  #recruit .companyWrap {
    margin: calc(7.8571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .daihyouWrap,
  #smile .companyWrap,
  #about .daihyouWrap,
  #about .companyWrap,
  #company .daihyouWrap,
  #company .companyWrap,
  #contact .daihyouWrap,
  #contact .companyWrap,
  #recruit .daihyouWrap,
  #recruit .companyWrap {
    display: block;
  }
}
#smile .daihyouWrap .box,
#smile .companyWrap .box,
#about .daihyouWrap .box,
#about .companyWrap .box,
#company .daihyouWrap .box,
#company .companyWrap .box,
#contact .daihyouWrap .box,
#contact .companyWrap .box,
#recruit .daihyouWrap .box,
#recruit .companyWrap .box {
  width: 650px;
  margin: 70px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .daihyouWrap .box,
  #smile .companyWrap .box,
  #about .daihyouWrap .box,
  #about .companyWrap .box,
  #company .daihyouWrap .box,
  #company .companyWrap .box,
  #contact .daihyouWrap .box,
  #contact .companyWrap .box,
  #recruit .daihyouWrap .box,
  #recruit .companyWrap .box {
    width: calc(46.4285714286vw);
    margin: calc(5vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .daihyouWrap .box,
  #smile .companyWrap .box,
  #about .daihyouWrap .box,
  #about .companyWrap .box,
  #company .daihyouWrap .box,
  #company .companyWrap .box,
  #contact .daihyouWrap .box,
  #contact .companyWrap .box,
  #recruit .daihyouWrap .box,
  #recruit .companyWrap .box {
    width: 100%;
    margin: 0;
    padding: calc(22.6666666667vw) 0 0;
  }
}
#smile .daihyouWrap .box .mainTtl,
#smile .companyWrap .box .mainTtl,
#about .daihyouWrap .box .mainTtl,
#about .companyWrap .box .mainTtl,
#company .daihyouWrap .box .mainTtl,
#company .companyWrap .box .mainTtl,
#contact .daihyouWrap .box .mainTtl,
#contact .companyWrap .box .mainTtl,
#recruit .daihyouWrap .box .mainTtl,
#recruit .companyWrap .box .mainTtl {
  font-size: 3.2rem;
  line-height: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  #smile .daihyouWrap .box .mainTtl,
  #smile .companyWrap .box .mainTtl,
  #about .daihyouWrap .box .mainTtl,
  #about .companyWrap .box .mainTtl,
  #company .daihyouWrap .box .mainTtl,
  #company .companyWrap .box .mainTtl,
  #contact .daihyouWrap .box .mainTtl,
  #contact .companyWrap .box .mainTtl,
  #recruit .daihyouWrap .box .mainTtl,
  #recruit .companyWrap .box .mainTtl {
    font-size: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .daihyouWrap .box .mainTtl,
  #smile .companyWrap .box .mainTtl,
  #about .daihyouWrap .box .mainTtl,
  #about .companyWrap .box .mainTtl,
  #company .daihyouWrap .box .mainTtl,
  #company .companyWrap .box .mainTtl,
  #contact .daihyouWrap .box .mainTtl,
  #contact .companyWrap .box .mainTtl,
  #recruit .daihyouWrap .box .mainTtl,
  #recruit .companyWrap .box .mainTtl {
    font-size: calc(5.6vw);
  }
}
#smile .daihyouWrap .box .txt,
#smile .companyWrap .box .txt,
#about .daihyouWrap .box .txt,
#about .companyWrap .box .txt,
#company .daihyouWrap .box .txt,
#company .companyWrap .box .txt,
#contact .daihyouWrap .box .txt,
#contact .companyWrap .box .txt,
#recruit .daihyouWrap .box .txt,
#recruit .companyWrap .box .txt {
  margin: 1em 0 0;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  #smile .daihyouWrap .box .txt,
  #smile .companyWrap .box .txt,
  #about .daihyouWrap .box .txt,
  #about .companyWrap .box .txt,
  #company .daihyouWrap .box .txt,
  #company .companyWrap .box .txt,
  #contact .daihyouWrap .box .txt,
  #contact .companyWrap .box .txt,
  #recruit .daihyouWrap .box .txt,
  #recruit .companyWrap .box .txt {
    margin: 0.8em 0 0;
  }
}
#smile .daihyouWrap .box .txt:nth-of-type(2),
#smile .companyWrap .box .txt:nth-of-type(2),
#about .daihyouWrap .box .txt:nth-of-type(2),
#about .companyWrap .box .txt:nth-of-type(2),
#company .daihyouWrap .box .txt:nth-of-type(2),
#company .companyWrap .box .txt:nth-of-type(2),
#contact .daihyouWrap .box .txt:nth-of-type(2),
#contact .companyWrap .box .txt:nth-of-type(2),
#recruit .daihyouWrap .box .txt:nth-of-type(2),
#recruit .companyWrap .box .txt:nth-of-type(2) {
  margin: 0.3em 0 0;
}
#smile .daihyouWrap .box .txt.deco,
#smile .companyWrap .box .txt.deco,
#about .daihyouWrap .box .txt.deco,
#about .companyWrap .box .txt.deco,
#company .daihyouWrap .box .txt.deco,
#company .companyWrap .box .txt.deco,
#contact .daihyouWrap .box .txt.deco,
#contact .companyWrap .box .txt.deco,
#recruit .daihyouWrap .box .txt.deco,
#recruit .companyWrap .box .txt.deco {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  #smile .daihyouWrap .box .txt.deco,
  #smile .companyWrap .box .txt.deco,
  #about .daihyouWrap .box .txt.deco,
  #about .companyWrap .box .txt.deco,
  #company .daihyouWrap .box .txt.deco,
  #company .companyWrap .box .txt.deco,
  #contact .daihyouWrap .box .txt.deco,
  #contact .companyWrap .box .txt.deco,
  #recruit .daihyouWrap .box .txt.deco,
  #recruit .companyWrap .box .txt.deco {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #smile .daihyouWrap .box .txt.deco,
  #smile .companyWrap .box .txt.deco,
  #about .daihyouWrap .box .txt.deco,
  #about .companyWrap .box .txt.deco,
  #company .daihyouWrap .box .txt.deco,
  #company .companyWrap .box .txt.deco,
  #contact .daihyouWrap .box .txt.deco,
  #contact .companyWrap .box .txt.deco,
  #recruit .daihyouWrap .box .txt.deco,
  #recruit .companyWrap .box .txt.deco {
    font-size: calc(4.2666666667vw);
  }
}
#smile .daihyouWrap .img,
#smile .companyWrap .img,
#about .daihyouWrap .img,
#about .companyWrap .img,
#company .daihyouWrap .img,
#company .companyWrap .img,
#contact .daihyouWrap .img,
#contact .companyWrap .img,
#recruit .daihyouWrap .img,
#recruit .companyWrap .img {
  position: relative;
  width: 406px;
  margin: 0 0 0 -50px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  #smile .daihyouWrap .img,
  #smile .companyWrap .img,
  #about .daihyouWrap .img,
  #about .companyWrap .img,
  #company .daihyouWrap .img,
  #company .companyWrap .img,
  #contact .daihyouWrap .img,
  #contact .companyWrap .img,
  #recruit .daihyouWrap .img,
  #recruit .companyWrap .img {
    width: calc(29vw);
    margin: 0 0 0 -50px;
  }
}
@media screen and (max-width: 750px) {
  #smile .daihyouWrap .img,
  #smile .companyWrap .img,
  #about .daihyouWrap .img,
  #about .companyWrap .img,
  #company .daihyouWrap .img,
  #company .companyWrap .img,
  #contact .daihyouWrap .img,
  #contact .companyWrap .img,
  #recruit .daihyouWrap .img,
  #recruit .companyWrap .img {
    position: absolute;
    top: calc(-6.6666666667vw);
    right: 0;
    width: 45%;
    margin: 0;
    z-index: -1;
  }
}
#smile .companyWrap,
#about .companyWrap,
#company .companyWrap,
#contact .companyWrap,
#recruit .companyWrap {
  margin: 90px auto 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  #smile .companyWrap,
  #about .companyWrap,
  #company .companyWrap,
  #contact .companyWrap,
  #recruit .companyWrap {
    margin: calc(6.4285714286vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .companyWrap,
  #about .companyWrap,
  #company .companyWrap,
  #contact .companyWrap,
  #recruit .companyWrap {
    display: block;
  }
}
#smile .companyWrap .box,
#about .companyWrap .box,
#company .companyWrap .box,
#contact .companyWrap .box,
#recruit .companyWrap .box {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #smile .companyWrap .box,
  #about .companyWrap .box,
  #company .companyWrap .box,
  #contact .companyWrap .box,
  #recruit .companyWrap .box {
    margin: calc(13.3333333333vw) 0 0;
    padding: 0;
  }
}
#smile .companyWrap .box .tbl,
#about .companyWrap .box .tbl,
#company .companyWrap .box .tbl,
#contact .companyWrap .box .tbl,
#recruit .companyWrap .box .tbl {
  margin: 1em 0 0;
}
@media screen and (max-width: 750px) {
  #smile .companyWrap .box .tbl,
  #about .companyWrap .box .tbl,
  #company .companyWrap .box .tbl,
  #contact .companyWrap .box .tbl,
  #recruit .companyWrap .box .tbl {
    margin: calc(69.3333333333vw) 0 0;
    padding: 0;
  }
}
#smile .companyWrap .img,
#about .companyWrap .img,
#company .companyWrap .img,
#contact .companyWrap .img,
#recruit .companyWrap .img {
  position: relative;
  width: 186px;
  margin: 95px 68px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .companyWrap .img,
  #about .companyWrap .img,
  #company .companyWrap .img,
  #contact .companyWrap .img,
  #recruit .companyWrap .img {
    width: calc(13.2857142857vw);
    margin: calc(6.7857142857vw) calc(4.8571428571vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .companyWrap .img,
  #about .companyWrap .img,
  #company .companyWrap .img,
  #contact .companyWrap .img,
  #recruit .companyWrap .img {
    position: absolute;
    top: calc(10.6666666667vw);
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
  }
}
#smile .companyWrap .img img:nth-of-type(2),
#about .companyWrap .img img:nth-of-type(2),
#company .companyWrap .img img:nth-of-type(2),
#contact .companyWrap .img img:nth-of-type(2),
#recruit .companyWrap .img img:nth-of-type(2) {
  margin: 20px 0 0;
}
@media screen and (max-width: 1400px) {
  #smile .companyWrap .img img:nth-of-type(2),
  #about .companyWrap .img img:nth-of-type(2),
  #company .companyWrap .img img:nth-of-type(2),
  #contact .companyWrap .img img:nth-of-type(2),
  #recruit .companyWrap .img img:nth-of-type(2) {
    margin: calc(1.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #smile .companyWrap .img img:nth-of-type(2),
  #about .companyWrap .img img:nth-of-type(2),
  #company .companyWrap .img img:nth-of-type(2),
  #contact .companyWrap .img img:nth-of-type(2),
  #recruit .companyWrap .img img:nth-of-type(2) {
    margin: calc(2.6666666667vw) 0 0;
  }
}

#about .seikatsuWrap {
  margin: 100px auto 0;
}
@media screen and (max-width: 1400px) {
  #about .seikatsuWrap {
    margin: calc(7.1428571429vw) auto 0;
  }
}
#about .groupWrap {
  margin: 150px auto 0;
}
@media screen and (max-width: 1400px) {
  #about .groupWrap {
    margin: calc(10.7142857143vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #about .groupWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}

@media screen and (max-width: 750px) {
  #news {
    overflow-x: hidden;
  }
}
#news .mvWrap {
  margin: 190px auto 0;
}
@media screen and (max-width: 1400px) {
  #news .mvWrap {
    margin: calc(13.5714285714vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #news .mvWrap {
    margin: calc(28vw) auto 0;
  }
}
#news .newsWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap {
    margin-top: calc(4.6428571429vw);
    margin-bottom: calc(7.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap {
    display: block;
    margin-top: calc(9.3333333333vw);
    margin-bottom: calc(18.6666666667vw);
  }
}
#news .newsWrap .main {
  width: 655px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main {
    width: calc(46.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main {
    width: 100%;
  }
}
#news .newsWrap .main .dataBox {
  display: flex;
  margin: 1.3em 0 0;
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .dataBox {
    margin: 0.8em 0 0;
  }
}
#news .newsWrap .main .dataBox .date {
  font-size: 1.6rem;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .dataBox .date {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .dataBox .date {
    font-size: calc(3.7333333333vw);
  }
}
#news .newsWrap .main .dataBox .cat a {
  margin: 0 0.5em 0 0;
  border-radius: 50px;
  background: #2ea7e0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0 1em 0.1em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .dataBox .cat a {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .dataBox .cat a {
    font-size: calc(3.7333333333vw);
    display: block;
    margin: 0em 0.5em 0 0;
    padding: 0.1em 0.8em 0.3em;
  }
}
#news .newsWrap .main .newsList li {
  margin: 0 0 60px;
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsList li {
    margin: 0 0 calc(12.6666666667vw);
  }
}
#news .newsWrap .main .newsList li .ttl {
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsList li .ttl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsList li .ttl {
    font-size: calc(4.8vw);
  }
}
#news .newsWrap .main .newsList li .box {
  display: flex;
  margin: 0.8em 0 0;
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsList li .box {
    display: block;
    margin: 1em 0 0;
  }
}
#news .newsWrap .main .newsList li .box .img {
  flex-shrink: 0;
  width: 215px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsList li .box .img {
    width: calc(15.3571428571vw);
    height: calc(8.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsList li .box .img {
    width: 100%;
    height: calc(50.4vw);
  }
}
#news .newsWrap .main .newsList li .box .img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsList li .box .img img {
    height: calc(8.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsList li .box .img img {
    height: calc(50.4vw);
  }
}
#news .newsWrap .main .newsList li .box .txt {
  font-size: 1.7rem;
  line-height: 1.8em;
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsList li .box .txt {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsList li .box .txt {
    font-size: calc(3.7333333333vw);
    margin: 0.5em 0.2em 0;
  }
}
#news .newsWrap .main .newsList li .box .txt a {
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
#news .newsWrap .main .newsList li .box .txt a:hover {
  text-decoration: none;
  opacity: 1;
}
#news .newsWrap .main .listPaginationBox {
  margin: 90px 0 0;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .listPaginationBox {
    margin: calc(6.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .listPaginationBox {
    margin: calc(13.3333333333vw) 0 0;
  }
}
#news .newsWrap .main .pagination {
  clear: both;
  text-align: center;
  width: 100%;
}
#news .newsWrap .main .pagination .nav-links {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#news .newsWrap .main .pagination .screen-reader-text {
  display: none;
}
#news .newsWrap .main .pagination .page-numbers {
  line-height: 1em;
  margin: 0 0.5em;
  padding: 0.2em;
  display: block;
  font-size: 1.7rem;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .pagination .page-numbers {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .pagination .page-numbers {
    font-size: calc(4.5333333333vw);
  }
}
#news .newsWrap .main .pagination .page-numbers:hover,
#news .newsWrap .main .pagination .current {
  color: #e83828;
  background: none;
  opacity: 1;
}
#news .newsWrap .main .pagination .page-numbers.dots {
  opacity: 1;
  background: 0 0;
  border: none;
  width: auto;
  color: #28140f;
}
#news .newsWrap .main .pagination .prev, #news .newsWrap .main .pagination .next {
  position: relative;
  display: block;
  margin: 0 1em 0;
  padding: 0 !important;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .pagination .prev, #news .newsWrap .main .pagination .next {
    width: calc(1.4285714286vw);
    height: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .pagination .prev, #news .newsWrap .main .pagination .next {
    width: calc(5.3333333333vw);
    height: calc(5.3333333333vw);
    margin: 0 0.5em;
  }
}
#news .newsWrap .main .pagination .prev::before, #news .newsWrap .main .pagination .next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 5px;
  background: #e83828;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .pagination .prev::before, #news .newsWrap .main .pagination .next::before {
    width: calc(1.4285714286vw);
    height: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .pagination .prev::before, #news .newsWrap .main .pagination .next::before {
    width: calc(5.3333333333vw);
    height: calc(5.3333333333vw);
  }
}
#news .newsWrap .main .pagination .prev::after, #news .newsWrap .main .pagination .next::after {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6px;
  height: 9px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .pagination .prev::after, #news .newsWrap .main .pagination .next::after {
    width: calc(0.4285714286vw);
    height: calc(0.6428571429vw);
    right: calc(0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .pagination .prev::after, #news .newsWrap .main .pagination .next::after {
    width: calc(1.6vw);
    height: calc(2.5333333333vw);
    right: calc(1.7333333333vw);
  }
}
#news .newsWrap .main .pagination .prev::before {
  position: absolute;
  right: auto;
  left: 0;
}
#news .newsWrap .main .pagination .prev::after {
  right: auto;
  left: 6px;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .pagination .prev::after {
    left: calc(0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .pagination .prev::after {
    left: calc(1.7333333333vw);
  }
}
#news .newsWrap .main .newsDetail .mainTtl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .mainTtl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .mainTtl {
    font-size: calc(5.6vw);
  }
}
#news .newsWrap .main .newsDetail .dataBox {
  margin: 1.3em 0 0.8em;
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .dataBox {
    margin: 0.8em 0 0.8em;
  }
}
#news .newsWrap .main .newsDetail .icatch {
  border-radius: 20px;
  overflow: hidden;
}
#news .newsWrap .main .newsDetail .postBox {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox {
    font-size: calc(3.7333333333vw);
  }
}
#news .newsWrap .main .newsDetail .postBox a {
  color: #e83828;
  text-decoration: underline;
}
#news .newsWrap .main .newsDetail .postBox a:hover {
  text-decoration: none;
  opacity: 1;
}
#news .newsWrap .main .newsDetail .postBox p {
  margin: 0.8em 0;
}
#news .newsWrap .main .newsDetail .postBox h1 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 1em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox h1 {
    font-size: calc(1.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox h1 {
    font-size: calc(5.7333333333vw);
  }
}
#news .newsWrap .main .newsDetail .postBox h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 1.5em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox h2 {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox h2 {
    font-size: calc(5.6vw);
  }
}
#news .newsWrap .main .newsDetail .postBox h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 1.5em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox h3 {
    font-size: calc(1.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox h3 {
    font-size: calc(5.0666666667vw);
  }
}
#news .newsWrap .main .newsDetail .postBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 2em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox h4 {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox h4 {
    font-size: calc(3.6vw);
  }
}
#news .newsWrap .main .newsDetail .postBox blockquote {
  z-index: -1;
  position: relative;
  background: #fff;
  color: #313131;
  margin: 1.5em 0 2em;
  padding: 1.5em 2em 1.5em 3.5em;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox blockquote {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox blockquote {
    border-radius: calc(4vw);
  }
}
#news .newsWrap .main .newsDetail .postBox blockquote::before {
  z-index: -1;
  position: absolute;
  top: 1em;
  left: 1.5em;
  width: 47px;
  height: auto;
  aspect-ratio: 1.119047619;
  background: url(../images/blockquote.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .postBox blockquote::before {
    width: calc(3.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .postBox blockquote::before {
    width: calc(9.3333333333vw);
  }
}
#news .newsWrap .main .newsDetail .postBox blockquote cite {
  font-size: 0.8em;
  color: #606060;
  font-style: normal;
}
#news .newsWrap .main .newsDetail .postBox ul,
#news .newsWrap .main .newsDetail .postBox ol {
  list-style-type: disc;
  margin: 1em 0 1em 1.3em;
}
#news .newsWrap .main .newsDetail .postBox ul li,
#news .newsWrap .main .newsDetail .postBox ol li {
  line-height: 1.4em;
  margin: 0.5em 0 0;
}
#news .newsWrap .main .newsDetail .postBox ol {
  list-style-type: decimal;
}
#news .newsWrap .main .newsDetail .prevnextBox {
  margin: 4em auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news .newsWrap .main .newsDetail .prevnextBox .prev, #news .newsWrap .main .newsDetail .prevnextBox .next {
  width: 275px;
  position: relative;
  line-height: 1.4em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev, #news .newsWrap .main .newsDetail .prevnextBox .next {
    width: calc(19.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev, #news .newsWrap .main .newsDetail .prevnextBox .next {
    width: calc(42.6666666667vw);
  }
}
#news .newsWrap .main .newsDetail .prevnextBox .next {
  margin: 0 0 0 auto;
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a,
#news .newsWrap .main .newsDetail .prevnextBox .next a {
  display: block;
  color: #e83828;
  text-decoration: underline;
  transition: all 0.3s;
  padding-right: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a,
  #news .newsWrap .main .newsDetail .prevnextBox .next a {
    font-size: calc(1.1428571429vw);
    padding-right: calc(2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a,
  #news .newsWrap .main .newsDetail .prevnextBox .next a {
    font-size: calc(3.2vw);
    padding-right: calc(5.3333333333vw);
  }
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a:hover,
#news .newsWrap .main .newsDetail .prevnextBox .next a:hover {
  text-decoration: none;
  opacity: 1;
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a::before,
#news .newsWrap .main .newsDetail .prevnextBox .next a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  border-radius: 4px;
  background: #e83828;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a::before,
  #news .newsWrap .main .newsDetail .prevnextBox .next a::before {
    width: calc(1.4285714286vw);
    height: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a::before,
  #news .newsWrap .main .newsDetail .prevnextBox .next a::before {
    width: calc(4.2666666667vw);
    height: calc(4.2666666667vw);
  }
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a::after,
#news .newsWrap .main .newsDetail .prevnextBox .next a::after {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6px;
  height: 9px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a::after,
  #news .newsWrap .main .newsDetail .prevnextBox .next a::after {
    width: calc(0.4285714286vw);
    height: calc(0.6428571429vw);
    right: calc(0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a::after,
  #news .newsWrap .main .newsDetail .prevnextBox .next a::after {
    width: calc(1.3333333333vw);
    height: calc(2vw);
    right: calc(1.2vw);
  }
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a {
  padding: 0;
  padding-left: 30px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a {
    padding-left: calc(2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a {
    padding-left: calc(5.3333333333vw);
  }
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a::before {
  position: absolute;
  right: auto;
  left: 0;
}
#news .newsWrap .main .newsDetail .prevnextBox .prev a::after {
  right: auto;
  left: 6px;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a::after {
    left: calc(0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .main .newsDetail .prevnextBox .prev a::after {
    left: calc(1.2vw);
  }
}
#news .newsWrap .main .newsDetail .btn {
  margin: 5.4rem auto 0;
  text-align: center;
}
#news .newsWrap .side {
  width: 350px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side {
    width: calc(25vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side {
    width: 100%;
    margin: calc(20vw) 0 0;
  }
}
#news .newsWrap .side > .box {
  margin: 0 0 60px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side > .box {
    margin: 0 0 calc(4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side > .box {
    margin: 0 0 calc(14.6666666667vw);
  }
}
#news .newsWrap .side > .box .ttl {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side > .box .ttl {
    font-size: calc(2.5vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side > .box .ttl {
    font-size: calc(7.7333333333vw);
  }
}
#news .newsWrap .side > .box .list {
  margin: 30px 0 0;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side > .box .list {
    margin: calc(2.1428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side > .box .list {
    margin: calc(5.3333333333vw) 0 0;
  }
}
#news .newsWrap .side > .box .list li {
  margin: 0.5em 0 0;
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side > .box .list li {
    margin: 0.8em 0 0;
  }
}
#news .newsWrap .side > .box .list li a {
  position: relative;
  padding: 0 0 0 18px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side > .box .list li a {
    font-size: calc(1.2142857143vw);
    padding: 0 0 0 calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side > .box .list li a {
    padding: 0 0 0 calc(4.4vw);
    font-size: calc(4.5333333333vw);
  }
}
#news .newsWrap .side > .box .list li a::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #2ea7e0;
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side > .box .list li a::before {
    width: calc(0.9285714286vw);
    height: calc(0.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side > .box .list li a::before {
    width: calc(3.2vw);
    height: calc(3.2vw);
    top: 0.5em;
  }
}
#news .newsWrap .side .groupWrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap {
    width: 100%;
    margin: 0 auto;
    overflow: initial;
  }
}
#news .newsWrap .side .groupWrap .box {
  width: 100%;
  margin: 0 0 35px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box {
    width: 100%;
    margin: 0 0 calc(2.5vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box {
    width: 100%;
  }
}
#news .newsWrap .side .groupWrap .box .img {
  margin: 0 0 0.7em;
}
#news .newsWrap .side .groupWrap .box .img img {
  border-radius: 15px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box .img img {
    border-radius: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box .img img {
    border-radius: calc(4vw);
  }
}
#news .newsWrap .side .groupWrap .box .img::after {
  border-radius: 15px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box .img::after {
    border-radius: 15px;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box .img::after {
    border-radius: calc(4vw);
  }
}
#news .newsWrap .side .groupWrap .box .nameBox .ttl {
  width: 166px;
  margin: 0 0.5em 0 0;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box .nameBox .ttl {
    width: calc(14.5vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box .nameBox .ttl {
    width: calc(37.8666666667vw);
  }
}
#news .newsWrap .side .groupWrap .box .nameBox .status {
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box .nameBox .status {
    font-size: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box .nameBox .status {
    font-size: calc(3.2vw);
  }
}
#news .newsWrap .side .groupWrap .box .txt {
  margin: 0.7em 0.3em 0;
  font-size: 1.4rem;
  line-height: 1.7em;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box .txt {
    font-size: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box .txt {
    width: calc(89.3333333333vw);
    margin: 1em auto 0;
    font-size: calc(3.7333333333vw);
  }
}
#news .newsWrap .side .groupWrap .box .btn {
  margin: 1em auto 0;
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box .btn {
    margin: 1.5em 0 0;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box:nth-child(2) {
    margin: calc(13.0666666667vw) auto 0;
  }
}
#news .newsWrap .side .groupWrap .box:nth-child(2) .img::after {
  background: #f1dad9;
  top: -10px;
  left: -30px;
  transform: rotate(-6deg);
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box:nth-child(2) .img::after {
    top: calc(-0.7142857143vw);
    left: calc(-2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box:nth-child(2) .img::after {
    top: calc(-2vw);
    left: calc(-4vw);
    transform: rotate(-5deg);
  }
}
#news .newsWrap .side .groupWrap .box:nth-child(2) .nameBox .ttl {
  width: 197px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .groupWrap .box:nth-child(2) .nameBox .ttl {
    width: calc(14.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .groupWrap .box:nth-child(2) .nameBox .ttl {
    width: calc(44.8vw);
  }
}
#news .newsWrap .side .btnContact.fukidashi {
  position: relative;
  margin: 110px auto 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .btnContact.fukidashi {
    margin: calc(7.8571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .btnContact.fukidashi {
    margin: calc(19.0666666667vw) auto 0;
    width: calc(82.6666666667vw);
    text-align: center;
  }
}
#news .newsWrap .side .btnContact.fukidashi .icon {
  content: "";
  position: absolute;
  top: -73px;
  left: 0;
  background: url(../images/icon_fukidashi_contact.svg) no-repeat 0 0/100% auto;
  width: 99px;
  height: auto;
  aspect-ratio: 132/128;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 23px 0 0;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .btnContact.fukidashi .icon {
    font-size: calc(0.9285714286vw);
    top: calc(-5.2142857143vw);
    width: calc(7.0714285714vw);
    padding: calc(1.6428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .btnContact.fukidashi .icon {
    font-size: calc(2.9333333333vw);
    width: calc(23.0666666667vw);
    padding: calc(5.6vw) 0 0;
    top: calc(-14.6666666667vw);
    left: calc(-3.0666666667vw);
  }
}
#news .newsWrap .side .btnContact.fukidashi a {
  font-weight: bold;
  font-size: 2rem;
  padding: 0.5em 1.5em 0.8em 1.5em;
  border-radius: 50px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .btnContact.fukidashi a {
    font-size: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .btnContact.fukidashi a {
    font-size: calc(4.8vw);
    line-height: 1.2em;
    display: block;
  }
}
#news .newsWrap .side .btnContact.fukidashi a::before {
  position: relative;
  display: block;
  width: 23px;
  height: 18px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto auto 8px;
}
@media screen and (max-width: 1400px) {
  #news .newsWrap .side .btnContact.fukidashi a::before {
    width: calc(1.6428571429vw);
    height: calc(1.2857142857vw);
    margin: auto auto calc(0.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #news .newsWrap .side .btnContact.fukidashi a::before {
    width: calc(6.1333333333vw);
    height: calc(4.9333333333vw);
    margin: auto auto calc(1.0666666667vw);
  }
}

#company .groupWrap {
  margin: 145px auto 0;
}
@media screen and (max-width: 1400px) {
  #company .groupWrap {
    margin: calc(10.3571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #company .groupWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#company .yakusokuWrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 1400px) {
  #company .yakusokuWrap {
    margin: calc(4.2857142857vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #company .yakusokuWrap {
    margin: calc(16vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #company .yakusokuWrap .box {
    margin: calc(6.6666666667vw) 0 0;
  }
}
#company .yakusokuWrap .box .txt {
  line-height: 1.8em;
}
#company .yakusokuWrap .box h4 {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 2em 0 0.8em;
  padding: 0 0 0 2.3em;
}
@media screen and (max-width: 1400px) {
  #company .yakusokuWrap .box h4 {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #company .yakusokuWrap .box h4 {
    font-size: calc(4vw);
  }
}
#company .yakusokuWrap .box h4 .num {
  position: absolute;
  top: -0.2em;
  left: 0;
  background: #2ea7e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  line-height: 1em;
  border-radius: 50%;
}
#company .yakusokuWrap .listBlue {
  margin: 20px 0 0 5px;
}
@media screen and (max-width: 1400px) {
  #company .yakusokuWrap .listBlue {
    margin: calc(1.4285714286vw) 0 0 calc(0.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #company .yakusokuWrap .listBlue {
    margin: calc(2.6666666667vw) 0 0 calc(1.0666666667vw);
  }
}
#company .yakusokuWrap .listBlue li {
  padding: 0 0 0.7em 1.1em;
}
#company .yakusokuWrap .listBlue li .ttl {
  font-weight: bold;
}

#contact .contactWrap > .desBox {
  margin: 2em auto 0;
}
#contact .contactWrap .formBox {
  margin: 74px auto 0;
  width: 847px;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox {
    width: calc(60.5vw);
    margin: calc(5.2857142857vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox {
    width: 100%;
    margin: calc(13.3333333333vw) auto 0;
  }
}
#contact .contactWrap .formBox .item {
  position: relative;
  display: flex;
  margin: 0 0 1.5em;
  padding: 0 1em 1.8em;
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item {
    display: block;
    margin: 0 0 2em;
    padding: 0 1em 3em;
  }
}
#contact .contactWrap .formBox .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.5em 0 0;
  background: radial-gradient(circle farthest-side, #d2c3d1, #d2c3d1 40%, transparent 40%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
}
#contact .contactWrap .formBox .item:nth-of-type(5) {
  padding: 0 1em;
}
#contact .contactWrap .formBox .item:nth-of-type(5)::after {
  display: none;
}
#contact .contactWrap .formBox .item .label {
  position: relative;
  padding: 0.3em 0 0 40px;
  font-size: 2.1rem;
  width: 247px;
  text-align: left;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .item .label {
    font-size: calc(1.5vw);
    width: calc(17.6428571429vw);
    padding: 0.3em 0 0 calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item .label {
    font-size: calc(4.1333333333vw);
    width: 100%;
    padding: 0.3em 0 0 0;
  }
}
#contact .contactWrap .formBox .item .label .must {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.2rem;
  aspect-ratio: 1.2222222222;
  padding: 0.8em 0.3em;
  line-height: 1em;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #e83828;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .item .label .must {
    top: calc(0.1428571429vw);
    font-size: calc(0.8571428571vw);
    border-radius: calc(0.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item .label .must {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: calc(3.2vw);
    border-radius: 10px;
    margin: 0 0.5em 0 0;
    padding: 0.5em 0.3em;
  }
}
#contact .contactWrap .formBox .item .inputBox {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item .inputBox {
    margin: 0.7em 0 0;
  }
}
#contact .contactWrap .formBox .item .inputBox ::placeholder {
  color: #9d928f;
  font-size: 2.1rem;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .item .inputBox ::placeholder {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item .inputBox ::placeholder {
    font-size: calc(4.1333333333vw);
  }
}
#contact .contactWrap .formBox .item .inputBox :focus::placeholder {
  opacity: 0;
}
#contact .contactWrap .formBox .item .inputBox input {
  font-size: 2.1rem;
  width: 276px;
  border: 1px solid #d7d5c5;
  border-radius: 5px;
  color: #28140f;
  padding: 0.2em 0.5em;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .item .inputBox input {
    font-size: calc(1.5vw);
    width: calc(19.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item .inputBox input {
    font-size: calc(4.1333333333vw);
    width: 100%;
    padding: 0.5em;
  }
}
#contact .contactWrap .formBox .item .inputBox textarea {
  border-radius: 5px;
  font-size: 2.1rem;
  width: 470px;
  min-height: 180px;
  color: #28140f;
  border: 1px solid #d7d5c5;
  padding: 0.4em 0.6em;
  font-family: "Sawarabi Gothic", sans-serif;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .item .inputBox textarea {
    font-size: calc(1.5vw);
    width: calc(33.5714285714vw);
    min-height: calc(12.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .item .inputBox textarea {
    font-size: calc(4.1333333333vw);
    width: 100%;
    min-height: calc(40vw);
  }
}
#contact .contactWrap .formBox .btnBox {
  display: block;
  text-align: center;
  justify-content: center;
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .btnBox {
    margin: calc(5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .btnBox {
    margin: calc(9.3333333333vw) auto 0;
  }
}
#contact .contactWrap .formBox .btnBox input {
  font-family: "Sawarabi Gothic", sans-serif;
  cursor: pointer;
  text-decoration: none;
  border: none;
  font-size: 2.3rem;
  min-width: 140px;
  font-weight: bold;
  color: #fff;
  margin: 0 0.5em;
  padding: 0.4em;
  border: none;
  border-radius: 50px;
  transition: all 0.3s;
  background: #e83828;
  line-height: 1em;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .btnBox input {
    font-size: calc(1.6428571429vw);
    min-width: calc(10vw);
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .btnBox input {
    width: 35%;
    font-size: calc(4.4vw);
  }
}
#contact .contactWrap .formBox .btnBox input:hover {
  opacity: 0.6;
}
#contact .contactWrap .formBox .btnBox input.gray {
  background: #f1dad9;
  color: #28140f;
}
#contact .contactWrap .formBox .desBox {
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .formBox .desBox {
    margin: calc(5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .formBox .desBox {
    margin: calc(9.3333333333vw) auto 0;
  }
}
#contact .contactWrap .formBox .desBox .txt {
  margin: 0.5em 0 0;
  line-height: 1.8em;
}
#contact .contactWrap .desBox {
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .desBox {
    margin: calc(5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .desBox {
    margin: calc(9.3333333333vw) auto 0;
  }
}
#contact .contactWrap .mw_wp_form_preview .btnBox .btn {
  width: 700px !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .mw_wp_form_preview .btnBox .btn {
    width: calc(50vw) !important;
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .mw_wp_form_preview .btnBox .btn {
    width: auto !important;
  }
}
#contact .contactWrap .mw_wp_form_preview .btnBox .btn input {
  width: 49% !important;
}
#contact .contactWrap .mw_wp_form_preview .btnBox .btn input:nth-of-type(1) {
  opacity: 0.6;
}
#contact .contactWrap .mw_wp_form_preview .btnBox .btn input:nth-of-type(1):hover {
  opacity: 1;
}
#contact .contactWrap .mw_wp_form_preview .inputBox {
  padding: 0.6em 0 0;
  font-size: 1.9rem;
  text-align: left;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .mw_wp_form_preview .inputBox {
    font-size: calc(1.3571428571vw);
    padding: 0.2em 0;
  }
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .mw_wp_form_preview .inputBox {
    font-size: calc(3.8666666667vw);
    width: auto;
  }
}
#contact .contactWrap .mw_wp_form_preview .item {
  display: flex;
  margin: 0 0 1em !important;
  border-bottom: 1px solid #ccc;
  padding: 0 1em 1.5em;
}
@media screen and (max-width: 750px) {
  #contact .contactWrap .mw_wp_form_preview .item {
    display: block;
    margin: 0 0 2em !important;
  }
}
#contact .contactWrap .mw_wp_form_preview .privacy {
  border-bottom: none;
  width: auto;
}
@media screen and (max-width: 1400px) {
  #contact .contactWrap .mw_wp_form_preview .privacy {
    width: auto;
  }
}

#recruit .recruitWrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap {
    margin: calc(4.2857142857vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap {
    margin: calc(8vw) auto 0;
  }
}
#recruit .recruitWrap .listBlue {
  margin: 20px 0 0 5px;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap .listBlue {
    margin: calc(1.4285714286vw) 0 0 calc(0.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .listBlue {
    margin: calc(2.6666666667vw) 0 0 calc(1.0666666667vw);
  }
}
#recruit .recruitWrap .listBlue li::before {
  background: #00a29a;
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) {
    margin-bottom: calc(6.6666666667vw);
  }
}
#recruit .recruitWrap .listBlue:nth-of-type(1) li {
  font-size: 2.1rem;
  margin: 0 0 0.6em;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) li {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) li {
    font-size: calc(4.6666666667vw);
  }
}
#recruit .recruitWrap .listBlue:nth-of-type(1) li .ttl {
  line-height: 1.3em;
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) li .ttl {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) li .ttl {
    font-size: calc(4.4vw);
  }
}
#recruit .recruitWrap .listBlue:nth-of-type(1) li .txt {
  font-size: 1.7rem;
  margin: 0.3em 0 0;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) li .txt {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .listBlue:nth-of-type(1) li .txt {
    font-size: calc(3.6vw);
  }
}
#recruit .recruitWrap .listBlue:nth-of-type(1) li::before {
  top: 0.35em;
}
#recruit .recruitWrap .flexBox {
  display: flex;
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .flexBox {
    display: block;
  }
}
#recruit .recruitWrap .flexBox .img {
  width: 360px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap .flexBox .img {
    width: calc(25.7142857143vw);
    margin: 0 calc(3.5714285714vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .flexBox .img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap .flexBox .box {
    margin: calc(6.6666666667vw) 0 0;
  }
}
#recruit .recruitWrap > .box {
  margin: 75px 0 0;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap > .box {
    margin: calc(5.3571428571vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap > .box {
    margin: calc(6.6666666667vw) 0 0;
  }
}
#recruit .recruitWrap > .box .listBlue li::before {
  background: #e83828;
}
#recruit .recruitWrap > .box > .txt {
  margin: 50px 0 0;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #recruit .recruitWrap > .box > .txt {
    margin: calc(3.5714285714vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .recruitWrap > .box > .txt {
    margin: calc(6.6666666667vw) 0 0;
  }
}
#recruit .bosyuWrap {
  margin: 100px auto 0;
}
@media screen and (max-width: 1400px) {
  #recruit .bosyuWrap {
    margin: calc(7.1428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .bosyuWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#recruit .bosyuWrap .tbl .list {
  margin: 2em 0 0;
}
@media screen and (max-width: 750px) {
  #recruit .bosyuWrap .tbl .list {
    margin: 1.5em 0 0;
  }
}
#recruit .btnContact.fukidashi {
  width: 550px;
  margin: 180px auto 0;
}
@media screen and (max-width: 1400px) {
  #recruit .btnContact.fukidashi {
    width: calc(39.2857142857vw);
    margin: calc(12.8571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit .btnContact.fukidashi {
    width: 80%;
    margin: calc(17.3333333333vw) auto 0;
  }
}
#recruit .btnContact.fukidashi a {
  background: #00a29a;
}
@media screen and (max-width: 750px) {
  #recruit .btnContact.fukidashi a {
    padding: 2.5em 1em 0.7em 1em;
  }
}
@media screen and (max-width: 750px) {
  #recruit .btnContact.fukidashi a::before {
    top: calc(-13.3333333333vw);
  }
}

#shisetsu .mvWrap {
  display: flex;
  justify-content: space-between;
  padding: 190px 0 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap {
    padding: calc(13.5714285714vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap {
    padding: calc(28vw) 0 0;
    display: block;
  }
}
#shisetsu .mvWrap .box {
  width: 550px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .box {
    width: calc(39.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .box {
    width: 100%;
    margin: 0 auto;
  }
}
#shisetsu .mvWrap .box .ttl {
  width: 263px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .box .ttl {
    width: calc(18.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .box .ttl {
    width: calc(46.6666666667vw);
  }
}
#shisetsu .mvWrap .box .ttl.komahane {
  width: 309px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .box .ttl.komahane {
    width: calc(22.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .box .ttl.komahane {
    width: calc(46.6666666667vw);
  }
}
#shisetsu .mvWrap .box .status {
  background: #f3f6f8;
  border-radius: 5px;
  border: 1px solid #e83828;
  margin: 0.5em 0 0;
  padding: 0.2em 0.7em 0.4em;
  font-size: 2.2rem;
  flex-shrink: 0;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .box .status {
    border-radius: calc(0.3571428571vw);
    font-size: calc(1.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .box .status {
    font-size: calc(4.2666666667vw);
    border-radius: calc(1.3333333333vw);
    border: 2px solid #e83828;
    padding: 0.1em 0.5em;
  }
}
#shisetsu .mvWrap .box .txt {
  margin: 1em 0 0;
  font-size: 1.9rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .box .txt {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .box .txt {
    width: auto;
    font-size: calc(4.2666666667vw);
  }
}
#shisetsu .mvWrap .img {
  position: relative;
  width: 476px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .img {
    width: calc(34vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .img {
    width: 100%;
    margin: calc(5.3333333333vw) 0 0;
  }
}
#shisetsu .mvWrap .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 476/290;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .img img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .img img {
    border-radius: calc(3.3333333333vw);
  }
}
#shisetsu .mvWrap .img::after {
  position: absolute;
  top: 33px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 476/290;
  background: #cfe9ea;
  transform: rotate(5deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #shisetsu .mvWrap .img::after {
    border-radius: calc(1.4285714286vw);
    top: calc(2.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .mvWrap .img::after {
    border-radius: calc(3.3333333333vw);
    top: calc(5.6vw);
    transform: rotate(5deg);
  }
}
#shisetsu .shisetsuWrap {
  display: flex;
  margin-top: 130px;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap {
    margin-top: calc(9.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap {
    display: block;
    margin-top: calc(13.3333333333vw);
  }
}
#shisetsu .shisetsuWrap .main {
  width: 655px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .main {
    width: calc(46.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .main {
    width: 100%;
  }
}
#shisetsu .shisetsuWrap .main > .box .mitori, #shisetsu .shisetsuWrap .main > .box .map {
  margin: 4em 0 0;
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .main > .box .mitori, #shisetsu .shisetsuWrap .main > .box .map {
    margin: calc(10.6666666667vw) 0 0;
  }
}
#shisetsu .shisetsuWrap .main > .box.hiyou {
  margin: 130px 0 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .main > .box.hiyou {
    margin: calc(9.2857142857vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .main > .box.hiyou {
    margin: calc(13.3333333333vw) 0 0;
  }
}
#shisetsu .shisetsuWrap .sub {
  width: 350px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .sub {
    width: calc(25vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub {
    width: 100%;
    margin-top: calc(13.3333333333vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap {
    margin: 0 0 0 calc(-5.3333333333vw);
    width: calc(100vw);
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper {
  overflow: visible;
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper {
    overflow: hidden;
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper .swiper-wrapper {
  display: block;
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper .swiper-wrapper {
    display: flex;
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide {
  position: relative;
  margin: 0 0 45px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide {
    margin: 0 0 calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide {
    margin: 0 calc(2.6666666667vw) calc(10.6666666667vw);
    width: calc(81.3333333333vw);
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide img {
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide img {
    border-radius: calc(3.3333333333vw);
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide::after {
  position: absolute;
  top: 20px;
  left: -20px;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/218;
  background: #f3e8d3;
  transform: rotate(-5deg);
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide::after {
    left: calc(-1.4285714286vw);
    top: calc(1.4285714286vw);
    border-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide::after {
    border-radius: calc(3.3333333333vw);
    top: calc(2.6666666667vw);
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-1) {
  /*258*/
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-1)::after {
  top: 20px;
  left: 20px;
  background: #f3e8d3;
  transform: rotate(1deg);
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-1)::after {
    top: calc(1.4285714286vw);
    left: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-1)::after {
    top: calc(2.6666666667vw);
  }
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-3) {
  /*258*/
}
#shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-3)::after {
  top: 20px;
  left: -15px;
  background: #f3e8d3;
  transform: rotate(1deg);
}
@media screen and (max-width: 1400px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-3)::after {
    top: calc(1.4285714286vw);
    left: calc(-1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .shisetsuWrap .sub .slideWrap .swiper-slide:nth-child(3n-3)::after {
    top: calc(2.6666666667vw);
  }
}
#shisetsu .groupWrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .groupWrap {
    margin: calc(4.2857142857vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .groupWrap {
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
#shisetsu .seikatsuWrap {
  margin: 156px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  #shisetsu .seikatsuWrap {
    margin: calc(11.1428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .seikatsuWrap {
    display: block;
  }
}
#shisetsu .seikatsuWrap .box {
  width: 650px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .seikatsuWrap .box {
    width: calc(46.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .seikatsuWrap .box {
    width: 100%;
  }
}
#shisetsu .seikatsuWrap .box .txt {
  margin: 1em 0 0;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  #shisetsu .seikatsuWrap .box .txt {
    margin: -1em 0 0;
  }
}
#shisetsu .seikatsuWrap .img {
  width: 387px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .seikatsuWrap .img {
    width: calc(27.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .seikatsuWrap .img {
    width: 108%;
    margin: calc(2.6666666667vw) 0 0 -8%;
  }
}
#shisetsu .ichinichiWrap {
  margin: 46px auto 0;
}
#shisetsu .ichinichiWrap .ichinichiBox {
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox {
    margin: calc(2.5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox {
    margin: 1.5em auto 0;
    display: block;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box {
  width: 100px;
  height: 150px;
  background: #cfe9ea;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box {
    width: calc(7.1428571429vw);
    height: calc(10.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box {
    width: 100%;
    height: auto;
    margin: 0 0 0.5em 0;
    display: flex;
    border-radius: 20px;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box .date {
  margin: 11px 0 2px;
  padding: 0 0 7px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .date {
    margin: calc(0.7857142857vw) 0 2px;
    padding: 0 0 calc(0.5vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .date {
    margin: 0 3px 0 0;
    padding: calc(4vw) 0;
    border: none;
    border-right: 2px solid #fff;
    width: calc(30vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box .date source, #shisetsu .ichinichiWrap .ichinichiBox .box .date img {
  width: 63px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .date source, #shisetsu .ichinichiWrap .ichinichiBox .box .date img {
    width: calc(4.5vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .date source, #shisetsu .ichinichiWrap .ichinichiBox .box .date img {
    width: calc(17.0666666667vw);
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box .des {
  padding: 34px 0 0;
  height: 70px;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .des {
    padding: calc(2.4285714286vw) 0 0;
    height: calc(5vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .des {
    padding: 0.7em 0 0.7em 1em;
    height: auto;
    border: none;
    border-left: 2px solid #fff;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box .des .desIn {
  font-size: 15px;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .des .desIn {
    font-size: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .des .desIn {
    font-size: calc(4vw);
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box .des .desIn p {
    margin: 0.2em 0;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box.box2 {
  width: 220px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box.box2 {
    width: calc(15.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box.box2 {
    width: 100%;
    height: auto;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box.box2 .des {
  border: none;
  padding: 0;
}
#shisetsu .ichinichiWrap .ichinichiBox .box.box2 .des .desIn {
  font-size: 1.5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1400px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box.box2 .des .desIn {
    font-size: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .ichinichiWrap .ichinichiBox .box.box2 .des .desIn {
    font-size: calc(4vw);
    padding: 0.9em 0 0.9em;
  }
}
#shisetsu .ichinichiWrap .ichinichiBox .box.colorYellow {
  background: #eadfcf;
}
#shisetsu .serviceWrap {
  margin: 87px auto 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .serviceWrap {
    margin: calc(6.2142857143vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .serviceWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#shisetsu .serviceWrap .box {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #shisetsu .serviceWrap .box {
    margin: calc(1.4285714286vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .serviceWrap .box {
    margin: 1em auto 0;
    display: block;
  }
}
#shisetsu .serviceWrap .box .img {
  width: 366px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .serviceWrap .box .img {
    width: calc(26.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .serviceWrap .box .img {
    width: 105%;
  }
}
#shisetsu .serviceWrap .box .txtBox {
  width: 660px;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #shisetsu .serviceWrap .box .txtBox {
    width: calc(47.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .serviceWrap .box .txtBox {
    width: 100%;
    margin: -1em 0 0;
  }
}
#shisetsu .serviceWrap .box .txtBox .item {
  background: #e8e8e8;
  border-radius: 20px;
  padding: 1.2em 1.2em;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 750px) {
  #shisetsu .serviceWrap .box .txtBox .item {
    margin: 1em 0 0;
    border-radius: 10px;
  }
}
#shisetsu .serviceWrap .box .txtBox .item .ttl {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0.4em;
}
@media screen and (max-width: 1400px) {
  #shisetsu .serviceWrap .box .txtBox .item .ttl {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .serviceWrap .box .txtBox .item .ttl {
    font-size: calc(4.8vw);
  }
}
#shisetsu .userWrap {
  margin: 75px auto 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .userWrap {
    margin: calc(5.3571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .userWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#shisetsu .riyouWrap {
  margin: 75px auto 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap {
    margin: calc(5.3571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap {
    margin: calc(13.3333333333vw) auto 0;
  }
}
#shisetsu .riyouWrap .riyouBox {
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox {
    margin: calc(2.5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox {
    display: block;
    margin: 1em auto 0;
  }
}
#shisetsu .riyouWrap .riyouBox .box {
  position: relative;
  width: 155px;
  height: 155px;
  background: #f1dad9;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box {
    width: calc(11.0714285714vw);
    height: calc(11.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox .box {
    width: 100%;
    height: calc(16vw);
    display: flex;
    margin: 0 0 calc(6.6666666667vw);
  }
}
#shisetsu .riyouWrap .riyouBox .box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  background: #2ea7e0;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box::after {
    right: calc(-1.4285714286vw);
    width: calc(0.7142857143vw);
    height: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox .box::after {
    right: 0;
    left: 0;
    width: calc(5.3333333333vw);
    height: calc(2.6666666667vw);
    top: auto;
    bottom: calc(-5.3333333333vw);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
#shisetsu .riyouWrap .riyouBox .box .num {
  margin: 11px 0 3px;
  padding: 0 0 7px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box .num {
    margin: calc(0.7857142857vw) 0 3px;
    padding: 0 0 calc(0.5vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox .box .num {
    margin: 0 3px 0 0;
    padding: calc(4.6666666667vw) 0 0;
    width: calc(26.6666666667vw);
    border: none;
    border-right: 2px solid #fff;
  }
}
#shisetsu .riyouWrap .riyouBox .box .num source, #shisetsu .riyouWrap .riyouBox .box .num img {
  width: 79px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box .num source, #shisetsu .riyouWrap .riyouBox .box .num img {
    width: calc(5.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox .box .num source, #shisetsu .riyouWrap .riyouBox .box .num img {
    width: calc(17.3333333333vw);
  }
}
#shisetsu .riyouWrap .riyouBox .box .des {
  padding: 32px 0 0;
  height: 70px;
  border-top: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box .des {
    padding: calc(2.2857142857vw) 0 0;
    height: calc(5vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox .box .des {
    border: none;
    border-left: 2px solid #fff;
    height: auto;
    padding: 0;
  }
}
#shisetsu .riyouWrap .riyouBox .box .des .desIn {
  font-size: 1.9rem;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box .des .desIn {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .riyouWrap .riyouBox .box .des .desIn {
    text-align: left;
    font-size: calc(4.2666666667vw);
    margin: 0 0 0 1em;
  }
}
#shisetsu .riyouWrap .riyouBox .box.box2 {
  width: 220px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #shisetsu .riyouWrap .riyouBox .box.box2 {
    width: calc(15.7142857143vw);
  }
}
#shisetsu .riyouWrap .riyouBox .box.box2 .des {
  border: none;
  padding: 0;
}
#shisetsu .riyouWrap .riyouBox .box.box2 .des .desIn {
  font-size: 15px;
  line-height: 1.4em;
}
#shisetsu .riyouWrap .riyouBox .box.colorYellow {
  background: #eadfcf;
}
#shisetsu .riyouWrap .riyouBox .box:last-child::after {
  display: none;
}
#shisetsu .btnContact.fukidashi {
  position: relative;
  margin: 125px auto 0;
  width: 448px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .btnContact.fukidashi {
    margin: calc(8.9285714286vw) auto 0;
    width: calc(32vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .btnContact.fukidashi {
    margin: 4em auto 0;
    width: calc(82.6666666667vw);
    text-align: center;
  }
}
#shisetsu .btnContact.fukidashi .icon {
  content: "";
  position: absolute;
  top: -90px;
  left: -95px;
  background: url(../images/icon_fukidashi_contact.svg) no-repeat 0 0/100% auto;
  width: 132px;
  height: auto;
  aspect-ratio: 132/128;
  z-index: 1;
  font-size: 1.7rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 35px 0 0;
}
@media screen and (max-width: 1400px) {
  #shisetsu .btnContact.fukidashi .icon {
    font-size: calc(1.2142857143vw);
    top: calc(-6.4285714286vw);
    left: calc(-6.7857142857vw);
    width: calc(9.4285714286vw);
    padding: calc(2.5vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .btnContact.fukidashi .icon {
    font-size: calc(3.0666666667vw);
    top: calc(-13.3333333333vw);
    left: calc(-5.3333333333vw);
    width: calc(23.0666666667vw);
    padding: calc(6vw) 0 0;
  }
}
#shisetsu .btnContact.fukidashi a {
  font-weight: bold;
  font-size: 2.4rem;
  padding: 1em 1.5em 1.1em 3em;
  border-radius: 50px;
}
@media screen and (max-width: 1400px) {
  #shisetsu .btnContact.fukidashi a {
    font-size: calc(1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .btnContact.fukidashi a {
    font-size: calc(4.6666666667vw);
    line-height: 1.2em;
    display: block;
    padding: 2.5em 1em 1.1em 1em;
  }
}
#shisetsu .btnContact.fukidashi a::before {
  width: 27px;
  height: 21px;
  left: 1.5em;
}
@media screen and (max-width: 1400px) {
  #shisetsu .btnContact.fukidashi a::before {
    width: calc(1.9285714286vw);
    height: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  #shisetsu .btnContact.fukidashi a::before {
    width: calc(8.5333333333vw);
    height: calc(6.6666666667vw);
    left: 0;
    right: 0;
    top: calc(-8vw);
    margin: auto;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */