@charset "utf-8";


/*---私たちについて---*/
.page-id-9 #mv {
  background: rgba(0,0,0,0.4);
  height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.page-id-9 #mv .key_v {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-id-9 #mv .movie {
  height: 100%;
  position: relative;
  width: 100%;
}
.page-id-9 #mv video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page-id-9 #mv .lead {
  align-items: center;
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}
.page-id-9 #mv .lead img {
  width: 1080px;
}
.page-id-9 #sec1,
.page-id-9 #sec2 {
  background: #000;
  color: #fff;
}
.page-id-9 #sec1 {
  position: relative;
}
.page-id-9 #sec1 > p {
  color: #fff;
  font-size: 12rem;
  left: 50px;
  position: absolute;
  top: -50px;
}
.page-id-9 #sec1 .inner > div {
  padding: 300px 0 0 230px;
}
.page-id-9 #sec1 h2 {
  font-size: 5rem;
  line-height: 1.5;
}
.page-id-9 #sec1 h2 + p {
  font-size: 3rem;
  line-height: 2;
  margin-top: 70px;
}
.page-id-9 #sec2 {
  padding: 180px 0 290px;
  position: relative;
}
.page-id-9 #sec2 p {
  font-size: 2.8rem;
  line-height: 2;
}
.page-id-9 #sec2 p + p {
  margin-top: 120px;
}
.page-id-9 #sec2 h2 {
  font-size: 5rem;
  margin-top: 130px;
  text-align: center;
}
.page-id-9 #sec2 > span {
  bottom: -22px;
  color: rgba(232,232,232,0.35);
  display: block;
  font-size: 13.5rem;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.movie_modal {
  display: none;
}
.movie_ol {
  background: red;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}
.movie_modal {
  height: 100%;
  left: 0;
  margin: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {

  .page-id-9 #mv .lead img {
    width: 80%;
  }
  .page-id-9 #sec1 > p {
    font-size: 4.5rem;
    top: -20px;
  }
  .page-id-9 #sec1 .inner > div {
    padding: 150px 0 0 0;
  }
  .page-id-9 #sec1 h2 {
    font-size: 3.2rem;
  }
  .page-id-9 #sec1 h2 + p {
    font-size: 2rem;
    margin-top: 40px;
  }
  .page-id-9 #sec2 {
    padding: 100px 0 150px;
  }
  .page-id-9 #sec2 p {
    font-size: 1.8rem;
  }
  .page-id-9 #sec2 p + p {
    margin-top: 80px;
  }
  .page-id-9 #sec2 h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .page-id-9 #sec2 > span {
    display: none;
  }

}

/*---事業紹介---*/
.page-id-27 #mv {
  background: url(../img/business/mv.jpg) no-repeat center bottom / cover;
  height: auto;
  padding-top: 180px;
}
.page-id-27 #mv .inner {
  padding: 0 550px 180px 0;
}
.page-id-27 #mv figure {
  width: 440px;
}
.page-id-27 #mv h1 {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 5px;
}
.page-id-27 #mv h1::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  width: 400px;
}
.page-id-27 #mv p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 68px;
  text-shadow: 0 0 5px black;
}
.page-id-27 #mv a {
  bottom: -25px;
  display: block;
  height: 143px;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}
.page-id-27 #sec1 {
  padding: 215px 0 80px;
}
.page-id-27 #sec1 .inner {
  background-color: #F5F5F5;
  padding: 115px 100px 80px;
}
.page-id-27 #sec1 .inner > figure {
  position: absolute;
}
.page-id-27 #sec1 .inner > figure.abs1 {
  left: 0;
  top: -124px;
  width: 610px;
}
.page-id-27 #sec1 .inner > figure.abs2 {
  bottom: 0;
  right: -150px;
  width: 230px;
}
.page-id-27 #sec1 h2 {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3rem;
  text-align: center;
}
.page-id-27 #sec1 .inner > div {
  display: flex;
  margin-top: 60px;
}
.page-id-27 #sec1 .inner > div p {
  font-size: 1.5rem;
  line-height: 2;
  padding-right: 70px;
  width: 50%;
}
.page-id-27 #sec1 .inner > div figure {
  width: 50%;
}
.page-id-27 #sec2 {
  background-color: #103367;
  padding: 100px 0 220px;
}
.page-id-27 #sec2 .inner > div {
  display: flex;
  flex-wrap: wrap;
}
.page-id-27 #sec2 .inner > div a {
  background: url(../img/business/down.png) no-repeat right 45px center / 10px auto;
  color: #fff;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 1.8rem;
  height: 70px;
  padding: 12px 45px;
  text-decoration: none;
  width: calc(100% / 3);
}
.page-id-27 #sec2 .inner > div a:hover {
  background-color: rgba(255,255,255,0.12);
}
.page-id-27 #sec2 .inner > div a:nth-of-type(n+4) {
  margin-top: 28px;
}
.page-id-27 #sec2 .inner > div a:nth-of-type(3n-1) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-id-27 #sec2 .inner > div a span {
  color: #779ED8;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.page-id-27 #sec2 .outer {
  margin: 0 auto;
  max-width: 1388px;
}
.page-id-27 #sec2 .b_box {
  display: flex;
  margin-top: 100px;
}
.page-id-27 #sec2 .b_box > div {
  padding: 100px 90px 0;
  width: 50%;
}
.page-id-27 #sec2 .b_box:nth-of-type(2n-1) > div {
  order: 1;
}
.page-id-27 #sec2 .b_box > figure {
  width: 50%;
}
.page-id-27 #sec2 .b_box:nth-of-type(2n-1) > figure {
  order: 0;
}
.page-id-27 #sec2 .b_box > div > div {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3rem;
  line-height: 1.4;
  margin: 0 auto;
  padding: 45px 0 40px;
  position: relative;
  text-align: center;
  width: 380px;
}
.page-id-27 #sec2 .b_box > div > div span {
  align-items: center;
  background-color: #103367;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 80px;
  justify-content: center;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: -40px;
  width: 80px;
}
.page-id-27 #sec2 .b_box > div dl {
  color: #fff;
}
.page-id-27 #sec2 .b_box > div dl dt {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3rem;
  font-weight: normal;
  padding: 40px 0;
  text-align: center;
}
.page-id-27 #sec2 .b_box > div dl dd {
  font-size: 1.5rem;
  line-height: 2;
}
.page-id-27 #sec2 .b_box > div > p {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {

  .page-id-27 #mv {
    padding-bottom: 0;
  }
  .page-id-27 #mv .inner {
    padding: 0 4vw 150px;
  }
  .page-id-27 #mv figure {
    width: 70%;
  }
  .page-id-27 #mv h1 {
    font-size: 2.2rem;
    justify-content: left;
  }
  .page-id-27 #mv h1::after {
    margin-left: 10px;
    width: 50%;
  }
  .page-id-27 #sec1 {
    padding: 180px 4vw 80px
  }
  .page-id-27 #sec1 .inner {
    padding: 80px 30px 30px;
  }
  .page-id-27 #sec1 .inner > figure.abs1 {
    top: -80px;
    width: 95%;
  }
  .page-id-27 #sec1 h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .page-id-27 #sec1 .inner > div {
    display: block;
    margin-top: 40px;
  }
  .page-id-27 #sec1 .inner > div p {
    padding: 0 0 30px;
    width: auto;
  }
  .page-id-27 #sec1 .inner > div figure {
    width: auto;
  }
  .page-id-27 #sec2 .inner > div a {
    background-position: right 15px center;
    font-size: 1.5rem;
    padding: 10px 15px;
    width: 50%;
  }
  .page-id-27 #sec2 .inner > div a:nth-of-type(3n-1) {
    border: none;
  }
  .page-id-27 #sec2 .inner > div a:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  .page-id-27 #sec2 .inner > div a:nth-of-type(n+3),
  .page-id-27 #sec2 .inner > div a:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .page-id-27 #sec2 .inner > div a span {
    font-size: 1rem;
  }
  .page-id-27 #sec2 .b_box {
    flex-flow: column;
    padding: 0 4vw;
  }
  .page-id-27 #sec2 .b_box > div {
    order: 1;
    padding: 60px 0 0;
    width: 100%;
  }
  .page-id-27 #sec2 .b_box > div > div {
    font-size: 2rem;
    padding: 35px 0 25px;
    width: auto;
  }
  .page-id-27 #sec2 .b_box > div > div span {
    height: 50px;
    top: -25px;
    width: 50px;
  }
  .page-id-27 #sec2 .b_box > div dl dt {
    font-size: 2.2rem;
    padding: 30px 0;
  }
  .page-id-27 #sec2 .b_box > figure {
    order: 0;
    width: 100%;
  }

}

/*---企業情報---*/
.page-id-68 #mv {
  background: url(../img/company/top-fv.jpg) no-repeat center center / cover;
}
.page-id-68 #mv p {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-top: 120px;
}
.page-id-68 #sec1 .inner > div {
  display: flex;
  padding: 120px 0;
}
.page-id-68 #sec1 .inner > div + div {
  border-top: 1px solid #707070;
}
.page-id-68 #sec1 .inner > div > * {
  width: 50%;
}
.page-id-68 #sec1 .inner > div > div {
  padding-right: 120px;
}
.page-id-68 #sec1 .inner > div .titles {
  padding: 50px 0 0;
  position: relative;
}
.page-id-68 #sec1 .inner > div .titles small {
  color: rgba(26,56,114,0.15);
  display: block;
  font-size: 20rem;
  right: 0;
  position: absolute;
  top: -20px;
}
.page-id-68 #sec1 .inner > div .titles span {
  color: #103367;
  font-size: 5.6rem;
}
.page-id-68 #sec1 .inner > div .titles h2 {
  font-weight: normal;
  margin-top: 10px;
}
.page-id-68 #sec1 .inner > div > div p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 50px;
}
.page-id-68 #sec1 .inner > div > div .base_a {
  font-size: 1.6rem;
  margin-top: 50px;
}
.page-id-68 #sec2 {
  background: #103367;
  padding: 80px 0 100px;
}
.page-id-68 #sec2 .titles span {
  color: #fff;
  display: block;
  font-size: 5.6rem;
  text-align: center;
}
.page-id-68 #sec2 .titles h2 {
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
  text-align: center;
}
.page-id-68 #sec2 .related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-68 #sec2 .related > a {
  display: block;
  margin-top: 60px;
  text-decoration: none;
  width: 320px;
}
.page-id-68 #sec2 .related > a dl {
  background: url(../img/common/arrow_w.png) no-repeat right top / 18px auto;
  margin-top: 20px;
}
.page-id-68 #sec2 .related > a dl dt {
  color: #fff;
  font-size: 2rem;
}
.page-id-68 #sec2 .related > a dl dd {
  color: #999;
  font-size: 1.5rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {

  .page-id-68 #sec1 .inner > div {
    flex-flow: column;
    padding: 120px 0 80px;
  }
  .page-id-68 #sec1 .inner > div > div {
    order: 1;
    padding: 0;
    position: relative;
    top: -40px;
    width: 100%;
  }
  .page-id-68 #sec1 .inner > div .titles small {
    font-size: 10rem;
  }
  .page-id-68 #sec1 .inner > div .titles span {
    font-size: 3rem;
  }
  .page-id-68 #sec1 .inner > div > figure {
    order: 0;
    width: 100%;
  }
  .page-id-68 #sec2 .titles span {
    font-size: 3.2rem;
  }
  .page-id-68 #sec2 .related {
    padding: 0 30px;
  }
  .page-id-68 #sec2 .related > a {
    width: 100%;
  }

}

/*---企業情報配下共通---*/
.page .b_wrap #mv {
  height: auto;
}
.b_wrap #mv .inner {
  padding-bottom: 90px;
}
.b_wrap #mv h2 {
  color: #fff;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 50px;
}
.b_wrap #mv p {
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 25px;
  width: 460px;
}
.b_wrap #mv a {
  bottom: -25px;
  display: block;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  width: 64px;
}
.b_wrap #mv figure img {
  display: block;
}
.def_sec1 {
  padding: 190px 0 150px;
}
.def_sec1 .outer {
  display: flex;
}
.def_sec1 .outer > div {
  background: url(../img/business/bg_map.png) no-repeat right 140px bottom 100px / 676px auto;
  display: flex;
  justify-content: right;
  width: 50%;
}
.def_sec1 .outer > div > div {
  padding-right: 70px;
  width: 550px;
}
.def_sec1 p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 60px;
}
.def_sec1 p a {
  background: url(../img/common/solid_arrow.png) no-repeat right center / 12px auto;
  border-bottom: 1px solid #707070;
  color: #000;
  display: inline-block;
  padding: 0 120px 5px 0;
  text-decoration: none;
}
.def_sec1 figure {
  height: 715px;
  overflow: hidden;
  width: 50%;
}
.def_sec1 figure img {
  display: block;
  max-width: none;
  width: 940px;
}
.b_wrap .titles {
  position: relative;
}
.b_wrap .titles span {
  border-bottom: 1px solid #707070;
  color: #103367;
  display: block;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 6rem;
  padding: 0 0 5px 40px;
}
.b_wrap .titles h2 {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding: 10px 0 0 40px;
}
.b_wrap .titles::before {
  background-color: #707070;
  content: '';
  display: block;
  height: 120px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 1px;
}
.b_wrap .titles::after {
  background-color: #707070;
  content: '';
  display: block;
  height: 40px;
  left: 9px;
  position: absolute;
  top: 0;
  width: 3px;
}
.b_wrap .titles.titles_w span {
  color: #fff;
}
.b_wrap .titles.titles_w h2 {
  color: #fff;
}
.b_loop_cal3 {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #EDEDED 50%, #EDEDED 100%);;
}
.b_loop_cal3 .slick-slide {
  margin: 0 20px;
}
.b_loop_cal3 .slick-slide img {
  width: 445px;
}
.b_cal_r {
  margin-top: 150px;
}
.b_cal_r .b_cal_r_title figure {
  padding-left: 100px;
}
.b_cal_r .b_cal_r_title figure img {
  height: 60px;
  width: auto;
}
.b_cal_r .b_cal_r_title p {
  color: #909090;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 8px;
  padding-left: 100px;
}
.b_cal_r .b_cal_r_title h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 20px;
  padding-left: 100px;
}
.b_cal_r .b_cal_r_box {
  background-color: #fff;
  display: flex;
  margin-top: 10px;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) {
  padding: 40px 130px 50px 100px;
  width: 690px;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) h4 {
  line-height: 1.2;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2;
  margin-top: 15px;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) .ac {
  margin-top: 80px;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) .ac dt {
  background: url(../img/business/plus.png) no-repeat right center / 15px auto;
  border-bottom: 1px solid #707070;
  cursor: pointer;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 8px 0;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) .ac.open dt {
  background: url(../img/business/minus.png) no-repeat right center / 15px auto;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) .ac dd {
  display: none;
}
.b_cal_r .b_cal_r_box > div:nth-of-type(1) .ac dd a {
  background: url(../img/business/btn_map.png) no-repeat right center / 42px auto;
  border-bottom: 1px solid #D3D3D3;
  color: #000;
  display: block;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.4rem;
  margin-top: 12px;
  padding: 8px 0;
  text-decoration: none;
}
.b_cal_r .b_cal_r_box .b_cal_r_wrap {
  position: relative;
  top: -120px;
  width: calc(100% - 690px);
}
.b_cal_r .b_cal_r_box .b_cal_r_wrap .slick-slide {
  margin-right: 35px;
}
.b_cal_r .b_cal_r_box .b_cal_r_wrap .slick-slide img {
  width: 400px;
}
.b_cal_r_wrap .slick-prev,
.b_cal_r_wrap .slick-next {
  height: 42px;
  top: 400px;
  width: 42px;
}
.b_cal_r_wrap .slick-prev {
  background: url(../img/business/prev.png) no-repeat center center / contain;
  left: 0;
}
.b_cal_r_wrap .slick-next {
  background: url(../img/business/next.png) no-repeat center center / contain;
  left: 70px;
  right: auto;
}
.b_cal_r_wrap .slick-prev::before,
.b_cal_r_wrap .slick-next::before {
  display: none;
}
.w100_3_slide {
  margin-top: 70px;
}
.w100_3_slide .slick-slide {
  margin: 0 25px;
  width: 445px;
}
.w100_3_slide .slick-prev,
.w100_3_slide .slick-next {
  bottom: -80px;
  height: 40px;
  top: auto;
  width: 40px;
}
.w100_3_slide .slick-prev {
  background: url(../img/common/prev.png) no-repeat center center / contain;
  left: 50%;
  margin-left: -50px;
}
.w100_3_slide .slick-next {
  background: url(../img/common/next.png) no-repeat center center / contain;
  margin-right: -50px;
  right: 50%;
}
.w100_3_slide .slick-prev::before,
.w100_3_slide .slick-next::before {
  display: none;
}
.b_nav {
  padding: 100px 0;
}
.b_nav .inner > div {
  display: flex;
  flex-wrap: wrap;
}
.b_nav .inner > div a {
  background: url(../img/business/down2.png) no-repeat right 45px center / 10px auto;
  color: #000;
  font-size: 1.8rem;
  height: 70px;
  padding: 12px 45px;
  text-decoration: none;
  width: calc(100% / 3);
}
.b_nav .inner > div a:hover {
  background-color: rgba(255,255,255,0.12);
}
.b_nav .inner > div a:nth-of-type(n+4) {
  margin-top: 28px;
}
.b_nav .inner > div a:nth-of-type(3n-1) {
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}
.b_nav .inner > div a span {
  color: #103367;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.hotels {
  padding: 120px 0;
}
.hotels .hotel_pic {
  background-color: #103367;
  height: 570px;
  margin-top: 150px;
  position: relative;
  width: calc(100% - 100px);
}
.hotels .hotel_pic figure {
  height: 570px;
  position: absolute;
  right: -50px;
  top: -50px;
  width: 990px;
}
.hotels .hotel_pic figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hotels .hotel_pic figure figcaption {
  color: #fff;
  font-size: 3.6rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 0 0 15px black;
}
.hotels .hotel_info {
  padding: 70px 50px;
}
.hotels .hotel_info > span {
  color: #103367;
  display: block;
  font-size: 1.8rem;
}
.hotels .hotel_info h3 {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 10px;
}
.hotels .hotel_info > p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 70px;
}
.hotels .inner > p {
  padding: 0 50px;
  text-align: right;
}

@media screen and (max-width: 768px) {

  .b_wrap {
    overflow: hidden;
  }
  .page .b_wrap #mv {
    padding-bottom: 0;
  }
  .b_wrap #mv .inner {
    padding-bottom: 120px;
  }
  .b_wrap #mv h2 {
    font-size: 2.2rem;
  }
  .b_wrap #mv p {
    width: auto;
  }
  .def_sec1 {
    padding: 70px 0 100px;
  }
  .def_sec1 .outer {
    display: block;
    padding: 0 4vw;
  }
  .def_sec1 .outer > div {
    width: auto;
  }
  .def_sec1 .outer > div > div {
    padding: 0;
    width: auto;
  }
  .def_sec1 figure {
    height: auto;
    margin-top: 30px;
    width: auto;
  }
  .def_sec1 figure img {
    max-width: 100%;
    width: auto;
  }
  .b_nav {
    padding: 60px 0;
  }
  .b_nav .inner > div a {
    background-position: right 15px center;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 10px 15px;
    width: 50%;
  }
  .b_nav .inner > div a:nth-of-type(3n-1) {
    border: none;
  }
  .b_nav .inner > div a:nth-of-type(2n) {
    border-left: 1px solid #CBCBCB;
  }
  .b_nav .inner > div a:nth-of-type(n+3),
  .b_nav .inner > div a:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .b_nav .inner > div a span {
    font-size: 1rem;
  }
  .b_wrap .titles span {
    font-size: 3.2rem;
  }
  .b_wrap .titles::before {
    height: 75px;
  }
  .b_wrap .titles::after {
    height: 30px;
  }
  .b_wrap .titles h2 {
    font-size: 2rem;
  }
  .b_loop_cal3 .slick-slide img {
    width: 240px;
  }
  .b_cal_r {
    margin-top: 50px;
    padding: 0 0 0 4vw;
  }
  .b_cal_r .b_cal_r_title figure {
    padding-left: 40px;
  }
  .b_cal_r .b_cal_r_title figure img {
    height: 40px;
  }
  .b_cal_r .b_cal_r_title p {
    font-size: 1.5rem;
    padding-left: 40px;
  }
  .b_cal_r .b_cal_r_title h3 {
    font-size: 2.2rem;
    padding-left: 40px;
  }
  .b_cal_r .b_cal_r_box {
    display: block;
    padding: 0 0 80px 40px;
  }
  .b_cal_r .b_cal_r_box > div:nth-of-type(1) {
    padding: 40px 40px 40px 0;
    width: auto;
  }
  .b_cal_r .b_cal_r_box > div:nth-of-type(1) .ac {
    margin-top: 40px;
  }
  .b_cal_r .b_cal_r_box .b_cal_r_wrap {
    top: auto;
    width: auto;
  }
  .b_cal_r_wrap .slick-prev, .b_cal_r_wrap .slick-next {
    top: 260px;
  }
  .b_cal_r .b_cal_r_box .b_cal_r_wrap .slick-slide img {
    width: 240px;
  }
  .w100_3_slide .slick-slide {
    width: 240px;
  }
  .hotels .hotel_pic {
    height: auto;
    margin-top: 30px;
    width: auto;
  }
  .hotels .hotel_pic figure {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .hotels .hotel_pic figure figcaption {
    font-size: 1.5rem;
  }
  .hotels .hotel_info {
    padding: 60px 4vw;
  }
  .hotels .hotel_info > span {
    font-size: 1.6rem;
  }
  .hotels .hotel_info h3 {
    font-size: 2.2rem;
  }
  .hotels .hotel_info > p {
    margin-top: 40px;
  }

}

/*---ホテル・リゾート事業---*/
.page-id-29 .b_wrap #mv {
  background: url(../img/business/hotel/mv.jpg) no-repeat center center / cover;
}
.page-id-29 .b_wrap #mv h1 img {
  width: 548px;
}
.page-id-29 #sec2 {
  padding: 0 0 150px;
}

@media screen and (max-width: 768px) {

  .page-id-29 .b_wrap #mv h1 img {
    width: 80%;
  }

}

/*---外食事業---*/
.page-id-31 .b_wrap #mv {
  background: url(../img/business/restaurant/mv.jpg) no-repeat center right 33% / cover;
}
.page-id-31 .b_wrap #mv h1 img {
  width: 548px;
}
.page-id-31 .titles2 {
  color: #fff;
  padding: 85px;
  text-align: center;
}
.page-id-31 .titles2 span {
  display: block;
  font-size: 4.4rem;
}
.page-id-31 .titles2 h2 {
  font-size: 4.8rem;
  margin-top: 10px;
}
.page-id-31 #r01 .titles2 {
  background: url(../img/business/restaurant/bg1.jpg) no-repeat center center / cover;
}
.page-id-31 #r02 .titles2 {
  background: url(../img/business/restaurant/bg2.jpg) no-repeat center center / cover;
}
.page-id-31 #r03 .titles2 {
  background: url(../img/business/restaurant/bg3.jpg) no-repeat center center / cover;
}
.page-id-31 #r04 .titles2 {
  background: url(../img/business/restaurant/bg4.jpg) no-repeat center center / cover;
}
.page-id-31 #r05 .titles2 {
  background: url(../img/business/restaurant/bg5.jpg) no-repeat center center / cover;
}
.page-id-31 #r06 .titles2 {
  background: url(../img/business/restaurant/bg6.jpg) no-repeat center center / cover;
}
.page-id-31 .r_boxs {
  column-gap: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 90px;
  padding-bottom: 200px;
  row-gap: 100px;
}
.page-id-31 .r_boxs > div dl dt {
  padding: 15px 0;
  text-align: center;
}
.page-id-31 .r_boxs > div dl dt img {
  height: 56px;
  width: auto;
}
.page-id-31 .r_boxs > div dl dd {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
}
.page-id-31 .r_boxs > div p {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .page-id-31 .b_wrap #mv h1 img {
    width: 80%;
  }
  .page-id-31 #sec2 {
    padding-bottom: 150px;
  }
  .page-id-31 #sec2 section + section {
    margin-top: 80px;
  }
  .page-id-31 .titles2 {
    padding: 40px;
  }
  .page-id-31 .titles2 span {
    font-size: 2.2rem;
  }
  .page-id-31 .titles2 h2 {
    font-size: 3.2rem;
  }
  .page-id-31 .r_boxs {
    display: block;
    margin-top: 50px;
    padding: 0 4vw;
  }
  .page-id-31 .r_boxs > div + div {
    margin-top: 50px;
  }
  .page-id-31 .r_boxs > div dl dt {
    padding: 10px 0;
  }
  .page-id-31 .r_boxs > div dl dt img {
    height: 40px;
  }
  .page-id-31 .r_boxs > div p {
    margin-top: 10px;
  }

}


/*---食品製造販売事業---*/
.page-id-33 .b_wrap #mv {
  background: url(../img/business/food/mv.jpg) no-repeat center right 40% / cover;
}
.page-id-33 .b_wrap #mv h1 img {
  width: 670px;
}
.page-id-33 #sec2 {
  background-color: #EDEDED;
}
.page-id-33 #sec2 .inner {
  padding: 120px 0 150px;
  padding-left: calc((100% - 1100px) / 2);
  width: auto;
}
.page-id-33 #sec2 .inner > span {
  color: rgba(255,255,255,0.58);
  font-size: 42.3rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: -85px;
  transform: translateX(-50%);
}
.page-id-33 #sec3 {
  padding: 120px 0;
}
.page-id-33 #sec3 .b_history {
  margin-top: 80px;
}
.page-id-33 #sec3 .b_history .slick-slide {
  margin: 0 40px;
}
.page-id-33 #sec3 .b_history .slick-slide dl {
  position: relative;
  top: -20px;
}
.page-id-33 #sec3 .b_history .slick-slide dl dt {
  align-items: baseline;
  display: flex;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
}
.page-id-33 #sec3 .b_history .slick-slide dl dt span {
  color: #103367;
  display: block;
  font-size: 7rem;
  margin-right: 15px;
}
.page-id-33 #sec3 .b_history .slick-slide dl dt p {
  border-left: 1px solid #707070;
  font-size: 2rem;
  padding-left: 15px;
}
.page-id-33 #sec3 .b_history .slick-slide dl dd {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 20px;
}
.page-id-33 #sec4 {
  background-color: #103367;
  padding: 120px 0;
}
.page-id-33 #sec4 .inner > p {
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 50px;
}
.page-id-33 #sec4 .safety {
  display: flex;
  margin-top: 130px;
}
.page-id-33 #sec4 .safety > * {
  width: 50%;
}
.page-id-33 #sec4 .safety > figure {
  padding: 0 40px;
}
.page-id-33 #sec4 .safety > div dl {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  padding-left: 80px;
}
.page-id-33 #sec4 .safety > div dl:nth-of-type(1) {
  background: url(../img/business/food/s1.png) no-repeat left top / 45px auto;
}
.page-id-33 #sec4 .safety > div dl:nth-of-type(2) {
  background: url(../img/business/food/s2.png) no-repeat left top / 45px auto;
}
.page-id-33 #sec4 .safety > div dl:nth-of-type(3) {
  background: url(../img/business/food/s3.png) no-repeat left top / 45px auto;
}
.page-id-33 #sec4 .safety > div dl:nth-of-type(4) {
  background: url(../img/business/food/s4.png) no-repeat left top / 45px auto;
}
.page-id-33 #sec4 .safety > div dl + dl {
  margin-top: 40px;
}
.page-id-33 #sec4 .safety > div dl dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.page-id-33 #sec4 .safety > div dl dd {
  color: #fff;
  line-height: 1.5;
  margin-top: 15px;
  padding-left: 50px;
}
.page-id-33 #sec5 {
  padding: 120px 0 150px;
}
.page-id-33 #sec5 .inner > p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 50px;
}
.page-id-33 #sec5 .certification {
  display: flex;
  margin-top: 80px;
}
.page-id-33 #sec5 .certification > div {
  width: 50%;
}
.page-id-33 #sec5 .certification > div:nth-of-type(1) h3 {
  border-bottom: 1px solid #D0D0D0;
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 40px;
  position: relative;
}
.page-id-33 #sec5 .certification > div:nth-of-type(1) h3::after {
  background-color: #D0D0D0;
  bottom: -2px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 120px;
}
.page-id-33 #sec5 .certification > div:nth-of-type(1) p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 40px;
}
.page-id-33 #sec5 .certification > div:nth-of-type(2) {
  padding: 0 120px;
}
.page-id-33 #sec5 .certification > div:nth-of-type(2) p {
  margin-top: 20px;
  text-align: center;
}
.page-id-33 #sec5 .certification > div:nth-of-type(2) p a img {
  width: 50px;
}

@media screen and (max-width: 768px) {

  .page-id-33 .b_wrap #mv h1 img {
    width: 90%;
  }
  .page-id-33 #sec2 .inner > span {
    display: none;
  }
  .page-id-33 #sec3 .b_history .slick-slide {
    margin: 0 20px;
  }
  .page-id-33 #sec3 .b_history .slick-slide dl {
    margin-top: 10px;
    top: auto;
  }
  .page-id-33 #sec3 .b_history .slick-slide dl dt {
    display: block;
  }
  .page-id-33 #sec3 .b_history .slick-slide dl dt span {
    font-size: 4rem;
  }
  .page-id-33 #sec3 .b_history .slick-slide dl dt p {
    border: none;
    font-size: 1.8rem;
    padding: 10px 0 0;
  }
  .page-id-33 #sec4 .safety {
    display: block;
    margin-top: 50px;
  }
  .page-id-33 #sec4 .safety > * {
    width: auto;
  }
  .page-id-33 #sec4 .safety > div {
    margin-top: 50px;
  }
  .page-id-33 #sec4 .safety > div dl dd {
    padding-left: 0;
  }
  .page-id-33 #sec5 .certification {
    display: block;
  }
  .page-id-33 #sec5 .certification > div {
    width: auto;
  }
  .page-id-33 #sec5 .certification > div:nth-of-type(1) h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    padding-bottom: 15px;
  }
  .page-id-33 #sec5 .certification > div:nth-of-type(2) {
    padding: 40px 50px;
  }

}

/*---海外貿易事業---*/
.page-id-35 .b_wrap #mv {
  background: url(../img/business/trade/mv.jpg) no-repeat center right 35% / cover;
}
.page-id-35 .b_wrap #mv h1 img {
  width: 555px;
}
.page-id-35 #sec2 {
  background-color: #EDEDED;
  padding-bottom: 120px;
}
.page-id-35 #sec2 .inner {
  padding-top: 120px;
}
.page-id-35 #sec2 .inner > span {
  color: rgba(255,255,255,0.58);
  font-size: 19.7rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: -85px;
  transform: translateX(-50%);
}
.page-id-35 #sec2 .inner > p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 60px;
}
.page-id-35 #sec2 .inner > figure {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {

  .page-id-35 .b_wrap #mv h1 img {
    width: 80%;
  }
  .page-id-35 #sec2 .inner > span {
    font-size: 6rem;
    top: 80px;
  }
  .page-id-35 #sec2 .inner > figure {
    margin-top: 50px;
  }
  .page-id-35 #sec2 .inner {
    padding-top: 50px;
  }

}

/*---fc事業---*/
.page-id-37 .b_wrap #mv {
  background: url(../img/business/fc/mv.jpg) no-repeat center center / cover;
}
.page-id-37 .b_wrap #mv h1 img {
  width: 548px;
}
.page-id-37 #sec2 {
  padding: 0 0 150px;
}

@media screen and (max-width: 768px) {

  .page-id-37 .b_wrap #mv h1 img {
    width: 80%;
  }

}

/*---コンテンツ事業---*/
.page-id-39 .b_wrap #mv {
  background: url(../img/business/contents/mv.jpg) no-repeat center center / cover;
}
.page-id-39 .b_wrap #mv h1 img {
  width: 548px;
}
.page-id-39 #sec2 {
  padding-bottom: 60px;
}
.page-id-39 #sec2 h2 {
  font-size: 4.6rem;
  font-weight: normal;
  text-align: center;
}
.page-id-39 #sec2 .inner > div {
  background: url(../img/business/contents/sec2.jpg) no-repeat center center / cover;
  color: #fff;
  margin-top: 70px;
  padding: 70px 50px 60px;
  position: relative;
}
.page-id-39 #sec2 .inner > div span {
  display: block;
  font-size: 2.5rem;
}
.page-id-39 #sec2 .inner > div h3 {
  font-size: 5.8rem;
  font-weight: normal;
  margin: 10px 0 40px;
}
.page-id-39 #sec2 .inner > div figure {
  height: 360px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 554px;
}
.page-id-39 #sec2 .inner > p {
  font-size: 1.5rem;
  line-height: 2;
  padding: 80px 175px;
}
.page-id-39 #sec3 {
  background: url(../img/business/contents/bg.jpg) no-repeat center top / cover;
  padding: 130px 0;
}
.page-id-39 #sec3 .titles span,
.page-id-39 #sec3 .titles h2 {
  color: #fff;
}
.page-id-39 #sec3 .inner > p {
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 60px;
}
.page-id-39 .w100_3_slide .slick-prev {
  background: url(../img/common/prev2.png) no-repeat center center / contain;
}
.page-id-39 .w100_3_slide .slick-next {
  background: url(../img/common/next2.png) no-repeat center center / contain;
}
.page-id-39 .w100_3_slide .slick-slide p {
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
}
.page-id-39 #sec3 section {
  margin-top: 250px;
}
.page-id-39 #sec3 section h3 {
  color: #fff;
  font-size: 4.6rem;
  font-weight: normal;
  text-align: center;
}
.page-id-39 #sec3 section .inner > div {
  background: url(../img/business/contents/bg2.jpg) no-repeat center center / cover;
  margin-top: 70px;
  padding: 70px 40px 15px;
}
.page-id-39 #sec3 section .inner > div dl {
  padding: 0 300px;
}
.page-id-39 #sec3 section .inner > div dl dt {
  text-align: center;
}
.page-id-39 #sec3 section .inner > div dl dd {
  color: #fff;
  line-height: 2;
  margin-top: 10px;
}
.page-id-39 #sec3 section .inner > div p {
  text-align: right;
}
.page-id-39 #sec4 {
  padding: 110px 0;
}
.page-id-39 #sec4 h2 {
  font-size: 6rem;
  font-weight: normal;
}
.page-id-39 #sec4 .inner > p {
  font-size: 2rem;
  margin-top: 28px;
}
.page-id-39 #sec4 .inner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 78px;
}
.page-id-39 #sec4 .inner > div div {
  width: 440px;
}
.page-id-39 #sec4 .inner > div div:nth-of-type(n+3) {
  margin-top: 100px;
}
.page-id-39 #sec4 .inner > div div figure img {
  display: block;
  max-height: 315px;
}
.page-id-39 #sec4 .inner > div div dl {
  margin-top: 40px;
}
.page-id-39 #sec4 .inner > div div dl dt {
  font-size: 3rem;
  font-weight: normal;
}
.page-id-39 #sec4 .inner > div div dl dd {
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 20px;
}
.page-id-39 #sec4 .inner > div div p {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {

  .page-id-39 .b_wrap #mv h1 img {
    width: 80%;
  }
  .page-id-39 #sec2 h2 {
    font-size: 2.2rem;
  }
  .page-id-39 #sec2 .inner > div {
    margin-top: 30px;
    padding: 20px;
  }
  .page-id-39 #sec2 .inner > div span {
    font-size: 1.8rem;
  }
  .page-id-39 #sec2 .inner > div h3 {
    font-size: 2.4rem;
  }
  .page-id-39 #sec2 .inner > div figure {
    bottom: -10px;
    height: 130px;
    top: auto;
    width: 200px;
  }
  .page-id-39 #sec2 .inner > p {
    padding: 30px;
  }
  .page-id-39 #sec3 section {
    margin-top: 120px;
  }
  .page-id-39 #sec3 section h3 {
    font-size: 2.4rem;
  }
  .page-id-39 #sec3 section .inner > div {
    margin-top: 30px;
    padding: 20px;
  }
  .page-id-39 #sec3 section .inner > div dl {
    padding: 0 20px;
  }
  .page-id-39 #sec3 section .inner > div dl dt img {
    width: 50%;
  }
  .page-id-39 #sec3 section .inner > div dl dd {
    font-size: 1.5rem;
  }
  .page-id-39 #sec3 .inner > p {
    margin-top: 30px;
  }
  .page-id-39 #sec4 h2 {
    font-size: 2.8rem;
  }
  .page-id-39 #sec4 .inner > p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .page-id-39 #sec4 .inner > div {
    display: block;
    margin-top: 40px;
  }
  .page-id-39 #sec4 .inner > div div {
    width: auto;
  }
  .page-id-39 #sec4 .inner > div div dl {
    margin-top: 15px;
  }
  .page-id-39 #sec4 .inner > div div dl dt {
    font-size: 2rem;
  }
  .page-id-39 #sec4 .inner > div div dl dd {
    padding-top: 10px;
  }
  .page-id-39 #sec4 .inner > div div:nth-of-type(n+3),
  .page-id-39 #sec4 .inner > div div + div {
    margin-top: 60px;
  }

}

/*---挨拶系---*/
.message_wrap {
  /* background: url(../img/message/logo.png) no-repeat right 101vh / 400px auto; */
  background: url(../img/message/logo.png) no-repeat right 0vh top 20vh / 469px;
  padding-bottom: 100px;
}
.page-id-11 #mv {
  /* background: url(../img/message/mv1-2.jpg) no-repeat center center / cover; */
  height: 70vh;
}
.page-id-70 #mv {
  background: url(../img/message/mv2.jpg) no-repeat center center / cover;
}
.page-id-72 #mv {
  background: url(../img/message/mv3.jpg) no-repeat center center / cover;
}
.message_wrap #sec1 {
  padding: 90px 0 0;
}
.message_wrap h2 {
  color: #103367;
  font-size: 2.8rem;
  line-height: 2;
}
.message_wrap p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-top: 50px;
}
.message_wrap #sec2,
.message_wrap #sec3 {
  margin-top: 80px;
}
.message_wrap #sec2 h2,
.message_wrap #sec3 h2 {
  margin-top: 80px;
}
.message_wrap .sign {
  line-height: 2;
  margin-top: 80px;
  text-align: right;
}
.message_wrap .sign img {
  height: 50px;
  width: auto;
}

@media screen and (max-width: 768px) {

  .message_wrap h2 {
    font-size: 2.2rem;
  }
  .message_wrap .sign img {
    height: 35px;
  }

}

/*---会社概要---*/
.page-id-13 #mv {
  background: url(../img/about/mv.jpg) no-repeat center center / cover;
}
.page-id-13 #mv p {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  margin-top: 120px;
}
.page-id-13 #sec1 {
  background: url(../img/about/sec1.jpg) no-repeat center top / cover;
  color: #fff;
  padding: 150px 0 120px;
}
.page-id-13 #sec1 h2 {
  background: url(../img/about/kakko1.png) no-repeat left top / 13px auto,url(../img/about/kakko2.png) no-repeat right bottom / 13px auto;
  display: inline-block;
  font-size: 5rem;
  padding: 20px 50px;
}
.page-id-13 #sec1 h3 {
  font-size: 2.8rem;
  line-height: 2;
  margin-top: 80px;
}
.page-id-13 #sec1 p {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 80px;
}
.page-id-13 #sec1 p + p {
  font-size: 2.8rem;
  margin-top: 50px;
}
.page-id-13 #sec2 {
  padding: 120px 0 0;
}
.page-id-13 .titles span {
  color: #103367;
  font-size: 6rem;
}
.page-id-13 .titles h2 {
  font-weight: normal;
  margin-top: 10px;
}
.page-id-13 #sec2 .inner > dl {
  display: flex;
}
.page-id-13 #sec2 .inner > dl:nth-of-type(1) {
  margin-top: 80px;
}
.page-id-13 #sec2 .inner > dl:nth-of-type(2n+1) {
  background: rgba(26,56,114,0.15);
}
.page-id-13 #sec2 .inner > dl dt {
  padding: 40px 80px;
  width: 330px;
}
.page-id-13 #sec2 .inner > dl dd {
  line-height: 1.5;
  padding: 40px 0;
  width: calc(100% - 330px);
}
.page-id-13 #sec2 .inner > dl dd a {
  color: #000;
  text-decoration: none;
}
.page-id-13 #sec2 .inner > dl dd a:hover {
  text-decoration: underline;
}
.page-id-13 #sec2 .inner > dl dd a img {
  width: 16px;
}
.page-id-13 #sec2 .gmap {
  height: 0;
  margin-top: 120px;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
}
.gmap iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-id-13 #sec3 {
  padding: 120px 0;
}
.page-id-13 #sec3 .inner {
  padding-left: calc((100% - 1100px) / 2);
  width: auto;
}
.thumb-swiper-container {
  border-bottom: 1px solid #103367;
  margin-top: 50px;
  overflow: visible !important;
}
.thumb-swiper-container .swiper-slide {
  cursor: pointer;
  height: auto;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  width: 150px;
}
.thumb-swiper-container .swiper-slide p {
  color: #103367;
  font-size: 2rem;
  margin-top: 5px;
}
.thumb-swiper-container .swiper-slide-thumb-active {
  border-bottom: 4px solid #103367;
}
.thumb-swiper-container .swiper-slide-thumb-active::after {
  background: url(../img/about/tri.png) no-repeat center bottom / cover;
  bottom: -19px;
  content: '';
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}
.history_wrap {
  margin: 0 calc(50% - 50vw) 0 0;
  overflow: hidden;
  width: calc(50vw + 50%);
}
.history_inner {
  overflow: visible;
}
.main-swiper-container {
  cursor: grab;
  margin-top: 50px;
}
.main-swiper-container .swiper-wrapper {
  display: flex;
  width: fit-content;
}
.main-swiper-container .swiper-wrapper li {
  display: flex;
  margin-right: 50px;
  flex: 0 0 auto;
  width: auto !important;
  max-width: none !important;
}
.main-swiper-container .swiper-wrapper li + li {
  margin-left: 50px;
  padding-right: 200px;
}
.swiper-container {
  display: flex;
  flex-wrap: nowrap;
}
.main-swiper-container .swiper-wrapper li:last-of-type {
  margin-right: 0;
}
.main-swiper-container .swiper-wrapper li dl {
  line-height: 1.2;
}
.main-swiper-container .swiper-wrapper li dl + dl {
  margin-left: 50px;
}
.main-swiper-container .swiper-wrapper li dl > div {
  align-items: flex-start;
  display: flex;
}
.main-swiper-container .swiper-wrapper li dl dt {
  color: #103367;
  font-size: 2rem;
  margin: 15px 20px 0 0;
  padding-right: 50px;
  position: relative;
}
.main-swiper-container .swiper-wrapper li dl dt::after {
  background: #103367;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 20px;
}
.main-swiper-container .swiper-wrapper li dl dd {
  align-items: flex-start;
  display: flex;
}
.main-swiper-container .swiper-wrapper li dl dd > div {
  font-size: 1.5rem;
  width: 360px;
}
.main-swiper-container .swiper-wrapper li dl dd > div + div {
  margin-left: 25px;
}
.main-swiper-container .swiper-wrapper li dl dd > div p {
  line-height: 1.5;
  margin-top: 10px;
}
.main-swiper-container .swiper-wrapper li dl.noimg dd {
  padding-top: 15px;
}
#recruiting {
  background: url(../img/about/recruiting.jpg) no-repeat center top / cover;
}
#recruiting a {
  color: #fff;
  display: block;
  padding: 180px 0;
  position: relative;
  text-decoration: none;
}
.page-id-13 #recruiting a .titles span  {
  color: #fff;
}
#recruiting .inner > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#recruiting .inner > div p {
  font-size: 2.4rem;
  line-height: 1.5;
}
#recruiting .inner > div p b {
  border: 1px solid #fff;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin: 0 10px;
  padding: 2px 10px;
}

@media screen and (max-width: 768px) {

  .page-id-13 #sec1 {
    background: url(../img/about/sec1sp.jpg) no-repeat right top / cover;
    padding: 100px 0;
  }
  .page-id-13 #sec1 h2 {
    background: url(../img/about/kakko1.png) no-repeat left top / 10px auto,url(../img/about/kakko2.png) no-repeat right bottom / 10px auto;
    font-size: 3.2rem;
    padding: 20px 30px;
  }
  .page-id-13 #sec1 h3 {
    font-size: 2.2rem;
    margin-top: 150px;
  }
  .page-id-13 #sec1 p {
    margin-top: 30px;
  }
  .page-id-13 #sec1 p + p {
    font-size: 2.2rem;
    margin-top: 30px;
  }
  .page-id-13 .titles span {
    font-size: 4rem;
  }
  .page-id-13 #sec2 .inner > dl {
    display: block;
  }
  .page-id-13 #sec2 .inner > dl:nth-of-type(1) {
    margin-top: 40px;
  }
  .page-id-13 #sec2 .inner > dl dt {
    font-weight: bold;
    padding: 15px 15px 12px;
    width: auto;
  }
  .page-id-13 #sec2 .inner > dl dd {
    padding: 0 15px 15px;
    width: auto;
  }
  .page-id-13 #sec3 .inner {
    padding: 0 0 0 4vw;
  }
  .thumb-swiper-container .swiper-slide-thumb-active {
    border-bottom: 2px solid #103367;
  }
  .thumb-swiper-container .swiper-slide-thumb-active::after {
    bottom: -14px;
    height: 12px;
    width: 14px;
  }
  .thumb-swiper-container .swiper-slide span {
    font-size: 1.4rem;
  }
  .thumb-swiper-container .swiper-slide p {
    font-size: 1.8rem;
  }
  .main-swiper-container .swiper-wrapper li + li {
    padding-right: 0;
  }
  .main-swiper-container .swiper-wrapper li dl + dl {
    margin-left: 30px;
  }
  .main-swiper-container .swiper-wrapper li dl dt {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  .main-swiper-container .swiper-wrapper li dl dt::after {
    right: 0;
  }
  .main-swiper-container .swiper-wrapper li dl dd > div {
    width: 240px;
  }
  #recruiting .inner > div {
    flex-flow: column;
  }
  .page-id-13 #recruiting .titles h2 {
    text-align: center;
  }
  #recruiting .inner > div p {
    font-size: 2.2rem;
    margin: 30px 0;
    text-align: center;
  }

}

/*---お問い合わせ---*/
.page-id-19 #mv {
  height: auto;
  padding: 170px 0 120px;
}
.page-id-19 #mv .breadcrumbs span,
.page-id-19 #mv .breadcrumbs small,
.page-id-19 #mv .breadcrumbs a,
.page-id-19 #mv .page_title {
  color: #000;
}
.page-id-19 #mv .page_title span {
  color: #103367;
}
#sec_contact {
  padding-bottom: 120px;
}
.page-id-19 form > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.page-id-19 form section {
  margin-top: 120px;
}
.page-id-19 form section h2 {
  border-bottom: 1px solid #ccc;
  color: #103367;
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 15px;
}
.page-id-19 form section h3 {
  display: none;
}
.page-id-19 form #sec1 > div {
  margin-top: 40px;
}
.page-id-19 form #sec1 > div p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin-top: 50px;
}
.page-id-19 form #sec1 > div p a {
  color: #000;
}
.page-id-19 form #sec2 dl {
  display: flex;
  margin-top: 40px;
}
.page-id-19 form #sec2 dl dt {
  width: 370px;
}
.page-id-19 form #sec2 dl dt p {
  font-size: 1.8rem;
}
.page-id-19 form #sec2 dl dt p span {
  color: red;
  display: inline-block;
  margin-left: 10px;
}
.page-id-19 form #sec2 dl dt small {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  margin-top: 6px;
}
.page-id-19 form #sec2 dl dd {
  width: calc(100% - 370px);
}
.page-id-19 form #sec2 dl dd input[type=text],
.page-id-19 form #sec2 dl dd textarea {
  border: 1px solid #ccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  padding: 5px;
  width: 100%;
}
.page-id-19 form #sec2 .privacy_chk {
  margin-top: 80px;
  text-align: center;
}
.page-id-19 form #sec2 .privacy_chk p {
  margin-top: 20px;
}
.page-id-19 form #sec2 .privacy_chk p a {
  color: #707070;
}
.page-id-19 .mw_wp_form .error {
  margin-top: 10px;
}
.page-id-19 .btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page-id-19 .btns input {
  background: none;
  border: 1px solid #103367;
  color: #103367;
  cursor: pointer;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  height: 50px;
  width: 280px;
}
.page-id-19 .btns input:hover {
  background: #103367;
  color: #fff;
}
.page-id-19 .btns input + input {
  margin-left: 20px;
}
.page-id-19 .mw_wp_form_confirm #sec1 {
  display: none;
}
.page-id-19 .mw_wp_form_confirm form section h2 {
  display: none;
}
.page-id-19 .mw_wp_form_confirm form section h3 {
  border-bottom: 1px solid #ccc;
  color: #103367;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 15px;
}
.page-id-19 .mw_wp_form_confirm .privacy_chk {
  display: none;
}
.page-id-19 .mw_wp_form_complete section h2 {
  border-bottom: 1px solid #ccc;
  color: #103367;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 15px;
}
.page-id-19 .mw_wp_form_complete section h2 + p {
  line-height: 1.5;
  margin-top: 30px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {

  .page-id-19 form #sec2 dl {
    display: block;
  }
  .page-id-19 form #sec2 dl dt {
    width: auto;
  }
  .page-id-19 form #sec2 dl dd {
    padding-top: 15px;
    width: auto;
  }
  .page-id-19 .mw_wp_form_complete section h2 {
    font-size: 2rem;
  }

}

/*---プライバシーポリシー---*/
.page-id-43 #mv {
  height: auto;
  padding: 170px 0 120px;
}
.page-id-43 #mv .breadcrumbs span,
.page-id-43 #mv .breadcrumbs small,
.page-id-43 #mv .breadcrumbs a,
.page-id-43 #mv .page_title {
  color: #000;
}
.page-id-43 #mv .page_title span {
  color: #103367;
}
.page-id-43 #sec1 {
  padding: 0 0 180px;
}
.page-id-43 #sec1 h2 {
  font-weight: bold;
}
.page-id-43 #sec1 h2 + p {
  line-height: 1.5;
  margin-top: 25px;
}
.page-id-43 #sec1 dl {
  margin-top: 50px;
}
.page-id-43 #sec1 dl dt {
  font-weight: bold;
}
.page-id-43 #sec1 dl dd {
  line-height: 1.5;
  margin-top: 20px;
}
.page-id-43 #sec1 dl dd dl {
  margin-top: 20px;
  padding-left: 30px;
}
.page-id-43 #sec1 dl dd dl dd {
  margin-top: 10px;
}
.page-id-43 #sec1 dl dd ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 30px;
}
.page-id-43 #sec1 dl dd ul li {
  line-height: 1.5;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.page-id-43 #sec1 dl dd div {
  margin-top: 20px;
  padding-left: 30px;
}
.page-id-43 #sec1 dl dd div a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  .page-id-43 #mv .page_title span {
    font-size: 4rem;
  }

}


/*---Printing---*/
.printing_wrapper #mv {
  height: auto;
  padding: 170px 0 120px;
}
.printing_wrapper #mv .breadcrumbs span,
.printing_wrapper #mv .breadcrumbs small,
.printing_wrapper #mv .breadcrumbs a,
.printing_wrapper #mv .page_title {
  color: #000;
}
.printing_wrapper #mv .page_title span {
  color: #103367;
}
.printing_wrapper #sec1 {
  padding-bottom: 180px;
}
.printing_wrapper #sec1 p {
  line-height: 1.5;
}
.printing_wrapper #sec1 a {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {

  .printing_wrapper #mv .page_title span {
    font-size: 4rem;
  }

}