@charset "UTF-8";

@font-face {
  font-family: 'notosansjp';
  font-weight: 100;
  src: url("../../fonts/notosansjp/NotoSansJP-Thin.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 200;
  src: url("../../fonts/notosansjp/NotoSansJP-ExtraLight.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 300;
  src: url("../../fonts/notosansjp/NotoSansJP-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 400;
  src: url("../../fonts/notosansjp/NotoSansJP-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 500;
  src: url("../../fonts/notosansjp/NotoSansJP-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 600;
  src: url("../../fonts/notosansjp/NotoSansJP-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 700;
  src: url("../../fonts/notosansjp/NotoSansJP-Bold.ttf") format('truetype');
}l
@font-face {
  font-family: 'notosansjp';
  font-weight: 800;
  src: url("../../fonts/notosansjp/NotoSansJP-ExtraBold.ttf") format('truetype');
}
@font-face {
  font-family: 'notosansjp';
  font-weight: 900;
  src: url("../../fonts/notosansjp/NotoSansJP-Black.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 200;
  src: url("../../fonts/manrope/Manrope-ExtraLight.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 300;
  src: url("../../fonts/manrope/Manrope-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 400;
  src: url("../../fonts/manrope/Manrope-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 500;
  src: url("../../fonts/manrope/Manrope-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 600;
  src: url("../../fonts/manrope/Manrope-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 700;
  src: url("../../fonts/manrope/Manrope-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'manrope';
  font-weight: 800;
  src: url("../../fonts/manrope/Manrope-ExtraBold.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 100;
  src: url("../../fonts/big_shoulders/BigShoulders-Thin.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 200;
  src: url("../../fonts/big_shoulders/BigShoulders-ExtraLight.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 300;
  src: url("../../fonts/big_shoulders/BigShoulders-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 400;
  src: url("../../fonts/big_shoulders/BigShoulders-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 500;
  src: url("../../fonts/big_shoulders/BigShoulders-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 600;
  src: url("../../fonts/big_shoulders/BigShoulders-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 700;
  src: url("../../fonts/big_shoulders/BigShoulders-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 800;
  src: url("../../fonts/big_shoulders/BigShoulders-ExtraBold.ttf") format('truetype');
}
@font-face {
  font-family: 'big_shoulders';
  font-weight: 900;
  src: url("../../fonts/big_shoulders/BigShoulders-Black.ttf") format('truetype');
}

html {
  font-family: 'notosansjp';
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: .02em;
}
.only_sp {
  display: none!important;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .only_pc {
    display: none!important;
  }
  .only_sp {
    display: block!important;
  }
}

/* ---------------------------------
  header
--------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 44px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  font-size: 14px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  height: 80px;
  line-height: 1.6;
}
.logo_block {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.logo_block .logo {
  width: 160px;
}
.logo_block p {
  font-weight: 500;
}
.g_nav {
  display: flex;
  column-gap: clamp(10px, calc(10px + (50 - 10) * (100vw - 1000px) / (1300 - 1000)), 50px);
}
.g_nav ul {
  display: flex;
  align-items: center;
  column-gap: clamp(10px, calc(10px + (40 - 10) * (100vw - 1000px) / (1300 - 1000)), 40px);
}
.g_nav li {
  position: relative;
}
.g_nav li:not(:current) a::after {
  opacity: 0;
}
.g_nav li a:hover::after,
.g_nav li.current a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #3FBCCC;
  opacity: 1;
}
.g_nav .contact_link {
  color: #fff;
  background-color: #3FBCCC;
  border-radius: 5px;
  height: 45px;
  width: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_nav .contact_link span {
  position: relative;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.g_nav .contact_link span::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../images/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.menu_btn {
  display: none;
}

@media screen and (max-width: 1200px) {
  header {
    padding: 10px 20px;
    font-size: 14px;
    height: 86px;
    flex-flow: column;
  }
  .logo_block {
    column-gap: 30px;
    height: 32px;
  }
  .logo_block .logo {
    width: 110px;
  }
  .logo_block p {
    font-size: 10px;
  }
  .g_nav {
    flex-flow: column;
    row-gap: 60px;
    position: absolute;
    left: 0;
    top: 86px;
    height: calc(100dvh - 86px);
    background-color: #fff;
    width: 100%;
    padding: 50px 20px 0;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
  .g_nav.active {
    visibility: visible;
    opacity: 1;
  }
  .g_nav ul {
    align-items: flex-start;
    flex-flow: column;
    row-gap: 30px;
    font-size: 20px;
  }
  .g_nav ul li {
    width: 100%;
    display: block;
    position: relative;
  }
  .g_nav ul li::after {
    content: "";
    width: 20px;
    height: 10px;
    background-image: url("../../images/common/arrow_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .g_nav li a:hover::after,
  .g_nav li.current a::after {
    opacity: 0;
  }
  .g_nav ul li a {
    padding-left: 20px;
    border-left: 2px solid #3FBCCC;
    display: block;
  }
  .g_nav .contact_link {
    height: 70px;
    width: 100%;
    position: relative;
    font-size: 16px;
  }
  .g_nav .contact_link::after {
    content: "";
    width: 20px;
    height: 10px;
    background-image: url("../../images/common/arrow_white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_btn {
    display: flex;
    align-items: center;
    column-gap: 8px;
    z-index: 100;
  }
  .menu_btn .menu_text {
    color: #3FBCCC;
    font-size: 14px;
    font-weight: 500;
  }
  .menu_btn .menu_icon {
    position: relative;
    width: 30px;
    height: 10px;
  }
  .menu_icon span {
    width: 100%;
    height: 1px;
    background-color: #3FBCCC;
    position: absolute;
    transition: .3s;
  }
  .menu_icon span:nth-of-type(1) {
    top: 0;
  }
  .menu_icon span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_icon span:nth-of-type(3) {
    bottom: 0;
  }
  .menu_btn.active .menu_icon span:nth-of-type(1) {
    top: 50%;
    transform: rotate(20deg);
  }
  .menu_btn.active .menu_icon span:nth-of-type(2) {
    display: none;
  }
  .menu_btn.active .menu_icon span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-20deg);
  }
}


/* ---------------------------------
  footer
--------------------------------- */
footer {
  background-image: linear-gradient(135deg, rgba(252, 252, 252, 1), rgba(228, 232, 238, 1));
  padding: 50px 20px 60px;
  position: relative;
  line-height: 1.6;
}
footer .footer_contact_link {
  font-size: 60px;
  font-weight: 200;
  font-family: 'manrope';
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 100px;
  position: relative;
}
footer .contact_arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}
footer .contact_arrow:before,
footer .contact_arrow:after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/arrow_black02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  width: 60px;
  height: 30px;
  transform: translate(0,-50%);
}
footer .contact_arrow:after {
  transform: translate(-100%,-50%);
}
footer .footer_contact_link:hover .contact_arrow:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
footer .footer_contact_link:hover .contact_arrow:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
.footer_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer_logo img {
  width: 245px;
  margin-bottom: 20px;
}
.footer_page_link {
  display: flex;
  column-gap: 40px;
}
.footer_page_link a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.footer_page_link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(315deg);
}
.pagetop {
  position: absolute;
  bottom: 60px;
  right: 40px;
  cursor: pointer;
  width: 50px;
}
.pagetop p {
  font-family: 'manrope';
  font-size: 14px;
  text-align: center;
}
.pagetop_arrow_top,
.pagetop_arrow_bottom,
.pagetop_circle {
  stroke: #000;
  fill: none;
  transition: .3s;
}
.pagetop_arrow_top {
  opacity: 0;
}
.pagetop_circle {
  transform-origin: center;
}
.pagetop:hover .pagetop_arrow_top {
  opacity: 1;
}
.pagetop:hover .pagetop_arrow_bottom {
  opacity: 0;
}
.pagetop:hover .pagetop_circle {
  transform: rotate(-180deg);
}
.copyright {
  font-size: 13px;
}
@keyframes transformLeftRight {
  0% {
    transform: translate(-100%,-50%);
  }
  100% {
    transform: translate(0,-50%);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translate(0,-50%);
  }
  100% {
    transform: translate(100%,-50%);
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 20px;
  }
  footer .footer_contact_link {
    font-size: 30px;
    margin-bottom: 40px;
  }
  footer .contact_arrow {
    width: 40px;
  }
  footer .contact_arrow:before,
  footer .contact_arrow:after {
    width: 40px;
    height: 20px;
  }
  .footer_content {
    flex-flow: column;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .footer_logo {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .footer_logo img {
    width: 193px;
  }
  .footer_page_link {
    flex-flow: column;
    row-gap: 10px;
    max-width: 306px;
    width: 100%;
    margin: auto;
  }
  .footer_page_link li {
    width: 100%;
  }
  .footer_page_link li a {
    justify-content: space-between;
  }
  .pagetop {
    position: inherit;
    margin: 0 0 40px auto;
  }
}

/* ---------------------------------
  main_content
--------------------------------- */
.main_content {
  position: relative;
}
.main_content::before {
  content: "";
  width: 100%;
  height: 572px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(228, 232, 238, 1));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}
.main_content::after {
  content: "";
  width: 100%;
  height: 483px;
  background-image: url(../../images/common/main_bg.svg);
  background-repeat: no-repeat;
  background-position: top -80px right;
  background-size: 1400px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
  mix-blend-mode: screen;
}
.section_content {
  padding: 80px 20px;
}
.section_content + .section_content {
   border-top: 1px solid #E2E9E9;
}
.inner {
  max-width: 1200px;
  margin: auto;
}
.section_title01 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
  line-height: 1.6;
}
.section_title01 span {
  color: #3FBCCC;
  font-size: 46px;
  font-weight: 200;
  position: relative;
  font-family: 'manrope';
}
.section_title01 span::before {
  content: "";
  width: 26px;
  height: 6px;
  background-image: url("../../images/common/decoration01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.section_title02 {
  margin-bottom: 40px;
}
.section_title02 span {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  line-height: 1.6;
}
.section_title02 span::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #3FBCCC;
}
.section_subtitle01 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 1.6;
}
.section_subtitle01::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3FBCCC;
}
.section_subtitle02 {
  font-size: 20px;
  font-weight: 500;
  border-left: 3px solid #3FBCCC;
  padding-left: 17px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main_content::after {
    height: 449px;
    background-image: url(../../images/common/main_bg_sp.svg);
    background-position: top -86px right;
    background-size: 375px;
  }
  .section_content {
    padding: 60px 20px;
  }
  .inner {
    max-width: 100%;
  }
  .section_title01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .section_title01 span {
    font-size: 32px;
  }
  .section_title02 span {
    font-size: 20px;
  }
  .section_subtitle01 {
    font-size: 20px;
  }
  .section_subtitle02 {
    font-size: 18px;
  }
}


/* ---------------------------------
  page_title
--------------------------------- */
.page_title {
  padding: 80px 20px 0;
  position: relative;
  line-height: 1.6;
}
.page_title h1 {
  font-family: 'manrope';
  font-size: 72px;
  font-weight: 200;
  display: flex;
  flex-flow: column;
  margin-bottom: 40px;
}
.page_title h1 span {
  font-family: 'notosansjp';
  font-size: 20px;
  font-weight: 500;
  color: #3FBCCC;
}
.page_title .pankuzu {
  display: flex;
  align-items: flex-end;
  column-gap: 60px;
  font-size: 14px;
  line-height: 1.6;
}
.page_title .pankuzu li {
  position: relative;
}
.page_title .pankuzu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform:  translate(100%, -50%);
  right: -15px;
  width: 30px;
  height: .5px;
  background-color: #000;
}
.page_title .pankuzu li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 768px) {
  .page_title h1 {
    font-size: 42px;
  }
  .page_title h1 span {
    font-size: 16px;
  }
  .page_title .pankuzu {
    font-size: 12px;
  }
  .page_title .pankuzu li a {
    text-decoration-thickness: .5px;
  }
}


/* ---------------------------------
  text
--------------------------------- */
.text_red {
  color: #EA2424;
}
.text_blue {
  color: #0597D5;
}


/* ---------------------------------
  btn
--------------------------------- */
.btn_white {
  background-color: #fff;
  border: 1px solid #E2E9E9;
  border-radius: 5px;
  font-weight: 500;
  padding: 16px 70px 16px 30px;
  position: relative;
  display: inline-block;
  transition: .3s;
  line-height: 1.6;
  font-size: 16px;
}
.btn_white::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("../../images/common/arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: .3s;
}
.btn_white:hover {
  background-color: #3FBCCC;
  border-color: #3FBCCC;
  color: #fff;
}
.btn_white:hover::after {
  background-image: url("../../images/common/arrow_white.svg");
  right: 15px;
}
.btn_green {
  background-color: #3FBCCC;
  border: 1px solid #3FBCCC;
  border-radius: 5px;
  font-weight: 500;
  padding: 16px 70px 16px 30px;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
}
.btn_green::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("../../images/common/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: .3s;
}
.btn_green:hover {
  background-color: #fff;
  border-color: #3FBCCC;
  color: #000;
}
.btn_green:hover::after {
  background-image: url("../../images/common/arrow_black.svg");
  right: 15px;
}


/* ---------------------------------
  link
--------------------------------- */
.link_text {
  color: #0C4FBA;
  position: relative;
  text-decoration: underline;
  display: inline;
  word-break: break-all;
  text-underline-offset: 3px;
}
.link_text.icon_newwindow::after {
  content: "";
  background-image: url("../../images/common/icon_newwindow.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
  display: inline-block;
}