@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans SC", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }

a {
  text-decoration: none; }

#main {
  padding-top: 0; }

.hero {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%; }
  .hero__img {
    width: 100%; }

.title {
  margin-top: 120px;
  position: relative; }
  .title span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0 20px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: bold;
    vertical-align: bottom; }
    .title span img {
      margin-right: 20px;
      height: auto; }
  .title::before {
    content: "";
    width: 100%;
    max-width: 1600px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  @media (max-width: 1600px) {
    .title::before {
      width: 90%; } }
  @media (max-width: 768px) {
    .title {
      margin-top: 70px; }
      .title span {
        font-size: 28px; }
        .title span img {
          margin-right: 12px;
          width: 32px; }
      .title::before {
        width: 95%; } }
  @media (max-width: 480px) {
    .title span {
      font-size: 20px; }
      .title span img {
        margin-right: 8px;
        width: 24px; } }

.model__text {
  font-size: 30px;
  text-align: center; }
.model__listWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 40px; }
.model__listItem:not(:first-child) {
  margin-left: 12px; }
.model__listButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 80px;
  font-size: 26px;
  color: #fff;
  background: #223a70;
  transition: opacity .3s ease; }
  .model__listButton--th {
    font-size: 20px; }
  .model__listButton:hover {
    opacity: .7;
    color: #fff; }
@media (max-width: 768px) {
  .model__listWrapper {
    flex-wrap: wrap;
    margin-top: -12px;
    margin-left: -12px; }
  .model__listItem {
    margin-top: 12px;
    margin-left: 12px; }
  .model__listButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 174px;
    height: 80px;
    font-size: 26px;
    color: #fff;
    background: #223a70; }
    .model__listButton--th {
      font-size: 16px !important; } }
@media (max-width: 480px) {
  .model__text {
    font-size: 18px; }
  .model__listButton {
    width: 150px;
    height: 74px;
    font-size: 22px; } }

.section__wrapper {
  margin-top: 32px !important;
  padding-top: 0 !important; }
.section__title {
  display: block;
  padding: 32px 0;
  margin: 172px auto 0;
  width: 100%;
  max-width: 1600px;
  text-align: center;
  color: #223a70;
  font-size: 36px;
  border-top: 1px solid #223a70;
  border-bottom: 1px solid #223a70; }
  @media (max-width: 1600px) {
    .section__title {
      width: 90%; } }
.section__wrapper:first-of-type .section__title {
  margin-top: 40px !important; }
.section__imgWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
  width: 100%;
  max-width: 1600px; }
  @media (max-width: 1600px) {
    .section__imgWrapper {
      width: 90%; } }
.section__img {
  width: 49%; }
.section__text {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 40px auto 0;
  font-size: 18px; }
  @media (max-width: 1600px) {
    .section__text {
      width: 90%; } }
.section__listWrapper {
  padding-left: 0;
  margin-top: 72px;
  list-style: none; }
.section__listItem {
  display: block;
  margin: 0 auto;
  width: 800px;
  font-size: 26px;
  border: 1px solid #223a70;
  position: relative; }
  .section__listItem:not(:first-child) {
    margin-top: 32px; }
  .section__listItem::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%); }
  .section__listItem--blankWhite::after {
    background: url("../images/icon-target-white.png"); }
  .section__listItem--blankBlue::after {
    background: url("../images/icon-target-blue.png"); }
  .section__listItem--gray {
    border: 1px solid #ddd; }
    .section__listItem--gray::after {
      background: url("../images/icon-target-white.png"); }
  .section__listItem--anker::after {
    width: 15px;
    background: url("../images/icon-arrow.png");
    background-repeat: no-repeat;
    background-size: contain; }
.section__listButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 80px;
  transition: opacity .3s ease;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.6; }
  .section__listButton:hover {
    opacity: .7; }
  .section__listButton--big {
    height: 140px; }
  .section__listButton--blue {
    color: #fff;
    background: #223a70; }
    .section__listButton--blue:hover {
      color: #fff; }
  .section__listButton--white {
    color: #223a70;
    background: #fff; }
    .section__listButton--white:hover {
      color: #223a70; }
  .section__listButton--gray {
    color: #fff !important;
    background: #ddd;
    cursor: default; }
    .section__listButton--gray:hover {
      opacity: 1; }
@media (max-width: 768px) {
  .section__title {
    margin-top: 120px;
    width: 95%;
    font-size: 26px; }
  .section__wrapper:first-of-type .section__title {
    margin-top: 40px; }
  .section__imgWrapper {
    margin-top: 20px;
    flex-direction: column; }
  .section__img {
    display: block;
    width: 70%;
    margin-top: 20px; }
  .section__text {
    display: block;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto; }
  .section__listWrapper {
    margin-top: 20px; }
  .section__listItem {
    width: 90%;
    font-size: 16px; }
    .section__listItem:not(:first-child) {
      margin-top: 16px; } }
@media (max-width: 480px) {
  .section__title {
    font-size: 20px; }
  .section__imgWrapper {
    flex-direction: column; }
  .section__listItem {
    font-size: 14px; }
    .section__listItem::after {
      right: 8px; }
  .section__listButton--big {
    height: 80px; } }

#banner {
  padding-top: 0;
  margin-top: 70px; }
  #banner .wrap {
    width: calc(100% - 2em);
    margin: auto; }
  #banner .rentalcar {
    position: relative;
    padding-top: 160px; }
    #banner .rentalcar p {
      width: 728px;
      height: 90px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 768px) {
        #banner .rentalcar p {
          width: 100%;
          height: 90px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: 0 auto; } }
      #banner .rentalcar p img {
        max-width: 100%;
        height: auto;
        vertical-align: top; }
  #banner #main h2 {
    font-size: 2em;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a1a1a;
    fill: #1a1a1a;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em; }
  #banner a {
    color: #223a70;
    fill: #223a70;
    text-decoration: underline;
    transition-property: color,background,background-color,background-size,border,border-color,box-shadow,fill,filter,opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out; }
    @media (max-width: 768px) {
      #banner a {
        height: 100%;
        width: auto; } }
  #banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-left: -2em; }
    @media (max-width: 768px) {
      #banner ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        list-style: none;
        padding: 0 14%; } }
    #banner ul li {
      width: calc(24% - 1.125em);
      margin-left: 2em; }
      @media (max-width: 768px) {
        #banner ul li {
          height: 100%;
          width: auto; } }
      #banner ul li img {
        max-width: 100%;
        height: auto;
        vertical-align: top; }

#movie {
  background: #1a1a1a;
  color: #fff;
  fill: #fff;
  padding-top: 4em;
  padding-bottom: 4em; }
  #movie h2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    fill: #fff !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold; }
    #movie h2 i {
      margin-right: 0.3em;
      font-size: 1.2em;
      line-height: 1em;
      color: #fff; }
  #movie .wrap {
    max-width: 940px;
    width: calc(100% - 2em);
    margin: auto; }
  #movie .youtube {
    position: relative;
    padding-top: 66.66%; }
    #movie .youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*# sourceMappingURL=index_add2022.css.map */
