@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap);@charset "UTF-8";
/* font-family: 'Noto Sans JP', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
/* ------- LINK ---------------------------------------------- */
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
}

/* ------- BODY ---------------------------------------------- */
body {
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\30E1\30A4\30EA\30AA", "Meiryo", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 2;
}

.anim-fade {
  transform: translateY(20px);
  opacity: 0;
  transition: ease-out 0.5s;
}
.anim-fade.show {
  transform: translateY(0);
  opacity: 1;
}
#header_area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

#logo_main {
  margin-right: auto;
}
#logo_main img {
  height: auto;
}
#heading {
  position: relative;
  padding-bottom: 70.4113%;
  overflow: hidden;
}
#heading:before {
  display: block;
  z-index: 1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar.svg") no-repeat;
  background-size: cover;
  content: "";
}
#heading:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
#heading h1 {
  z-index: 2;
  position: absolute;
}
#heading h1 img {
  width: 100%;
  height: auto;
}
#contents_section {
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec1 {
  position: relative;
  overflow: hidden;
}
#sec1:before, #sec1:after {
  display: block;
  z-index: 1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar.svg") no-repeat;
  background-size: cover;
  content: "";
}
#sec1 .inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#sec2 {
  position: relative;
  color: #fff;
}
#sec2:before, #sec2:after {
  display: block;
  z-index: 1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar.svg") no-repeat;
  background-size: cover;
  content: "";
}
#sec2 .bar {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewY(-10deg);
  background: #bcc3cb;
  background: linear-gradient(90deg, #bcc3cb 0%, #787779 100%);
  content: "";
  opacity: 0.68;
}
#sec2 .ttl {
  z-index: 2;
  position: relative;
  text-align: center;
}
#sec2 .ttl > p {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
#sec2 .ttl > p:before, #sec2 .ttl > p:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
}
#sec2 .ttl > p:before {
  right: 50%;
  background-color: #fff;
}
#sec2 .ttl > p:after {
  left: 50%;
  background-color: #707070;
}
#sec2 .ttl > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
}
#footer_area {
  overflow: hidden;
  background-color: #fff;
}

.footer_inner {
  position: relative;
}
.footer_inner:before, .footer_inner:after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
  background-size: cover;
  content: "";
}
.footer_inner ul {
  z-index: 2;
  position: relative;
}
.footer_inner ul > li {
  display: flex;
  width: 31.51%;
}
.footer_inner ul > li > a {
  display: flex;
  position: relative;
  width: 100%;
  background-color: #fff;
  background-position: right center;
  background-size: cover;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}
.footer_inner ul > li:nth-child(1) a {
  background-image: url("../img/conceptcm/btn_image1.png");
}
.footer_inner ul > li:nth-child(2) a {
  background-image: url("../img/conceptcm/btn_image2.png");
}
.footer_inner ul > li:nth-child(3) a {
  background-image: url("../img/conceptcm/btn_image3.png");
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.modaal-close:focus:after, .modaal-close:focus:before {
  background-color: #00296c;
}
.modaal-close:hover:after, .modaal-close:hover:before {
  background-color: #00296c;
}

/* 20230221追記 */
#recommended-sec {
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
}
#recommended-sec .ttl {
  z-index: 2;
  position: relative;
  color: #002970;
  text-align: center;
}
#recommended-sec .ttl > .en {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1;
}
#recommended-sec .ttl > .en:before, #recommended-sec .ttl > .en:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
}
#recommended-sec .ttl > .en:before {
  right: 50%;
  background-color: #fff;
}
#recommended-sec .ttl > .en:after {
  left: 50%;
  background-color: #707070;
}
#recommended-sec .ttl > h2,
#recommended-sec .ttl > .sub-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
}

.recommended-item a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-color: #56aed5;
  color: #fff;
}
.recommended-item a:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 5px;
  left: 8px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
.recommended-item a .image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.recommended-item.business a .image {
  background-image: url("../img/conceptcm/bg_recommended1.jpg");
}
.recommended-item.business a:before {
  content: "BUSINESS";
}
.recommended-item.event a .image {
  background-image: url("../img/conceptcm/bg_recommended2.jpg");
}
.recommended-item.event a:before {
  content: "FOCUS";
}
.recommended-item.people a .image {
  background-image: url("../img/conceptcm/bg_recommended3.jpg");
}
.recommended-item.people a:before {
  content: "PEOPLE";
}
.recommended-item a > p {
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.recommended-item a > p > span {
  display: inline-block;
}
.recommended-item > p {
  border-right: 1px solid #002970;
  border-left: 1px solid #002970;
  color: #00296c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.it-pamphlet {
  border: 1px solid #002970;
  background-color: #fff;
}
.it-pamphlet > h3 {
  align-self: center;
  color: #002970;
  line-height: 1.58;
}
.it-pamphlet dt {
  color: #002970;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.it-pamphlet dd a {
  display: block;
  border: 5px solid #56aed5;
  background-color: #002970;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.it-pamphlet dd a span {
  display: block;
  z-index: 1;
  position: relative;
  background-image: url("../img/conceptcm/ic_arrow.svg");
  background-repeat: no-repeat;
}
/* 20240118追記 */
.sec-heading {
  display: flex;
  justify-content: center;
  color: #00296c;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.66;
  text-align: center;
}
.sec-heading > h2 {
  padding-bottom: 5px;
  border-bottom: 5px solid #01296c;
}
#where-sec {
  overflow: hidden;
  background-color: #fff;
}

.where-sec-wrap {
  z-index: 0;
  position: relative;
}
.where-sec-wrap:before, .where-sec-wrap:after {
  display: block;
  z-index: -1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
  background-size: cover;
  content: "";
}

.where-sec-inner:before, .where-sec-inner:after {
  display: block;
  z-index: -1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
  background-size: cover;
  content: "";
}
.where-sec-inner:before, .where-sec-inner:after {
  transform: scale(-1, 1);
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
}

.where-list-item > a {
  display: block;
  position: relative;
  transition: 0.3s;
}
.where-list-item > a .ttl {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 0;
  color: #00296c;
}
.where-list-item > a .ttl > h3 {
  margin-top: 5px;
}
.where-list-item > a .ttl > p,
.where-list-item > a .ttl > h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.where-list-item > a .ttl > p > span,
.where-list-item > a .ttl > h3 > span {
  padding: 3px 10px;
  background-color: #fff;
}
.where-list-item > a .image {
  z-index: 0;
  position: relative;
}
.where-list-item > a .image img {
  width: 100%;
}
.where-list-item > a .image:after {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #56aed5;
  content: "";
}
#also-sec {
  background-color: #efefef;
}

.also-list-item {
  padding: 8px;
  background-color: #fff;
}
.also-list-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  border: 1px solid #002970;
  color: #00296c;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.31;
  text-align: center;
  transition: 0.3s;
}

.also-list-item3 .image {
  width: 22.96%;
  margin: 0 auto;
}
.also-list-item3 .image img {
  width: 100%;
}
#then-sec {
  overflow: hidden;
  background-color: #fff;
}

.then-sec-wrap {
  z-index: 1;
  position: relative;
}
.then-sec-wrap:before, .then-sec-wrap:after {
  display: block;
  z-index: -1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
  background-size: cover;
  content: "";
}

.then-sec-inner:before, .then-sec-inner:after {
  display: block;
  z-index: -1;
  position: absolute;
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
  background-size: cover;
  content: "";
}
.then-sec-inner:before, .then-sec-inner:after {
  transform: scale(-1, 1);
  background: url("../img/conceptcm/bg_bar2.svg") no-repeat;
}

.then-list-item > a {
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.31;
  transition: 0.3s;
}
.then-list-item > a > p {
  background: url("../img/conceptcm/bg_balloon.png") no-repeat;
  background-size: 100% 100%;
  color: #00296c;
  text-align: center;
}
.then-list-item > a > div {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #5f84b5;
  background: linear-gradient(263deg, #5f84b5 18%, #00499f 82%);
  color: #fff;
  line-height: 1.75;
  text-align: center;
}
.then-list-item > a > div:before {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid #fff;
  content: "";
}
@media screen and (min-width: 751px) {
  .pc_ver {
    display: block;
  }

  .sp_ver {
    display: none;
  }
  #logo_main {
    margin-left: 50px;
  }
  #logo_main img {
    width: 403px;
  }
  #heading h1 {
    top: 50%;
    left: 50%;
    width: 62.5%;
    max-width: 900px;
    transform: translate(-50%, -80%);
  }
  #heading:before {
    top: 540px;
    right: -472px;
    width: 741px;
    height: 199px;
  }
  #heading:after {
    padding-bottom: 70.4113%;
    background-image: url("../img/conceptcm/img_main.png");
  }
  #contents_section {
    margin-top: -19%;
    padding-top: 19%;
    background-image: url("../img/conceptcm/bg_sec2.jpg");
  }
  #sec1:before, #sec1:after {
    width: 741px;
    height: 199px;
  }
  #sec1:before {
    top: 20%;
    left: -421px;
  }
  #sec1:after {
    top: 50%;
    right: -412px;
  }
  #sec1 .inner {
    max-width: 564px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 265px;
    color: #fff;
  }
  #sec1 .inner > h2 {
    margin-bottom: 95px;
    text-align: center;
  }
  #sec1 .inner > p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 2.38;
  }
  #sec2 {
    padding: 80px 0 100px;
  }
  #sec2:before, #sec2:after {
    width: 741px;
    height: 199px;
  }
  #sec2:before {
    top: 227px;
    right: -244px;
  }
  #sec2:after {
    bottom: 135px;
    left: -355px;
  }
  #sec2 .ttl > p {
    padding-bottom: 25px;
    font-size: 70px;
  }
  #sec2 .ttl > p:before, #sec2 .ttl > p:after {
    width: 43px;
    height: 1px;
  }
  #sec2 .ttl > h2 {
    margin-top: 20px;
    font-size: 17px;
  }

  .movie {
    z-index: 2;
    position: relative;
    width: 75.0877%;
    max-width: 856px;
    margin: 0 auto;
    margin-top: 65px;
    padding: 20px 20px;
    border: 1px solid #fff;
    text-align: center;
  }
  .movie img {
    width: 100%;
    height: auto;
  }
  .footer_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 20px 140px;
  }
  .footer_inner:before, .footer_inner:after {
    width: 741px;
    height: 199px;
  }
  .footer_inner:before {
    left: -688px;
  }
  .footer_inner:after {
    right: -494px;
  }
  .footer_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 856px;
    margin: 25px auto 0;
  }
  .footer_inner ul > li {
    display: flex;
    width: 48.37%;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .footer_inner ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .footer_inner ul > li > a {
    display: block;
    position: relative;
    padding: 40px 60px 40px 25px;
    overflow: hidden;
    font-size: 20px;
    line-height: 1;
  }
  .footer_inner ul > li > a:before {
    display: block;
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
  }
  .footer_inner ul > li > a:hover:before {
    animation: shine 0.7s;
  }
  #recommended-sec {
    z-index: 2;
    position: relative;
    padding: 110px 0 70px;
    background-image: url("../img/conceptcm/bg_recommended.png");
    background-size: cover;
  }
  #recommended-sec .inner {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
  }
  #recommended-sec .ttl > .en {
    padding-bottom: 25px;
    font-size: 70px;
  }
  #recommended-sec .ttl > .en:before, #recommended-sec .ttl > .en:after {
    width: 43px;
    height: 1px;
  }
  #recommended-sec .ttl > .sub-text {
    margin-top: 20px;
    font-size: 17px;
  }

  .recommended-list {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
  }

  .recommended-item {
    width: 31.754%;
  }
  .recommended-item a {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    border-width: 8px;
  }
  .recommended-item a:after {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 41, 112, 0.8);
    content: "";
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  .recommended-item a:hover:after {
    height: 100%;
  }
  .recommended-item a:before {
    font-size: 40px;
  }
  .recommended-item a:hover .image {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
  .recommended-item a > p {
    font-size: 26px;
  }
  .recommended-item > p {
    margin-top: 20px;
    font-size: 18px;
  }

  .it-pamphlet {
    display: flex;
    justify-content: space-between;
    width: 57.368%;
    min-width: 654px;
    margin: 45px auto 0;
    padding: 15px 30px;
  }
  .it-pamphlet > h3 {
    min-width: 230px;
    font-size: 24px;
  }
  .it-pamphlet > dl {
    padding-left: 28px;
    border-left: 1px solid #002970;
  }
  .it-pamphlet > dl > dt {
    font-size: 20px;
  }
  .it-pamphlet dd a {
    position: relative;
    margin-top: 10px;
    font-size: 19px;
    transition: 0.3s;
  }
  .it-pamphlet dd a span {
    padding: 10px 25px;
    background-position: right 4px center;
  }
  .it-pamphlet dd a:after {
    display: block;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #56aed5;
    content: "";
    transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }
  .it-pamphlet dd a:hover:after {
    height: 100%;
  }
  .sec-heading {
    margin-bottom: 55px;
    font-size: 33px;
  }
  #where-sec {
    margin-top: 170px;
  }

  .where-sec-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 20px 140px;
  }
  .where-sec-wrap:before, .where-sec-wrap:after {
    width: 741px;
    height: 199px;
  }

  .where-sec-inner:before, .where-sec-inner:after {
    width: 741px;
    height: 199px;
  }

  .where-sec-wrap:before {
    top: 165px;
    left: -688px;
  }
  .where-sec-wrap:after {
    top: 165px;
    right: -694px;
  }

  .where-sec-inner:before {
    bottom: 100px;
    left: -688px;
  }
  .where-sec-inner:after {
    right: -694px;
    bottom: 160px;
  }

  .where-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 772px;
    margin: 0 auto;
  }

  .where-list-item {
    width: 46.24%;
  }
  .where-list-item > a:hover {
    opacity: 0.7;
  }
  .where-list-item:nth-child(even) {
    margin-top: 65px;
  }
  .where-list-item > a .ttl > p {
    font-size: min(1.25vw, 18px);
  }
  .where-list-item > a .ttl > h3 {
    font-size: min(1.66vw, 24px);
  }
  .where-list-item > a .image:after {
    top: 20px;
    left: 20px;
  }
  #also-sec {
    padding: 55px 0;
  }
  #also-sec .inner {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
  }

  .also-list {
    display: flex;
    justify-content: space-between;
    max-width: 926px;
    margin: 0 auto;
    widows: 90%;
  }

  .also-list-item {
    width: 30.77%;
  }
  .also-list-item > a:hover {
    opacity: 0.7;
  }

  .also-list-item1 .txt1 {
    font-size: min(1.25vw, 18px);
  }
  .also-list-item1 .txt2 {
    margin: 10px 0 0;
    font-size: min(1.8vw, 26px);
  }
  .also-list-item1 .txt3 {
    font-size: min(6.66vw, 96px);
  }
  .also-list-item1 .txt3 span {
    font-size: min(3.88vw, 56px);
  }

  .also-list-item2 .txt1 {
    font-size: min(1.25vw, 18px);
  }
  .also-list-item2 .txt2 {
    margin: 20px 0;
    font-size: min(6.66vw, 96px);
  }
  .also-list-item2 .txt2 span {
    font-size: min(3.88vw, 56px);
  }
  .also-list-item2 .txt3 {
    font-size: min(1.25vw, 18px);
  }

  .also-list-item3 {
    font-size: min(1.11vw, 16px);
  }
  .also-list-item3 .txt1 {
    margin-top: 10px;
  }
  .also-list-item3 .col2 {
    display: flex;
    margin: 10px 0;
    text-align: left;
  }
  .also-list-item3 .col2 > div {
    white-space: nowrap;
  }
  .also-list-item3 .col2 > div:nth-child(2) {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #cbc9c9;
  }
  .then-sec-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 20px 140px;
  }
  .then-sec-wrap:before, .then-sec-wrap:after {
    width: 741px;
    height: 199px;
  }

  .then-sec-inner:before, .then-sec-inner:after {
    width: 741px;
    height: 199px;
  }

  .then-sec-wrap:before {
    top: 165px;
    left: -688px;
  }
  .then-sec-wrap:after {
    top: 165px;
    right: -494px;
  }

  .then-sec-inner:before {
    bottom: 100px;
    left: -688px;
  }
  .then-sec-inner:after {
    right: -494px;
    bottom: 160px;
  }

  .then-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1023px;
    margin: 0 auto;
  }

  .then-list-item {
    width: 31.18%;
  }
  .then-list-item:nth-child(n+4) {
    margin-top: 40px;
  }
  .then-list-item > a:hover {
    opacity: 0.7;
  }
  .then-list-item > a > div {
    margin-top: 10px;
  }
  .then-list-item > a > p,
.then-list-item > a > div > p {
    font-size: min(1.38vw, 20px);
  }
  .then-list-item > a > p {
    padding: 20px 20px 30px;
  }
  .then-list-item > a > div > p > span {
    font-size: min(1.11vw, 16px) !important;
  }
}
@media screen and (max-width: 750px) {
  .pc_ver {
    display: none;
  }

  .sp_ver {
    display: block;
  }
  #logo_main {
    margin-left: 18px;
  }
  #logo_main img {
    width: 246px;
  }
  #heading {
    padding-bottom: 110.1333%;
  }
  #heading:after {
    padding-bottom: 110.1333%;
    background-image: url("../img/conceptcm/img_main_sp.png");
  }
  #heading h1 {
    top: 50%;
    left: 50%;
    width: 90.4%;
    transform: translate(-50%, -75%);
  }
  #contents_section {
    margin-top: -29%;
    padding-top: 29%;
    background-image: url("../img/conceptcm/bg_sec2_sp.png");
  }
  #sec1 .inner {
    padding: 50px 25px 150px;
    color: #fff;
  }
  #sec1 .inner > h2 {
    width: 69.333%;
    margin: 0 auto 80px;
  }
  #sec1 .inner > h2 img {
    width: 100%;
    height: auto;
  }
  #sec1 .inner > p {
    margin-top: 45px;
    font-size: 17px;
    line-height: 2.117;
  }
  #sec1 .inner > p br {
    display: none;
  }
  #sec2 {
    padding: 30px 0 30px;
  }
  #sec2 .bar {
    top: 30px;
    bottom: 30px;
  }
  #sec2 .ttl > p {
    padding-bottom: 10px;
    font-size: 32px;
  }
  #sec2 .ttl > p:before, #sec2 .ttl > p:after {
    width: 33px;
    height: 1px;
  }
  #sec2 .ttl > h2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .movie {
    z-index: 2;
    position: relative;
    width: 88.5333%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 6px 8px;
    border: 1px solid #fff;
    text-align: center;
  }
  .movie img {
    width: 100%;
    height: auto;
  }
  #footer_area {
    background: url("../img/conceptcm/bg_footer.jpg") no-repeat;
    background-size: cover;
  }

  .footer_inner {
    padding: 60px 22px 120px;
  }
  .footer_inner ul {
    width: 100%;
    margin: 50px auto 0;
  }
  .footer_inner ul > li {
    width: 100%;
    margin-top: 20px;
  }
  .footer_inner ul > li > a {
    display: block;
    position: relative;
    padding: 30px 60px 30px 25px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1;
  }
  #recommended-sec {
    z-index: 2;
    position: relative;
    padding: 40px 0;
    background-image: url("../img/conceptcm/bg_recommended_sp.png");
    background-size: 100% 100%;
  }
  #recommended-sec .ttl > p {
    padding-bottom: 10px;
    font-size: 32px;
  }
  #recommended-sec .ttl > p:before, #recommended-sec .ttl > p:after {
    width: 33px;
    height: 1px;
  }
  #recommended-sec .ttl > .sub-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  .recommended-list {
    margin-right: 48px;
    margin-left: 48px;
  }

  .recommended-item {
    margin-top: 45px;
  }
  .recommended-item:first-child {
    margin-top: 35px;
  }
  .recommended-item a {
    min-height: 153px;
    border-width: 8px;
  }
  .recommended-item a:before {
    font-size: 29px;
  }
  .recommended-item a > p {
    font-size: 19px;
  }
  .recommended-item > p {
    margin-top: 15px;
    font-size: 16px;
  }

  .it-pamphlet {
    margin: 45px 38px 0;
    padding: 20px 30px;
  }
  .it-pamphlet > h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #002970;
    font-size: 20px;
    text-align: center;
  }
  .it-pamphlet > dl > dt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .it-pamphlet dd a {
    margin-top: 10px;
    padding: 10px 13px;
    font-size: 15px;
  }
  .it-pamphlet dd a span {
    padding: 10px 13px;
    background-position: right 4px center;
    background-size: 10px auto;
  }
  .sec-heading {
    margin-bottom: 35px;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 1.82;
  }
  #where-sec {
    margin-top: 80px;
  }

  .where-sec-wrap {
    padding: 50px 0 70px;
  }
  .where-sec-wrap:before, .where-sec-wrap:after {
    width: 325px;
    height: 99px;
    background-size: 100% 100%;
  }

  .where-sec-inner:before, .where-sec-inner:after {
    width: 325px;
    height: 99px;
    background-size: 100% 100%;
  }

  .where-sec-wrap:before {
    top: 50px;
    left: -250px;
  }
  .where-sec-wrap:after {
    top: 50px;
    right: -250px;
  }

  .where-sec-inner:before {
    bottom: 50px;
    left: -250px;
  }
  .where-sec-inner:after {
    right: -250px;
    bottom: 50px;
  }

  .where-list {
    padding: 0 30px;
  }

  .where-list-item {
    margin-top: 35px;
  }
  .where-list-item > a .ttl > p {
    font-size: min(4.8vw, 18px);
  }
  .where-list-item > a .ttl > h3 {
    font-size: min(6.4vw, 24px);
  }
  .where-list-item > a .image:after {
    top: 10px;
    left: 10px;
  }
  #also-sec {
    padding: 55px 20px;
  }
  .also-list-item {
    margin-top: 30px;
  }

  .also-list-item1 .txt1 {
    font-size: min(4.8vw, 18px);
  }
  .also-list-item1 .txt2 {
    margin: 10px 0 0;
    font-size: min(6.93vw, 26px);
  }
  .also-list-item1 .txt3 {
    font-size: min(25.6vw, 96px);
  }
  .also-list-item1 .txt3 span {
    font-size: min(3.88vw, 56px);
  }

  .also-list-item2 .txt1 {
    font-size: min(4.8vw, 18px);
  }
  .also-list-item2 .txt2 {
    margin: 20px 0;
    font-size: min(25.6vw, 96px);
  }
  .also-list-item2 .txt2 span {
    font-size: min(3.88vw, 56px);
  }
  .also-list-item2 .txt3 {
    font-size: min(4.8vw, 18px);
  }

  .also-list-item3 {
    font-size: min(4.26vw, 16px);
  }
  .also-list-item3 .txt1 {
    margin-top: 10px;
  }
  .also-list-item3 .col2 {
    display: flex;
    margin: 10px 0;
    text-align: left;
  }
  .also-list-item3 .col2 > div {
    white-space: nowrap;
  }
  .also-list-item3 .col2 > div:nth-child(2) {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #cbc9c9;
  }
  .then-sec-wrap {
    padding: 50px 0 70px;
  }
  .then-sec-wrap:before, .then-sec-wrap:after {
    width: 325px;
    height: 99px;
    background-size: 100% 100%;
  }

  .then-sec-inner:before, .then-sec-inner:after {
    width: 325px;
    height: 99px;
    background-size: 100% 100%;
  }

  .then-sec-wrap:before {
    top: 50px;
    left: -250px;
  }
  .then-sec-wrap:after {
    top: 50px;
    right: -250px;
  }

  .then-sec-inner:before {
    bottom: 50px;
    left: -250px;
  }
  .then-sec-inner:after {
    right: -250px;
    bottom: 50px;
  }

  .then-list {
    padding: 0 20px;
  }

  .then-list-item {
    margin-top: 20px;
  }
  .then-list-item > a > div {
    margin-top: 10px;
  }
  .then-list-item > a > p,
.then-list-item > a > div > p {
    font-size: min(5.33vw, 20px);
  }
  .then-list-item > a > p {
    padding: 20px 20px 30px;
  }
  .then-list-item > a > div > p > span {
    font-size: min(4.26vw, 16px) !important;
  }
}