@charset "UTF-8";
.pc{
  display: block;
}
.sp{
  display: none;
}

body {
  min-width: 100%;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-height: 100vh;
  min-width: 1280px;
  color: #222222;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.inbox {
  width: 1200px;
}

.heading {
  font-size: 2.625rem;
  font-weight: 700;
}
.heading span {
  color: #045C9C;
}

.title {
  font-weight: 700;
}

#header {
  width: 100%;
  height: 100px;
  background: #fff;
}

.header__inner {
  height: inherit;
  padding: 0 24px;
}

.header__name {
  width: 300px;
}
.header__name .sp{
  display: none;
}

.header-list {
  width: calc(100% - 300px);
}
.header-list li {
  margin-right: 20px;
}
.header-list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px){
  .header-list{
    display: none !important;
  }
}
.header-btn {
  line-height: 1.5;
  border-radius: 24px;
  font-weight: 700;
  padding: 8px 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
/* 言語選択ボタン */
.language_select-btn{
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #045C9C;
  font-size: 18px;
  margin-right: 15px;
  border-bottom: 1px solid #045C9C;
}
.language_select-btn i{
  /* font-size: 20px; */
  margin-right: 2px;
}

.language_select-btn:hover{
  opacity: 0.7;
}


.contact-btn {
  background-color: #fff;
  border: 1px solid #045C9C;
  color: #045C9C;
  width: 144px;
}

.login-btn {
  width: 112px;
  background-color: #DBA11C;
  color: #fff;
}

#mv {
  background: #045C9C;
  height: 524px;
}

.mv-title {
  width:641px;
  font-size: 4rem;
  color: #fff;
  line-height: 1.22;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.mv-title img{
  margin-bottom: 10px;
}
.mv-title img:last-of-type{
  margin-bottom: 0;
}
.mv-title span {
  font-size: 1.75rem;
}

.mv-btn__wrap {
  margin-top: 64px;
}

.mv-btn {
  border-radius: 28px;
  font-weight: 700;
  padding: 12px 50px;
  margin-right: 1.5rem;
}

.mv-img {
  width: 39%;
  margin-left: 2%;
  min-width: 600px;
  max-width: 800px;
}

.sv {
  padding: 83px 0 84px 0;
  background-color: #045C9C;
}

.sv__inner {
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
}

.sv__heading {
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
}

.ai-cms {
  padding: 80px 0;
}

.ai-cms__heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 42px;
}

.ai-cms__inner {
  margin-top: 40px;
}

.ai-cms__content {
  width: 650px;
  margin-right: 2%;
}

.ai-cms__sentence {
  padding: 0 25px;
}

.ai-cms-img {
  width: 37.6%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px 0 rgba(0, 76, 147, 0.08);
}

.ai-cms__title {
  margin-bottom: 30px;
  font-size: 30px;
}

.ai-cms__text {
  margin: 1.5rem 0;
  letter-spacing: 0;
}

.ai-cms__list li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.5rem;
}
.ai-cms__list li span {
  color: #045C9C;
}
.attention{
  font-size: 14px;
}
.ai-cms__list .attention{
  color:#222;
  font-size: 14px;
  font-weight: 400;
}

.top-aws-ai_list_wrap{
  margin: 0 auto;
  max-width: 1200px;
}

.top-aws-ai_list{
  text-align: left;
  display: inline-block;
}
.top-aws-ai_list li{
  margin-top: 8px;;
}
.awg-ai {
  padding: 80px 0;
  background-color: #F7F9FD;
}

.awg-ai__heading {
  text-align: center;
  font-size: 42px;
}

.awg-ai__text-bx {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.awg-ai__text-bx-wrap {
  display: flex;
  align-items: center;
}


.awg-ai__text-bx-wrap::before,
.awg-ai__text-bx-wrap::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #045C9C;
}

.awg-ai__text-bx-wrap::before {
  margin-right: 1.5rem;
}

.awg-ai__text-bx-wrap::after {
  margin-left: 1.5rem;
}

.awg-ai__text-bx-title {
  font-size: 28px;
  font-weight: 700;
}

.awg-ai__text-bx-title .blue-text {
  color: #045C9C;
}

.awg-ai__text-bx p:last-of-type {
  margin-bottom: 0;
}

.awg-ai__text-bx .awg-ai__text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}

.awg-ai__text-bx .attention {
  font-size: 16px;
}

.awg-ai__cards {
  width: 1200px;
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.awg-ai__card {
  flex-direction: column;
  background-color: #fff;
  padding-top: 35px;
  border-radius: 6px;
  box-shadow: 0 8px 32px 0 rgba(0, 76, 147, 0.08);
}

.awg-ai__card.card1 .card__img {
  margin-top: 42px;
}

.awg-ai__card.card2 .card__img {
  margin-top: 19px;
}

.awg-ai__card.card3 .card__img {
  margin-top: 1px;
}

.awg-ai__card.card4 .card__img {
  margin-top: 18px;
}

.awg-ai__card.card5 .card__img {
  margin-top: 22px;
}

.awg-ai__card.card6 .card__img {
  margin-top: 40px;
}

.card__number {
  width: 46px;
  height: 46px;
  color: #fff;
  background-color: #045C9C;
  border-radius: 50%;
  font-size: 24px;
  line-height: 46px;
}

.card__title {
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
  font-size: 1.5rem;
}

#top-release {
  padding: 80px 0;
}

.release__inner {
  width: 1200px;
  box-sizing: border-box;
  padding: 40px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 8px 32px 0 rgba(0, 76, 147, 0.08);
  border-radius: 6px;
}

.release__heading {
  width: 200px;
}

.release__list {
  width: 830px;
}

.release__list-link {
  /* display: block; */
  display: flex;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  /* text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
}

.release__list-link::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.release__list-link:not(:first-child) {
  margin-top: 16px;
}

.advantage {
  padding: 74px 0 88px;
  background-color: #F7F9FD;
}

.advantage__inner {
  width: 1180px;
  margin: 0 auto;
}

.advantage__heading {
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
}

.advantage-introduction:not(:first-of-type) {
  margin-top: 79px;
}

.advantage-introduction:nth-child(even) .advantage-introduction__img {
  order: 2;
}
.advantage-introduction:nth-child(even) .advantage-introduction__sentence {
  order: 1;
}

.advantage-introduction__img {
  width: 560px;
}
.advantage-introduction__img img {
  width: 100%;
  /* aspect-ratio: 560/371; */
  /* object-fit: cover;
  overflow: hidden; */
  border-radius: 6px;
  box-shadow: 0 8px 32px 0 rgba(0, 76, 147, 0.08);
}

.advantage-introduction__img.two-img {
  width: 485px;
  margin-right: 60px;
}
.advantage-introduction__img.two-img img {
  /* aspect-ratio: 223/371;
  object-fit: cover; */
  border-radius: 6px;
  box-shadow: 0 8px 32px 0 rgba(0, 76, 147, 0.08);
  margin-right: 39px;
}
.advantage-introduction__img.two-img img:last-of-type {
  margin-right: 0;
}

.advantage-introduction__sentence {
  width: 50%;
}
.advantage-introduction__sentence .attention {
  margin-top: 0.5rem;
}

.sentence-title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 30px;
}
.sentence-title .blue {
  color: #045C9C;
}
.sentence-title .asterisk {
  font-size: 16px;
}

.advantage-introduction__list {
  margin-top: 2rem;
  list-style-position: inside;
}
.advantage-introduction__list li {
  font-weight: 700;
  margin-top: 1rem;
  padding-left: 1em;
    text-indent: -1em;
}

.function {
  padding: 80px 0;
}

.function__inner {
  width: 1200px;
  margin: 0 auto;
}

.function__heading {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}

.functions {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.625rem;
  grid-row-gap: 5rem;
}

.function-introduction__img {
  width: 17.5rem;
  height: 11.875rem;
  margin: 0 auto;
}
.function-introduction__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.function-introduction__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
  line-height: 1;
}
.function-introduction__title span {
  font-size: 1rem;
}

.function-introduction__text {
  margin-top: 1rem;
}

#top-trial {
  padding: 80px 0;
}

.trial__inner {
  width: 1040px;
  background-color: #045C9C;
  padding: 90px 80px 60px 80px;
  border-radius: 6px;
  margin: 0 auto;
}

.trial-img {
  width: 400px;
}
.trial-img img {
  width: 100%;
  aspect-ratio: 397/375;
  object-fit: cover;
}

.trial-content {
  width: 600px;
}

.trial-content___logo {
  margin-bottom: 10px;
}

.trial-content__heading {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.trial-content__text {
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 40px;
}

.trial-content__btn {
  border-radius: 38px;
  font-weight: 700;
  width: 220px;
  text-align: center;
  display: block;
  padding: 20px 10px;
  margin-right: 1.5rem;
  background-color: #fff;
  color: #045C9C;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.trial-content__attention {
  color: #FFFFFF;
  line-height: 1.6;
  font-size: 1.2rem;
}

.release-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 25px 2.5rem 25px;
}

.release-content__heading {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.6;
}

.release-content__text {
  line-height: 1.6;
  margin-top: 2.5rem;
  margin: 2.5rem 0 2.6875rem 0;

  min-height: 300px;
}

.release__next {
  padding-left: 2.1875rem;
  position: relative;
}

.release__next::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 35%;
  left: 0.666875rem;
  width: 6px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 6px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #666666;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #666666;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(225deg);
}

#footer {
  background: #F5F5F5;
  padding: 80px 0 24px;
}

.footer__inner {
  margin: 0 auto;
  width: 1200px;
}

.footer__name {
  width: 300px;
  margin-bottom: 30px;
}

.footer-nav__inner {
  height: inherit;
}

.footer-nav-list {
  height: inherit;
}
.footer-nav-list li a {
  display: flex;
  padding: 0 15px;
  align-items: center;
}

.copyright {
  margin-top: 25px;
  text-align: right;
}

.inner {
  width: 100%;
  max-width: 1080px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

a:hover {
  opacity: 0.7;
}

time{
  font-size: 12px;
}
#release_index {
  padding: 80px 0;
  min-height: 300px;
}
.release_index_inner {
  width: 1200px;
  box-sizing: border-box;
  padding: 40px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0 8px 32px 0 rgba(0, 76, 147, 0.08);
  border-radius: 6px;
}
.release_index_list {
  width: 100%;
}

.release_index_list time{
  width: 20%;
  /* margin-right: 40px; */
}
.release_index_list span{
  display: block;
  width: 80%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  /* max-height: 24px; */
}
.release_index .release__inner{
  margin-bottom: 40px;
}
.release_index_link{
  width: 1200px;
  margin: 40px auto 0;
}



@media screen and (max-width: 767px){
  body {
    min-width:100%;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  #header{
    height:50px;
  }
  .header__inner {
    padding: 0 16px;
  }
  .header__name{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__name a{
  display: flex;
  align-items: center;
  height: 50px; 
  }
  .header__name .sp{
    display: flex;
  }
  header div a img{
    width:122px;
  }
  #mv{
    min-height: fit-content;
    padding: 16px 16px;
    padding-top: 50px;
  }
  #mv .mv-l{
    width: 100%;
  }
  .mv-btn__wrap.flex{
    flex-direction: row;
    justify-content: space-around;
  }
  .mv-btn{
    margin-right:0;
    padding: 0;
  }
  .contact-btn{
    padding: 12px 32px;
  }
  .login-btn{
    padding: 12px 44px;
  }
  .mv-btn__wrap{
    margin: 48px 0;
  }
  mv-btn__wrap.li{
    width:calc(50vw - 48px)
  }
  .catch_sp_e{
    width:70vw;
    margin-bottom: 16px;
  }
  .catch_sp_j{
    width:70vw;
  }
  .inner {
    width:40vw;
  }
  .functions {
    grid-template-columns: repeat(1, 1fr);
  }

  .mv__inner {
    max-width: 100%;
  }
  .mv-title{
    width:100%;
  }
  .mv-img{
    min-width: 100%;
  }

  .ai-cms{
    padding: 40px 16px 80px;
  }
  .ai-cms__sentence{
    padding: 0;
  }
  .ai-cms__content {
    min-width: 100%;
  }
  .ai-cms__content {
    width: 100%;
  }
  .ai-cms__list li{
    font-size: 1.9rem;
  }
  .ai-cms-img {
    width: 100%;
    margin-top: 40px;
  }
  .title{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .ai-cms__heading{
    margin-bottom: 32px;
    font-size: 6.2vw;
  }

  .awg-ai{
  padding: 80px 16px;
  }
  .awg-ai__heading{
  font-size: 6.2vw;
  } 

  .awg-ai__text-bx-title {
    font-size: 22px;
  }

  .awg-ai__text-bx .awg-ai__text{
  font-size: 18px;
  }
  .awg-ai__text-bx .attention{
  font-size: 14px;
  }
  .awg-ai__card{
    padding-top: 32px;
  }

  .release__inner{
    width:100%;
    padding: 40px 16px;
  }
  .release__heading {
    text-align: center;
    margin-bottom: 40px;
  }
  .release__list{
    width:100%;
  }





  .advantage {
    padding: 80px 16px;
  }
  .advantage__inner{
    width:100%;
  }
  .advantage__heading {
    font-size: 6.2vw;
  }
  .advantage-introduction__img{
    width:100%;
    order: 1;
    margin-top: 32px;
  }
  .advantage-introduction__img.two-img{
    width:100%;
  }
  .advantage-introduction__sentence{
    width:100%
  }
  .sentence-title {
    font-size: 24px;
  }



  .function{
    padding: 80px 16px;
  }
  .function__inner{
    width:100%;
  }
  .function__heading {
    font-size: 6.2vw;
    text-align: center;
    margin-bottom: 40px;
  }
  .functions {
    grid-template-columns: repeat(2, 1fr);
}
  .function-introduction{
    width:calc(50vw - 26px);
  }
  .function-introduction__img{
    width:100%;
  }
  .function-introduction__title {
    font-size: 1.8rem;
  }

  #top-trial{
    padding-bottom: 0;
  }
  .trial__inner{
    width:calc(100vw - 32px);
    padding:40px 16px;
    border-radius: 0;
  }
  .trial-content{
    width: 100%;
  }
  .trial-content__heading{
    font-size: 6.2vw;
  }
  .trial-content___logo{
    width:90vw;
  }
  .trial-img{
    margin-top: 40px;
    width: 100%;
    order: 1;
  }
  .trial-content__btn{
    width: calc(100vw - 32px);
    margin-right: 0;
  }
  .advantage-introduction__img.two-img img{
    aspect-ratio: 18/16; 
    object-fit: contain;
  }

  .awg-ai__cards {
    grid-template-columns: repeat(1, 1fr);
    width:100%;
  }
 
  #footer{

    padding:40px 16px 0;
  }
  .footer__inner {
    width:100%;
    margin:0 auto;
  }
  .footer-nav-list li a {
    margin-bottom: 16px;
  }

  .sv {
    padding: 40px 0;
  }
  .sv__heading{
    font-size: 3rem;
  }
  .sv__inner {
    max-width: 100%;
    padding: 0 16px;
  }
  .release-content {
    padding: 40px 16px;
  }
  .release-content__text {
    margin: 40px 0;
  }
  .release_index_inner {
    width:calc(100vw - 32px);
    padding: 40px 16px;
    margin-bottom: 40px;
  }
  .release_index_list .release__list-link{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  .release_index_link{
    width:calc(100vw - 32px);
    margin: 40px auto 0;
  }

  .release_index_list time{
    width: 100%;
    /* margin-right: 40px; */
  }
  .release_index_list span{
    width: 100%;
  }
}


  /*APPセクション*/
  .sp-none {
    display: block;
  }

  .sb-app-link {
    padding: 50px 0;
  }

  .sb-app-link .more-btn {
    width: 30%;
    margin: 0 auto;
    display: block;
  }


  .sb-store {
    margin-top: 30px;
  }

  .sb-store .com-sb-store {
    text-align: center;
    width: 510px;
    background: #f5f5f5;
    padding: 25px 0 30px;
    margin-right: 30px;
  }

  .sb-store .com-sb-store:last-child {
    margin-right: 0;
  }

  .sb-store .sb-store-ttl {
    color: #029b43;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
  }

  .sb-store .sb-store-ttl:before {
    content: '';
    position: absolute;
    display: block;
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    width: 0;
    height: 0;
    border: solid 16px transparent;
    border-top: solid 16px #029b43;
    margin-left: -16px;
  }

  .sb-store .sb-store-link li {
    margin-right: 30px;
  }

  .sb-store .sb-store-link li:last-child {
    margin-right: 0;
  }

  @media screen and (max-width:768px) {
    .sp-none {
      display: none;
    }

    /*APPセクション*/
    .sb-app-link {
      padding: 20px 0;
    }

    .sb-app-link .more-btn {
      /* width: 30%; */
      margin: 0 auto;
    }


    .sb-store {
      margin-top: 15%;
      flex-direction: row !important;
    }

    .sb-store .com-sb-store {
      text-align: center;
      width: 49%;
      background: #f5f5f5;
      padding: 25px 0 30px;
      margin-right: 2%;
    }

    .sb-store .com-sb-store:last-child {
      margin-right: 0;
    }

    .sb-store .sb-store-ttl {
      color: #029b43;
      font-weight: 700;
      font-size: 6vw;
      margin-bottom: 8%;
      position: relative;
      padding-bottom: 5%;
    }

    .sb-store .sb-store-ttl:before {
      content: "";
      position: absolute;
      display: block;
      top: auto;
      right: auto;
      bottom: -2vw;
      left: 50%;
      width: 0;
      height: 0;
      border: solid 2vw transparent;
      border-top: solid 2vw #029b43;
      margin-left: -2vw;
    }
    .sb-store .sb-store-link li{
      margin: 0;
    }
    .sb-store .sb-store-link li:last-child {
      margin-right: 0;
    }

    #simplereserve .more-btn img {
      width: 60% !important;
    }

    #coopon-plus .more-btn img {
      width: 40% !important;
    }

  }