html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
  font-weight: 700;
  color: #121212;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  .l-header {
    height: 70px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-attachment: fixed;
    width: 100%;
    position: fixed;
    z-index: 7000;
  }
  .l-header .l-header__logo {
    display: flex;
    align-items: center;
    height: 33px;
    padding: 18.5px 2.73px 18.5px 0;
    line-height: 1.3;
  }
  .h1-logo img {
    margin: 0 0 0 21px;
    height: 33px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) and (max-width: 1280px) {
  .h1-logo img {
    width: auto;
    height: 33px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__logo span {
    margin-left: 16px;
    font-size: 1.4rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) and (max-width: 1280px) {
  .l-header__logo span {
    opacity: 0;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__logo span strong {
    font-size: 1.8rem;
    font-weight: bolder;
  }
}
@media screen and (min-width: 1201px) {
  #nav {
    display: flex;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    align-items: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1201px) {
  #nav > li {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 1.6rem;
    position: relative;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1200px) {
  #nav > li {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .menu-item-has-children {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  #nav > li > a {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  #nav > li:hover {
    background-color: #D4F1F8;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  #nav > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1201px) {
  .children {
    background-color: #E9F8FB;
    display: flex;
    height: 60px;
    align-items: center;
  }
}
@media screen and (min-width: 1201px) {
  .children > a {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 60px 15px 15px;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
  }
}
@media screen and (min-width: 1201px) {
  .children:hover {
    background-color: #FFFFFF;
    color: #2498B3;
  }
}
@media screen and (min-width: 1201px) {
  .btn-contact {
    color: #FFFFFF;
    background: #2498B3;
    padding: 22.41px 16px 24px 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1200px) {
  .btn-contact {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1200px) {
  .p-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .p-hamburger {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: relative;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1281px) {
  .p-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1201px) and (max-width: 1280px) {
  .p-hamburger {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .p-hamburger::before, .p-hamburger::after {
    content: "";
    width: 23px;
    height: 2px;
    background-color: #2498B3;
    position: absolute;
    left: calc(50% - 23px/2);
    display: block;
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 1200px) {
  .p-hamburger::before {
    top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .p-hamburger::after {
    bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .p-hamburger > span {
    width: 23px;
    height: 2px;
    font-size: 0;
    background-color: #2498B3;
    background-size: auto 2px;
    position: absolute;
    left: calc(50% - 23px/2);
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 1200px) {
  .p-hamburger.is-open {
    background-color: #2498B3;
  }
  .p-hamburger.is-open::before {
    transform: rotate(45deg);
    top: 23px;
    background-color: #FFFFFF;
  }
  .p-hamburger.is-open::after {
    transform: rotate(-45deg);
    top: 23px;
    background-color: #FFFFFF;
  }
  .p-hamburger.is-open > span {
    background: none;
  }
}
@media screen and (max-width: 1200px) {
  body.is-open {
    position: fixed;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    height: 50px;
    position: relative;
  }
  .l-header .h1-logo img {
    margin: 10px;
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .l-header .l-header__logo span {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header #nav {
    width: 100vw;
    height: auto;
    position: absolute;
    top: 50px;
    background-color: #FFFFFF;
    display: none;
    overflow-y: auto;
    z-index: 7000;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1281px) {
  .l-header #nav {
    width: inherit;
    height: inherit;
    padding: inherit;
    position: static;
    background: inherit;
    flex-direction: row;
    transition: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .l-header #nav > ol {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1281px) {
  .l-header #nav #nav > li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header #nav .menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header #nav .menu-item-wrapper > a {
    color: #131D34;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header #nav #nav > ul {
    width: 100vw;
    margin: 0;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1200px) {
  .l-header #nav > li > ul {
    display: none;
  }
  .l-header #nav > li .menu-item-has-children {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    position: relative;
  }
  .l-header #nav > li .menu-item-has-children::before, .l-header #nav > li .menu-item-has-children::after {
    content: "";
    width: 23px;
    height: 2px;
    background-color: #131D34;
    position: absolute;
    left: calc(50% - 23px/2);
    transition: transform 0.2s;
  }
  .l-header #nav > li .menu-item-has-children::before {
    top: 25px;
  }
  .l-header #nav > li .menu-item-has-children::after {
    bottom: 24px;
    transform: rotate(90deg);
  }
  .l-header #nav > li.is-open > ul {
    display: block;
  }
  .l-header #nav > li.is-open .menu-item-has-children {
    background-color: #F7F7F7;
  }
  .l-header #nav > li.is-open .menu-item-has-children::after {
    opacity: 0;
  }
  .l-header #nav > li.is-open .children {
    color: #121212;
    font-weight: normal;
    padding: 10px 10px 10px 25px;
  }
  .l-header #nav > li.is-open .children:hover {
    background-color: #F3FAFB;
  }
  .l-header #nav > li.is-open .children > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .l-header .menu-item-wrapper:hover {
    background-color: #F3FAFB;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1281px) {
  .l-header #nav {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1281px) {
  .l-header #nav li {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 1.6rem;
    position: relative;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1281px) {
  .l-header #nav li a {
    font-weight: normal;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .main {
    background-color: #FFFFFF;
  }
  .bg-all {
    position: relative;
    width: 100%;
    height: 650px;
    display: grid;
    place-content: center;
    place-items: center;
    top: 70px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bg-all {
    top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .absolute06 {
    position: absolute;
    overflow: hidden;
    background-size: cover;
    z-index: 50;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url(../img/bg-hero3.png);
  }
}
@media screen and (min-width: 768px) {
  .absolute05 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) {
  .absolute04 {
    position: absolute;
    z-index: 150;
    background-position: center;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
       object-fit: none;
  }
}
@media screen and (min-width: 768px) {
  .absolute01 {
    background: #FFFFFF;
    text-align: center;
    width: 412.77px;
    height: 327.91px;
    border-radius: 10px;
    z-index: 5000;
    position: absolute;
    top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .h2-logo {
    position: absolute;
    top: 43px;
    left: 66.37px;
  }
}
@media screen and (min-width: 768px) {
  .contents-p {
    position: absolute;
    top: 123.55px;
    left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .btn-contact2 {
    position: absolute;
    top: 232.91px;
    left: 61.39px;
    display: inline-block;
    font-size: 1.8rem;
    display: inline-block;
    padding: 24px 37px;
    background-color: #2498B3;
    border-color: #2498B3;
    color: #FFFFFF;
    border-radius: 4px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .Sec--black {
    background-color: #000000;
    padding: 4em 0;
  }
}
@media screen and (min-width: 768px) {
  .container_1 {
    position: relative;
    display: flex;
    z-index: 6000;
    grid-template-columns: repeat(3, 230px);
    justify-content: center;
    align-items: center;
    margin-top: -199px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .container_1 {
    top: -65px;
  }
}
@media screen and (min-width: 768px) {
  .absolute02 {
    text-align: center;
    color: #FFFFFF;
    width: 230px;
    margin: 0 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1078px) {
  .absolute02 {
    width: 29.33%;
    margin: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .container_1 p {
    color: #FFFFFF;
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .Recommendation__title {
    margin: 5px 9px 0 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bg-all {
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding-bottom: 320px;
    background-position: center -25px;
    position: relative;
    display: flex;
    text-align: center;
  }
  .bg-all .absolute06 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    z-index: 50;
    height: 300px;
    background-image: url(../img/bg-hero3.png);
  }
  .bg-all .absolute05 {
    top: -20px;
    width: 100%;
    position: absolute;
    z-index: 100;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center -30px;
  }
  .bg-all .absolute04 {
    top: -25px;
    width: 100%;
    position: absolute;
    z-index: 150;
    left: 0px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center -30px;
  }
  .bg-all .absolute01 {
    height: 156.28px;
    width: 100%;
    z-index: 5000;
    position: absolute;
    padding: 9px 0 13px;
    display: inline-block;
    text-align: center;
    top: 160.5px;
    background-color: #FFFFFF;
  }
  .bg-all .absolute01 .h2-logo {
    display: none;
    margin-bottom: 0.5rem;
  }
  .bg-all .absolute01 .contents-p {
    display: block;
    background-color: #FFFFFF;
    font-size: 1.3rem;
    width: 100%;
    max-width: 100%;
    left: 0;
    margin: 0.5em 0;
  }
  .bg-all .absolute01 .btn-contact2 {
    margin: 0.5em 0;
    align-items: center;
    padding: 12px 18px;
    display: inline-block;
    background-color: #2498B3;
    border-radius: 4px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
  }
  .bg-all .absolute01 .btn-contact2 {
    transition: 0.5s;
  }
  .Sec--black {
    background-color: #000000;
  }
  .container_1 {
    padding: 4em 0;
    display: flex;
    z-index: 6000;
    align-items: center;
    width: 100%;
    position: relative;
    flex-direction: column;
  }
  .absolute02 {
    text-align: center;
    color: #FFFFFF;
    width: auto;
    margin: 0 2%;
    margin-bottom: 2.5em;
  }
  .container_1 p {
    margin: 0.5em 0 0 0;
    color: #FFFFFF;
    text-align: left;
    font-size: 1.6rem;
  }
  .Recommendation__title {
    margin: 5px 9px 0 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */