/* ------------------------------------------------------------------
# 20250201 改修用
------------------------------------------------------------------ */

.red {
  color: var(--red-color);
}

.navy-button {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: var(--navy-color);
  border-radius: 30px;
  width: 270px;
  padding: 15px 0;
  position: relative;
}

.navy-button a {
  color: white;
}

.navy-button a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.navy-button a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f054";
  right: 16px;
  top: 50%;
  margin-top: -10px;
}

p {
  font-size: 16px;
  line-height: 32px;
}

hr {
  border-color: #e6e6e6;
}

.font-bold {
  font-weight: bold;
}

#back-to-top {
  width: 48px;
  height: 48px;
  /* right: 30px;
  bottom: 30px;
  border-radius: 50%; */
}

#back-to-top img {
  position: relative;
  top: -15px;
  right: 0px;
}

.vcmb50 {
  margin-bottom: 50px;
}

.vcmb40 {
  margin-bottom: 40px;
}

.heading-top {
  background: none;
  padding: 30px 0;
}

.ttl.ttl-lg {
  font-size: 44px;
  font-weight: bold;
  color: var(--navy-color);
  line-height: 70px;
}

.ttl small {
  font-size: 14px;
  font-weight: bold;
  line-height: 25.2px;
}

.links-btn {
  margin-top: 50px;
}

.btn span {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: var(--navy-color);
  border-radius: 30px;
  width: 270px;
  padding: 15px 0;
  position: relative;
  display: block;
  margin: auto;
}

.btn span::after {
  width: inherit;
  height: inherit;
}

.btn span a {
  color: white;
}

.btn span a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.btn span a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f054";
  right: 16px;
  top: 50%;
  margin-top: -10px;
}



@media (max-width:1200px) {
  .vcmb50 {
    margin-bottom: 25px;
  }

  .vcmb40 {
    margin-bottom: 20px;
  }

  p {
    font-size: 14px;
    line-height: 28px;
  }

  .ttl.ttl-lg {
    font-size: 30px;
    line-height: 45px;
  }
  
  .ttl small {
    font-size: 14px;
    font-weight: bold;
  }
  
}

/* ------------------------------------------------------------------
# header
------------------------------------------------------------------ */
/* #header {
  position: initial;
} */

.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 900;
}

.position-relative {
  position: relative;
}

.header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.is-animation .header-area {
	height: 60px;
}
.is-animation .header-right {
    padding-top: 0px;
}
.header-logo {
  width: 180px;
}

.header-logo img {
  max-width: 180px;
}

.header-right {
  display: flex;
	padding-top: 20px;
}

.header-right-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.header-upper-area {
  display: flex;
  /*margin-bottom: 10px;*/
}



.header-upper-link-area {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header-upper-link {
  font-size: 14px;
  padding: 0 10px;
  border-right: #e6e6e6 solid 1px;
  white-space: nowrap;
}

.header-upper-link:last-of-type {
  border-right: none;
}

.header-upper-link a {
  color: black;
}

.nav-area {
  display: flex;
}

.nav-area a {
  color: black;
}

.nav-head-link {
  font-weight: bold;
  margin-left: 40px;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-head-link:hover .nav-mega-menu-area {
  visibility: visible;
}

.nav-mega-menu-area:hover {
  visibility: visible;
}

.nav-mega-menu-link {
  margin: 15px;
  font-weight: normal;
}

.nav-mega-menu-link a::before {
  font-family: 'FontAwesome';
  content: "\f054  ";
  color: var(--red-color);
}

.nav-mega-menu-area {
  display: flex;
  background-color: #f8f8f8;
  position: absolute;
  width: 100%;
  /* height: calc(100vh - 100%); */
  left: 0;
  top: calc(100%);
  z-index: 1000;
  visibility: hidden;
  padding: 30px calc((100vw - 1200px)/2);
}

.nav-mega-menu-wrap {
  display: flex;
  flex-wrap: wrap;
}

.header-button {
  position: relative;
  background-color: var(--red-color);
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 100px;
}

.header-button i {
  font-size: 16px;
}

.search-button {
  font-size: 14px;
  text-align: center;
  color: white;
  background-color: var(--navy-color);
  border-radius: 16px;
  line-height: 32px;
  width: 90px;
  height: 32px;
	border: none;
}

.search-button.hide {
  display: none;
}

.header-search-area {
  display: none;
}

.header-search-area.active {
  display: block;
}

.search-wrap01 {
  position: relative;
  width: 240px;
  height: 36px;
}

.search-wrap01 .search-area {
  border: 2px solid var(--navy-color);
  border-radius: 20px;
  font-size: 16px;
  padding: 2px 45px 2px 15px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.search-wrap01 .search-area :focus {
  box-shadow: 0 0 10px 0 rgba(2,36,98,0.4);
}

.search-wrap01 .search-btn {
  background-color: white;
  border-radius: 0 20px 20px 0;
  width: 40px;
  height: 100%;
  padding: 0 3px 0 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}


.is-animation .header-upper-area {
  display: none;
}

.sticky-top.is-animation {
  padding: 5px 0;
  border-bottom: #e6e6e6 solid 1px;
}

.is-animation .header-area {
  margin-top: 0;
}

.is-animation .header-button {
  padding: 5px;
  margin-bottom: 0;
  line-height: 18px;
}

.is-animation .header-button i {
  font-size: 14px;
}

.is-animation .header-logo img {
  max-width: 120px;
}

.is-animation .nav-head-link {
  height: 48px;
}

.is-animation .header-button span {
  font-size: 12px;
}

@media (max-width: 1200px) {
  .sticky-top {
    padding-top: 0px;
  }

  .sticky-top.is-animation {
    padding: 0;
  }

  .header-area {
    margin-top: 0;
    position: relative;
	  height: auto;
  }
.is-animation .header-area {
    height: 65px;
}
  .header-logo {
    padding: 10px 5px;
  }

  #menu-sp-btn {
    display: block;
    width: 65px;
    height: 65px;
    padding: 24px 14px;
  }

  .header-upper-area,
  .header-nav,
  .header-button  {
    display: none;
  }

  .clicked + .header-right .header-nav,
  .clicked + .header-right .header-button {
    display: block;
  }

  .header-nav {
    position: absolute;
    top: 65px;
    left: -15px;
    width: 100vw;
    background-color: #f8f8f8;
  }

  .nav-area {
    display: block;
  }

  .header-button {
    width: 300px;
    margin: 10px auto;
    font-size: 18px;
  }

  
  .header-button i {
    font-size: 18px;
  }

  .is-animation .header-logo img {
    max-width: 180px;
  }

  .is-animation .header-button {
    padding: 20px 0;
    margin-bottom: 10px;
  }

  .is-animation .header-button i,
  .is-animation .header-button span {
    font-size: 18px;
  }

  .nav-head-link {
    font-size: 18px;
    margin-left: 0;
    padding: 10px;
    border-bottom: 1px #e6e6e6 solid;
    display: block;
    position: relative;
    height: auto;
  }

  .is-animation .nav-head-link {
    height: auto;
  }


  .nav-head-link:has(.nav-mega-menu-area)::after {
    position: absolute;
    font-size: 12px;
    line-height: 25px;
    content: "＋";
    font-weight: bold;
    color: var(--navy-color);
    background-color: #e6e6e6;
    border-radius: 50%;
    width: 23px;
    height: 25px;
    right: 16px;
    top: calc(53px / 2);
    margin-top: -10px;
    padding-left: 2px;
    text-align: center;
  }

  .nav-head-link.active:has(.nav-mega-menu-area)::after {
    content: "ー";
  }

  .nav-mega-menu-area {
    visibility: visible;
    position: inherit;
    display: none;
    padding: 10px 0;
  }

  .nav-mega-menu-wrap {
    display: block;
  }

  .nav-mega-menu {
    display: block;
  }

  .nav-mega-menu-link {
    margin: 5px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header-nav {
    left: -10px;
  }

  .header-logo img {
    height: 30px;
  }

  #menu-sp-btn {
    width: 50px;
    height: 50px;
    padding: 15px 14px;
  }

  .header-nav {
    top: 50px;
  }

  .is-animation .header-area {
    height: 50px;
  }
}



/* ------------------------------------------------------------------
# MV
------------------------------------------------------------------ */
.mv-area {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 30px;
  margin-top: 120px;
}

.mv {
  display: flex;
  background-color: var(--mv-bg-color);
  padding: 30px calc((100vw - 1200px)/2) 70px;
	justify-content: space-between;
	align-items: stretch; 
}

.mv-left {
  width: 470px;
	padding-top: 50px;
	padding-bottom: 30px;
  /*margin-left: 115px;*/
}

.mv-right {
  width: calc(100% - 470px);
  /*margin-left: 135px;*/
}
.mv-right img{
	display: block;
	margin: 0px auto 0;
}

.mv-right img.mb-bottom-img{
	margin-top: 30px;
}
.mv-catch {
  color: var(--navy-color);
  line-height: 62px;
  font-weight: bold;
  font-size: 46px;
}

.mv-left p{
  font-size: 16px;
}

.mv-latest-news-area {
  display: flex;
  align-items: center;
  width: 1170px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  padding: 25px 50px;
  top: -40px;
  background-color: white;
  border: solid 1px #e6e6e6;
  border-radius: 40px;
}

.mv-latest-news {
  display: flex;
  align-items: center;
  position: relative;
  flex: auto;
  
}

.mv-latest-news-title {
  color: var(--navy-color);
  font-size: 20px;
  font-weight: 600;
  margin-right: 45px;
  white-space: nowrap;
}

.mv-latest-news-date {
  margin-right: 25px;
}

.mv-latest-news-text {
  padding-right: 25px;
}

.mv-latest-news-text a {
  color: black;
}

.mv-latest-news-text a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-latest-news-text a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 25px;
  content: "\f054";
  color: white;
  background-color: var(--navy-color);
  border-radius: 50%;
  width: 23px;
  height: 25px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding-left: 2px;
  text-align: center;
}

.mv-company {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .mv-area {
    width: 100%;
    padding-bottom: 0;
    margin-top: 50px;
  }
  
  .mv {
    flex-wrap: wrap;
    padding :10px 0 90px;
  }
  
  .mv-left {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;  
  }
  
  .mv-catch {
    font-size: 3em;
    line-height: 1.5em;
	  padding-top: 30px;
  }

  .mv-left p{
    font-size: 3vw;
    line-height: 5vw;
  }

  .mv-right {
    width: 100%;
    margin: 0 auto;
  }

  .mv-right {
    text-align: center;
  }

  .mv-button-area {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .navy-button {
    margin-bottom: 0px;
  }

  .mv-right {
    width: 70%;
    margin: 0 auto;
  }

  .mv-latest-news-area {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 5px 15px;
    top: -60px;
  }

  .mv-latest-news-title {
    margin-right: 0;
  }

  .mv-latest-news {
    flex-wrap: wrap;
  }

  

  .mv-latest-news-text {
    padding-bottom: 10px;
  }
  
}

@media (max-width: 768px) {
  .mv-area {
    margin-top: 0;
  }
  
  .mv-catch {
    font-size: 9vw;
    line-height: 12vw;
  }
  .mv-left p{
    font-size: 4.1vw;
    line-height: 7vw;
  }	
  .mv-right {
    width: 100%;
    margin: 0 auto;
  }
	.mb-top-img{
		max-width: 70%;
	}
	.mv-right img.mb-bottom-img{
		max-width: calc(100% - 30px);
		margin-bottom: 30px;
	}
.mv-latest-news-area {
  border-radius: 20px;
}
	
}




/* ------------------------------------------------------------------
# Scroll-logo
------------------------------------------------------------------ */

.slick-slide {
  height: 70px;
}

/* ------------------------------------------------------------------
# Main Section
------------------------------------------------------------------ */

.section2 {
  padding: 60px 0;
}

.section2.bg {
  background: var(--bg-color);
}

.section2.bg-movie {
  background: linear-gradient(to bottom, white 130px, var(--bg-color) 130px);
  padding: 0 0 30px;
}

.section2.bg-advantage {
  background: linear-gradient(to bottom, white 230px, var(--bg-color) 230px);
  padding: 0 0 30px;
}

.section2.border-bottom {
  border-bottom: #e6e6e6 solid 1px;
}

.section2.bg-red {
  background: var(--red-color);
  color: white;
}

.section2.bg-navy {
  background-color: var(--navy-color);
}

.container-header {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container2 {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container2.about {
  max-width: 800px;
  padding: 0 15px;
}

.container2.movie {
  max-width: 800px;
  padding: 0 15px;
}

@media (max-width:768px) {
  .section2 {
    padding: 30px 0;
  }

  .container2,
  .container2.about,
  .container2.movie {
    width: 100%;
    padding: 0 10px;
  }

  .section2.bg-advantage {
    background: var(--bg-color);
    padding: 30px 0;
  }
}

.bg-reason {
  background-color: white;
  border-radius: 20px;
  padding: 30px 0;
}

.heading2-area {
  margin-bottom: 35px;
}

.heading2 {
  font-size: 44px;
  font-weight: bold;
  color: var(--navy-color);
  line-height: 70px;
}

.heading2-en {
  font-size: 14px;
  font-weight: bold;
  color: var(--red-color);
}

.button-area {
  display: flex;
  justify-content: center;
}

.button-area .navy-button {
  margin: 0 10px;
}

.reason-area {
  display: flex;
  justify-content: space-around;
  padding: 30px;
}

.reason {
  padding: 0 40px;
  border-right: solid 1px #e6e6e6;
}

.reason:last-of-type {
  border-right: none;
}

.reason-title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}

.lineup-area {
  display: flex;
  justify-content: space-between;
}

.lineup-area .lineup {
  width: 48%;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 60px;
}

.lineup-area .lineup-border {
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  margin-bottom: 30px;
}

.lineup-area .lineup-logo {
  padding: 45px 15px;
}

.lineup-area .lineup-heading {
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  padding: 5px 0;
}

.cloud .lineup-heading {
  background-color:#004ea1;
}

.neo .lineup-heading {
  background-color:#e31e23;
}

.lineup-catch-area {
  display: flex;
  align-items: stretch;
}


.lineup-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% / 3);
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-right: solid 1px #e6e6e6;
  padding: 5px 0;
}

.lineup-catch:last-of-type {
  border-right: none;
}

.cloud .lineup-catch-area {
  background-color: #f4f9fd;
	border-radius: 0 0 10px 10px;
}

.neo .lineup-catch-area {
  background-color: #fff6f6;
	border-radius: 0 0 10px 10px;
}

.lineup-explain {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lineup-feature-area {
  margin-left: 15px;
  margin-bottom: 30px;
}

.lineup-feature {
  list-style-type: disc;
}

.advantage-area {
  display: flex;
  justify-content: space-between;
}

.advantage {
  width: 48%;
}

.advantage-image {
  border-radius: 10px;
  margin-bottom: 30px;
}

.advantage-image img {
  width: 100%;
}

.advantage-heading {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 40px;
  position: relative;
}

.advantage-heading::before {
  content:"";
  position:absolute;
  left:-20px;
  top:8px;
  background:#e31e23;
  width:5px;
  height:72px;
  border-radius: 2.5px;
}

.advantage-text {
  margin-bottom: 40px;
}

.advantage-text2 {
  margin-bottom: 66px;
}

.ability {
  width: 600px;
  padding: 0 50px;
  border-right: solid 1px #e6e6e6;
}

.ability:last-of-type {
  border-right: none;
}

.package-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.package {
  display: block;
  color: white;
  background-color: var(--navy-color);
  width: 48%;
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.package-catch {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width:768px) {
.package-catch {
    line-height: 25px;
    margin-bottom: 10px;
}
}
.package-title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

.package-title a {
  color: white;
}

.package-title a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.package-title a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 25px;
  content: "\f054";
  color: var(--navy-color);
  background-color: white;
  border-radius: 50%;
  width: 23px;
  height: 25px;
  right: 16px;
  top: 50%;
  padding-left: 2px;
  margin-top: -10px;
}

.price-heading {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 40px;
  position: relative;
}

.price-heading::before {
  content:"";
  position:absolute;
  left:-20px;
  top:8px;
  background:#e31e23;
  width:5px;
  height:36px;
  border-radius: 2.5px;
}

.price-table {
  background-color: #fff;
  border-collapse:  collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}

.price-table td,.price-table th {
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.price-table thead {
  height: 60px;
}

.table-bg-navy {
  color: white;
  background-color: var(--navy-color);
  font-weight: bold;
  text-align: center;
  width: 230px;
}

.table-bg-red {
  color: white;
  background-color: var(--red-color);
  font-weight: bold;
  text-align: center;
}


.price-red {
  color: var(--red-color);
  font-size: 24px;
}

.swiperContainer {
  position: relative;
}

.swiper-scrollbar {
  height: 8px !important;
  left: 2px !important;
  bottom: -20px !important;
  background-color: #e6e6e6 !important;
  width: 1170px !important;
}

.swiper-scrollbar-drag {
  background-color: var(--red-color) !important;
}

.story {
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  position: relative;
}

.story-image {
  border-radius: 10px 10px 10px 10px;
}

.story-link {
  padding: 15px;
}

.story-company {
  font-weight: bold;
  margin-bottom: 10px;
}

.story-company a {
  color: black;
}

.story-company a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.story-text {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.story-service-title {
  border-top: #e6e6e6 solid 1px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 5px;
}

.story-service {
  display: inline-block;
  font-size: 14px;
  background-color: #f3f3f3;
  padding: 0 5px;
  margin: 5px;
}

.accordion-area {
  margin-bottom: 30px;
}

.accordion-box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.accordion-question {
  position: relative;
  padding: 30px 30px 30px 70px;
  font-weight: bold;
  border-bottom: #e6e6e6 solid 1px;
  cursor: pointer;
}

.accordion-question::before {
  position: absolute;
  content: "Q.";
  left: 30px;
  top: 20%;
  font-size: 24px;
  color: var(--red-color);
}

.accordion-question::after {
  position: absolute;
  font-size: 12px;
  line-height: 25px;
  content: "＋";
  font-weight: bold;
  color: var(--navy-color);
  background-color: #e6e6e6;
  border-radius: 50%;
  width: 23px;
  height: 25px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  padding-left: 2px;
  text-align: center;
}
.accordion-question.active::after {
  content: "ー";
}

.accordion-answer {
  padding: 30px 30px 30px 70px;
  display: none;
}

.news-area {
  display: flex;
  justify-content: space-between;
}

.news-list {
  width: 75%;
}

.news {
  /* width: 900px; */
  display: flex;
  padding: 30px 3px;
  margin: 0 15px;
  border-top: #e6e6e6 solid 1px;
  position: relative;
}

.heading-top.news {
  display: block;
}

.news:last-of-type {
  border-bottom: #e6e6e6 solid 1px;
}

.news-date {
  margin-right: 20px;
}

.news-title {
  padding-right: 40px;
}

.news-title a{
  color: black;
}

.news-title a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-title a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 25px;
  content: "\f054";
  color: white;
  background-color: var(--navy-color);
  border-radius: 50%;
  width: 23px;
  height: 25px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  padding-left: 2px;
  text-align: center;
}

.to-listpage-area {
  margin-top: 30px;
}

.to-listpage-area a {
  display: inline-block;
  color: var(--navy-color);
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.to-listpage-area a::after {
  font-family: 'FontAwesome';
  content: "　\f054";
  font-size: 14px;
  font-weight: 200;
}

.column-wrapper {
  display: flex;
  justify-content: space-between;
}

.column-area {
  width: 48%;
}

.column-heading {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 40px;
  position: relative;
}

.column-heading::before {
  content:"";
  position:absolute;
  left:-20px;
  top:8px;
  background:#e31e23;
  width:5px;
  height:36px;
  border-radius: 2.5px;
}

.column-select-area {
  display: flex;
  border-bottom: #e6e6e6 solid 1px;
}

.column-select {
  margin:0px;
  padding: 0 25px 5px;
  font-size: 18px;
  cursor: pointer;
}

.column-select.is-select {
  border-bottom: var(--red-color) solid 4px;
}

.column-list {
  display: none;
}

.column-list.is-active {
  display: block;
}
.column {
  display: flex;
  /* justify-content: space-between; */
  padding: 30px 0;
  border-bottom: #e6e6e6 1px solid;
  position: relative;
}
.news-list.column-wrap {
	padding: 0 15px;
}

.column-area>.column:last-child {
  border-bottom: none;
}

.column-image {
  width: 170px;
  margin-right: 20px;
}

.column-link {
  width: auto;
}

.column-title a {
  color: black;
}

.column-title a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.column-title a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 25px;
  content: "\f054";
  color: white;
  background-color: var(--navy-color);
  border-radius: 50%;
  width: 23px;
  height: 25px;
  right: 30px;
  bottom: 50%;
  margin-top: -10px;
  padding-left: 2px;
  text-align: center;
}

#vcbody-wrapper .column-list {
  display: block;
}

#vcbody-wrapper .column-list:first-of-type::before {
  content: "↓タブ1つ目のエリア";
  color: #8F0002;
  font-size: 10px;
  margin-bottom: -4em;
  display: block;
  margin-top: 4em;
  font-weight: bold;
}

#vcbody-wrapper .column-list:nth-of-type(2)::before {
  content: "↓タブ2つ目のエリア";
  color: #8F0002;
  font-size: 10px;
  margin-bottom: -4em;
  display: block;
  margin-top: 4em;
  font-weight: bold;
}

#vcbody-wrapper .column-list:nth-of-type(3)::before {
  content: "↓タブ3つ目のエリア";
  color: #8F0002;
  font-size: 10px;
  margin-bottom: -4em;
  display: block;
  margin-top: 4em;
  font-weight: bold;
}

.cta-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-description {
  width: 484px;
}

.cta-logo {
  margin-bottom: 30px;
}

.cta-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
}

.cta-button-area {
  width: 570px;
}

.cta-button {
  width: 570px;
  color: var(--red-color);
  background-color: #fff;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 36px 0 ;
  margin-bottom: 10px;
  position: relative;
}

.cta-button a {
  color: var(--red-color);
}

.cta-button a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.cta-button a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 25px;
  content: "\f054";
  color: white;
  background-color: var(--red-color);
  border-radius: 50%;
  width: 23px;
  height: 25px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  padding-left: 2px;
}

.bg-navy a {
  color: white;
}

.footer-area {
  display: flex;
  justify-content: space-between;
}

.footer-column {
  width: 350px;
}

.footer-group {
  margin: 30px 0;
}

.footer-head-link {
  position: relative;
  font-size: 18px;
  padding-left: 36px;
  margin: 10px 0;
  font-weight: bold;
}

.footer-head-link a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.footer-head-link a::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 25px;
  content: "\f054";
  color: var(--navy-color);
  background-color: white;
  border-radius: 50%;
  width: 23px;
  height: 25px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  padding-left: 2px;
  text-align: center;
}

.footer-lower-link-area {
  margin-left: 12px;
  padding-left: 22px;
  border-left: #335174 solid 1px;
}

.footer-lower-link {
  margin: 10px 0;
}

.bottom-area {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.bottom-company {
  display: flex;
  align-items: center;
}

.bottom-company-logo {
  margin-right: 30px;
}

.bottom-company-name {
  font-weight: bold;
}

.bottom-company-postal-code,
.bottom-company-address {
  font-size: 14px;
}

.bottom-link-area {
  display: flex;
  flex-wrap: wrap;
}

.bottom-link a {
  color: black;
  font-size: 14px;
  margin-right: 10px;
}

small.copyright {
  display: block;
  text-align: center;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only-f {
  display: flex;
}

.sp-only-f {
  display: none;
}

#back-to-top2 {
  width: 50px;
  bottom: 250px;
}

#back-to-top2 a {
  background-color: var(--red-color);
  font-weight: normal;
  border: #e6e6e6 1px solid;
  background-size: 18px;
  padding: 30px 6px 15px 6px;
}

#back-to-top2 a:hover {
  background-color: var(--red-color);
}

#back-to-top3 {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 90px;
  visibility: inherit;
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  backface-visibility: inherit;
  -webkit-backface-visibility: inherit;
  width: 50px;
}

#back-to-top3 a {
	display: block;
	border-radius: 8px 0 0 8px;
	padding: 40px 6px 15px 6px;
  border: #e6e6e6 1px solid;
	width: 100%;
	height: auto;
	background-color: var(--navy-color);
	background-image: url("../img/ico_document.png");
	background-repeat: no-repeat;
	background-position: 50% 12px;
	background-size: 22px;
	text-align: center;
	line-height: 1.15;
	font-size: 1.2em;
	color: #ffffff;
}

@media (max-width:1200px) {
  .heading2-area {
    margin-bottom: 18px;
  }
  .heading2 {
    font-size: 30px;
    line-height: 45px;
  }

  .button-area {
    flex-wrap: wrap;
  }

  .button-area .navy-button {
    margin: 10px;
  }

  .bg-reason {
    width: 95%;
  }

  .reason-area {
    flex-wrap: wrap;
    padding: 0;
  }

  .reason {
    border-right: none;
    border-bottom: #e6e6e6 solid 1px;
    padding: 20px;
    width: 33%;
  }

  .reason:last-of-type {
    border-bottom: none;
  }

  .reason-title {
    margin: 0 0 10px;
  }

  .lineup-area {
    flex-wrap: wrap;
    justify-content: center;
  }

   .lineup-area .lineup {
    width: 95%;
	  border-bottom: none;
  }

  .lineup-area .lineup-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .lineup-catch {
    font-size: 14px;
  }

  .lineup-explain {
    font-size: 14px;
  }

  .advantage-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantage {
    width: 95%;
    margin-bottom: 40px;
  }

  .advantage-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ability {
    padding: 20px;
    border-right: none;
    border-bottom: #e6e6e6 1px solid;
  }

  .ability:last-of-type {
    border-bottom: none;
  }

  .package-area {
    justify-content: center;
  }

  .package {
    width: 95%;
    padding: 10px 0;
  }

  .package-title {
    font-size: 20px;
    line-height: 30px;
  }

  .table-wrapper {
    overflow-x: scroll;
  }

  .table-bg-navy {
    width: 170px;
  }

  .table-bg-red {
    width: 200px;
  }

  .swiper-scrollbar {
    width: 100% !important;
  }

  .accordion-question {
    padding: 20px 40px 20px 70px;
  }

  .news-area {
    flex-wrap: wrap;
  }

  .news-list {
    width: 100%;
  }

  .news {
    width: 100%;
    /* flex-wrap: wrap; */
	  margin: 0;
  }
.news-list.column-wrap {
    padding: 0 ;
}
  /* .news-title {
    padding-right: 0;
  } */

  .news-title a::after {
    top: 50%
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .pc-only-f {
    display: none;
  }

  .sp-only-f {
    display: flex;
  }

  .column-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .column-area {
    width: 95%;
    margin-bottom: 30px;
  }

  .column-image {
    width: 40%;
  }
  .column-select {
  padding: 0 10px 5px;
  font-size: 16px;
}
  .column-link {
    width: 55%;
	}
  .column-title a::after {
    bottom: 30px;
  }


  .cta-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-description,
  .cta-button-area {
    width: 95%;
    margin: 10px 0;
  }

  .cta-logo {
    width: 200px;
  }

  .cta-text {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-button {
    width: 100%;
    padding: 12px 0;
  }

  .footer-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-column {
    width: 80%;
  }

  .bottom-area {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
  }

  .bottom-company {
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: start;
  }

  #back-to-top {
    line-height: 75px;
    width: 50px;
    height: 50px;
  }

  #back-to-top2 {
    width: calc((100vw - 50px)/2);
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-radius: 0;
    height: 50px;
  }

  #back-to-top2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-position: 35% 20px;
  }

  #back-to-top3 {
    width: calc((100vw - 50px)/2);
    right: auto;
    bottom: 0;
    left: calc((100vw - 50px)/2);
    z-index: 9999;
    border-radius: 0;
    height: 50px;
  }

  #back-to-top3 a {
    display: flex;
    font-size: 1.44em;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-position: 18% 14px;
  }
  #back-to-top3 a span {
    display: block;
    padding-left: 20px;
  }
  small.copyright {
    margin-bottom: 50px;
  }

}

@media (max-width:767px) {
  .reason {
    width: 100%;
  }
  .news {
    display: block;
  }
  .bottom-company {
    justify-content: center;
  }
  .bottom-company-logo {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .bottom-company-logo img {
    width: 200px;
  }
  .bottom-company-name {
    text-align: center;
  }
}