@charset "UTF-8";
/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body, .wrapper {
  font-size: 14px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  color: #444444;
}

@media all and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #444444;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 480px) {
  .hide-pc {
    display: none;
  }
}

@media all and (max-width: 479px) {
  .hide-sp {
    display: none;
  }
}

.center {
  text-align: center;
}

.inner {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1240px;
  margin: 0 auto;
}

.box-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.right {
  text-align: right;
}

.img-responsive {
  width: 100%;
}

.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mb-ss {
  margin-bottom: 20px;
}

.mb-s {
  margin-bottom: 30px;
}

.mb-m {
  margin-bottom: 40px;
}

.mb-l {
  margin-bottom: 80px;
}

.wrapper {
  background: #F5FDFF;
  line-height: 1.6;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.wrapper .btn {
  color: #007bc3;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .wrapper .btn {
    font-size: 20px;
  }
}

.wrapper .btn:hover {
  color: #333D47;
}

.wrapper .btn.arw {
  letter-spacing: 5px;
}

.wrapper .btn.arw img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.wrapper .btn.arw::after {
  display: block;
  content: "";
  background: -moz-linear-gradient(left, #46C4DB, #127DC0);
  background: -webkit-gradient(linear, right top, left top, from(#127DC0), to(#46C4DB));
  height: 4px;
}

.wrapper .btn.arw:hover::after {
  background: #007bc3;
}

.wrapper .btn.round {
  background-color: #C5EBF2;
  border-radius: 40px;
  padding: 18px 15px 18px 56px;
  font-size: 13px;
  background-image: url("../img/common/icon_arw_l.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px;
  margin-right: 5px;
  margin-bottom: 15px;
}

@media all and (min-width: 1024px) {
  .wrapper .btn.round {
    font-size: 16px;
    margin-right: 20px;
  }
}

.wrapper .btn.round:hover {
  color: #fff;
  background-color: #46c4db;
  background-image: url("../img/common/icon_arw_l.png");
}

.wrapper .btn.round.mail {
  background: linear-gradient(to right, #46C4DB, #127DC0);
  color: #fff;
  padding: 18px 25px;
}

.wrapper .btn.round.mail img {
  width: auto;
  height: 16px;
}

.wrapper .btn.round.mail:hover {
  background: #007bc3;
}

.wrapper .btn.round-yl {
  background: #DBDB46;
  padding: 25px 40px;
  font-size: 20px;
  color: #007bc3 !important;
  border-radius: 50px;
}

.wrapper .btn.round-yl img {
  width: auto;
  height: 23px;
}

.wrapper .btn.round-yl:hover {
  color: #fff !important;
  background: #007bc3;
}

.wrapper header#head-sp {
  position: fixed;
  width: 100%;
  height: 76px;
  background: #F5FDFF;
  z-index: 1000;
}

@media all and (min-width: 1611px) {
  .wrapper header#head-sp {
    display: none;
  }
}

.wrapper header#head-sp .logo img {
  width: 203px;
  height: auto;
  margin: 23px 20px;
}

.wrapper header#head-sp #hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 0 0 auto;
  background: linear-gradient(45deg, #46C4DB, #127DC0);
}

.wrapper header#head-sp #hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 46%;
  margin-right: 27%;
  margin-left: 27%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}

.wrapper header#head-sp #hamburger::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 46%;
  margin-right: 27%;
  margin-left: 27%;
  height: 1px;
  background-color: #fff;
}

.wrapper header#head-sp #hamburger::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 46%;
  margin-right: 27%;
  margin-left: 27%;
  height: 1px;
  background-color: #fff;
}

.wrapper header#head-sp .sp-nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background: rgba(0, 123, 195, 0.95);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
  letter-spacing: 1.6px;
  color: #fff;
}

.wrapper header#head-sp .sp-nav .box-nav {
  margin-top: 40px;
  font-size: 20px;
}

.wrapper header#head-sp .sp-nav .box-nav a {
  color: #fff;
  font-weight: 700;
}

.wrapper header#head-sp .sp-nav .box-nav ul li {
  font-size: 14px;
  background: url("../img/common/icon_arw_min.png") no-repeat;
  background-size: 8px;
  background-position: 0 7px;
  padding-left: 17px;
}

.wrapper header#head-sp .sp-nav .box-nav .flex {
  flex-wrap: wrap;
}

.wrapper header#head-sp .sp-nav .box-nav .flex .box {
  width: 50%;
  margin-bottom: 20px;
}

.wrapper header#head-sp .box-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 0 0 auto;
  background: linear-gradient(45deg, #46C4DB, #127DC0);
}

.wrapper header#head-sp .sp-nav .close {
  position: absolute;
  top: 50%;
  left: 14px;
}

.wrapper header#head-sp .sp-nav .close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.wrapper header#head-sp .sp-nav .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}

.wrapper header#head-pc {
  position: fixed;
  width: 100%;
  height: 76px;
  background: #F5FDFF;
  z-index: 1000;
}

@media all and (max-width: 1458px) {
  .wrapper header#head-pc {
    display: none;
  }
}

.wrapper header#head-pc .logo {
  float: left;
}

.wrapper header#head-pc .logo img {
  width: 226px;
  height: auto;
  margin: 19px 20px;
}

.wrapper header#head-pc ul.menu {
  float: left;
  list-style: none;
}

.wrapper header#head-pc ul.menu a {
  color: #444;
  font-weight: 700;
  font-size: 16px;
  padding: 26px 10px;
  text-decoration: none;
  display: block;
}

.wrapper header#head-pc ul.menu a span.icon {
  background: url("../img/common/icon_nav_1.png") no-repeat;
  padding-left: 30px;
  background-size: 20px;
  background-position: 0 -5px;
}

.wrapper header#head-pc ul.menu a span.icon:hover {
  background: url("../img/common/icon_nav_2.png") no-repeat;
  padding-left: 30px;
  background-size: 20px;
}

.wrapper header#head-pc ul.menu a:hover {
  color: #007bc3;
}

.wrapper header#head-pc ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: relative;
  display: inline-block;
}

.wrapper header#head-pc ul.menu__second-level:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-bottom: 10px solid #A2DCE7;
}

.wrapper header#head-pc .menu__second-level li {
  list-style: none;
  width: 200px;
  text-align: center;
}

.wrapper header#head-pc .menu__second-level li a {
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  color: #007bc3;
  background-image: url("../img/common/icon_arw_bl.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 10px 20px;
  padding-left: 17px;
}

.wrapper header#head-pc .menu__second-level li a:hover {
  background: #46c4db;
  color: #fff;
  background-image: url("../img/common/icon_arw_min.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 10px 20px;
  padding-left: 17px;
}

.wrapper header#head-pc .menu > li.menu__single {
  position: relative;
}

.wrapper header#head-pc li.menu__single ul.menu__second-level {
  position: absolute;
  top: 56px;
  background: #A2DCE7;
  transition: all 0.2s ease;
  margin-left: -20px;
}

.wrapper header#head-pc li.menu__single:hover ul.menu__second-level {
  top: 76px;
  visibility: visible;
  opacity: 1;
  margin-left: -20px;
}

.wrapper header#head-pc .box-contact {
  float: right;
}

.wrapper header#head-pc .box-contact .tel {
  float: left;
  padding: 15px 10px 15px 0;
}

.wrapper header#head-pc .box-contact .tel .note {
  font-size: 12px;
  font-weight: 700;
}

.wrapper header#head-pc .box-contact .tel .num {
  color: #007bc3;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.wrapper header#head-pc .box-contact .tel .num span {
  font-size: 16px;
}

.wrapper header#head-pc .box-contact .btn {
  float: right;
  background: linear-gradient(45deg, #46C4DB, #127DC0);
}

.wrapper header#head-pc .box-contact .btn a {
  display: block;
  height: 30px;
  padding: 23px 20px;
  color: #fff;
  text-decoration: none;
}

.wrapper header#head-pc .box-contact .btn a img {
  width: auto;
  height: 23px;
  vertical-align: text-top;
}

.wrapper header#head-pc .box-contact .btn:hover {
  background: #007bc3;
}

.wrapper #index.main .ttl {
  font-size: 64px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.6px;
}

@media all and (min-width: 1024px) {
  .wrapper #index.main .ttl {
    font-size: 113px;
  }
}

.wrapper #index.main .sttl {
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 900;
  color: #333D47;
}

.wrapper .backtop a {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #007bc3;
  width: 55px;
  height: 55px;
  text-align: center;
}

.wrapper .backtop a img {
  width: 30px;
  height: auto;
  margin: 20px auto;
}

.wrapper .hero {
  position: relative;
  padding-top: 76px;
  height: 65vh;
  background-image: url("../img/index/main.png");
  background-size: cover;
  background-position: bottom center;
}

@media all and (min-width: 1240px) {
  .wrapper .hero {
    background-image: url("../img/index/main_l.webp");
  }
}

.wrapper .hero .copy {
    writing-mode: vertical-rl;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    line-height: 2;
}

.wrapper .main {
  margin: 60px 0;
  /*Table*/
}

.wrapper .main section {
  margin-bottom: 100px;
}

.wrapper .main .intro div {
  font-size: 26px;
  margin-bottom: 60px;
  font-weight: 900;
  color: #333D47;
}

@media all and (min-width: 480px) {
  .wrapper .main .intro div {
    font-size: 36px;
  }
}

.wrapper .main .primary_tbl tr {
  height: 35px;
}

.wrapper .main .primary_tbl th {
  color: #007BC3;
  font-weight: bold;
  padding-bottom: 15px;
}

.wrapper .main .primary_tbl td {
  padding-left: 20px;
  position: relative;
  padding-bottom: 15px;
}

.wrapper .main .primary_tbl td ul {
  margin-left: 15px;
}

.wrapper .main .primary_tbl th {
  width: 25%;
  text-align: right;
  padding-right: 20px;
}

.wrapper .main .primary_tbl td {
  width: 75%;
}

.wrapper .main .primary_tbl td::before {
  content: "";
  display: inline-block;
  width: 1px;
  min-height: 23px;
  background-color: #007BC3;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 1024px) {
  .wrapper .main .box-inner .sttl {
    text-align: left !important;
    display: inline-block;
    font-size: 36px !important;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .main .box-inner .inner {
    float: right;
    padding-right: 0;
  }
}

.wrapper .main .service .ttl {
  color: #DBDB46;
}

.wrapper .main .service .img-left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
  margin-top: 15px;
}

@media all and (min-width: 1024px) {
  .wrapper .main .service .img-left {
    float: left;
    width: 50%;
  margin-top: 15px;
  }
}

.wrapper .main .service .img-right {
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
  margin-top: 15px;
}

@media all and (min-width: 1024px) {
  .wrapper .main .service .img-right {
    float: right;
    width: 45%;
  margin-top: 15px;
  }
}



@media all and (min-width: 1024px) {
  .wrapper .main .service .inner.box-right {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .main .service .inner.box-left {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 40%;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .main .service .inner.box-right {
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .main .service .inner.box-left {
    float: right;
  }
}

.wrapper .main .service .ssttl {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 900;
  color: #333D47;
  background: url("../img/common/icon_check.png") no-repeat;
  background-size: 30px;
  padding-left: 30px;
  background-position: 0 5px;
}

@media all and (min-width: 1024px) {
  .wrapper .main .service .ssttl {
    font-size: 26px;
  }
}

.wrapper .main .service .inner.box-right p {
  margin-bottom: 20px;
}

.wrapper .main .service .inner.box-left p {
  margin-bottom: 30px;
}

.wrapper .main .mission .ttl {
  color: #DB467A;
  margin-top: -30px;
}

.wrapper .main .mission .bg {
  background: #fff;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media all and (min-width: 1024px) {
  .wrapper .main .mission .bg {
    margin-top: -120px;
    padding-bottom: 120px;
  }
}

.wrapper .main .mission .flex {
  justify-content: left;
}

.wrapper .main .mission .flex .box {
  width: 48%;
  margin: 10px 1%;
}

@media all and (min-width: 1024px) {
  .wrapper .main .mission .flex .box {
    width: 31%;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .main .mission .flex .box .ssttl {
    font-size: 26px !important;
    margin-bottom: 10px;
  }
}

.wrapper .main .mission .flex .box p {
  font-size: 14px;
}

@media all and (min-width: 1024px) {
  .wrapper .main .mission .flex .box p {
    font-size: 16px;
  }
}

.wrapper .main .company-data .box-ttl {
  position: relative;
}

.wrapper .main .company-data .ttl {
  font-size: 50px !important;
  color: #46c4db;
  position: absolute;
  top: 150px;
  left: 78%;
  transform: rotate(-90deg);
  transform-origin: left top;
}

@media all and (min-width: 1024px) {
  .wrapper .main .company-data .ttl {
    font-size: 67px !important;
    top: 200px;
    left: 0;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .main .company-data .sttl {
    margin-left: 100px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  .wrapper .main .company-data .box {
    width: 40%;
    float: left;
  }
}

@media all and (min-width: 1281px) {
  .wrapper .main .company-data .box {
    width: 30%;
    float: left;
  }
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  .wrapper .main .company-data .box {
    margin-left: 100px;
  }
}

@media all and (min-width: 1281px) {
  .wrapper .main .company-data .box {
    margin-left: 270px;
  }
}

.wrapper .main .company-data .ssttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.wrapper .main .company-data .primary_tbl {
  font-size: 14px;
}

.wrapper .main .company-data .map iframe {
  width: 100%;
  height: 280px;
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  .wrapper .main .company-data .map {
    width: 40%;
    float: left;
  }
}

@media all and (min-width: 1281px) {
  .wrapper .main .company-data .map {
    width: 37%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .foot-bnr {
    display: flex;
  }
}

.wrapper .foot-bnr .box {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    max-width: 630px;
    height: 350px;
  }
}

.wrapper .foot-bnr .box.faq {
  background: #A2DCE7;
}

.wrapper .foot-bnr .box.faq:hover {
  background: #73CDDE;
}

.wrapper .foot-bnr .box.recruit {
  background: #46DBCA;
}

.wrapper .foot-bnr .box.recruit:hover {
  background: #1EC3B1;
}

.wrapper .foot-bnr .box .subttl {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 56px;
  position: absolute;
  top: -24px;
  left: 10px;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box .subttl {
    font-size: 77px;
    top: -34px;
  }
}

.wrapper .foot-bnr .box .ttl {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-35%) translateX(-50%);
  -webkit-transform: translateY(-35%) translateX(-50%);
  margin: auto;
  font-size: 23px;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box .ttl {
    font-size: 35px;
  }
}

.wrapper .foot-bnr .box p {
  position: absolute;
  color: #fff;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
  -webkit-transform: translateY(-60%) translateX(-50%);
  margin: auto;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box p {
    font-size: 16px;
  }
}

.wrapper .foot-bnr .box .btn {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateY(-85%) translateX(-50%);
  -webkit-transform: translateY(-85%) translateX(-50%);
  margin: auto;
  color: #333D47;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box .btn {
    font-size: 22px;
  }
}

.wrapper .foot-contact {
  background-image: url("../img/common/bg_contact.png");
  background-size: cover;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-contact {
    background-image: url("../img/common/bg_contact_l.png");
  }
}

.wrapper .foot-contact .inner {
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .wrapper .foot-contact .inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

@media all and (min-width: 1280px) {
  .wrapper .foot-contact .inner {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}

.wrapper .foot-contact .inner .sttl {
  font-family: "Raleway", sans-serif;
  font-size: 15vw;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .sttl {
    font-size: 91px;
  }
}

.wrapper .foot-contact .inner .note {
  background: url("../img/common/icon_check_wh.png") no-repeat;
  background-size: 10%;
  padding-left: 20px;
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .note {
    background-size: 6%;
    padding-left: 40px;
    font-size: 24px;
  }
}

.wrapper .foot-contact .inner .num {
  color: #DBDB46;
  font-family: "Raleway", sans-serif;
  font-size: 33px;
}

.wrapper .foot-contact .inner .num span {
  color: #fff;
  font-size: 24px;
}

.wrapper .foot-contact .inner .num a {
  color: #DBDB46;
}

.wrapper .foot-contact .inner .time {
  font-size: 14px;
}

@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .tel {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #fff;
  }
}

@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .box-link {
    display: flex;
    justify-content: center;
  }
}

.wrapper footer {
  padding-right: 20px;
  padding-left: 20px;
}

@media all and (min-width: 1024px) {
  .wrapper footer .box-footer {
    display: flex;
    justify-content: space-between;
  }
}

.wrapper footer .logo img {
  width: 143px;
  height: auto;
}

.wrapper footer ul {
  list-style: none;
}

.wrapper footer .box-company {
  font-size: 14px;
  font-weight: 700;
}

.wrapper footer .box-company .ttl {
  font-size: 18px;
}

.wrapper footer .box-menu {
  font-size: 14px;
  font-weight: 700;
}

@media all and (min-width: 1024px) {
  .wrapper footer .box-menu {
    display: flex;
  }
}

@media all and (min-width: 1024px) {
  .wrapper footer .box-menu .menu {
    margin: 0 10px;
  }
}

.wrapper footer .box-menu .ttl {
  font-size: 16px;
}

.wrapper footer .box-menu .ttl a {
  color: #007bc3;
  text-decoration: none;
}

@media all and (min-width: 480px) {
  .wrapper footer .box-menu .ttl {
    margin-bottom: 5px;
  }
}

.wrapper footer .box-mark img {
  width: auto;
  height: 60px;
  margin: 0 5px;
}

.wrapper footer .box-snav {
  font-size: 12px;
}

.wrapper footer .box-snav div {
  margin: 0 5px;
}

.wrapper footer .copyright {
  font-weight: 700;
  color: #007bc3;
  font-size: 11px;
  margin: 10px;
  letter-spacing: normal;
  text-align: center;
}

@media all and (min-width: 480px) {
  .wrapper footer .copyright {
    text-align: left;
    margin: 0 0 0 20px;
  }
}

@media all and (min-width: 480px) {
  .wrapper footer .box-min {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 50px;
  }
}

.wrapper .box-ttl {
  padding-top: 76px;
}

.wrapper #index, .wrapper .copy {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrapper .slide-right {
  position: relative;
  left: 10%;
  opacity: 0;
  transition: left 0.5s ease, opacity 1s;
}

.wrapper .slide-left {
  position: relative;
  right: 10%;
  opacity: 0;
  transition: right 0.5s ease, opacity 1s;
}

.wrapper .slide-up {
  position: relative;
  top: 10%;
  opacity: 0;
  transition: top 500ms ease, opacity 1s;
}

.partner-box {
    background: #fff;
    width: 70vw;
    margin: 0 auto;
    padding: 25px;
}

/*新着情報一覧*/
.time {
    margin: 10px 50px 0px 0px;
}

@media all and (min-width: 480px) {
.time {
    float: left;
margin: 10px 50px 10px 50px;
}
}

.btn {
margin-top:auto;
margin-left:auto;
margin-right:auto;
}

@media all and (min-width: 480px){

.btn {
margin-top:auto;
margin-left:auto;
margin-right:auto;
}

}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.footer_menu {
  margin-bottom: 90px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer_mtitle {
  font-weight:bold;
  font-size:34px;
  margin-bottom:20px;
  color: #007bc3;
}
  
.footer_chapter {
  font-weight:bold;
  font-size:18px;
}
  
.footer_item span {
  font-size:14px;
  margin-top: 10px;
}

.footer_item span:not(:last-child) {
  margin-right: 10px;
}
  
.footer_item a:hover {
  text-decoration: underline;
  opacity: .7;
}


.btn:focus {
  background-color: #005fa3;
  outline: none;
}

/* JSで付与されるクラス（HTML上に直接出ないため保持） */
.wrapper header#head-sp .toggle {
  transform: translateY(0);
  opacity: 1;
}

