/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.wrapper {
  width: 100%;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.full_image {
  height: 100%;
  width: 100%; }

.no_wrap {
  white-space: nowrap; }

.white {
  color: #fff; }

.black {
  color: #000; }

.bg_white {
  background-color: #fff; }

.pc_only {
  display: block; }
  @media screen and (max-width: 769px) {
    .pc_only {
      display: none; } }

.pc_only_inline {
  display: inline; }
  @media screen and (max-width: 769px) {
    .pc_only_inline {
      display: none; } }

.sp_only {
  display: none; }
  @media screen and (max-width: 769px) {
    .sp_only {
      display: block; } }

.inline {
  display: inline; }

.bold {
  font-weight: bold; }

.no_bold {
  font-weight: 300; }

.flex {
  display: flex; }

.tac {
  text-align: center; }

.m0a {
  margin: 0 auto; }

.object_contain {
  object-fit: contain; }

.object_cover {
  object-fit: cover; }

.opacity0 {
  opacity: 0; }

.circle {
  border-radius: 50%; }

.test1 {
  background-color: black;
  width: 41.6666666667vw;
  max-width: 500px;
  padding: 1.6666666667vw 2.5vw;
  height: calc(100% - 3.3333333333vw); }

.test1 {
  background-color: black;
  width: 41.6666666667vw;
  max-width: 500px;
  padding: 1.6666666667vw 2.5vw;
  height: calc(100% - 3.3333333333vw); }

.slide_left {
  animation: fadeInLeft 0.5s forwards 1; }

.slide_right {
  animation: fadeInRight 0.5s forwards 1; }

.opacity {
  animation: maskOpacity 0.5s forwards 1; }

.removeOpacity {
  animation: removeMaskOpacity 0.5s forwards 1; }

.fade_in {
  animation: bannerFadeIn 0.5s forwards; }

.background_slide {
  animation: backgroundSlide infinite 6s linear; }

.map_fade {
  animation: mapFadeIn 0.3s forwards;
  animation-delay: 0.6s; }

.kv_image {
  animation: kvSlide 50s infinite linear; }

.banner_block ul .banner_fade {
  animation: bannerFadeIn 0.5s forwards; }
.banner_block ul :last-child {
  animation-delay: 0.4s; }

.media_fade {
  animation: mediaFadeIn 0.5s forwards; }

.heading_fade {
  animation: headingFadein 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.3s; }

.heading_slide {
  animation: headingSlide 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.3s; }

.heading_slide2 {
  animation: headingSlide 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.3s; }

.title_heading_fade {
  animation: titleHeadingFadein 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) forwards; }

.title_heading_slide {
  animation: titleHeadingSlide 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.0s; }

.title_heading_slide2 {
  animation: titleHeadingSlide 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.1s; }

.logo_slide {
  animation: logoSlide 0.43s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.3s; }

.logo_rolate {
  animation: logoRotate 0.43s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 0.3s; }

.drop_down {
  animation: dropDown 1s forwards linear; }

.drop_up {
  animation: dropUp 1s forwards linear; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%); }
  40% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(10%); }
  40% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0); } }
@keyframes mapFadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@keyframes bannerFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@keyframes mediaFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
.d_1 {
  animation-delay: 50ms; }

.d_2 {
  animation-delay: 100ms; }

.d_3 {
  animation-delay: 150ms; }

.d_4 {
  animation-delay: 200ms; }

.d_5 {
  animation-delay: 250ms; }

.d_6 {
  animation-delay: 300ms; }

.d_7 {
  animation-delay: 350ms; }

.d_8 {
  animation-delay: 400ms; }

.d_9 {
  animation-delay: 450ms; }

.d_10 {
  animation-delay: 500ms; }

.d_11 {
  animation-delay: 550ms; }

.d_12 {
  animation-delay: 600ms; }

.d_13 {
  animation-delay: 650ms; }

.d_14 {
  animation-delay: 700ms; }

.d_15 {
  animation-delay: 750ms; }

.d_16 {
  animation-delay: 800ms; }

.d_17 {
  animation-delay: 850ms; }

@keyframes headingSlide {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 97%;
    left: 0%; }
  100% {
    width: 0;
    left: 97%; } }
@keyframes headingFadein {
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes titleHeadingSlide {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0%; }
  100% {
    width: 0;
    left: 100%; } }
@keyframes titleHeadingFadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes logoSlide {
  0% {
    right: 100%; }
  75% {
    right: 80%; }
  100% {
    right: 0%; } }
@keyframes logoRotate {
  80% {
    opacity: 0;
    /*transform: rotateX(0deg);*/ }
  100% {
    opacity: 1;
    /*transform: rotateX(180deg);*/ } }
@keyframes dropDown {
  0% {
    max-height: 0; }
  100% {
    max-height: 400px; } }
@keyframes dropUp {
  0% {
    max-height: 400px; }
  100% {
    max-height: 0; } }
@keyframes maskOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes removeMaskOpacity {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@keyframes kvSlide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden; }

h2 {
  font-size: 3.3333333333vw;
  letter-spacing: 0.06em;
  font-weight: bold; }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 40px; } }

.border_bottom_blue {
  border-bottom: 3px solid #206dc4; }

.border_bottom_skyblue {
  border-bottom: 3px solid #009fe8; }

.skyblue {
  color: #009fe8; }

.blue {
  color: #206dc4; }

.gray {
  border-left: 1px solid #cccccc; }

.bg_skyblue {
  background-color: #009fe8;
  color: #fff; }

.bg_white {
  background-color: ehite; }

.bg_blue {
  background-color: #206dc4;
  color: #fff; }

.business_bg {
  background-color: #e5f5fd;
  color: #000; }

.top_gra {
  background: linear-gradient(90deg, #0a6ede, #3dd7ff); }

.partner_gra {
  background: linear-gradient(90deg, #002ca4, #00b9ff); }

.business_gra {
  background: linear-gradient(90deg, #009fe8, #00d6e8); }

.drop_lists {
  display: none; }

.header_link_sp {
  display: none; }

.title_block_mask1 {
  width: 0%;
  height: 60%;
  background-color: #0bf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-20deg);
  z-index: 2; }

.title_block_mask2 {
  width: 0%;
  height: 60%;
  background-color: #00f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-20deg);
  z-index: 1; }

.title_block {
  padding: 5.9166666667vw 0vw 4.6666666667vw 0vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .title_block {
      padding: 71px 0px 56px 0px; } }
  @media screen and (max-width: 769px) {
    .title_block {
      width: 80%; } }
  .title_block .sub_title {
    font-family: "Oswald", sans-serif;
    margin: 0.8333333333vw 0vw;
    font-size: 1.5vw;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 1200px) {
      .title_block .sub_title {
        margin: 10px 0px; } }
    @media screen and (min-width: 1200px) {
      .title_block .sub_title {
        font-size: 18px; } }

.under_title_block {
  text-align: center; }
  .under_title_block p {
    font-size: 1.5vw;
    line-height: 2; }
    @media screen and (min-width: 1200px) {
      .under_title_block p {
        font-size: 18px; } }
    @media screen and (max-width: 769px) {
      .under_title_block p {
        font-size: 3.733vw !important;
        text-align: left; } }

header {
  padding: 1.5vw 3vw;
  display: flex;
  justify-content: space-between; }
  header .header_logo_block {
    width: 12vw;
    min-width: 130px;
    height: auto;
    margin-left: 50px; }
    header .header_logo_block img {
      width: 100%; }
  header .header_link_block {
    display: flex; }
    header .header_link_block .border_bottom_skyblue_hover {
      border-bottom: 3px solid transparent;
      transition: 0.2s; }
    header .header_link_block .border_bottom_skyblue_hover:hover {
      border-bottom: 3px solid #009fe8;
      transition: 0.2s; }
    header .header_link_block .border_bottom_blue_hover {
      border-bottom: 3px solid transparent;
      transition: 0.2s; }
    header .header_link_block .border_bottom_blue_hover:hover {
      border-bottom: 3px solid #206dc4;
      transition: 0.2s; }
    header .header_link_block .link_content {
      padding: 0vw 1.25vw 0vw 1.25vw;
      margin: 10px 0; }
      header .header_link_block .link_content ul {
        display: flex; }
        header .header_link_block .link_content ul :first-child {
          font-weight: bold;
          letter-spacing: 1.6px; }
          header .header_link_block .link_content ul :first-child img {
            width: 1.3333333333vw;
            max-width: none;
            margin: 0 8px 0 5px;
            vertical-align: middle; }
          header .header_link_block .link_content ul :first-child span {
            font-size: 1.0833333333vw;
            margin: 0; }
            @media screen and (min-width: 1200px) {
              header .header_link_block .link_content ul :first-child span {
                font-size: 13px; } }
        header .header_link_block .link_content ul :nth-child(2) {
          margin: 0vw 0vw 0vw 0.4166666667vw; }
        header .header_link_block .link_content ul :not(:first-child) {
          margin: 0vw 0vw 0vw 0.4166666667vw;
          font-weight: bold; }
          header .header_link_block .link_content ul :not(:first-child) a {
            font-size: 1vw;
            color: #000;
            letter-spacing: 0.5px; }
            @media screen and (min-width: 1200px) {
              header .header_link_block .link_content ul :not(:first-child) a {
                font-size: 12px; } }
        header .header_link_block .link_content ul li {
          padding: 0.5833333333vw 0.4166666667vw 0.5833333333vw 0.4166666667vw;
          height: 20px;
          position: relative;
          vertical-align: middle; }
          header .header_link_block .link_content ul li .tr_skyblue {
            border-left: 16px solid #009fe8; }
          header .header_link_block .link_content ul li .tr_blue {
            border-left: 16px solid #206dc4; }
        header .header_link_block .link_content ul .pat10 {
          padding-top: 10px; }

.media {
  padding: 2.9166666667vw 0vw 5.5vw 0vw; }
  @media screen and (min-width: 1200px) {
    .media {
      padding: 35px 0px 66px 0px; } }
  .media .logo_block {
    padding: 3.3333333333vw 2.5vw; }
    @media screen and (min-width: 1200px) {
      .media .logo_block {
        padding: 40px 30px; } }
    .media .logo_block ul {
      width: calc(100vw - 5vw);
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto; }
      @media screen and (min-width: 1024px) {
        .media .logo_block ul {
          width: calc(1200px - 60px); } }
      .media .logo_block ul .logo {
        opacity: 0;
        max-height: 95px;
        width: 14.1666666667vw;
        max-width: 170px;
        padding: 0.5vw; }
        .media .logo_block ul .logo img {
          height: 100%;
          width: 100%; }

.breadcrumb {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #222222; }

.breadcrumb ol {
  width: 100%;
  max-width: 1080px;
  padding: 0px 0px 0px 0px;
  margin: auto;
  list-style: none; }

.breadcrumb ol li {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 20px 10px 20px 10px;
  color: #ffffff;
  background: url("../img/common/icon_arrow03.png") no-repeat right 50%;
  background-size: 7px; }

.breadcrumb ol li:last-child {
  background: none; }

.breadcrumb ol li a {
  display: inline-block;
  text-decoration: none;
  margin: 0px 10px 0px 0px;
  color: #ffffff; }

.breadcrumb ol li a:hover {
  text-decoration: underline; }

footer {
  background-color: #111111;
  color: #fff;
  width: calc(100% - 40px);
  padding: 0 20px; }
  footer .footer_top_block {
    justify-content: space-between;
    padding: 80px 0 30px;
    max-width: 1080px;
    margin: 0 auto 0 auto; }
    footer .footer_top_block ul {
      display: flex; }
      footer .footer_top_block ul .footer_top_left {
        font-size: 16px;
        width: 360px; }
        footer .footer_top_block ul .footer_top_left .size_down {
          display: block;
          font-size: 10px;
          padding: 10px 0 13px; }
        footer .footer_top_block ul .footer_top_left img {
          margin: 3px 3px 0;
          width: 50%; }
      footer .footer_top_block ul .footer_top_right {
        width: 45vw;
        line-height: 25px;
        font-size: 14px;
        width: 720px; }
  footer .footer_bottom_block {
    padding: 20px 0px 100px;
    max-width: 1080px;
    margin: 0 auto 0 auto; }
    footer .footer_bottom_block ul {
      display: flex;
      flex-direction: row-reverse; }
      footer .footer_bottom_block ul .footer_bottom_right {
        width: 45vw;
        font-size: 12px;
        width: 720px;
        display: flex; }
        footer .footer_bottom_block ul .footer_bottom_right a {
          color: #fff;
          margin-right: 20px;
          line-height: 14px; }
        footer .footer_bottom_block ul .footer_bottom_right a.link:after {
          content: url(../img/common/icon_link.png);
          background-size: 11px;
          padding: 0px 10px; }
      footer .footer_bottom_block ul .footer_bottom_left {
        font-size: 10px;
        width: 360px; }
        footer .footer_bottom_block ul .footer_bottom_left p {
          padding-top: 8px; }

.yellow_link {
  position: relative;
  background-color: #ffd440;
  transition: 1s;
  color: #000;
  overflow: hidden; }
  .yellow_link .no_hover {
    display: block !important; }
  .yellow_link .hover {
    display: none !important; }
  .yellow_link a {
    display: block;
    position: relative;
    z-index: 20; }
  .yellow_link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #000;
    transition: 0.2s;
    z-index: 19; }
  .yellow_link:hover .no_hover {
    display: none !important; }
    @media screen and (max-width: 769px) {
      .yellow_link:hover .no_hover {
        display: block; } }
  .yellow_link:hover .hover {
    display: block !important; }
    @media screen and (max-width: 769px) {
      .yellow_link:hover .hover {
        display: none; } }
  .yellow_link:hover a {
    color: #ffd440; }
    @media screen and (max-width: 769px) {
      .yellow_link:hover a {
        color: #000; } }
  .yellow_link:hover a p {
    color: #ffd440; }
    @media screen and (max-width: 769px) {
      .yellow_link:hover a p {
        color: #000; } }
  .yellow_link:hover::before {
    left: 0; }
    @media screen and (max-width: 769px) {
      .yellow_link:hover::before {
        left: -100%; } }

@media screen and (max-width: 769px) {
  h2 {
    font-size: 5.8666666667vw; }

  header {
    padding: 5.33vw 0;
    position: relative; }
    header .header_logo_block {
      width: 30vw;
      margin: 0vw 5.3333333333vw; }
    header .header_link_block {
      display: none; }
    header .header_link_sp {
      height: 4.53vw;
      display: block;
      width: 5.6vw;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 5%; }
      header .header_link_sp img {
        height: 100%;
        width: 100%; }
    header .drop_lists {
      z-index: 100;
      width: 100%;
      position: absolute;
      top: 100%; }
      header .drop_lists ul .drop_list {
        line-height: 13.5vw;
        padding-left: 6.25vw;
        font-size: 3.33vw;
        border-top: 1px #fff solid;
        position: relative; }
        header .drop_lists ul .drop_list .icon {
          height: 5.33vw;
          margin-right: 1.5vw;
          vertical-align: middle; }
        header .drop_lists ul .drop_list .arrow {
          height: 3.2vw;
          vertical-align: middle;
          position: absolute;
          right: 6.25vw;
          top: 50%;
          transform: translateY(-50%); }
      header .drop_lists ul .want_title {
        font-weight: bold;
        font-size: 4.16vw;
        letter-spacing: 0.41vw;
        border: none; }

  .title_block {
    padding: 14.6666666667vw 0vw 10.1333333333vw 0vw; }
    .title_block .sub_title {
      font-size: 3.7333333333vw;
      margin: 2.6666666667vw 0vw; }

  .media .logo_block ul {
    justify-content: space-around;
    width: calc(100% - 25vw); }
    .media .logo_block ul .logo {
      width: 30vw;
      padding: 20px 0; }

  footer .footer_top_block {
    max-width: 86%;
    padding: 8vw 0vw; }
    footer .footer_top_block ul {
      display: block; }
      footer .footer_top_block ul .footer_top_left {
        display: flex;
        margin: 0vw 0vw 2.6666666667vw 0vw;
        font-size: 4vw;
        line-height: 6vw;
        width: 100%; }
        footer .footer_top_block ul .footer_top_left p {
          width: 50%;
          line-height: 6vw; }
          footer .footer_top_block ul .footer_top_left p .size_down {
            font-size: 2.5vw; }
        footer .footer_top_block ul .footer_top_left a {
          width: 50%; }
        footer .footer_top_block ul .footer_top_left img {
          width: 100%; }
      footer .footer_top_block ul .footer_top_right {
        font-size: 3.1vw;
        line-height: 6vw;
        width: 100%; }
  footer .footer_bottom_block {
    padding: 0 0 50px;
    max-width: 86%; }
    footer .footer_bottom_block ul {
      display: block; }
      footer .footer_bottom_block ul .footer_bottom_right {
        display: block;
        width: 100%;
        font-size: 3.2vw;
        line-height: 4vw; }
        footer .footer_bottom_block ul .footer_bottom_right a {
          display: block;
          margin: 0vw 0vw 2.6666666667vw 0vw; }
      footer .footer_bottom_block ul .footer_bottom_left {
        width: 100%;
        font-size: 2.5vw;
        line-height: 3vw;
        padding: 2.1333333333vw 0vw 0vw 0vw; } }

/*# sourceMappingURL=common.css.map */
