@charset "UTF-8";
@media screen and (min-width: 769px) {
  @font-face {
    font-family: 'din';
    src: url("font/din.ttf") format("truetype"), url("font/din.woff") format("woff");
  }
  /*
* firstview
*/
  .hero {
    width: 100%;
    padding-top: 18.1%;
    top: 80px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .hero-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../corporate/img/corporate_hero_bg.png) no-repeat;
    background-size: 100%;
  }
  .hero-background__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .hero-textcontainer {
    position: absolute;
    top: 50%;
    left: 14.44444vw;
    transform: translateY(-50%);
    z-index: 3;
    overflow: hidden;
  }
  .hero__title {
    width: 41.94444vw;
    font-size: 2.5vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.08em;
    color: #ffffff;
  }
  .hero__title img {
    width: 100%;
  }
  .hero__title svg {
    width: 100%;
    fill: #ffffff;
    overflow: visible;
  }
  .hero__title svg .main_text {
    opacity: 0;
  }
  .corporate {
    padding: 160px 20px 70px;
    width: 100%;
  }
  .corporate-container {
    max-width: 1064px;
    margin: 0 auto;
  }
  .corporate-container__title {
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #2352a7;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 5px;
    border-bottom: 2px solid #2352a7;
  }
  .corporate-container--policy {
    margin: 0 auto 40px;
    position: relative;
  }
  .corporate-container--information {
    margin: 90px auto 40px;
    position: relative;
  }
  .corporate__title {
    font-size: 23px;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.08em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
  }
  .corporate__title--blue {
    color: #2352a7;
  }
  .corporate-lists {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .corporate-list {
    width: 100%;
    overflow: hidden;
  }
  .corporate-list--md {
    width: 480px;
    height: 130px;
  }
  .corporate-list--md:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .corporate-list--md i.arrow {
    right: 25px;
  }
  .corporate-list--sm {
    width: 310px;
    height: 100px;
  }
  .corporate-list--sm:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .corporate-list--sm i.arrow {
    right: 16px;
  }
  .corporate-list--sm .button .button__bg {
    width: 50px;
    height: 50px;
  }
  .corporate-list--center {
    margin-left: auto;
    margin-right: auto;
  }
  .corporate-list--ml {
    margin-left: auto;
    margin-right: 23px;
  }
  .corporate-list--mr {
    margin-right: auto;
    margin-left: 23px;
  }
  .corporate .button {
    background-image: -moz-linear-gradient(0deg, #0bc1f5 0%, #1b68ce 42%, #2440b6 85%, #101da0 100%);
    background-image: -webkit-linear-gradient(0deg, #0bc1f5 0%, #1b68ce 42%, #2440b6 85%, #101da0 100%);
    background-image: -ms-linear-gradient(0deg, #0bc1f5 0%, #1b68ce 42%, #2440b6 85%, #101da0 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    background-size: 100% 100%;
  }
  .corporate .button__bg {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .corporate .button__bg.grad-blue {
    transition: all 0.2s;
    top: 0px;
    background: url(../corporate/img/tri_blue.png) no-repeat;
    background-size: cover;
  }
  .corporate .button-link__inner i.arrow {
    width: 16px;
    height: 31px;
    background: url(../corporate/img/arrow_w.svg) no-repeat;
    background-size: contain;
  }
  .corporate .button-link__inner:hover .grad-blue {
    top: 0%;
    background: url(../corporate/img/tri_blue.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*
* firstview
*/
  .corporate-lists--policy {
    max-width: 1024px;
    width: 100%;
    display: block;
  }
  .corporate-lists--information {
    width: 670px;
  }
  .corporate-list--md {
    margin-left: auto;
    margin-right: auto;
  }
  .corporate-list--sm:last-of-type {
    margin-left: auto;
  }
  .corporate-list--ml {
    margin-left: auto;
    margin-right: 0;
  }
  .corporate-list--mr {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  @font-face {
    font-family: 'din';
    src: url("font/din.ttf") format("truetype"), url("font/din.woff") format("woff");
  }
  /*
* firstview
*/
  .hero {
    width: 100%;
    padding-top: 39.2vw;
    top: 15.2vw;
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .hero-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-background__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../corporate/img/corporate_hero_bg_sp.png) no-repeat;
    background-size: 100%;
  }
  .hero-background__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .hero-textcontainer {
    position: absolute;
    width: 92vw;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
    z-index: 3;
    overflow: hidden;
  }
  .hero__title {
    width: 100%;
    font-size: 4.8vw;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.08em;
    color: #ffffff;
  }
  .hero__title img {
    width: 100%;
  }
  .hero__title svg {
    width: 100%;
    fill: #ffffff;
    overflow: visible;
  }
  .hero__title svg .main_text {
    opacity: 0;
  }
  .corporate {
    padding-top: 24.53333vw;
    padding-bottom: 6.13333vw;
    width: 100%;
  }
  .corporate-lists {
    margin: 0 auto;
  }
  .corporate-list {
    width: 100%;
    height: 24.8vw;
    margin-bottom: 6.66667vw;
    overflow: hidden;
  }
  .corporate__title {
    font-size: 4.26667vw;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.06em;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
  }
  .corporate__title--blue {
    color: #2352a7;
  }
  .corporate-container {
    width: 92vw;
    position: relative;
    margin: 0 auto;
  }
  .corporate-container__title {
    font-size: 5.33333vw;
    font-family: noto-sans-cjk-jp, "Noto Sans CJK JP", ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.06em;
    color: #2352a7;
    padding-bottom: 2vw;
    border-bottom: 1px solid #2352a7;
  }
  .corporate-container--policy {
    margin: 0 auto 6.66667vw;
  }
  .corporate-container--information {
    margin: 12vw auto 6.66667vw;
    background-size: contain;
  }
  .corporate .button {
    background-image: -moz-linear-gradient(0deg, #0bc1f5 0%, #1b68ce 42%, #2440b6 85%, #101da0 100%);
    background-image: -webkit-linear-gradient(0deg, #0bc1f5 0%, #1b68ce 42%, #2440b6 85%, #101da0 100%);
    background-image: -ms-linear-gradient(0deg, #0bc1f5 0%, #1b68ce 42%, #2440b6 85%, #101da0 100%);
  }
  .corporate .button__bg {
    width: 15.33333vw;
    height: 15.33333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .corporate .button__bg.grad-blue {
    background: url(../corporate/img/tri_blue.png) no-repeat;
    background-size: cover;
  }
  .corporate-link {
    margin-top: 5.33333vw;
    margin-right: auto;
    margin-left: auto;
    width: 76vw;
  }
  .corporate-link__inner {
    letter-spacing: 0;
  }
  .corporate-link__inner i.arrow {
    width: 3.2vw;
    height: 6vw;
    background: url(../corporate/img/arrow_w.svg) no-repeat;
    background-size: contain;
    right: 4.8vw;
  }
}
