@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  height: inherit;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.en {
  font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif;
}

.header_scrolled .header_wrap {
  background: rgba(255, 255, 255, 0.8);
}

.device-pc .global-nav-list > li > a {
  overflow: visible;
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 0 0 10px;
  }
  .device-mobile .global-nav-list > li {
    padding: 0;
  }
  .device-mobile .global-nav-list > li > a {
    padding: 0 0 10px;
  }
}
.device-mobile .global-nav-list > li .global-nav-name {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .device-mobile .global-nav-list > li .global-nav-name {
    font-size: 16px;
  }
}

.vk-mobile-nav-menu-btn {
  top: 16px;
  left: 16px;
}

.sp_instagram {
  display: none;
}
@media (max-width: 991px) {
  .sp_instagram {
    display: block;
    position: fixed;
    right: 16px;
    top: 16px;
    width: 34px;
    height: 34px;
  }
}

header {
  position: relative;
}
header .header_wrap {
  z-index: 99;
  background: linear-gradient(rgba(255, 255, 255, 0.3) 90%, transparent 100%);
  position: fixed;
  width: 100%;
  padding: 2rem 60px;
  display: flex;
  justify-content: space-between;
  top: 0;
}
@media (max-width: 1199px) {
  header .header_wrap {
    padding: 1rem 24px;
  }
}
@media (max-width: 767px) {
  header .header_wrap {
    padding: 16px 16px;
  }
}
header .header_logo {
  width: 500px;
}
@media (max-width: 1439px) {
  header .header_logo {
    width: 45%;
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  header .header_logo {
    width: 45%;
  }
}
@media (max-width: 991px) {
  header .header_logo {
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  header .header_logo {
    width: 240px;
  }
}
@media (max-width: 374px) {
  header .header_logo {
    width: 72%;
  }
}
header .header_logo img {
  display: block;
}
header .header_nav_wrap {
  width: 50%;
  min-width: 500px;
}
@media (max-width: 1199px) {
  header .header_nav_wrap {
    min-width: auto;
    width: 50%;
  }
}
@media (max-width: 991px) {
  header .header_nav_wrap {
    display: none;
  }
}
header .header_nav {
  display: flex;
  justify-content: space-between;
  color: #fff;
  letter-spacing: 0.1em;
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-top: 13px;
  width: 100%;
}
@media (max-width: 1199px) {
  header .header_nav {
    font-size: 14px;
    padding-top: 10px;
  }
}
header .header_nav li > a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding-bottom: 10px;
  height: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header .header_nav li > a .global-nav-name {
  font-family: "新ゴ M";
  font-size: 18px;
}
@media (max-width: 1199px) {
  header .header_nav li > a .global-nav-name {
    font-size: 16px;
  }
}
header .header_nav li > a .global-nav-description {
  display: block;
  font-family: Futura, "Century Gothic", "Noto Sans JP", sans-serif;
  font-size: 10px;
  opacity: 1;
}
header .header_nav li > a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #007bc7;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header .header_nav li > a:hover {
  color: #007bc7;
  opacity: 1;
}
header .header_nav li > a:hover:after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header .header_nav .header_instagram {
  width: 26px;
  height: 26px;
  padding-top: 5px;
}
@media (max-width: 1199px) {
  header .header_nav .header_instagram {
    width: 20px;
    width: 20px;
  }
}
header .header_nav .header_instagram img {
  width: 100%;
  min-width: auto;
}
header .header_nav .header_instagram a:hover:after {
  transform: scale(0, 1);
}
header .yess_btn,
header .business_btn {
  position: relative;
}
header .yess_btn a:before,
header .business_btn a:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 12px;
  height: 7px;
  background: url(../img/common/header_nav_btn.png) top left/contain no-repeat;
}
header .header_nav_sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  min-width: 400px;
  margin: 0 20px 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  header .header_nav_sub {
    min-width: 300px;
  }
}
@media (max-width: 991px) {
  header .header_nav_sub {
    display: none;
  }
}
header .header_nav_sub li {
  margin: 0;
}
header .header_nav_sub a {
  font-family: "新ゴ M";
  color: #737475;
  font-size: 12px;
  display: block;
  position: relative;
  text-decoration: none;
}
header .header_nav_sub a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/common/header_nav_sub_btn.png) top left/contain no-repeat;
}

.vk-mobile-nav .header_instagram a img {
  width: 26px;
  height: 26px;
}

footer {
  background: #222;
  padding-top: 150px;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding-top: 80px;
  }
}
footer .footer_logo {
  margin: 0 auto;
  width: 360px;
}
@media (max-width: 767px) {
  footer .footer_logo {
    width: 250px;
  }
}
footer .footer_nav_wrap {
  margin-top: 60px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer_nav_wrap {
    margin-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
footer .footer_nav {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  footer .footer_nav {
    width: 48%;
    margin-bottom: 20px;
  }
}
footer .footer_nav a {
  text-decoration: none;
  padding: 12px 0;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 991px) {
  footer .footer_nav a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer_nav a {
    font-size: 12px;
    padding: 8px 0;
  }
}
footer .sub-menu {
  list-style: none;
  padding-left: 1rem;
}
footer .sub-menu li {
  position: relative;
}
footer .sub-menu li:before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.5rem;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: -1rem;
}
footer .footer_nav_item_instagram {
  width: 24px;
  margin: 0 0 0 auto;
}
footer .copyright_wrap {
  background: #000;
  text-align: center;
}
footer .copyright_wrap .copyright {
  letter-spacing: 0.1em;
  padding: 20px 0;
  line-height: 1;
  margin: 0;
}
@media (max-width: 991px) {
  footer .copyright_wrap .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .copyright_wrap .copyright {
    font-size: 10px;
    line-height: 1.3;
  }
}

.fadeIn {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(30px);
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.sub_menu_yess_wrap,
.sub_menu_business_wrap {
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.sub_menu_yess_wrap.show,
.sub_menu_business_wrap.show {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .sub_menu_yess_wrap,
.sub_menu_business_wrap {
    display: none !important;
  }
}

.sub_menu_yess,
.sub_menu_business {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  top: calc(4rem + 82.58px);
}
@media (max-width: 1199px) {
  .sub_menu_yess,
.sub_menu_business {
    top: calc(2rem + 76.78px);
  }
}
.sub_menu_yess .sub_menu_business_left,
.sub_menu_business .sub_menu_business_left {
  width: 26%;
  background: #007bc7;
  color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
.sub_menu_yess .title_wrap,
.sub_menu_business .title_wrap {
  padding-bottom: 50px;
}
.sub_menu_yess .title_wrap:after,
.sub_menu_business .title_wrap:after {
  background: #fff;
}
.sub_menu_yess .title_wrap .subtitle,
.sub_menu_business .title_wrap .subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.sub_menu_yess .title_wrap .en,
.sub_menu_business .title_wrap .en {
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}
.sub_menu_yess .more_btn_wrap,
.sub_menu_business .more_btn_wrap {
  margin: auto 0 0;
}
.sub_menu_yess .sub_menu_business_right,
.sub_menu_business .sub_menu_business_right {
  width: 74%;
  background: rgba(255, 255, 255, 0.7);
  padding: 3rem;
}
.sub_menu_yess .sub_menu_business_right_wrap,
.sub_menu_business .sub_menu_business_right_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub_menu_yess .sub_menu_business_right_wrap li,
.sub_menu_business .sub_menu_business_right_wrap li {
  width: 33%;
  margin-bottom: 5px;
  text-align: center;
  background: url(../img/common/sub_menu_business1.jpg) center center/cover no-repeat;
  margin-top: 0;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(2),
.sub_menu_business .sub_menu_business_right_wrap li:nth-child(2) {
  background: url(../img/common/sub_menu_business2.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(3),
.sub_menu_business .sub_menu_business_right_wrap li:nth-child(3) {
  background: url(../img/common/sub_menu_business3.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(4),
.sub_menu_business .sub_menu_business_right_wrap li:nth-child(4) {
  background: url(../img/common/sub_menu_business4.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(5),
.sub_menu_business .sub_menu_business_right_wrap li:nth-child(5) {
  background: url(../img/common/sub_menu_business5.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(6),
.sub_menu_business .sub_menu_business_right_wrap li:nth-child(6) {
  background: url(../img/common/sub_menu_business6.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li a,
.sub_menu_business .sub_menu_business_right_wrap li a {
  padding: 3.5rem 0 3rem;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.sub_menu_yess .sub_menu_business_right_wrap .yess_no1_mark,
.sub_menu_business .sub_menu_business_right_wrap .yess_no1_mark {
  position: relative;
}
.sub_menu_yess .sub_menu_business_right_wrap .yess_no1_mark:after,
.sub_menu_business .sub_menu_business_right_wrap .yess_no1_mark:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 62px;
  height: 60px;
  background: url(../img/top/yess_no1.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .sub_menu_yess .sub_menu_business_right_wrap .yess_no1_mark:after,
.sub_menu_business .sub_menu_business_right_wrap .yess_no1_mark:after {
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
  }
}

.sub_menu_yess .sub_menu_business_right_wrap li {
  background: url(../img/common/sub_menu_yess1.jpg) center center/cover no-repeat;
  margin-top: 0;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(2) {
  background: url(../img/common/sub_menu_yess2.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(3) {
  background: url(../img/common/sub_menu_yess3.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(4) {
  background: url(../img/common/sub_menu_yess4.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(5) {
  background: url(../img/common/sub_menu_yess5.jpg) center center/cover no-repeat;
}
.sub_menu_yess .sub_menu_business_right_wrap li:nth-child(6) {
  background: url(../img/common/sub_menu_yess6.jpg) center center/cover no-repeat;
}

.title_wrap {
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .title_wrap {
    padding-bottom: 30px;
  }
}
.title_wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .title_wrap:after {
    width: 40px;
  }
}
.title_wrap .subtitle {
  font-size: 14px;
  color: #007bc7;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 767px) {
  .title_wrap .subtitle {
    font-size: 12px;
  }
}
.title_wrap .title {
  font-weight: bold;
  font-size: 60px;
  display: block;
  line-height: 1;
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .title_wrap .title {
    font-size: 30px;
  }
}
.title_wrap .title.ja {
  font-size: 35px;
}
@media (max-width: 767px) {
  .title_wrap .title.ja {
    font-size: 24px;
    line-height: 1.5;
  }
}

.more_btn_wrap a {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: right;
  display: block;
  padding-right: 60px;
  position: relative;
  line-height: 2;
}

.arrow_more_white_wrap:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #fff;
}
.arrow_more_white_wrap:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.arrow_more_white {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.arrow_more_blue_wrap:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #007bc7;
  transition: all 0.5s 0s ease;
}
.arrow_more_blue_wrap:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #007bc7;
  transform: rotate(45deg);
}

.arrow_more_blue {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #007bc7;
  border-radius: 50%;
}

.color_blue {
  color: #007bc7;
}

section.footer_contact {
  position: relative;
  background: url(../img/common/footer_contact.jpg) center center/cover no-repeat;
  padding: 5rem 0;
}
section.footer_contact a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 25px 0;
  transition: 0.3s;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.footer_contact a:hover {
  border-width: 10px;
  opacity: 1;
}
@media (max-width: 767px) {
  section.footer_contact a {
    height: 130px;
  }
}
section.footer_contact .title_wrap {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.footer_contact .title_wrap:after {
  content: none;
}
section.footer_contact .title {
  font-size: 3rem;
}
@media (max-width: 767px) {
  section.footer_contact .title {
    font-size: 2.5rem;
    padding-top: 0;
  }
}
section.footer_contact .subtitle {
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  section.footer_contact .subtitle {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .footer_cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.footer_cta .footer_cta_item {
  width: 50%;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 14px;
  font-family: "新ゴ M";
}
.footer_cta .footer_cta_item1 {
  background: #007bc7;
}
.footer_cta .footer_cta_item2 {
  background: #333;
}

@media (max-width: 767px) {
  .page_top_btn {
    bottom: 10%;
  }
}