@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* ----リセット---- */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 62.5%;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
img {
  max-width: 100%;
}

main {
  overflow: hidden;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

.fnt18 {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .fnt18 {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .fnt20 {
    font-size: 2rem;
  }
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.txt--red {
  color: #EA1503;
}

.txt--bold {
  font-weight: bold;
}

.txt--light {
  font-weight: 300;
}

.acc__cont {
  display: none;
}

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

.indent8 {
  text-indent: -8em;
  padding-left: 8em;
}

.c-btn {
  max-width: 460px;
  margin: 10px auto 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-btn {
    margin: 10px auto 0;
    max-width: 270px;
  }
}
.c-btn a {
  background: #0099ff;
  color: #fff;
  display: block;
  padding: 12px;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-btn a {
    font-size: 1.8rem;
  }
}
.c-btn a svg {
  width: 10px;
  height: fit-content;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.size-m {
  max-width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-btn.size-m {
    margin: 40px auto 0;
  }
}
.c-btn.size-m a {
  padding: 20px 15px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .c-btn.size-m a {
    font-size: 1.8rem;
  }
}
.c-btn.size-m a svg {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn.size-l {
  max-width: 800px;
  margin: 50px auto 0;
}
.c-btn.size-l a {
  padding: 10px 15px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .c-btn.size-l a {
    padding: 20px 15px;
    font-size: 1.8rem;
  }
}
.c-btn.white a {
  background: #fff;
  border: 1px solid #00146e;
  color: #00146e;
}
@media (any-hover: hover) {
  .c-btn:hover a {
    letter-spacing: 0.05em;
  }
}

.forcms_block {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #040000;
  background-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  box-sizing: border-box; /* padding を含めて幅を計算 */
  overflow-wrap: break-word; /* 長い単語を折り返す */
}
@media screen and (min-width: 1025px) {
  .forcms_block {
    font-size: 1.6rem;
  }
}
.forcms_block a {
  text-decoration: none;
}
.forcms_block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forcms_block *::before,
.forcms_block *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mv .mv__img img {
  width: 100%;
  display: block;
}

.top {
  background: #BFEBFB;
}
.top .top__inner {
  width: 100%;
  max-width: 1200px;
  padding: 26% 20px 40px;
  position: relative;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top .top__inner {
    padding: 16% 20px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .top .top__inner {
    padding: 80px 20px 50px;
  }
}
.top .top__inner::before {
  content: "";
  background: url(/cms/feature/staff/chubu/img/ico_matsu_02.svg) no-repeat;
  background-size: contain;
  width: 110px;
  height: 40px;
  position: absolute;
  top: 410px;
  right: -30px;
  z-index: 1;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .top .top__inner::before {
    width: 160px;
    height: 60px;
    position: absolute;
    top: 440px;
    right: -40px;
    z-index: 1;
    opacity: 1;
  }
}
.top .top__inner::after {
  content: "";
  background: url(/cms/feature/staff/chubu/img/ico_matsu_01.svg) no-repeat;
  background-size: contain;
  width: 150px;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: -10%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top .top__inner::after {
    width: 250px;
    height: 60px;
    position: absolute;
    bottom: 25%;
    left: -10%;
    z-index: 1;
  }
}
.top .top__inner .top__ttl {
  position: absolute;
  top: 20px;
  right: 2%;
  z-index: 1;
  max-width: 560px;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__ttl {
    right: -10%;
    width: 100%;
  }
}
.top .top__inner .top__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__box {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__box .left-cont {
    width: 54%;
    transform: scale(1.1);
    transform-origin: right top;
  }
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__box .right-cont {
    width: 46%;
  }
}
.top .top__inner .top__box .right-cont .top__box--name {
  color: #00146e;
  font-weight: bold;
  line-height: 1.3;
}
.top .top__inner .top__box .right-cont .top__box--name span {
  font-size: 2.2rem;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__box .right-cont .top__box--name span {
    font-size: 2.6rem;
  }
}
.top .top__inner .top__box .right-cont .top__box--part {
  color: #00146e;
  line-height: 1.3;
}
.top .top__inner .top__box .right-cont .top__box--txt {
  margin-top: 20px;
}
.top .top__inner .top__box .right-cont .namisen {
  width: 100%;
  margin: 15px auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__box .right-cont .namisen {
    width: 80%;
  }
}
.top .top__inner .top__about {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__about {
    gap: 20px;
  }
}
.top .top__inner .top__about img {
  max-width: 110px;
}
.top .top__inner .top__about .top__about--ttl {
  color: #00146e;
  font-weight: bold;
  line-height: 1.3;
}
.top .top__inner .top__about .top__about--txt {
  margin-top: 5px;
  line-height: 1.3;
}
.top .top__inner .top__airport {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__airport {
    margin-top: 10%;
  }
}
.top .top__inner .top__airport .top__airport--box {
  position: relative;
  border: 2px dashed #00146e;
  border-radius: 10px;
  padding: 30px 20px 15em;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__airport .top__airport--box {
    padding: 30px 20px 15em;
  }
}
@media screen and (min-width: 1200px) {
  .top .top__inner .top__airport .top__airport--box {
    padding: 40px 20px;
  }
}
.top .top__inner .top__airport .top__airport--box .top__airport--ttl {
  font-size: 1.6rem;
  border-radius: 10px;
  font-weight: bold;
  background: #0b308a;
  padding: 5px 15px 3px;
  width: fit-content;
  color: #fff;
  position: absolute;
  top: -20px;
  left: -10px;
  transform: rotate(-3deg);
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__airport .top__airport--box .top__airport--ttl {
    padding: 5px 20px 3px;
    font-size: 1.8rem;
    position: absolute;
    top: -20px;
    left: 15%;
    transform: rotate(-4deg);
  }
}
.top .top__inner .top__airport .top__airport--box .img-airplain {
  max-width: 300px;
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-90%);
  bottom: 21%;
  z-index: 2;
  object-fit: contain;
  display: block;
}
@media screen and (min-width: 1200px) {
  .top .top__inner .top__airport .top__airport--box .img-airplain {
    width: 100%;
    max-width: 420px;
    transform: translateX(0);
    left: -14%;
    bottom: auto;
    top: 0px;
  }
}
.top .top__inner .top__airport .top__airport--box .img-map {
  width: 65%;
  max-width: 260px;
  position: absolute;
  right: 50%;
  transform: translateX(74%);
  bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .top .top__inner .top__airport .top__airport--box .img-map {
    width: 100%;
    max-width: 240px;
    transform: translateX(0);
    right: 0;
    bottom: auto;
    top: -30px;
  }
}
.top .top__inner .top__airport .top__airport--box .top__airport--txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .top .top__inner .top__airport .top__airport--box .top__airport--txt {
    text-align: center;
  }
}

.intro {
  background: #fff url(/cms/feature/staff/chubu/img/bg_intro_sp.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 1025px) {
  .intro {
    background: #fff url(/cms/feature/staff/chubu/img/bg_intro.png) no-repeat top left;
    background-size: 100%;
  }
}
.intro .intro__inner {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px 40px;
  position: relative;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .intro .intro__inner {
    padding: 60px 20px 330px;
  }
}
.intro .intro__inner .intro__ttl {
  font-size: 2rem;
  color: #358ccc;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .intro .intro__inner .intro__ttl {
    font-size: 3rem;
  }
}
.intro .intro__inner .intro__txt {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
}
.intro .intro__inner .intro__img {
  width: 100%;
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .intro .intro__inner .intro__img {
    margin-top: 0;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.intro .intro__inner .intro__img img {
  display: block;
  margin: auto;
}

.anc {
  background: #0099ff;
  padding: 20px 0 25px;
}
.anc .anc__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  margin: auto;
}
.anc .anc__inner .anc__ttl {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1025px) {
  .anc .anc__inner .anc__ttl {
    font-size: 2.4rem;
  }
}
.anc .anc__inner .anc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .anc .anc__inner .anc__list {
    gap: 20px;
  }
}
.anc .anc__inner .anc__list li {
  min-width: 100px;
}
.anc .anc__inner .anc__list li a {
  background: #fff;
  color: #0099ff;
  font-weight: bold;
  transition: all 0.3s;
  align-items: center;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 1.4rem;
  padding: 10px 10px 5px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .anc .anc__inner .anc__list li a {
    padding: 10px;
    font-size: 1.8rem;
    min-width: 150px;
  }
}
.anc .anc__inner .anc__list li a svg {
  width: 12px;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .anc .anc__inner .anc__list li a:hover svg {
    transform: translateY(3px);
  }
}

.area {
  background: #e5f7fd;
  padding: 10px 20px 70px;
  position: relative;
}
.area::before {
  content: "";
  background: url(/cms/feature/staff/chubu/img/bg_area.svg) repeat-y;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .area::before {
    background: url(/cms/feature/staff/chubu/img/bg_area.svg) repeat-y;
    background-size: 100%;
    height: 110%;
  }
}
.area .area__list .area__list--cont {
  position: relative;
  margin-top: 70px;
}
.area .area__list .area__list--cont .area__list--inner {
  margin: 80px auto 0;
  background: #fff;
  border-radius: 15px;
  max-width: 1110px;
  position: relative;
  padding: 60px 20px 40px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area__list--inner {
    margin: 120px auto 0;
    border-radius: 50px;
    padding: 40px 40px 60px;
  }
}
.area .area__list .area__list--cont .area-main-img {
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-main-img {
    margin: 0;
    width: 50vw;
    max-width: 620px;
    transform: translateX(-100%);
    position: absolute;
    left: 50%;
    top: 130px;
    border-radius: 30px;
    z-index: 3;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-main-img.right {
    left: auto;
    right: 50%;
    transform: translateX(100%);
  }
}
.area .area__list .area__list--cont .area-main-ttl {
  background: #0070c3;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -20px;
  padding: 13px 6% 13px 0px;
  width: 83vw;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-main-ttl {
    border-radius: 0 20px 20px 0;
    padding: 20px 8% 20px 20px;
    width: 80vw;
    top: -50px;
    max-width: 860px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .area .area__list .area__list--cont .area-main-ttl {
    width: 60vw;
    max-width: none;
  }
}
.area .area__list .area__list--cont .area-main-ttl .area-main-ttl__pref {
  font-size: 1.2rem;
  background: #fff;
  color: #0070c3;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 5px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-main-ttl .area-main-ttl__pref {
    padding: 5px 20px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 2.4rem;
  }
}
.area .area__list .area__list--cont .area-main-ttl img {
  margin: 0 10px;
  width: 30px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-main-ttl img {
    margin: 0 30px;
    width: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-img {
    position: absolute;
    top: 2%;
    left: 52%;
    width: 50%;
    max-width: 460px;
    z-index: 3;
  }
}
.area .area__list .area__list--cont .area-top-box {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    margin-top: 280px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div {
    width: 48%;
  }
}
.area .area__list .area__list--cont .area-top-box > div > div {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div > div {
    display: block;
    margin-top: 0;
  }
}
.area .area__list .area__list--cont .area-top-box > div .area-top-num {
  display: flex;
  position: relative;
}
.area .area__list .area__list--cont .area-top-box > div .area-top-num::before {
  content: "";
  background: #0099ff;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -55px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div .area-top-num::before {
    width: 52px;
    height: 1px;
    left: -50px;
    top: 50%;
  }
}
.area .area__list .area__list--cont .area-top-box > div .area-top-num img {
  display: inline-block;
  width: 40px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div .area-top-num img {
    width: 55px;
  }
}
.area .area__list .area__list--cont .area-top-box > div .area-top-box__ttl {
  color: #00146e;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div .area-top-box__ttl {
    margin-top: 10px;
    font-size: 2.2rem;
  }
}
.area .area__list .area__list--cont .area-top-box > div .area-top-box__ttl span {
  font-size: 2.3rem;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div .area-top-box__ttl span {
    font-size: 5rem;
  }
}
.area .area__list .area__list--cont .area-top-box > div .area-top-box__txt {
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-top-box > div .area-top-box__txt {
    margin-top: 20px;
  }
}
.area .area__list .area__list--cont .area-midle-pic {
  max-width: 240px;
  margin: 10px auto 0;
}
.area .area__list .area__list--cont .area-midle-pic img {
  display: block;
}
.area .area__list .area__list--cont .area-btm-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list {
    margin-top: 60px;
    justify-content: space-between;
  }
}
.area .area__list .area__list--cont .area-btm-list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list li {
    display: block;
    width: 32%;
  }
}
.area .area__list .area__list--cont .area-btm-list li > img {
  width: 55%;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list li > img {
    width: 100%;
  }
}
.area .area__list .area__list--cont .area-btm-list li > div {
  width: 40%;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list li > div {
    width: 100%;
  }
}
.area .area__list .area__list--cont .area-btm-list li .area-btm-list--num {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list li .area-btm-list--num {
    margin-top: 20px;
    text-align: center;
  }
}
.area .area__list .area__list--cont .area-btm-list li .area-btm-list--num img {
  max-width: 30px;
}
.area .area__list .area__list--cont .area-btm-list li .area-btm-list--num::before {
  content: "";
  background: #0099ff;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -30px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list li .area-btm-list--num::before {
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
  }
}
.area .area__list .area__list--cont .area-btm-list li .area-btm-list--txt {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #00146e;
  margin-top: 5;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont .area-btm-list li .area-btm-list--txt {
    text-align: center;
    margin-top: 5px;
    font-size: 1.8rem;
    min-height: 60px;
  }
}
.area .area__list .area__list--cont .area-btm-list li .area-btm-list--txt span {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .area .area__list .area__list--cont .area-btm-list li .area-btm-list--txt span {
    font-size: 2.6rem;
  }
}
.area .area__list .area__list--cont.right-cont .area-main-ttl {
  border-radius: 10px 0 0 10px;
  left: auto;
  right: -20px;
  text-align: left;
  justify-content: left;
  padding: 13px 0 13px 6%;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.right-cont .area-main-ttl {
    border-radius: 20px 0 0 20px;
    padding: 20px 20px 20px 8%;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.right-cont .area-top-box {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.right-cont .area-top-num {
    justify-content: flex-end;
  }
  .area .area__list .area__list--cont.right-cont .area-top-num::before {
    left: auto !important;
    right: -50px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.right-cont .area-top-box__ttl {
    text-align: right;
  }
}
.area .area__list .area__list--cont.right-cont .area-top-img {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.right-cont .area-top-img {
    margin-bottom: 0;
    left: 48%;
    transform: translateX(-100%);
  }
}
.area .area__list .area__list--cont.cont-01 {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-01 .area-btm-list::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_01_03.png) no-repeat;
    width: 330px;
    height: 210px;
    background-size: contain;
    position: absolute;
    left: -70px;
    top: -190px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-02 .area-btm-list::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_02_03.png) no-repeat;
    width: 270px;
    height: 180px;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: -170px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-03 .area__list--inner::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_03_07.png) no-repeat;
    width: 160px;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: -30px;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-03 .area-btm-list::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_03_03.png) no-repeat;
    width: 280px;
    height: 190px;
    background-size: contain;
    position: absolute;
    right: -60px;
    top: -170px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-04 .area__list--inner::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_04_07.png) no-repeat;
    width: 180px;
    height: 270px;
    background-size: contain;
    position: absolute;
    left: -110px;
    bottom: 180px;
    z-index: 5;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-04 .area-btm-list::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_04_03.png) no-repeat;
    width: 250px;
    height: 170px;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: -160px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-05 .area__list--inner::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_05_07.png) no-repeat;
    width: 170px;
    height: 170px;
    background-size: contain;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 5;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-05 .area-btm-list::before {
    content: "";
    background: url(/cms/feature/staff/chubu/img/img_area_05_03.png) no-repeat;
    width: 310px;
    height: 180px;
    background-size: contain;
    position: absolute;
    left: -50px;
    top: -155px;
  }
}
@media screen and (min-width: 1025px) {
  .area .area__list .area__list--cont.cont-05 .area-btm-list .area-btm-list--txt {
    min-height: 90px;
  }
}

.recommend {
  padding: 100px 20px;
}
.recommend .recommend__inner {
  max-width: 1110px;
  margin: auto;
}
.recommend .recommend__inner .recommend__list li {
  background: #fff;
  border: #00146e 1px solid;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 4px 4px 0px 0px rgb(153, 223, 249);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li {
    border-radius: 40px;
    padding: 40px;
  }
}
.recommend .recommend__inner .recommend__list li .recommend__list--num {
  position: absolute;
  left: 10px;
  max-width: 140px;
  top: -30px;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li .recommend__list--num {
    left: 20px;
    max-width: 240px;
  }
}
.recommend .recommend__inner .recommend__list li .recommend__list--ttl {
  color: #0099ff;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li .recommend__list--ttl {
    font-size: 4rem;
  }
}
.recommend .recommend__inner .recommend__list li .recommend__list--txt {
  color: #00146e;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li .recommend__list--txt {
    margin-top: 0;
  }
}
.recommend .recommend__inner .recommend__list li .recommend__img {
  position: absolute;
  z-index: 2;
}
.recommend .recommend__inner .recommend__list li .recommend__img img {
  display: block;
  scale: 1.05;
  transform-origin: bottom;
}
.recommend .recommend__inner .recommend__list li .recommend__img.img-top {
  width: 40%;
  max-width: 140px;
  top: -35px;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li .recommend__img.img-top {
    max-width: 210px;
    width: 100%;
    top: -75px;
    right: auto;
    left: 30%;
  }
}
.recommend .recommend__inner .recommend__list li .recommend__img.img-midle {
  max-width: 240px;
  bottom: 30px;
  right: 26%;
  z-index: 4;
}
.recommend .recommend__inner .recommend__list li .recommend__img.img-right {
  bottom: -80px;
  width: 150px;
  right: 10px;
}
.recommend .recommend__inner .recommend__list li .recommend__img.img-btm {
  position: relative;
  transform-origin: top right;
}
.recommend .recommend__inner .recommend__list li:first-of-type .left-cont {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:first-of-type .left-cont {
    width: calc(36% - 15px);
    margin-right: 15px;
  }
}
.recommend .recommend__inner .recommend__list li:first-of-type .left-cont .recommend__list--txt {
  background: #fff;
}
.recommend .recommend__inner .recommend__list li:first-of-type .midle-cont {
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:first-of-type .midle-cont {
    width: calc(33% - 5px);
    margin-right: 5px;
  }
}
.recommend .recommend__inner .recommend__list li:first-of-type .midle-cont .area-top-img img {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:first-of-type .midle-cont .area-top-img img {
    margin-top: 0;
  }
}
.recommend .recommend__inner .recommend__list li:first-of-type .right-cont {
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:first-of-type .right-cont {
    width: 31%;
    display: flex;
    flex-direction: column;
  }
}
.recommend .recommend__inner .recommend__list li:first-of-type .right-cont .recommend__list--txt {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:first-of-type .right-cont .recommend__list--txt {
    margin-top: 0;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:first-of-type .right-cont > img {
    width: 60%;
    margin-top: auto;
  }
}
.recommend .recommend__inner .recommend__list li:first-of-type .right-cont .sp-scale {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  position: relative;
  z-index: 3;
  margin-top: 5px;
  min-width: 100vw;
}
.recommend .recommend__inner .recommend__list li:last-of-type {
  padding-bottom: 0;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
.recommend .recommend__inner .recommend__list li:last-of-type .recommend__list--ttl {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:last-of-type .left-cont {
    width: calc(36% - 15px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:last-of-type .midle-cont {
    width: calc(35% - 15px);
    margin-right: 15px;
  }
}
.recommend .recommend__inner .recommend__list li:last-of-type .right-cont {
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:last-of-type .right-cont {
    width: 28%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50px);
  }
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:last-of-type .right-cont .recommend__list--txt {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .recommend .recommend__inner .recommend__list li:last-of-type .right-cont > img:last-of-type {
    width: 100%;
    scale: 1.1;
    transform-origin: top left;
    padding-top: 3px;
  }
}
.recommend .recommend__inner .recommend__list li:last-of-type .right-cont .sp-scale {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  position: relative;
  z-index: 3;
  margin-top: 15px;
  min-width: 100vw;
}
