@charset "UTF-8";
/* 
 * ABOUT R2505
 * ----------------------------------------------------- */
/* --------------------------------------------------------
 * ABOUT / MV
 * ----------------------------------------------------- */
.about-mv img {
  width: 100%;
/*  height: 680px;*/
  height: 630px;
  object-fit: cover;
}
.about-about {
  position: relative;
  margin-top: -490px;
  background: url("../../img/about/bg_about.png") center top no-repeat;
  background-size: 1920px 494px;
}
.about-about .section__area {
  padding-bottom: 9rem;
  background: url("../../img/about/about_bg1.png") left bottom no-repeat;
  background-size: 47.7vw auto;
}
.about-about .c-heading {
    padding: 6rem 0 4rem;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.about-about .c-heading  .logo {
    display: inline-block;
    width: 31rem;
    margin-right: 5px;
}
.about-about .c-heading  .text {
    display: inline-block;
    font-size: 3rem;
    vertical-align: 12px;
}
.about-about .c-heading  small {
  font-weight: inherit;
  font-size: inherit;
  display: inline;
}
.about-about h3 {
  margin-bottom: 4.5rem;
  font-size: 3rem;
  text-align: center;
  color: #004EA2;
}
.about-about mark {
  color: #004EA2;
  background-color: inherit;
  background-image: linear-gradient(transparent 60%, #C9E3FF 60%);
  font-weight: bold;
}
.about-about .headline {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: calc(40/20);
  font-weight: 500;
  text-align: center;
}
.about-about .c-about-movie {
  margin: 0 auto;
  max-width: 768px;
  
}
.about-about .c-about-movie .movie__attention {
  margin: 0 auto 3rem;
  width: 336px;
}
.about-about .c-about-movie .movie__data {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.about-about .c-about-movie iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
.about-main {
  overflow-x: visible;
}
.about-mv img {
  height: 260px;
}
.about-about {
  position: relative;
  z-index: 2;
  margin-top: -160px;
  background: url("../../img/about/bg_about_sp.png") center top no-repeat;
  background-size: 100% auto;
}
.about-about .section__area {
  padding-bottom: 5rem;
  background: none;
}
.about-about .c-heading {
    padding: 3.5rem 0 3.5rem;
    position: relative;
    text-align: center;
}
.about-about .c-heading  .logo {
    display: inline-block;
    width: 17.5rem;
    margin-right: 5px;
}
.about-about .c-heading  .text {
    font-size: 1.5rem;
    vertical-align: 5px;
}
.about-about .c-heading small {
    display: inline;
    font-size: 1rem;
}
.about-about h3 {
  margin-bottom: 2.2rem;
  font-size: 2rem;
  text-align: center;
}
.about-about .headline {
  padding: 0 3rem;
  margin-bottom: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.about-about .c-about-movie {
  margin: 0 auto;
  width: 100%;
  
}
.about-about .c-about-movie .movie__attention {
  margin: 0 auto 1rem;
  width: 260px;
}
.about-about .c-about-movie .movie__data {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.about-about .c-about-movie iframe {
    width: 100%;
    height: 100%;
}
}



/* --------------------------------------------------------
 * ABOUT / 
 * ----------------------------------------------------- */
.about-feature {
  padding: 9rem 0;
  background: #EFF7FF;
}
.about-feature .c-heading {
  position: relative;
  font-size: 3rem;
  line-height: calc(45/30);
  font-weight: bold;
  text-align: center;
  color: #004EA2;
  
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
}
.about-feature .c-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 58px);
    display: block;
    width: 116px;
    height: 4px;
    background: #014DA2;
}

.about-feature .headline {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  
  margin-bottom: 4.5rem;
}

.c-feature-box {
  background: #fff;
  border-radius: 10px;
}
.c-feature-box:not(:last-of-type) {
  margin-bottom: 7rem;
}
.c-feature-box {
  padding: 5.5rem 5rem;
}
.c-feature-box .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
}
.c-feature-box h3 {
  padding-left: 12.4rem;
  margin: 1rem 0 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(40/24);
  
  
}
.c-feature-box p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(36/18);
}
.c-feature-box__row {
  display: -webkit-flex;
  display: flex;
  column-gap: 6rem;
}
.c-feature-box__col.--contents {
  flex: 1;
  position: relative;
}
.c-feature-box__col.--image {
  width: calc( 400 / 990 * 100% );
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
.about-feature {
  padding: 5rem 0;
  background: #EFF7FF;
}
.about-feature .c-heading {
  position: relative;
  font-size: 2.5rem;
  line-height: calc(45/30);
  font-weight: bold;
  text-align: center;
  color: #004EA2;
  
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
}
.about-feature .c-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 2px;
    background: #014DA2;
}

.about-feature .headline {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  
  margin-bottom: 4.5rem;
}

.c-feature-box {
  background: #fff;
  border-radius: 10px;
}
.c-feature-box:not(:last-of-type) {
  margin-bottom: 6rem;
}
.c-feature-box {
  padding: 5rem 1.5rem;
}
.c-feature-box .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
}
.c-feature-box h3 {
  margin: 0 0 3rem 7rem;
  padding-left: 0;
  font-size: 2rem;
  line-height: calc(40/24);
  
}
.c-feature-box p {
  font-size: 1.4rem;
  line-height: calc(28/14);
}
.c-feature-box__row {
  flex-direction: column;
  row-gap: 3.5rem;
}
.c-feature-box__col.--contents {
  flex: 1;
  position: relative;
}
.c-feature-box__col.--image {
  margin: 0 auto;
  width: 100%;
  max-width: 26.2rem;
}
}

/* --------------------------------------------------------
 * ABOUT / 
 * ----------------------------------------------------- */
.about-int {
  border-top: 5px #014DA2 solid;
  padding: 1px 0;
  background: #F4F6FA;
}

.about-future {
    padding: 9rem 0;
}
.about-future .c-heading {
  position: relative;
  font-size: 3rem;
  line-height: calc(45/30);
  font-weight: bold;
  text-align: center;
  color: #004EA2;
  
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
}
.about-future .c-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 58px);
    display: block;
    width: 116px;
    height: 4px;
    background: #014DA2;
}

.about-future h3 {
  margin-bottom: 3.8rem;
  font-size: 2.4rem;
  line-height: calc(40/24);
  font-weight: bold;
  text-align: center;
}
.about-future .headline {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  
  margin-bottom: 5.5rem;
}
.about-future .c-image {
  margin: 9rem auto 0;
  max-width: 78.6rem;
}
@media (max-width: 768px) {
.about-future {
    padding: 5rem 0;
}
.about-future .c-heading {
  font-size: 2.5rem;
  line-height: calc(40/25);
  
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
}
.about-future .c-heading:after {
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
}

.about-future h3 {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: calc(36/18);
}
.about-future .headline {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  
  margin-bottom: 3.5rem;
}
.about-future .c-image {
  margin: 0 auto 0;
  max-width: 32rem;
}
}


