/* 
Version: 2021
Build Time: November 11, 2020
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

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

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.en {
  font-family: "Montserrat", sans-serif;
}

body {
  max-width: 2560px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}

a:hover {
  text-decoration: none;
}

.normalmove {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.normalanimate {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
          transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.bg-photo {
  background: center center/cover no-repeat;
  width: 100%;
  margin: 0 auto;
}

.bg-photo > img {
  display: none;
}

span.icon {
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
span.icon svg {
  width: 100%;
  max-height: 100%;
}

.header {
  border-top: 15px solid #044d86;
  padding: 40px 5% 0;
}
.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .content .logo a {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .content .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .content .contact-btn .dropdown {
  margin-right: 20px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1200px) {
  .header .content .contact-btn .dropdown {
    margin-right: 5px;
  }
}
.header .content .contact-btn .dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2c2c2c;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.header .content .contact-btn .dropdown > a svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  fill: #2c2c2c;
}
.header .content .contact-btn .dropdown > a span {
  display: block;
}
@media (max-width: 1200px) {
  .header .content .contact-btn .dropdown > a span {
    display: none;
  }
}
.header .content .contact-btn .dropdown > a:hover {
  color: #044d86;
}
.header .content .contact-btn .dropdown > a:hover svg {
  fill: #044d86;
}
.header .content .contact-btn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 150%;
  font-size: 12px;
  padding: 0.5em 1em;
  text-align: center;
  width: 100%;
  background-color: #f1f1f1;
  min-width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .content .contact-btn .dropdown .dropdown-menu a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 0.5em;
}
.header .content .contact-btn .dropdown .dropdown-menu a:nth-child(2) {
  border: solid #333;
  border-width: 0 1px;
}
.header .content .contact-btn .dropdown .dropdown-menu a:hover {
  background-color: #333;
  color: #fff;
}
.header .content .contact-btn > a:last-child {
  background-color: #ff0000;
  border: 2px solid #ca0000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1.5em;
  border-radius: 6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header .content .contact-btn > a:last-child:hover {
  background-color: #fff;
  color: #ca0000;
}
.header .content .contact-btn > a:last-child .icon {
  margin-right: 0.5em;
}

.footer {
  background-color: #044d86;
  color: #fff;
  padding: 5px 20px 10px;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes shadow {
  0% {
    width: 110px;
  }
  50% {
    width: 60px;
  }
  100% {
    width: 110px;
  }
}
@keyframes shadow {
  0% {
    width: 110px;
  }
  50% {
    width: 60px;
  }
  100% {
    width: 110px;
  }
}
.hero {
  text-align: center;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.hero .text {
  line-height: 1.2;
  display: inline-block;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.hero .text .ja {
  font-size: 30px;
  color: #044d86;
  font-family: "Montserrat", sans-serif;
}
.hero .text .en {
  font-weight: bold;
  font-size: 90px;
  background-clip: text;
  color: #044d86;
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#003056), color-stop(26%, #05518D), color-stop(46%, #00A1D8), color-stop(70%, #F06060), to(#FFD285));
  background-image: linear-gradient(to right, #003056 0%, #05518D 26%, #00A1D8 46%, #F06060 70%, #FFD285 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.hero .items a {
  display: block;
}
.hero .items .item {
  width: 25%;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.hero .items .item.active .box {
  -webkit-animation: mymove 5s infinite;
          animation: mymove 5s infinite;
}
.hero .items .item.active::after {
  -webkit-animation: shadow 5s infinite;
          animation: shadow 5s infinite;
}
.hero .items .item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 110px;
  height: 10px;
  border-radius: 100%;
  background-color: #cfcfcf;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
.hero .items .item .ttl {
  color: #949494;
  line-height: 1.4;
  margin-bottom: 1em;
}
.hero .items .item .en {
  font-weight: bold;
  font-size: 19px;
}
.hero .items .item:nth-child(1)::after {
  background-color: #9f9f9f;
}
.hero .items .item:nth-child(1) .ttl {
  color: #2a2a2a;
}
.hero .items .item:nth-child(1) .icon {
  border-color: #044d86;
}
.hero .items .item:nth-child(1) .icon::after {
  border-top-color: #044d86;
}
.hero .items .item:nth-child(2)::after {
  background-color: #9f9f9f;
}
.hero .items .item:nth-child(2) .ttl {
  color: #2a2a2a;
}
.hero .items .item:nth-child(2) .icon {
  border-color: #ffd285;
}
.hero .items .item:nth-child(2) .icon::after {
  border-top-color: #ffd285;
}
.hero .items .item:nth-child(3)::after {
  background-color: #9f9f9f;
}
.hero .items .item:nth-child(3) .ttl {
  color: #2a2a2a;
}
.hero .items .item:nth-child(3) .icon {
  border-color: #ffa500; /*ffa500*/
}
.hero .items .item:nth-child(3) .icon::after {
  border-top-color: #ffa500;
}
.hero .items .item:nth-child(4)::after {
  background-color: #9f9f9f;
}
.hero .items .item:nth-child(4) .ttl {
  color: #2a2a2a;
}
.hero .items .item:nth-child(4) .icon {
  border-color: #00ff00;
}
.hero .items .item:nth-child(4) .icon::after {
  border-top-color: #00ff00;
}
.hero .items .item .icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 20px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero .items .item .icon .new {
  position: absolute;
  right: -30px;
  top: -40px;
  width: 60px;
  height: 60px;
  background-color: #ca0000;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.hero .items .item .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #b2b2b2;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
.hero .items .item .icon img {
  width: 100%;
}

.body-bottom {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.body-bottom .bg {
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -5;
}
@media (max-width: 1920px) {
  .body-bottom .bg {
    width: 100%;
    max-width: 1400px;
  }
}

.container {
  position: relative;
  width: 100%;
  padding-left: 5%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .links {
  padding-bottom: 20px;
}
.container .links .link {
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #2a2a2a;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-size: 26px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.container .links .link:hover {
  color: #044d86;
  border: 2px solid #044d86;
}
.container .headline {
  position: absolute;
  left: 5%;
  bottom: 20px;
}
.container .headline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  padding-right: 3em;
  border-radius: 1.5em;
  line-height: 1.4;
}
.container .headline dl dt {
  background-color: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  border-radius: 1.5em;
  height: 3em;
  margin-right: 1.5em;
  color: #fff;
  white-space: nowrap;
}
.container .headline dl dd {
  color: #2a2a2a;
}
.container .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.container .banner .video {
  display: none;
}
.container .banner:not(:first-child) a {
  margin-top: 10px;
}
.container .banner:not(:first-child) a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  opacity: 0.8;
}
.container .banner .icon {
  font-size: 2em;
  margin-left: 1em;
}
.container .banner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  color: #fff;
  padding: 20px;
  line-height: 1.4;
  background: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  -webkit-box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.container .banner a.hasvideo:hover {
  cursor: default;
  padding-right: 20px;
}
.container .banner a.hasvideo.hashover:hover {
  padding-right: 60px;
}
.container .banner a:hover {
  padding-right: 60px;
}
.container .banner a .text {
  font-weight: 500;
}
.container .banner a .text .en {
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.container .banner a .tip {
  display: inline-block;
  color: #2a2a2a;
  font-size: 12px;
  background-color: #fff;
  padding: 0em 1em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 0.9em;
  margin-bottom: 0.5em;
}
.container .banner a .bg-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

.popup {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  display: none;
}

.popup .window {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px;
  position: relative;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup .window .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0px 40px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.popup .window .content .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.popup .window .content .btn svg {
  width: 20px;
  height: 20px;
}

.popup .window .content .video {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  position: relative;
  background-color: #eee;
}

.popup .window .content .video::after {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.popup .window .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
  .container .headline {
    left: 40px;
  }
  .header {
    padding: 30px 40px 0;
    border-top-width: 10px;
  }
  .header .content .logo a {
    width: 150px;
  }
  .container .links .link {
    font-size: 22px;
  }
  .hero {
    padding-top: 10px;
  }
  .hero .text .en {
    font-size: 72px;
  }
  .hero .text .ja {
    font-size: 22px;
  }
  .container .banner a {
    padding: 15px 20px;
  }
  .container {
    padding-left: 40px;
  }
  .hero .items .item .icon {
    width: 120px;
    height: 120px;
    border-width: 10px;
  }
  .hero .items .item .icon::after {
    bottom: -5px;
    border-left: 15px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #b2b2b2;
  }
  .hero .items .item::after {
    width: 80px;
    bottom: -20px;
  }
  .hero .items {
    max-width: 900px;
  }
  .hero .items .item {
    padding: 0;
  }
  @-webkit-keyframes shadow {
    0% {
      width: 80px;
    }
    50% {
      width: 40px;
    }
    100% {
      width: 80px;
    }
  }
  @keyframes shadow {
    0% {
      width: 80px;
    }
    50% {
      width: 40px;
    }
    100% {
      width: 80px;
    }
  }
}
@media (max-width: 1000px) {
  .header {
    padding: 20px 20px 0;
  }
  .hero {
    padding-top: 12px;
  }
  .header .content .logo a {
    width: 120px;
  }
  .header .content .contact-btn a {
    font-size: 12px;
  }
  .hero .text .en {
    font-size: 62px;
  }
  .hero .text .ja {
    letter-spacing: 0.3em;
  }
  .container .headline dl dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 850px) {
  .hero .text .en {
    font-size: 50px;
  }
  .hero .text .ja {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 10px 40px;
    border-radius: 28px;
  }
  .hero .text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header .content .contact-btn a {
    font-size: 14px;
    border-radius: 18px;
  }
  .hero .text .ja {
    font-size: 4vw;
  }
  .hero .text .en {
    font-size: 11vw;
  }
  .hero {
    padding-top: 20px;
  }
  .hero .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .text {
    margin-bottom: 40px;
  }
  @-webkit-keyframes mymove {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes mymove {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  .hero .items .item {
    width: 50%;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .container {
    width: 100%;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .banner a {
    border-radius: 8px;
    padding: 30px 40px;
  }
  .container .banner a.hasvideo:hover {
    padding-right: 40px;
  }
  .container .banner {
    width: 100%;
  }
  .container .banner:not(:first-child) {
    width: calc(50% - 8px);
  }
  .container .banner:not(:first-child) a {
    margin-top: 15px;
  }
  .container .banners {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container .links {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .container .headline dl dt {
    border-radius: 0;
    padding: 0 1em;
    height: 2em;
  }
  .container .headline {
    position: static;
    width: 100%;
  }
  .container .headline dl {
    height: 2em;
    background: #d8d8d8;
    border-radius: 0;
    padding-right: 20px;
  }
  .hero .items .item .icon .new {
    font-size: 14px;
  }
  .hero .items .item .icon .new {
    position: absolute;
    right: -30px;
    top: -35px;
    width: 50px;
    height: 50px;
  }
  .body-bottom .bg {
    position: static;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .body-bottom {
    padding-top: 0;
  }
  .container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .container .links .link {
    margin: 0 10px;
  }
}
@media (max-width: 500px) {
  .hero .items .item {
    max-width: 240px;
  }
  .container .banner a {
    padding: 20px 20px;
  }
  .container .links {
    padding-top: 10px;
  }
  .hero .items .item .ttl {
    font-size: 12px;
  }
  .hero .items .item .en {
    font-size: 18px;
  }
  .hero .items .item .icon .new {
    font-size: 12px;
  }
  .hero .items .item .icon .new {
    right: -25px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .hero .items .item {
    padding: 0;
    white-space: nowrap;
  }
  .container .banner a:hover {
    padding-right: 20px;
  }
  .container .banner a.hasvideo:hover {
    padding-right: 20px;
  }
  .container .banner a.hasvideo.hashover:hover {
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .header {
    padding: 10px 10px 10px 20px;
  }
  .header .content .contact-btn a {
    font-size: 12px;
  }
  .header .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .content .logo a {
    width: 100px;
  }
  .hero .items .item .en {
    font-size: 12px;
  }
  .hero .items .item .ja {
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 360px) {
  .container .banner:not(:first-child) a {
    padding: 20px 10px;
  }
  .container .banner:not(:first-child) a .icon {
    margin-left: 10px;
  }
}