* {
  font-family: 'Kosugi Maru', sans-serif;
  /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  color: #333333;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="text"],
input[type="email"],
textarea {
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.BrSp {
  display: none;
}
.BrMobileL {
  display: none;
}
.BrPc {
  display: block;
}

@media screen and (max-width:768px) {
  .BrSp {
    display: block;
  }
  .BrPc {
    display: none;
  }
}
@media screen and (max-width:425px) {
  .BrMobileL {
    display: block;
  }
}

.robotoR {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.robotoM {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.robotoB {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/******
ヘッダー
******/
.Header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding-left: 60px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
}
.Header-Logo {
  width: 200px;
}
.Header-Logo:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.Header-Hamburger {
  margin-left: auto;
  width: 20px;
  height: 15px;
  display: none;
}
.Header-Nav {
  margin-left: auto;
  height: 100%;
  display: flex;
}
.Header-Nav li {
  line-height: 80px;
  text-align: center;
}
.Header-Nav li:nth-child(n+2) {
  margin-left: 50px;
}
.Header-Nav li:last-child {
  width: 200px;
  line-height: 110px;
  background: linear-gradient(90deg, #33A8CB 0%, #376ED6 100%);
  color: #FFFFFF;
}
.Header-Nav li:last-child a {
  position: relative;
}
.Header-Nav li:last-child a::before {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 18px;
  background-image: url('../images/header-icon-contact.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Header-Nav li a {
  height: 100%;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.Header-Nav li a:hover {
  opacity: 0.8;
  transition: 0.4s;
}

@media screen and (max-width:1024px) {
  .Header {
    padding-left: 20px;
  }
  .Header-Nav li:nth-child(n+2) {
    margin-left: 32px;
  }
  .Header-Nav li a {
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .Header {
    padding-right: 20px;
    height: 50px;
  }
  .Header-Logo {
    width: 120px;
  }
  .Header-Hamburger {
    display: block;
  }
  .Header-Nav {
    display: none;
  }
}

/******
ハンバーガーメニュー
******/
.Menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  pointer-events: none;
  display: none;
}
.Menu.isShow {
  pointer-events: auto;
  display: block;
}
.Menu-Head {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.Menu-Head-Logo {
  width: 120px;
}
.Menu-Head-Close {
  margin-left: auto;
  width: 16px;
  height: 16px;
}
.Menu_Inner {
  padding-left: 35px;
  padding-right: 35px;
}
.Menu-Nav {
  margin-top: 60px;
}
.Menu-Nav li:nth-child(n+2) {
  margin-top: 30px;
}
.Menu-Nav li a {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.Menu-Tel {
  position: relative;
  border: 1px solid #288DE1;
  border-radius: 10px;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.Menu-Tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url('../images/menu-icon-tel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Menu-Tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url('../images/menu-arrow-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Menu-Contact {
  position: relative;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #33A8CB 0%, #376ED6 100%);
  color: #FFFFFF;
  font-size: 16px;
}
.Menu-Contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  width: 15px;
  height: 13px;
  background-image: url('../images/menu-icon-contact.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Menu-Contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url('../images/menu-arrow-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/******
フッター
******/
.Footer {
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.Footer_Inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 1040px;
}

.Footer-Nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 744px;
  display: flex;
  justify-content: space-between;
}

.Footer-Nav li a {
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-size: 16px;
}
.Footer-Nav li a:hover {
  opacity: 0.8;
  transition: 0.4s;
}

.Footer-Border {
  margin-top: 107px;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}

.Footer-Copy {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .Footer {
    background-image: url('../images/footer-bgSp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .Footer_Inner {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .Footer-Nav {
    flex-wrap: wrap;
  }
  .Footer-Nav li {
    width: 100%;
  }
  .Footer-Nav li:nth-child(n+2) {
    margin-top: 30px;
  }
  .Footer-Nav li a {
    text-align: center;
    font-size: 14px;
  }
  .Footer-Border {
    margin-top: 60px;
  }
  .Footer-Copy {
    margin-top: 20px;
    font-size: 12px;
  }
}

/******
パンくずリスト
******/
.Breadcrumb {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background: #EDF7FC;
}
.Breadcrumb_Inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 1200px;
}
.Breadcrumb-List-Item {
  display: inline;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.Breadcrumb-List-Item::after {
  content: '＞';
  padding: 0 4px;
  color: #288DE1;
  font-size: 16px;
}
.Breadcrumb-List-Item:last-child::after {
  content: '';
}
.Breadcrumb-List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: #288DE1;
}
.Breadcrumb-List-Item-Link:hover {
  opacity: 0.8;
  transition: 0.4s;
}
.Breadcrumb-List-Item-Text {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}

@media screen and (max-width:768px) {
  .Breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Breadcrumb_Inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .Breadcrumb-List-Item {
    font-size: 12px;
  }
  .Breadcrumb-List-Item::after {
    font-size: 12px;
  }
}

@-webkit-keyframes fadeInUpNew {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpNew {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpNew {
  -webkit-animation-name: fadeInUpNew;
  animation-name: fadeInUpNew;
}