#header .hd-title {
  position: absolute;
  top: 25px;
  left: 48px;
  width: 298px;
  z-index: 99;
}
#header .hd-title .hd1 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.08em;
  color: #65adcc;
}
#header .hd-title .hd1 h1{
  display: inline;
}
#header #hd-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 675px;
  background: #fff;
  z-index: 99;
}
#header #hd-top .info {
  display: flex;
}
#header #hd-top .info .col-l {
  width: 58.2222222222%;
  background: #2c93c9;
  color: #fff;
  display: flex;
}
#header #hd-top .info .col-l p {
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 17px 12px 14px 25px;
}
#header #hd-top .info .col-l .notes {
  font-size: 13px;
  line-height: 20px;
  padding: 21px 12px 14px 17px;
  position: relative;
}
#header #hd-top .info .col-l .notes::before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 11px;
  left: 0;
  bottom: 11px;
}
#header #hd-top .info .col-r {
  flex: 1;
  display: flex;
}
#header #hd-top .nav {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#header #hd-top .nav > li {
  padding: 10px 0;
  position: relative;
}
#header #hd-top .nav > li:not(:last-child) {
  margin-right: 60px;
}
#header #hd-top .nav li .menu-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #29396f;
  cursor: pointer;
}
#header #hd-top .nav li .menu-link:hover {
  opacity: 0.8;
}
#header #hd-top .nav .has-submenu:hover .submenu {
  display: block;
}
#header #hd-top .nav .has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 170px;
}
#header #hd-top .nav .has-submenu .submenu li a {
  font-size: 15px;
  padding: 6px 10px;
  display: block;
  text-align: center;
  background: #29396f;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#header #hd-top .nav .has-submenu .submenu li a:hover {
  opacity: 0.8;
}
#header #navigation .group {
  position: relative;
  padding: 150px 50px 100px;
  height: 100vh;
}
#header #navigation .group::before {
  content: "";
  background: url(../img/nav_bg.jpg) no-repeat center top/cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(5deg);
}
#header #navigation .gr {
  max-width: 746px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
#header #navigation .gr .info {
  flex: 1;
  position: relative;
  margin-right: 99px;
  padding: 91px 20px 0 40px;
}
#header #navigation .gr .info::before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#header #navigation .gr .info .fix-logo {
  width: 298px;
}
#header #navigation .gr .info .txt {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.04em;
  margin-top: 29px;
}
#header #navigation .gr .info .txt p:not(:last-child) {
  margin-bottom: 37px;
}
#header #navigation .gr .nav {
  width: 150px;
}
#header #navigation .gr .nav > li:not(:last-child) {
  margin-bottom: 40px;
}
#header #navigation .gr .nav li .menu-link {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
#header #navigation .gr .nav li .menu-link:hover {
  opacity: 0.8;
}
#header #navigation .gr .nav .has-submenu .submenu {
  margin: 10px 0 0 20px;
  display: none;
}
#header #navigation .gr .nav .has-submenu .submenu li {
  padding-left: 20px;
  position: relative;
}
#header #navigation .gr .nav .has-submenu .submenu li::before {
  content: "";
  border-top: 1px solid #fff;
  width: 10px;
  position: absolute;
  top: 15px;
  left: 0;
}
#header #navigation .gr .nav .has-submenu .submenu li a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
  color: #fff;
}
#header #navigation .gr .nav .has-submenu .submenu li a:hover {
  opacity: 0.8;
}
#gmap .map {
  height: 480px;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
}
#fix-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #e89659;
  border-radius: 99px;
  width: 589px;
  height: 64px;
  color: #fff;
  display: flex;
  padding: 17px 20px 11px 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
#fix-btn::before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 15px;
  right: 68px;
  bottom: 13px;
}
#fix-btn li:not(:last-child) {
  position: relative;
  padding-right: 21px;
  margin-right: 18px;
}
#fix-btn li:not(:last-child)::before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: -3px;
  right: 0px;
  bottom: 3px;
}
#fix-btn li a:hover {
  opacity: 0.8;
}
#fix-btn .btn-ai a img {
  position: relative;
  top: -2px;
}
#fix-btn .btn-ai a span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 13px;
  color: #fff;
}
#fix-btn .btn-tel a img {
  position: relative;
  top: -5px;
}
#fix-btn .btn-tel a span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 13px;
  color: #fff;
}
#fix-btn .pagetop {
  width: 24px;
  margin-left: 76px;
  position: relative;
  top: -10px;
  cursor: pointer;
}
#footer {
  text-align: center;
  color: #fff;
}
#footer .content {
  display: flex;
}
#footer .content .col {
  width: 50%;
}
#footer .content .col-l {
  background-image: linear-gradient(to right, #29396f, #3c9ecb);
  position: relative;
  padding: 47px 30px 54px;
}
#footer .content .col-l::before {
  content: "";
  width: 10px;
  background-image: linear-gradient(to bottom, #3c9ecb, #29396f);
  opacity: 0.64;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#footer .content .col-l::after {
  content: "";
  width: 10px;
  background-image: linear-gradient(to bottom, #3c9ecb, #29396f);
  opacity: 0.64;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#footer .content .col-l .inner::before {
  content: "";
  height: 10px;
  background-image: linear-gradient(to right, #3c9ecb, #29396f);
  opacity: 0.64;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#footer .content .col-l .inner::after {
  content: "";
  height: 10px;
  background-image: linear-gradient(to right, #3c9ecb, #29396f);
  opacity: 0.64;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#footer .content .col-l h2 {
  margin-bottom: 9px;
}
#footer .content .col-l h2 .ttl-eng {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#footer .content .col-l h2 .ttl-jp {
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.08em;
}
#footer .content .col-l .txt {
  letter-spacing: 0.04em;
}
#footer .content .col-l .tel {
  max-width: 379px;
  margin: 32px auto 20px;
}
#footer .content .col-l .note {
  font-size: 15px;
  line-height: 26px;
}
#footer .content .col-r {
  background: url(../img/ft_img.jpg) no-repeat center top/cover;
  position: relative;
  padding: 76px 30px 30px;
}
#footer .content .col-r::before {
  content: "";
  background: rgba(41, 57, 111, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#footer .content .col-r::after {
  content: "";
  background: rgba(41, 57, 111, 0.32);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#footer .content .col-r .inner {
  position: relative;
  z-index: 2;
}
#footer .content .col-r .logo {
  width: 298px;
  margin: 0 auto 15px;
}
#footer .content .col-r .txt {
  font-size: 15px;
  letter-spacing: 0.04em;
}
#footer .content .col-r .sitemap {
  width: 161px;
  margin: 47px auto 90px;
}
#footer .content .col-r .sitemap a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 10px;
  display: block;
  text-align: center;
  border-radius: 99px;
  position: relative;
}
#footer .content .col-r .sitemap a::after {
  content: "";
  background: url(../img/icon_arr.png) no-repeat right center/100% auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 5px;
}
#footer .content .col-r .sitemap a:hover {
  opacity: 0.7;
}
#footer .content .col-r address {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.btn-link {
  width: -moz-fit-content;
  width: fit-content;
}
.btn-link a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #29396f, #58bce9);
  display: inline-block;
  padding: 20px 60px;
  border-radius: 99px;
  position: relative;
}
.btn-link a::after {
  content: "";
  background: url(../img/icon_arr.png) no-repeat right center/100% auto;
  width: 8px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.btn-link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #header .hd-title {
    top: 19px;
    left: 20px;
    width: 250px;
  }
  #header .hd-title .hd1 {
    font-size: 10px;
  }
  #header #navigation .group {
    padding: 136px 29px 26vw;
    height: auto;
    overflow: hidden;
  }
  #header #navigation .group::before {
    top: 14px;
    right: 9px;
    bottom: 13px;
    left: 9px;
    transform: rotate(3deg);
  }
  #header #navigation .gr {
    max-width: 100%;
    margin: 0;
    display: block;
  }
  #header #navigation .gr .info {
    margin-right: 0;
    padding: 83px 0 0;
  }
  #header #navigation .gr .info::before {
    content: none;
  }
  #header #navigation .gr .info .txt {
    margin-top: 9px;
  }
  #header #navigation .gr .info .txt p:not(:last-child) {
    margin-bottom: 17px;
  }
  #header #navigation .gr .info .txt .note {
    font-size: 13px;
  }
  #header #navigation .gr .nav {
    width: auto;
    text-align: right;
    margin: 0 17px;
  }
  #header #navigation .gr .nav li .menu-link:hover {
    opacity: 1;
  }
  #header #navigation .gr .nav .has-submenu .submenu {
    margin: 10px 0 0 20px;
    display: none;
  }
  #header #navigation .gr .nav .has-submenu .submenu li {
    padding: 0 20px 0 0;
  }
  #header #navigation .gr .nav .has-submenu .submenu li::before {
    left: auto;
    right: 0;
  }
  #header #navigation .gr .nav .has-submenu .submenu li a:hover {
    opacity: 1;
  }
  #gmap .map {
    height: 300px;
  }
  #fix-btn {
    right: 8px;
    left: 8px;
    bottom: 8px;
    width: auto;
    height: 64px;
    padding: 17px 20px 11px 25px;
    z-index: 99;
  }
  #fix-btn::before {
    content: none;
  }
  #fix-btn li:not(:last-child) {
    padding-right: 16px;
    margin-right: 13px;
  }
  #fix-btn li:not(:last-child)::before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    top: -3px;
    right: 0px;
    bottom: 3px;
  }
  #fix-btn li a:hover {
    opacity: 1;
  }
  #fix-btn li a .sp {
    display: inline-block !important;
  }
  #fix-btn .btn-ai {
    width: 44%;
  }
  #fix-btn .btn-ai a img {
    top: -2px;
    width: 28px;
  }
  #fix-btn .btn-ai a span {
    margin-left: 11px;
    font-size: 4.5vw;
    white-space: nowrap;
  }
  #fix-btn .btn-tel {
    width: 40%;
  }
  #fix-btn .btn-tel a span {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 5vw;
    margin-left: 13px;
    white-space: nowrap;
  }
  #fix-btn .btn-tel a img{
    top: -4px;
    width: 25px;
  }
  #fix-btn .pagetop {
    flex: 1;
    margin-left: 0;
  }
  #footer .content {
    display: block;
  }
  #footer .content .col {
    width: 100%;
  }
  #footer .content .col-l {
    background-image: linear-gradient(to bottom, #29396f, #3c9ecb);
    padding: 46px 20px 67px;
  }
  #footer .content .col-l h2 {
    margin-bottom: 11px;
  }
  #footer .content .col-l h2 .ttl-eng {
    margin-bottom: 10px;
  }
  #footer .content .col-l h2 .ttl-jp {
    font-size: 24px;
  }
  #footer .content .col-l .tel {
    max-width: 100%;
    margin: 21px auto 24px;
  }
  #footer .content .col-r {
    background: url(../img/ft_img_sp.jpg) no-repeat center top/cover;
    padding: 76px 20px;
  }
  #footer .content .col-r .logo {
    margin: 0 auto 15px;
  }
  #footer .content .col-r .sitemap {
    margin: 47px auto 113px;
  }
  .btn-link {
    margin: 0 5%;
  }
}
@media screen and (max-width: 375px) {
  #footer .content .col-l h2 .ttl-jp {
    font-size: 23px;
  }
  #footer .content .col-l .note {
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  #header .hd-title {
    left: 15px;
    width: 230px;
  }
  #header #hd-top {
    width: 500px;
  }
  #header #hd-top .info .col-l p {
    font-size: 11px;
    padding: 17px 6px 14px;
  }
  #header #hd-top .nav > li:not(:last-child) {
    margin-right: 30px;
  }
  #header #hd-top .info .col-l .notes {
    font-size: 11px;
    padding: 17px 6px 14px;
  }
  #header #hd-top .info .col-l .notes::before {
    left: -10px;
  }
  #header #hd-top .info .col-r li {
    background: #2a508d;
    display: flex;
    align-items: center;
  }
  #header #hd-top .info .col-r li:last-child {
    background: #29396f;
  }
  #footer .content .col-l h2 .ttl-jp {
    font-size: 23px;
  }
  #footer .content .col-l .txt {
    font-size: 14px;
  }
  #footer .content .col-l .note {
    font-size: 14px;
  }
  #footer .content .col-l {
    padding-bottom: 90px;
  }
  #fix-btn {
    width: 520px;
  }
  #fix-btn .btn-tel a span {
    font-size: 18px;
  }
  #fix-btn .btn-ai a span {
    font-size: 17px;
  }
  #fix-btn li:not(:last-child) {
    padding-right: 15px;
    margin-right: 14px;
  }
}
