body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  color: #343C45;
  padding-top: 110px;
  background: url(../images/bg_body.png), linear-gradient(90deg, rgb(221, 245, 255) 0%, rgb(212, 195, 246) 100%);
  background-size: 57px auto, 100% 100%;
}
body a {
  color: #343C45;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1220px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-top: 90px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.header_logo {
  max-width: 375px;
  width: 26%;
}

.nav_wrap {
  width: 74%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav_list {
  display: flex;
}
.nav_list li + li {
  margin-left: 2.08vw;
}

.header_contact {
  margin-left: 9.3vw;
  max-width: 143px;
  width: 100%;
}
.header_contact a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background: #48586B;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-in-out;
}
.header_contact a:hover {
  opacity: 0.75;
}

.logo_o-eighty {
  margin-left: 2vw;
  max-width: 89px;
}

.menu_toggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header_contact {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    height: 60px;
    padding: 0 5%;
  }
  .header_logo {
    width: 66%;
    position: relative;
    z-index: 200;
  }
  .nav_wrap {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 120px 0 0;
  }
  .nav_list {
    display: block;
    border-top: 1px solid #D7DBE0;
  }
  .nav_list li + li {
    margin-left: 0;
  }
  .nav_list li {
    border-bottom: 1px solid #D7DBE0;
  }
  .nav_list li a {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .header_contact {
    display: none;
  }
  .logo_o-eighty {
    display: none;
  }
  .menu_toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 5%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    z-index: 200;
  }
  .menu_toggle span {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #48586B;
    transition: all 0.3s ease-out;
  }
  .is-open {
    overflow: hidden !important;
  }
  .is-open .nav_wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .is-open .menu_toggle span:nth-child(1) {
    height: 39px;
    width: 2px;
    transform: translateX(10px) rotate(-60deg);
  }
  .is-open .menu_toggle span:nth-child(2) {
    display: none;
  }
  .is-open .menu_toggle span:nth-child(3) {
    height: 39px;
    width: 2px;
    transform: translateX(-10px) rotate(60deg);
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  width: calc(100% - 80px);
  margin: 0 40px 75px;
  display: flex;
  height: 510px;
}

.mv_contents {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 0 3%;
  border-radius: 30px 0 0 30px;
}

.mv_txt01 {
  font-size: 18px;
}
.mv_txt01 em {
  color: #4285F4;
}

.mv_ttl {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #4285F4;
  line-height: 1.4;
  margin-bottom: 40px;
}
.mv_ttl span {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-weight: 500;
}

.mv_txt02 {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}

.mv_btn {
  max-width: 285px;
  width: 100%;
}
.mv_btn a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: url(../images/ico_arrow.png) right 12% center no-repeat #48586B;
  background-size: 20px;
  border-radius: 28px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.14);
  transition: 0.3s ease-in-out;
}
.mv_btn a:hover {
  opacity: 0.75;
  background: url(../images/ico_arrow.png) right 6% center no-repeat #48586B;
  background-size: 20px;
}

.mv_pic {
  width: 50%;
}
.mv_pic img {
  border-radius: 0 30px 30px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .mv_ttl {
    font-size: 4vw;
  }
  .mv_ttl span {
    font-size: 4.5vw;
  }
  .mv_txt02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    width: 90%;
    margin: 0 5% 40px;
    flex-direction: column-reverse;
    height: auto;
  }
  .mv_contents {
    width: 100%;
    padding: 30px 0;
    border-radius: 0 0 20px 20px;
  }
  .mv_txt01 {
    font-size: 14px;
  }
  .mv_ttl {
    font-size: 8.2vw;
    margin-bottom: 20px;
  }
  .mv_ttl span {
    font-size: 10vw;
  }
  .mv_txt02 {
    margin-bottom: 20px;
  }
  .mv_pic {
    width: 100%;
  }
  .mv_pic img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*----------------------------------------------------- */
/*  ads           */
/*----------------------------------------------------- */
.ads {
  margin-bottom: 70px;
}

.ads_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 56px;
}
.ads_ttl span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #4285F4;
}

.ads_wrap {
  display: flex;
  justify-content: space-between;
}
.ads_wrap .contents {
  width: 49%;
  padding: 30px 5% 0 0;
}
.ads_wrap .txt {
  line-height: 2;
  margin-bottom: 60px;
}
.ads_wrap .txt em {
  background: #4285F4;
  color: #fff;
  padding: 0 5px;
}
.ads_wrap .note {
  font-size: 14px;
  color: #004796;
}
.ads_wrap .pic {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .ads {
    margin-bottom: 40px;
  }
  .ads_ttl {
    font-size: 7.17vw;
    margin-bottom: 30px;
  }
  .ads_wrap {
    display: block;
  }
  .ads_wrap .contents {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ads_wrap .txt {
    line-height: 2;
    margin-bottom: 20px;
  }
  .ads_wrap .note {
    font-size: 12px;
  }
  .ads_wrap .pic {
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  service           */
/*----------------------------------------------------- */
.service {
  background: #F2F2F2;
  border-radius: 30px 30px 0 0;
  padding: 60px 0;
}

.service_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 42px;
}
.service_ttl span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #4285F4;
}

.service_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.service_txt em {
  background: #4285F4;
  color: #fff;
  padding: 0 5px;
}
.service_txt em b {
  font-weight: 700;
}

.service_subttl {
  font-size: 20px;
  font-weight: 700;
  color: #4285F4;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.service_subttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #4285F4;
}

.service_box01 {
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px;
  margin-bottom: 40px;
}

.service_list01 {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}
.service_list01 li {
  width: 33.3%;
  text-align: center;
}
.service_list01 li img {
  display: block;
  max-width: 100px;
  margin: 0 auto 10px;
}
.service_list01 li h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service_box02 {
  max-width: 530px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px;
}

.service_list02 {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}
.service_list02 li {
  width: 50%;
  text-align: center;
}
.service_list02 li img {
  display: block;
  max-width: 150px;
  margin: 0 auto 10px;
}
.service_list02 li h4 {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .service {
    border-radius: 20px 20px 0 0;
    padding: 40px 0;
  }
  .service_ttl {
    font-size: 7.17vw;
    margin-bottom: 30px;
  }
  .service_txt {
    margin-bottom: 30px;
  }
  .service_subttl {
    font-size: 18px;
  }
  .service_box01 {
    padding: 30px 5%;
    margin-bottom: 40px;
  }
  .service_list01 {
    display: block;
    max-width: 90%;
  }
  .service_list01 li {
    width: 100%;
    text-align: center;
  }
  .service_list01 li img {
    display: block;
    max-width: 80px;
    margin: 0 auto 5px;
  }
  .service_list01 li h4 {
    margin-bottom: 10px;
  }
  .service_list01 li + li {
    margin-top: 30px;
  }
  .service_box02 {
    padding: 30px 5%;
  }
  .service_list02 {
    max-width: 90%;
  }
  .service_list02 li img {
    max-width: 100px;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  background: #fff;
  padding: 60px 0;
}

.about_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}
.about_ttl span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #F02780;
}

.about_subttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}

.about_link {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
}
.about_link a {
  color: #F02780;
  font-size: 14px;
  font-weight: 600;
  padding-right: 25px;
  background: url(../images/ico_ex.png) right center no-repeat;
  background-size: 13px;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
  .about_ttl {
    font-size: 7.17vw;
    margin-bottom: 30px;
  }
  .about_subttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .about_txt {
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
  }
}
/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
.contact {
  padding: 80px 0;
}

.contact_ttl {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  color: #fff;
  text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
}

.contact_btn {
  max-width: 411px;
  width: 100%;
  margin: 0 auto;
}
.contact_btn a {
  display: block;
  width: 100%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: url(../images/ico_arrow.png) right 12% center no-repeat #48586B;
  background-size: 20px;
  border-radius: 43px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.14);
  transition: 0.3s ease-in-out;
}
.contact_btn a:hover {
  opacity: 0.75;
  background: url(../images/ico_arrow.png) right 6% center no-repeat #48586B;
  background-size: 20px;
}

.sp_contact {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
  .contact_ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .contact_btn {
    max-width: 411px;
    width: 100%;
    margin: 0 auto;
  }
  .contact_btn a {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
  }
  .sp_contact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #48586B;
    text-align: center;
    z-index: 10;
  }
  .sp_contact a {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
/* ==============================================
 14. Footer
=============================================== */
.site-footer {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.container {
  padding-left: 10.6944444444vw;
  padding-right: 10.6944444444vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  position: relative;
}

@media (max-width: 1024px) {
  .container {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.md-container {
  margin-left: auto;
  margin-right: auto;
  width: 64.6470588235%;
  max-width: 840px;
}

@media (max-width: 1024px) {
  .md-container {
    width: auto;
  }
}
.site-footer .footer-pagetop {
  position: fixed;
  bottom: 10%;
  right: 4.2vw;
  z-index: 100;
}

.site-footer .footer-pagetop .pagetop {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}

.site-footer .footer-main {
  display: flex;
}

@media (max-width: 1024px) {
  .site-footer .footer-main {
    display: block;
  }
}
.site-footer .footer-main__left {
  min-width: 220px;
  width: 26%;
}

@media (max-width: 1024px) {
  .site-footer .footer-main__left {
    min-width: none;
    margin-bottom: 26px;
    width: auto;
  }
}
.site-footer .footer-main__left .footer-logo svg {
  height: auto;
  width: 160px;
}

@media (max-width: 767px) {
  .site-footer .footer-main__left .footer-logo svg {
    width: 104px;
  }
}
.site-footer .footer-main__right {
  flex: 1;
}

.site-footer .footer-main__right .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.site-footer .footer-main__right .footer-navigation ul {
  margin-right: 12%;
}

@media (max-width: 1024px) {
  .site-footer .footer-main__right .footer-navigation ul {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul {
    width: 100%;
  }
}
.site-footer .footer-main__right .footer-navigation ul:last-child {
  margin-right: 0;
}

.site-footer .footer-main__right .footer-navigation ul li {
  margin-bottom: 1.2em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul li {
    margin-bottom: 0.6em;
  }
}
.site-footer .footer-main__right .footer-navigation ul li a {
  font-size: 14px;
  transition: color 400ms;
}

@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul li a {
    font-size: 12px;
  }
}
.site-footer .footer-main__right .footer-navigation ul li a:not(.ja) {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul li a:not(.ja) {
    font-size: 13px;
  }
}
.site-footer .footer-main__right .footer-navigation ul li a.ja {
  font-weight: 500;
}

@media (min-width: 1025px) {
  .site-footer .footer-main__right .footer-navigation ul li a:hover {
    color: #888;
  }
}
.site-footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .site-footer .footer-contact {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.site-footer .footer-contact__left {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .site-footer .footer-contact__left {
    display: block;
  }
}
.site-footer .footer-contact__left h2 {
  margin-right: 22px;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .site-footer .footer-contact__left h2 {
    font-size: 28px;
  }
}
.site-footer .footer-contact__left p {
  font-weight: 500;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .footer-contact__left p {
    font-size: 13px;
  }
}
.site-footer .footer-contact .more-link {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .site-footer .footer-contact .more-link {
    text-align: center;
  }
  .site-footer .footer-contact .more-link .btn-more {
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 26px;
    width: 260px;
    max-width: 100%;
  }
  .site-footer .footer-contact .more-link .btn-more .btn-container {
    justify-content: space-between;
  }
  .site-footer .footer-contact .more-link .btn-more .btn-container .btn-arrow::after {
    border: none;
  }
}
.site-footer .copyright {
  text-align: right;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .site-footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}
.site-footer {
  background: #f8f9f9;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */