@charset "UTF-8";
/* 共通 */
.bebas-neue {
  color: #05479E;
}

.bdr-bk {
  border-top: solid 1px #000;
}

.obi-title {
  padding: .4em;
  background-color: #05479E;
  color: #fff;
  text-align: center;
}

.bg-gray {
  background-color: #F5F5F5;
}

.color-blue {
  color: #05479E;
}

.color-gray {
  color: #404040;
}

.bg-gold {
  background-color: #fff;
  color: #fff;
}

.bg-gold2 {
  background-color: #fff;
  color: #fff;
}

.color-white {
  color: #fff;
}

.color-gold {
  color: #fff;
}

sup {
  color: #000;
}

/* メインビジュアル */
/* メインセクション */
@media screen and (min-width: 768px) {
  .main-section {
    padding: 100px 0;
  }
  .main-section .main-copy {
    font-size: 1.7rem;
    line-height: 2.2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    padding: 40px 0 60px;
  }
  .main-section .main-title {
    margin-bottom: 20px;
    font-size: 2.8rem;
    text-align: center;
  }
  .main-section .main-copy {
    font-size: 1.6rem;
  }
}

/* サブセクション */
@media screen and (min-width: 768px) {
  .sub-section {
    padding: 0 0 140px;
  }
  .sub-section .flex-container.half {
    display: flex;
    flex-wrap: wrap;
  }
  .sub-section .flex-container.half > * {
    width: 47%;
    margin-top: 0;
    margin-left: 6%;
  }
  .sub-section .flex-container.half > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .sub-section .flex-container.half > *:nth-child(2n - 1) {
    margin-left: 0;
  }
  .sub-section .bdr-bk {
    margin-bottom: 100px;
  }
  .sub-section .sub-header {
    text-align: center;
  }
  .sub-section .sub-sub-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .sub-section .sub-sub-title::before {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background: #05479E;
  }
  .sub-section .sub-title {
    margin-bottom: 80px;
    font-size: 4rem;
  }
  .sub-section .obi-title {
    margin: 140px 0 50px;
    font-size: 1.8rem;
  }
  .sub-section .obi-title:first-child {
    margin: 60px 0 50px;
  }
  .sub-section .flex-item .obi-title {
    margin: 0 0 50px;
  }
  .sub-section .flex-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
  }
  .sub-section .flex-option {
    width: 40%;
  }
  .sub-section .flex-option-link {
    flex: 1;
    padding-left: 20px;
  }
  .sub-section .text {
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .sub-section {
    padding: 0 0 60px;
  }
  .sub-section .flex-container.half .flex-item:not(:first-of-type) {
    margin-top: 30px;
  }
  .sub-section .bdr-bk {
    margin-bottom: 40px;
  }
  .sub-section .sub-header {
    text-align: center;
  }
  .sub-section .sub-sub-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .sub-section .sub-sub-title::before {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background: #05479E;
  }
  .sub-section .sub-title {
    margin-bottom: 40px;
    font-size: 2.1rem;
  }
  .sub-section .obi-title {
    margin: 40px 0 20px;
    font-size: 1.6rem;
  }
  .sub-section .flex-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
  }
  .sub-section .flex-option {
    width: 33%;
    max-width: 160px;
  }
  .sub-section .flex-option-link {
    flex: 1;
    padding-left: 10px;
  }
  .sub-section .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/* コラム */
@media screen and (min-width: 768px) {
  .column {
    margin-top: 70px;
    padding: 50px 5%;
    position: relative;
  }
  .column .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .column .flex-container > * {
    width: 47%;
    margin-top: 0;
    margin-left: 6%;
  }
  .column .flex-container > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .column .flex-container > *:nth-child(2n - 1) {
    margin-left: 0;
  }
  .column .column-title {
    margin-bottom: 40px;
    font-size: 2.4rem;
    text-align: center;
  }
  .column .img-cap {
    margin-bottom: .8em;
    font-size: 1.8rem;
    text-align: center;
  }
  .column .column-text {
    margin-top: 1em;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .column::before {
    content: '';
    display: block;
    width: 184px;
    height: 70px;
    background: url(../images/index/fukidashi.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-430px, 0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .column::before {
    content: '';
    display: block;
    width: 184px;
    height: 70px;
    background: url(../images/index/fukidashi.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-320px, 0);
  }
}

@media screen and (max-width: 767px) {
  .column {
    margin-top: 60px;
    padding: 30px 5%;
  }
  .column .flex-container .flex-item:not(:first-of-type) {
    margin-top: 30px;
  }
  .column .column-title {
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
  }
  .column .img-cap {
    margin-bottom: .8em;
    font-size: 1.6rem;
    text-align: center;
  }
  .column .column-text {
    margin-top: 1em;
  }
}

/* 個別スタイル */
@media screen and (min-width: 768px) {
  #sub04 .option-text {
    margin: 40px 0;
  }
  #sub04 .obi-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #sub04 .option-text {
    margin: 20px 0;
  }
}

.btn-arrow a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #fff;
  padding: 0 0;
  padding-left: 1em;
  background-image: url(../images/chevron-right-solid.svg);
  background-position: left top 0.3em;
  background-size: auto 1em;
  border-radius: 0;
  font-weight: normal;
  font-size: 1.6rem;
}

.btn-arrow a.hovering {
  color: #05479E;
}

.btn-movie a {
  display: block;
  background-color: #05479E;
}

.btn-movie a img {
  transition: opacity .2s;
}

.btn-movie a.hovering img {
  opacity: .6;
}
/*# sourceMappingURL=index.css.map */