@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
}
a:link, a:visited, a:active {
  color: #2D5FBE;
  text-decoration: underline;
}
a:hover {
  color: #2D5FBE;
  text-decoration: none;
}
br {
  content: “”;
}
br:after {
  margin-right: -.333em;
  content: ””;
}
header {
  background-color: #333f4f;
  height: 100px;
}
.header-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  width: 55px;
  margin: 0px 10px 0px 0px;
}
h1 a {
  color: #FFF;
}
h1 {
  display: flex;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
h1 .title {
  display: inline-block;
  padding: 5px 0px 0px 0px;
  font-size: 2.2rem;
}
h1 .title_e {
  font-size: 1.17rem;
  padding: 0px 0px;
  font-weight: 500;
  text-align: right;
}
.h_right_in {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 0px 0px;
}
.en-btn a {
  width: 130px;
  color: #fff;
  cursor: pointer;
  height: 50px;
  margin: 0px 0px 0px 20px;
  padding: 16px 0px 0px 0px;
  background-size: 300% 100%;
  border-radius: 100vh;
  background-color: #d25a00;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.en-btn a:hover {
  transform: scale(1.1);
}
.home-btn a {
  width: 130px;
  color: #fff;
  cursor: pointer;
  height: 50px;
  margin: 0px 0px 0px 20px;
  padding: 15px 0px 0px 0px;
  background-size: 300% 100%;
  border-radius: 100vh;
  background-color: #333f4f;
  border: 2px solid #d25a00;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.my-small {
  margin-right: 8px;
  font-size: 0.9em;
  /*0.8倍の大きさに*/
  vertical-align: baseline;
  color: #d25a00;
}
.home-btn a:hover {
  transform: scale(1.1);
}
/*footer*/
footer {
  background-color: #333f4f;
  margin: 0 auto;
}
.footer_wrap {
  width: 100%;
  padding: 60px 0px;
  margin: 0px auto;
  word-wrap: break-word;
  color: #FFF;
  line-height: 160%;
  text-align: center;
  font-size: 1.2rem;
}
.footer_wrap a {
  color: #FFF;
}
.footer_wrap h2 {
  font-size: 1.45rem;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}

.domain::before {
  content: '@';
}
/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 999;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #d25a00;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a > :before {
  content: "";
  position: absolute;
  top: 25px;
  left: 24px;
  bottom: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(315deg);
}
.banner_bg {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  margin: 0px auto;
}
.banner_wrap {
  border-image: linear-gradient(#d6d9dc, #d6d9dc) fill 0 //0 100vw 0 100vw;
    padding: 55px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.banner {
  width: 250px;
  height: auto;
  margin: 10px;
}
.banner img {
  width: 100%;
}
.banner a:hover {
  opacity: 0.8;
}
.domain::before {
  content: '@';
}
@media screen and (max-width:1080px) {
  .banner_wrap {
    width: 810px;
    justify-content: flex-start;
    margin: 0px auto;
  }
  .header-wrapper {
    width: 90%;
  }
}
@media screen and (max-width:1060px) {
  .home-btn a {
    display: none;
  }
  .en-btn a {
    display: none;
  }
  .footer_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 60px 0px;
    justify-content: center;
  }
  .footer_wrap p {
    line-height: 150%;
    text-align: center;
  }
  .footer_wrap h2 {
    text-align: center;
  }
}
@media screen and (max-width:810px) {
  .banner_wrap {
    width: 540px;
  }
}
@media screen and (max-width:600px) {
  header {
    height: auto;
  }
  .logo img {
    width: 40px;
    margin: 0px 10px 0px 0px;
  }
  h1 {
    width: calc(100% - 50px);
    font-size: 1.6rem;
    font-weight: 500;
  }
  h1 .title {
    display: inline-block;
    padding: 5px 0px 5px 0px;
    font-size: 2.0rem;
    width: 100%;
  }
  h1 .title_e {
    font-size: 1.0rem;
    width: 100%;
    line-height: 1.2;
    display: block;
    text-align: left;
  }
    .banner_wrap {
    width: 100%;
  }
  .banner {
    margin: 10px auto;
  }
}
@media screen and (max-width:400px) {
  h1 {
    width: calc(100% - 40px);
    font-size: 1.3rem;
  }
  h1 .title {
    padding: 3px 0px 3px 0px;
    font-size: 1.5rem;
  }
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

}