@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
* Import this file using the following HTML or equivalent:
* <!--[if IE]>
*   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
* <![endif]--> */
/* line 7, ../../sass/_common.scss */
* {
  box-sizing: border-box;
}

/* line 11, ../../sass/_common.scss */
.link {
  color: #1369BF;
}

/* line 15, ../../sass/_common.scss */
.preload {
  transition: 0 !important;
}

/* line 19, ../../sass/_common.scss */
::placeholder {
  color: #818181;
  font-weight: 400;
  font-size: 14px;
}

/* line 25, ../../sass/_common.scss */
img {
  max-width: 100%;
  height: auto;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -ms-crisp-edges;
}

/* line 35, ../../sass/_common.scss */
body {
  font-family: 'IBM Plex Sans JP';
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  opacity: 0;
  transition: .6s;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}
/* line 44, ../../sass/_common.scss */
body.on {
  opacity: 1;
}
/* line 47, ../../sass/_common.scss */
body.menu-on {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1369BF;
}
@media screen and (max-width: 767px) {
  /* line 35, ../../sass/_common.scss */
  body {
    font-size: 12px;
  }
}

/* line 58, ../../sass/_common.scss */
.lh-default {
  line-height: calc(26 / 14);
}

/* line 63, ../../sass/_common.scss */
.scroll header {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 65, ../../sass/_common.scss */
.scroll header .header-menu {
  height: 100px;
}
@media screen and (max-width: 767px) {
  /* line 65, ../../sass/_common.scss */
  .scroll header .header-menu {
    height: 60px;
  }
}
/* line 73, ../../sass/_common.scss */
.scroll.menu-on header {
  background-color: rgba(255, 255, 255, 0);
}

/* line 79, ../../sass/_common.scss */
.pc-only {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 79, ../../sass/_common.scss */
  .pc-only {
    display: none;
  }
}

/* line 86, ../../sass/_common.scss */
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 86, ../../sass/_common.scss */
  .sp-only {
    display: inline-block;
  }
}

/* line 93, ../../sass/_common.scss */
.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 97, ../../sass/_common.scss */
  .text-sp-center {
    text-align: center;
  }
}

/* line 104, ../../sass/_common.scss */
.menu-on .menu-area {
  right: 0;
}
/* line 110, ../../sass/_common.scss */
.menu-on .header-menu > a img.default {
  display: none;
}
/* line 113, ../../sass/_common.scss */
.menu-on .header-menu > a img.wh {
  display: block;
}
/* line 119, ../../sass/_common.scss */
.menu-on .header-menu ul li {
  opacity: 0;
}
/* line 121, ../../sass/_common.scss */
.menu-on .header-menu ul li a {
  pointer-events: none;
}
/* line 124, ../../sass/_common.scss */
.menu-on .header-menu ul li:last-of-type {
  opacity: 1;
}
/* line 126, ../../sass/_common.scss */
.menu-on .header-menu ul li:last-of-type a {
  pointer-events: initial;
  color: rgba(255, 255, 255, 0);
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  /* line 131, ../../sass/_common.scss */
  .menu-on .header-menu ul li:last-of-type a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
/* line 137, ../../sass/_common.scss */
.menu-on .header-menu ul li:last-of-type a span:before, .menu-on .header-menu ul li:last-of-type a span:after {
  background-color: #1369BF !important;
  width: 100%;
  background-color: #1369BF !important;
  width: 100%;
  top: 50%;
}
/* line 145, ../../sass/_common.scss */
.menu-on .header-menu ul li:last-of-type a span:before {
  transform: rotate(45deg);
}
/* line 148, ../../sass/_common.scss */
.menu-on .header-menu ul li:last-of-type a span:after {
  transform: rotate(-45deg);
}

/* line 159, ../../sass/_common.scss */
.menu-area {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #1369BF;
  z-index: 20;
  right: -100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s;
}
@media screen and (max-width: 767px) {
  /* line 159, ../../sass/_common.scss */
  .menu-area {
    display: block;
  }
}
/* line 174, ../../sass/_common.scss */
.menu-area .wrapper {
  max-width: 914px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  /* line 174, ../../sass/_common.scss */
  .menu-area .wrapper {
    overflow: auto;
    height: calc(100vh - 80px);
    margin: 80px auto 40px;
    padding-bottom: 120px;
  }
}
/* line 183, ../../sass/_common.scss */
.menu-area .wrapper .main-menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  /* line 183, ../../sass/_common.scss */
  .menu-area .wrapper .main-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
/* line 191, ../../sass/_common.scss */
.menu-area .wrapper .main-menu ul {
  width: calc(50% - 120px);
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  /* line 191, ../../sass/_common.scss */
  .menu-area .wrapper .main-menu ul {
    width: 100%;
  }
}
/* line 198, ../../sass/_common.scss */
.menu-area .wrapper .main-menu ul li a {
  font-size: clamp(26px, 2.5vw, 32px);
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 198, ../../sass/_common.scss */
  .menu-area .wrapper .main-menu ul li a {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) {
  /* line 210, ../../sass/_common.scss */
  .menu-area .wrapper .main-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}
/* line 214, ../../sass/_common.scss */
.menu-area .wrapper .main-menu ul li a:hover:after {
  transform: translate(-4px, 0);
  background-color: #fff;
  color: #1369BF;
}
/* line 220, ../../sass/_common.scss */
.menu-area .wrapper .main-menu ul li a:after {
  will-change: transform;
  width: clamp(40px, 3.5vw, 50px);
  height: clamp(38px, 3.5vw, 48px);
  padding-top: 2px;
  display: inline-flex;
  content: "→";
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  will-change: transform;
  transform: translate(0, 0);
  transition: .6s;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  /* line 220, ../../sass/_common.scss */
  .menu-area .wrapper .main-menu ul li a:after {
    width: 40px;
    height: 40px;
  }
}
/* line 245, ../../sass/_common.scss */
.menu-area .wrapper .option-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  /* line 245, ../../sass/_common.scss */
  .menu-area .wrapper .option-menu {
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 254, ../../sass/_common.scss */
  .menu-area .wrapper .option-menu li {
    line-height: 2.8;
  }
}
/* line 258, ../../sass/_common.scss */
.menu-area .wrapper .option-menu li a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  /* line 258, ../../sass/_common.scss */
  .menu-area .wrapper .option-menu li a {
    font-size: 20px;
  }
}
/* line 270, ../../sass/_common.scss */
.menu-area .wrapper .option-menu li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* line 272, ../../sass/_common.scss */
.menu-area .wrapper .option-menu li a:hover:after {
  transform: translate(-4px, 0);
  background-color: #fff;
  color: #1369BF;
}
/* line 278, ../../sass/_common.scss */
.menu-area .wrapper .option-menu li a:after {
  will-change: transform;
  width: 35px;
  height: 34px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
  transition: .6s;
  font-size: 18px;
  line-height: 1;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  /* line 278, ../../sass/_common.scss */
  .menu-area .wrapper .option-menu li a:after {
    width: 25px;
    height: 25px;
    margin-left: 15px;
  }
}

/* line 309, ../../sass/_common.scss */
a {
  display: inline-block;
}

/* line 313, ../../sass/_common.scss */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .6s;
}
/* line 320, ../../sass/_common.scss */
header .container {
  max-width: 1190px;
  width: calc(100% - 60px);
  margin: auto;
}
/* line 325, ../../sass/_common.scss */
header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  transition: .6s;
}
@media screen and (max-width: 767px) {
  /* line 325, ../../sass/_common.scss */
  header .header-menu {
    height: 80px;
  }
}
/* line 334, ../../sass/_common.scss */
header .header-menu > a {
  transition: .6s;
}
/* line 336, ../../sass/_common.scss */
header .header-menu > a:hover {
  opacity: .6;
}
/* line 339, ../../sass/_common.scss */
header .header-menu > a img {
  width: clamp(167px, 30vw, 334px);
}
@media screen and (max-width: 767px) {
  /* line 339, ../../sass/_common.scss */
  header .header-menu > a img {
    width: 230px;
  }
}
/* line 344, ../../sass/_common.scss */
header .header-menu > a img.default {
  display: block;
}
/* line 347, ../../sass/_common.scss */
header .header-menu > a img.wh {
  display: none;
}
/* line 352, ../../sass/_common.scss */
header .header-menu ul {
  display: inline-flex;
  align-items: center;
}
/* line 355, ../../sass/_common.scss */
header .header-menu ul li {
  margin-right: clamp(10px, 1.5vw, 20px);
}
@media screen and (max-width: 767px) {
  /* line 355, ../../sass/_common.scss */
  header .header-menu ul li {
    display: none;
  }
}
/* line 360, ../../sass/_common.scss */
header .header-menu ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 360, ../../sass/_common.scss */
  header .header-menu ul li:last-of-type {
    display: block;
  }
}
/* line 365, ../../sass/_common.scss */
header .header-menu ul li:last-of-type a {
  height: 60px;
  width: 60px;
  background-color: #1369BF;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  transition: .6s;
}
@media screen and (min-width: 576px) {
  /* line 376, ../../sass/_common.scss */
  header .header-menu ul li:last-of-type a:hover {
    background-color: rgba(19, 105, 191, 0.6);
  }
}
@media screen and (max-width: 990px) {
  /* line 365, ../../sass/_common.scss */
  header .header-menu ul li:last-of-type a {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 365, ../../sass/_common.scss */
  header .header-menu ul li:last-of-type a {
    height: 50px;
    width: 50px;
  }
}
/* line 389, ../../sass/_common.scss */
header .header-menu ul li:last-of-type a span {
  display: inline-block;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 990px) {
  /* line 389, ../../sass/_common.scss */
  header .header-menu ul li:last-of-type a span {
    transform: scale(0.7);
  }
}
/* line 396, ../../sass/_common.scss */
header .header-menu ul li:last-of-type a span:after {
  transition: .6s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 407, ../../sass/_common.scss */
header .header-menu ul li:last-of-type a span:before {
  transition: .6s;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}
/* line 419, ../../sass/_common.scss */
header .header-menu ul li:last-of-type a:after {
  content: none;
}
/* line 424, ../../sass/_common.scss */
header .header-menu ul li a {
  text-decoration: none;
  color: #1369BF;
  padding: 21px 72px 21px 42px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #1369BF;
  transition: .4s;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1180px) {
  /* line 424, ../../sass/_common.scss */
  header .header-menu ul li a {
    padding: 21px 52px 21px 22px;
    font-size: clamp(10px, 1vw, 14px);
  }
}
@media screen and (max-width: 990px) {
  /* line 424, ../../sass/_common.scss */
  header .header-menu ul li a {
    padding: 15px 35px 15px 15px;
  }
}
/* line 441, ../../sass/_common.scss */
header .header-menu ul li a:after {
  will-change: transform;
  width: 30px;
  height: 30px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: clamp(4px, 1.2vw, 21px);
  top: 50%;
  background-color: rgba(19, 105, 191, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .4s;
}
@media screen and (max-width: 1180px) {
  /* line 441, ../../sass/_common.scss */
  header .header-menu ul li a:after {
    width: 19px;
    height: 19px;
  }
}
/* line 461, ../../sass/_common.scss */
header .header-menu ul li a:hover {
  background-color: #1369BF;
  color: #fff;
}
/* line 464, ../../sass/_common.scss */
header .header-menu ul li a:hover:after {
  transform: translate(-4px, -50%);
}

/* line 474, ../../sass/_common.scss */
.breadcrumb {
  max-width: 1084px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
/* line 478, ../../sass/_common.scss */
.breadcrumb ul {
  margin-bottom: 12px;
  display: block;
  line-height: calc(26 / 14);
}
/* line 483, ../../sass/_common.scss */
.breadcrumb ul li {
  font-size: 12px;
  display: inline;
}
/* line 486, ../../sass/_common.scss */
.breadcrumb ul li:after {
  content: ">";
  margin: 4px;
}
/* line 491, ../../sass/_common.scss */
.breadcrumb ul li:last-of-type:after {
  content: none;
}
/* line 495, ../../sass/_common.scss */
.breadcrumb ul li a {
  color: #1369BF;
  transition: .6s;
}
/* line 498, ../../sass/_common.scss */
.breadcrumb ul li a:hover {
  opacity: .6;
}

/* line 506, ../../sass/_common.scss */
footer {
  background-color: #F9F9F9;
}
/* line 508, ../../sass/_common.scss */
footer .bg-wh {
  background-color: #fff;
}
/* line 510, ../../sass/_common.scss */
footer .bg-wh .site-nav {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
/* line 514, ../../sass/_common.scss */
footer .bg-wh .site-nav li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  /* line 514, ../../sass/_common.scss */
  footer .bg-wh .site-nav li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* line 514, ../../sass/_common.scss */
  footer .bg-wh .site-nav li {
    width: 50%;
    margin-right: 0;
  }
}
/* line 523, ../../sass/_common.scss */
footer .bg-wh .site-nav li:last-of-type {
  margin-right: 0;
}
/* line 526, ../../sass/_common.scss */
footer .bg-wh .site-nav li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  transition: .6s;
}
/* line 531, ../../sass/_common.scss */
footer .bg-wh .site-nav li a:hover {
  opacity: .6;
}
/* line 536, ../../sass/_common.scss */
footer .bg-wh .site-nav li.current a {
  color: #1369BF;
  pointer-events: none;
}
/* line 539, ../../sass/_common.scss */
footer .bg-wh .site-nav li.current a:hover {
  opacity: 1;
}
/* line 546, ../../sass/_common.scss */
footer .bg-wh .copyright {
  font-size: 10px;
  margin-top: 25px;
  color: #919191;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  /* line 546, ../../sass/_common.scss */
  footer .bg-wh .copyright {
    margin-top: 10px;
  }
}
/* line 556, ../../sass/_common.scss */
footer .container {
  max-width: 1084px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 20px;
}
/* line 561, ../../sass/_common.scss */
footer .container h2 {
  font-size: 20px;
  padding-top: 50px;
}
/* line 565, ../../sass/_common.scss */
footer .container .footer-link {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  /* line 565, ../../sass/_common.scss */
  footer .container .footer-link {
    flex-direction: column;
  }
}
/* line 572, ../../sass/_common.scss */
footer .container .footer-link li {
  margin-right: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 572, ../../sass/_common.scss */
  footer .container .footer-link li {
    margin-right: 0;
  }
}
/* line 578, ../../sass/_common.scss */
footer .container .footer-link li a {
  position: relative;
  padding-right: 30px;
  color: #1369BF;
  transition: .6s;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  /* line 578, ../../sass/_common.scss */
  footer .container .footer-link li a {
    font-size: 12px;
    padding-right: 0;
    line-height: calc(26 / 14);
  }
}
/* line 591, ../../sass/_common.scss */
footer .container .footer-link li a:hover {
  color: rgba(19, 105, 191, 0.6);
}
/* line 593, ../../sass/_common.scss */
footer .container .footer-link li a:hover:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}
@media screen and (max-width: 767px) {
  /* line 599, ../../sass/_common.scss */
  footer .container .footer-link li a:hover:after {
    transform: translate(0, 0);
  }
}
/* line 604, ../../sass/_common.scss */
footer .container .footer-link li a:after {
  will-change: transform;
  font-weight: 500;
  width: 20px;
  height: 19px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #1369BF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .6s;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  /* line 604, ../../sass/_common.scss */
  footer .container .footer-link li a:after {
    width: 15px;
    height: 14px;
    padding-top: 1px;
    position: static;
    transform: translate(4px, 0);
    font-size: 12px;
    right: inherit;
    top: inherit;
  }
}

/* line 641, ../../sass/_common.scss */
.height div {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  /* line 647, ../../sass/_common.scss */
  .height {
    height: auto !important;
  }
  /* line 649, ../../sass/_common.scss */
  .height h2 {
    margin-top: 30px;
  }
  /* line 652, ../../sass/_common.scss */
  .height div {
    margin-top: 40px;
  }
}
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 5, ../../sass/_content.scss */
p {
  font-weight: 400;
}
/* line 7, ../../sass/_content.scss */
p.weight-md,
p .weight-md {
  font-weight: 500;
}
/* line 11, ../../sass/_content.scss */
p.weight-bold,
p .weight-bold {
  font-weight: 600;
}

/* line 17, ../../sass/_content.scss */
.top-bg {
  background-color: rgba(19, 105, 191, 0.05);
}
/* line 19, ../../sass/_content.scss */
.top-bg img {
  position: absolute;
  bottom: -50px;
  right: 65%;
  width: clamp(238px, 50vw, 476px);
}
@media screen and (max-width: 575px) {
  /* line 19, ../../sass/_content.scss */
  .top-bg img {
    bottom: -20px;
  }
}
/* line 28, ../../sass/_content.scss */
.top-bg > div {
  height: 100vh;
  background-image: url(/project/corefacility/assets/images/bg-header.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: relative;
}
@media screen and (max-width: 1450px) {
  /* line 28, ../../sass/_content.scss */
  .top-bg > div {
    background-size: clamp(390px, 62vw, 100%);
  }
}
@media screen and (max-width: 575px) {
  /* line 28, ../../sass/_content.scss */
  .top-bg > div {
    background-size: 390px;
    height: 537px;
  }
}

/* line 45, ../../sass/_content.scss */
.second-top {
  height: 325px;
  border-bottom: 1px solid rgba(19, 105, 191, 0.1);
}
@media screen and (max-width: 767px) {
  /* line 45, ../../sass/_content.scss */
  .second-top {
    height: 223px;
  }
}
/* line 51, ../../sass/_content.scss */
.second-top .container {
  max-width: 914px;
  margin: 0 auto;
  width: calc(100% - 60px);
  height: 100%;
  position: relative;
}
/* line 57, ../../sass/_content.scss */
.second-top .container .title {
  left: 0;
}
/* line 59, ../../sass/_content.scss */
.second-top .container .title h1,
.second-top .container .title p {
  font-weight: 500;
  font-size: 28px;
  display: flex;
  align-items: center;
  letter-spacing: calc(28 / 40 * 8px);
}
@media screen and (max-width: 767px) {
  /* line 59, ../../sass/_content.scss */
  .second-top .container .title h1,
  .second-top .container .title p {
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    letter-spacing: calc(24 / 40 * 3px);
  }
}
/* line 72, ../../sass/_content.scss */
.second-top .container .title h1 span,
.second-top .container .title p span {
  font-size: 10px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  /* line 72, ../../sass/_content.scss */
  .second-top .container .title h1 span,
  .second-top .container .title p span {
    margin-top: 10px;
  }
}
/* line 80, ../../sass/_content.scss */
.second-top .container .title h1 span:before,
.second-top .container .title p span:before {
  content: "●";
  margin: 0 20px;
  color: #1369BF;
  transform: scale(0.4);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 80, ../../sass/_content.scss */
  .second-top .container .title h1 span:before,
  .second-top .container .title p span:before {
    margin: 0 10px 0 0;
  }
}

/* line 96, ../../sass/_content.scss */
.title {
  position: absolute;
  left: 77px;
  bottom: 63px;
}
@media screen and (max-width: 767px) {
  /* line 96, ../../sass/_content.scss */
  .title {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
}
/* line 105, ../../sass/_content.scss */
.title h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  /* line 105, ../../sass/_content.scss */
  .title h1 {
    font-size: 24px;
    letter-spacing: calc(24 / 40 * 3px);
  }
}
/* line 113, ../../sass/_content.scss */
.title h1 span {
  font-size: 28px;
  margin-bottom: 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 113, ../../sass/_content.scss */
  .title h1 span {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
/* line 123, ../../sass/_content.scss */
.title p {
  margin-top: 25px;
  font-size: 12px;
  line-height: calc(22 / 12);
}
@media screen and (max-width: 767px) {
  /* line 123, ../../sass/_content.scss */
  .title p {
    margin-top: 20px;
  }
}

/* line 134, ../../sass/_content.scss */
main section {
  overflow: hidden;
}
/* line 136, ../../sass/_content.scss */
main section.bg-gray {
  background-color: #FCFCFC;
}
/* line 140, ../../sass/_content.scss */
main .date {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  /* line 140, ../../sass/_content.scss */
  main .date {
    font-size: 10px;
  }
}
/* line 146, ../../sass/_content.scss */
main .cat-area {
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  /* line 146, ../../sass/_content.scss */
  main .cat-area {
    margin-left: 0px;
    display: block;
    margin-top: 14px;
  }
}
/* line 155, ../../sass/_content.scss */
main a {
  color: #000;
  text-decoration: none;
}
/* line 158, ../../sass/_content.scss */
main a.cat {
  font-size: 12px;
  line-height: 1;
  padding: 12px 20px;
  border: 1px solid #1369BF;
  color: #1369BF;
  margin-right: 14px;
  transition: .6s;
  width: 133px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  /* line 158, ../../sass/_content.scss */
  main a.cat {
    font-size: 10px;
  }
}
/* line 172, ../../sass/_content.scss */
main a.cat:hover {
  background: #1369BF;
  color: #fff;
}
/* line 176, ../../sass/_content.scss */
main a.cat:last-of-type {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  /* line 176, ../../sass/_content.scss */
  main a.cat:last-of-type {
    margin-right: 0;
  }
}
/* line 183, ../../sass/_content.scss */
main a.post-title {
  line-height: calc(26 / 14);
  transition: .6s;
}
/* line 186, ../../sass/_content.scss */
main a.post-title:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  /* line 183, ../../sass/_content.scss */
  main a.post-title {
    display: block;
    margin-top: 20px;
  }
}
/* line 195, ../../sass/_content.scss */
main .container {
  max-width: 914px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 80px 0 106px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 195, ../../sass/_content.scss */
  main .container {
    padding: 50px 0 80px;
  }
  /* line 203, ../../sass/_content.scss */
  main .container.top-news-area {
    padding: 60px 0 80px;
  }
  /* line 206, ../../sass/_content.scss */
  main .container.flex-wrap {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  /* line 212, ../../sass/_content.scss */
  main .container.flex-wrap .order-1 {
    order: 1;
  }
  /* line 215, ../../sass/_content.scss */
  main .container.flex-wrap .order-2 {
    order: 2;
    margin-top: 40px;
  }
  /* line 219, ../../sass/_content.scss */
  main .container.flex-wrap .order-3 {
    order: 3;
  }
  /* line 222, ../../sass/_content.scss */
  main .container.flex-wrap .order-4 {
    order: 4;
  }
}
/* line 227, ../../sass/_content.scss */
main .container h2 {
  font-size: 28px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: calc(28 / 40 * 8px);
}
@media screen and (max-width: 767px) {
  /* line 227, ../../sass/_content.scss */
  main .container h2 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    letter-spacing: calc(24 / 40 * 3px);
  }
}
/* line 239, ../../sass/_content.scss */
main .container h2 span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  /* line 239, ../../sass/_content.scss */
  main .container h2 span {
    margin-top: 10px;
  }
}
/* line 246, ../../sass/_content.scss */
main .container h2 span:before {
  content: "●";
  margin: 0 20px;
  color: #1369BF;
  transform: scale(0.4);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 246, ../../sass/_content.scss */
  main .container h2 span:before {
    margin: 0 10px 0 0;
  }
}
/* line 258, ../../sass/_content.scss */
main .container h3 {
  font-size: 24px;
  margin-top: 80px;
  border-bottom: 1px solid rgba(19, 105, 191, 0.1);
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  /* line 258, ../../sass/_content.scss */
  main .container h3 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
/* line 270, ../../sass/_content.scss */
main .container h3.mt-10 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  /* line 270, ../../sass/_content.scss */
  main .container h3.mt-10 {
    margin-top: 50px;
  }
}
/* line 277, ../../sass/_content.scss */
main .container h4 {
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  /* line 277, ../../sass/_content.scss */
  main .container h4 {
    font-size: 16px;
    margin-top: 20px;
  }
}
/* line 285, ../../sass/_content.scss */
main .container ul {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  /* line 285, ../../sass/_content.scss */
  main .container ul {
    margin-top: 30px;
  }
}
/* line 290, ../../sass/_content.scss */
main .container ul li {
  margin-top: 32px;
}
/* line 292, ../../sass/_content.scss */
main .container ul li:first-of-type {
  margin-top: 0;
}
/* line 295, ../../sass/_content.scss */
main .container ul li span {
  font-size: 12px;
}
/* line 300, ../../sass/_content.scss */
main .container .more-link {
  position: absolute;
  right: 0;
  top: 80px;
  padding: 18px 80px 18px 0;
  color: #1369BF;
  text-decoration: none;
  transition: .6s;
  font-weight: 500;
}
/* line 309, ../../sass/_content.scss */
main .container .more-link.relative {
  position: relative;
  right: inherit;
  top: inherit;
}
@media screen and (max-width: 767px) {
  /* line 300, ../../sass/_content.scss */
  main .container .more-link {
    top: inherit;
    bottom: 20px;
    padding: 7px 50px 7px 0;
  }
}
/* line 319, ../../sass/_content.scss */
main .container .more-link:hover {
  color: rgba(19, 105, 191, 0.6);
}
/* line 321, ../../sass/_content.scss */
main .container .more-link:hover:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}
/* line 327, ../../sass/_content.scss */
main .container .more-link:after {
  font-weight: 400;
  width: 50px;
  height: 49px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #1369BF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .6s;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 327, ../../sass/_content.scss */
  main .container .more-link:after {
    width: 35px;
    height: 34px;
    font-size: 16px;
  }
}
/* line 353, ../../sass/_content.scss */
main .container.about p, main .container.survice p {
  margin-top: 80px;
  max-width: 555px;
  width: calc(100%);
  line-height: calc(26 / 14);
}
/* line 358, ../../sass/_content.scss */
main .container.about p.order-3, main .container.survice p.order-3 {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  /* line 353, ../../sass/_content.scss */
  main .container.about p, main .container.survice p {
    margin-top: 30px;
  }
  /* line 363, ../../sass/_content.scss */
  main .container.about p.order-3, main .container.survice p.order-3 {
    width: calc(100%);
  }
}
/* line 367, ../../sass/_content.scss */
main .container.about p.lead-text, main .container.survice p.lead-text {
  margin-top: 0;
  font-size: 24px;
  line-height: calc(44 / 24);
  max-width: 377px;
}
@media screen and (max-width: 767px) {
  /* line 367, ../../sass/_content.scss */
  main .container.about p.lead-text, main .container.survice p.lead-text {
    font-size: 20px;
    margin-top: 30px;
    max-width: 100%;
  }
}
/* line 377, ../../sass/_content.scss */
main .container.about p.lead-text + p, main .container.survice p.lead-text + p {
  margin-top: 50px;
  max-width: 377px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  /* line 377, ../../sass/_content.scss */
  main .container.about p.lead-text + p, main .container.survice p.lead-text + p {
    margin-top: 30px;
    max-width: 100%;
  }
}
/* line 387, ../../sass/_content.scss */
main .container.about p.description, main .container.survice p.description {
  margin-top: 20px;
  max-width: 100%;
}
/* line 390, ../../sass/_content.scss */
main .container.about p.description + .more-info, main .container.survice p.description + .more-info {
  margin-top: 30px;
}
/* line 395, ../../sass/_content.scss */
main .container.about .info-detail, main .container.survice .info-detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  /* line 395, ../../sass/_content.scss */
  main .container.about .info-detail, main .container.survice .info-detail {
    display: block;
  }
}
/* line 401, ../../sass/_content.scss */
main .container.about .info-detail .detail-title, main .container.survice .info-detail .detail-title {
  color: #1369BF;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 410, ../../sass/_content.scss */
main .container.about .info-detail .detail-area, main .container.survice .info-detail .detail-area {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  /* line 410, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area, main .container.survice .info-detail .detail-area {
    width: calc(100%);
  }
}
/* line 415, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .sp-title, main .container.survice .info-detail .detail-area .sp-title {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 415, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area .sp-title, main .container.survice .info-detail .detail-area .sp-title {
    font-size: 16px;
    display: block;
    margin-top: 40px;
  }
  /* line 421, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area .sp-title:before, main .container.survice .info-detail .detail-area .sp-title:before {
    content: "○";
    color: #1369BF;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: text-top;
  }
}
/* line 430, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area, main .container.survice .info-detail .detail-area .btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  /* line 430, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area .btn-area, main .container.survice .info-detail .detail-area .btn-area {
    display: block;
  }
}
/* line 437, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul, main .container.survice .info-detail .detail-area .btn-area ul {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 440, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul li, main .container.survice .info-detail .detail-area .btn-area ul li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  /* line 440, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area .btn-area ul li, main .container.survice .info-detail .detail-area .btn-area ul li {
    text-align: center;
  }
}
/* line 445, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul li:first-of-type, main .container.survice .info-detail .detail-area .btn-area ul li:first-of-type {
  margin-top: 0;
}
/* line 448, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul li a, main .container.survice .info-detail .detail-area .btn-area ul li a {
  text-decoration: none;
  color: #1369BF;
  padding: 15px clamp(57px, 4vw, 71px) 15px clamp(28px, 4vw, 58px);
  max-width: clamp(120px, 19vw, 192px);
  font-size: clamp(12px, 1vw, 14px);
  width: 100%;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #1369BF;
  transition: .4s;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 448, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area .btn-area ul li a, main .container.survice .info-detail .detail-area .btn-area ul li a {
    max-width: inherit;
    font-size: inherit;
  }
}
/* line 464, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul li a:after, main .container.survice .info-detail .detail-area .btn-area ul li a:after {
  width: 30px;
  height: 29px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 21px;
  top: 50%;
  background-color: rgba(19, 105, 191, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .4s;
}
/* line 480, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul li a:hover, main .container.survice .info-detail .detail-area .btn-area ul li a:hover {
  background-color: #1369bf;
  color: #fff;
}
/* line 483, ../../sass/_content.scss */
main .container.about .info-detail .detail-area .btn-area ul li a:hover:after, main .container.survice .info-detail .detail-area .btn-area ul li a:hover:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}
@media screen and (min-width: 768px) {
  /* line 493, ../../sass/_content.scss */
  main .container.about .info-detail .detail-area .btn-area img, main .container.survice .info-detail .detail-area .btn-area img {
    width: calc(100% - 200px);
    max-width: 183px;
  }
}
/* line 501, ../../sass/_content.scss */
main .container.about .structure, main .container.survice .structure {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  /* line 501, ../../sass/_content.scss */
  main .container.about .structure, main .container.survice .structure {
    margin-top: 20px;
  }
}
/* line 506, ../../sass/_content.scss */
main .container.about .structure + .description, main .container.survice .structure + .description {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  /* line 506, ../../sass/_content.scss */
  main .container.about .structure + .description, main .container.survice .structure + .description {
    margin-top: 20px;
  }
}
/* line 513, ../../sass/_content.scss */
main .container.about .image, main .container.survice .image {
  position: absolute;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 767px) {
  /* line 513, ../../sass/_content.scss */
  main .container.about .image, main .container.survice .image {
    position: relative;
    margin: 0 -30px;
    right: inherit;
    top: inherit;
  }
  /* line 522, ../../sass/_content.scss */
  main .container.about .image.about, main .container.survice .image.about {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}
/* line 529, ../../sass/_content.scss */
main .container.about .more-info, main .container.survice .more-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  /* line 529, ../../sass/_content.scss */
  main .container.about .more-info, main .container.survice .more-info {
    flex-direction: column;
    align-items: start;
  }
}
/* line 536, ../../sass/_content.scss */
main .container.about .more-info li, main .container.survice .more-info li {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 0;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  /* line 536, ../../sass/_content.scss */
  main .container.about .more-info li, main .container.survice .more-info li {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 0;
  }
  /* line 548, ../../sass/_content.scss */
  main .container.about .more-info li:first-of-type, main .container.survice .more-info li:first-of-type {
    margin-top: 0;
  }
}
/* line 552, ../../sass/_content.scss */
main .container.about .more-info li a, main .container.survice .more-info li a {
  position: relative;
  padding-right: 50px;
  color: #1369BF;
  transition: .6s;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  /* line 552, ../../sass/_content.scss */
  main .container.about .more-info li a, main .container.survice .more-info li a {
    padding-right: 30px;
  }
}
/* line 561, ../../sass/_content.scss */
main .container.about .more-info li a:hover, main .container.survice .more-info li a:hover {
  color: rgba(19, 105, 191, 0.6);
}
/* line 563, ../../sass/_content.scss */
main .container.about .more-info li a:hover:after, main .container.survice .more-info li a:hover:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}
/* line 569, ../../sass/_content.scss */
main .container.about .more-info li a:after, main .container.survice .more-info li a:after {
  font-weight: 400;
  width: 30px;
  height: 29px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #1369BF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .6s;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  /* line 569, ../../sass/_content.scss */
  main .container.about .more-info li a:after, main .container.survice .more-info li a:after {
    width: 20px;
    height: 19px;
  }
}
/* line 595, ../../sass/_content.scss */
main .container.about .img-flex, main .container.survice .img-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 58px;
}
/* line 600, ../../sass/_content.scss */
main .container.about .img-flex img, main .container.survice .img-flex img {
  max-width: calc(100% / 3 - 10px);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  /* line 600, ../../sass/_content.scss */
  main .container.about .img-flex img, main .container.survice .img-flex img {
    max-width: calc(100% / 2 - (15px / 2));
  }
}
/* line 606, ../../sass/_content.scss */
main .container.about .img-flex img:nth-of-type(1), main .container.about .img-flex img:nth-of-type(2), main .container.about .img-flex img:nth-of-type(3), main .container.survice .img-flex img:nth-of-type(1), main .container.survice .img-flex img:nth-of-type(2), main .container.survice .img-flex img:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 611, ../../sass/_content.scss */
  main .container.about .img-flex img:nth-of-type(3), main .container.survice .img-flex img:nth-of-type(3) {
    margin-top: 15px;
  }
}
/* line 619, ../../sass/_content.scss */
main .container.survice {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  /* line 619, ../../sass/_content.scss */
  main .container.survice {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
/* line 626, ../../sass/_content.scss */
main .container.survice p {
  max-width: 445px;
}
/* line 629, ../../sass/_content.scss */
main .container.survice .image {
  right: inherit;
  left: 465px;
  top: 100px;
  aspect-ratio: 639 / 286;
  max-width: 50vw;
}
@media screen and (max-width: 767px) {
  /* line 629, ../../sass/_content.scss */
  main .container.survice .image {
    left: inherit;
    top: inherit;
    max-width: 100vw;
  }
}
/* line 641, ../../sass/_content.scss */
main .container.survice .information-box {
  padding: 30px 20px;
  background-color: #FCFCFC;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  /* line 641, ../../sass/_content.scss */
  main .container.survice .information-box {
    margin-top: 20px;
  }
}
/* line 648, ../../sass/_content.scss */
main .container.survice .information-box.p-3 {
  padding: 30px 31px;
}
@media screen and (max-width: 767px) {
  /* line 648, ../../sass/_content.scss */
  main .container.survice .information-box.p-3 {
    padding: 30px 15px;
  }
}
/* line 654, ../../sass/_content.scss */
main .container.survice .information-box h5 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 654, ../../sass/_content.scss */
  main .container.survice .information-box h5 {
    font-size: 14px;
  }
}
/* line 660, ../../sass/_content.scss */
main .container.survice .information-box p {
  margin-top: 20px;
  max-width: 100%;
}
/* line 663, ../../sass/_content.scss */
main .container.survice .information-box p.ex-text {
  font-weight: 500;
}
/* line 668, ../../sass/_content.scss */
main .container.survice .information-box.thanks p {
  margin-top: 0;
}
/* line 670, ../../sass/_content.scss */
main .container.survice .information-box.thanks p.ex-text {
  font-size: 16px;
  margin: 20px 0;
}
/* line 677, ../../sass/_content.scss */
main .container.survice .link-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  /* line 677, ../../sass/_content.scss */
  main .container.survice .link-list {
    margin-top: 30px;
  }
}
/* line 684, ../../sass/_content.scss */
main .container.survice .link-list li {
  margin-top: 0;
  max-width: 284px;
  width: calc((100% / 3) - 20px);
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  /* line 684, ../../sass/_content.scss */
  main .container.survice .link-list li {
    max-width: inherit;
    width: calc((100% / 2) - 20px);
    margin-right: 40px;
  }
  /* line 694, ../../sass/_content.scss */
  main .container.survice .link-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  /* line 684, ../../sass/_content.scss */
  main .container.survice .link-list li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 901px) {
  /* line 703, ../../sass/_content.scss */
  main .container.survice .link-list li:last-of-type {
    margin-right: 0;
  }
  /* line 706, ../../sass/_content.scss */
  main .container.survice .link-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* line 710, ../../sass/_content.scss */
main .container.survice .link-list li a {
  width: 100%;
}
/* line 715, ../../sass/_content.scss */
main .container.survice .link-list li a:hover span:last-of-type:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}
/* line 723, ../../sass/_content.scss */
main .container.survice .link-list li a span {
  display: inline-block;
  border: 2px solid #fff;
  width: 100%;
  background-size: 100% 100%;
  background-image: url(/project/corefacility/assets/images/grad.png);
}
/* line 730, ../../sass/_content.scss */
main .container.survice .link-list li a span:last-of-type {
  padding: 23px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
  color: #1369BF;
  position: relative;
  line-height: calc(26 / 14);
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  /* line 742, ../../sass/_content.scss */
  main .container.survice .link-list li a span:last-of-type br {
    display: none;
  }
}
/* line 746, ../../sass/_content.scss */
main .container.survice .link-list li a span:last-of-type.height-01 {
  padding: 15px 23px;
}
/* line 749, ../../sass/_content.scss */
main .container.survice .link-list li a span:last-of-type.height-02 {
  padding: 28px 23px;
}
@media screen and (max-width: 575px) {
  /* line 730, ../../sass/_content.scss */
  main .container.survice .link-list li a span:last-of-type {
    font-size: 12px;
  }
  /* line 754, ../../sass/_content.scss */
  main .container.survice .link-list li a span:last-of-type.height-01,
  main .container.survice .link-list li a span:last-of-type .height-02 {
    padding: 20px;
  }
}
/* line 759, ../../sass/_content.scss */
main .container.survice .link-list li a span:last-of-type:after {
  font-weight: 400;
  width: 30px;
  height: 29px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  border: 1px solid #1369BF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .6s;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  /* line 759, ../../sass/_content.scss */
  main .container.survice .link-list li a span:last-of-type:after {
    width: 20px;
    height: 19px;
  }
}
/* line 784, ../../sass/_content.scss */
main .container.survice .link-list li a + span {
  display: inline-block;
  padding: 20px 0 50px;
  line-height: calc(26 / 14);
  text-align: left;
}
@media screen and (max-width: 575px) {
  /* line 784, ../../sass/_content.scss */
  main .container.survice .link-list li a + span {
    padding: 15px 0 30px;
  }
}
/* line 798, ../../sass/_content.scss */
main .top-news {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  /* line 798, ../../sass/_content.scss */
  main .top-news {
    margin-top: 50px;
  }
}
/* line 803, ../../sass/_content.scss */
main .top-news .container {
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  /* line 803, ../../sass/_content.scss */
  main .top-news .container {
    padding: 40px 0 110px;
    margin-bottom: 50px;
  }
}
/* line 809, ../../sass/_content.scss */
main .top-news .container h2 {
  font-size: 20px;
}
/* line 812, ../../sass/_content.scss */
main .top-news .container .more-link {
  top: 40px;
}
@media screen and (max-width: 767px) {
  /* line 812, ../../sass/_content.scss */
  main .top-news .container .more-link {
    top: inherit;
  }
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 7, ../../sass/_access.scss */
main.access h2 {
  font-size: 24px;
  margin-top: 80px;
  border-bottom: 1px solid rgba(19, 105, 191, 0.1);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 7, ../../sass/_access.scss */
  main.access h2 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, ../../sass/_access.scss */
  main.access h2.mt-0 {
    margin-top: 0;
  }
}
/* line 25, ../../sass/_access.scss */
main.access .area-info p {
  font-size: 16px;
  margin-top: 0;
}
/* line 29, ../../sass/_access.scss */
main.access .area-info ul {
  margin-top: 30px;
}
/* line 33, ../../sass/_access.scss */
main.access .information-box {
  position: relative;
}
/* line 35, ../../sass/_access.scss */
main.access .information-box .list {
  width: 100%;
}
/* line 37, ../../sass/_access.scss */
main.access .information-box .list tr {
  border-top: 1px solid rgba(19, 105, 191, 0.1);
}
/* line 39, ../../sass/_access.scss */
main.access .information-box .list tr td {
  padding: 23px 0;
  width: 55%;
  font-weight: 400;
  line-height: calc(22 / 14);
}
/* line 44, ../../sass/_access.scss */
main.access .information-box .list tr td:last-of-type {
  font-weight: 400;
  width: 45%;
}
@media screen and (max-width: 767px) {
  /* line 39, ../../sass/_access.scss */
  main.access .information-box .list tr td {
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
  }
  /* line 52, ../../sass/_access.scss */
  main.access .information-box .list tr td:last-of-type {
    width: 100%;
    padding: 15px 0;
  }
}
/* line 59, ../../sass/_access.scss */
main.access .information-box .list tr:last-of-type td {
  padding-bottom: 0;
}
/* line 65, ../../sass/_access.scss */
main.access .information-box h3 {
  margin-top: 10px;
  border-bottom: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 65, ../../sass/_access.scss */
  main.access .information-box h3 {
    margin-bottom: 10px;
  }
}
/* line 73, ../../sass/_access.scss */
main.access .information-box .map-btn {
  margin-top: 0;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  /* line 73, ../../sass/_access.scss */
  main.access .information-box .map-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
}
/* line 85, ../../sass/_access.scss */
main.access .information-box .map-btn li a {
  text-decoration: none;
  color: #1369BF;
  padding: 12px 43px 12px 23px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #1369BF;
  transition: .4s;
  position: relative;
  font-size: 12px;
}
/* line 95, ../../sass/_access.scss */
main.access .information-box .map-btn li a:after {
  will-change: transform;
  width: 19px;
  height: 18px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 12px;
  top: 50%;
  background-color: rgba(19, 105, 191, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  will-change: transform;
  transform: translate(0, -50%);
  transition: .4s;
}
/* line 113, ../../sass/_access.scss */
main.access .information-box .map-btn li a:hover {
  background-color: #1369bf;
  color: #fff;
}
/* line 116, ../../sass/_access.scss */
main.access .information-box .map-btn li a:hover:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}

/* Welcome to Compass. Use this file to define print styles.
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 7, ../../sass/_news.scss */
main.news .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  /* line 7, ../../sass/_news.scss */
  main.news .container {
    display: block;
    padding: 50px 0;
  }
}
/* line 14, ../../sass/_news.scss */
main.news .container ul {
  margin-top: 0;
}
/* line 17, ../../sass/_news.scss */
main.news .container nav {
  width: 217px;
}
@media screen and (max-width: 767px) {
  /* line 17, ../../sass/_news.scss */
  main.news .container nav {
    width: 100%;
  }
}
/* line 22, ../../sass/_news.scss */
main.news .container nav ul {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 22, ../../sass/_news.scss */
  main.news .container nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  /* line 28, ../../sass/_news.scss */
  main.news .container nav ul li {
    margin-top: 0;
  }
  /* line 31, ../../sass/_news.scss */
  main.news .container nav ul li:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 36, ../../sass/_news.scss */
main.news .container nav ul li a {
  transition: .4s;
  color: #1369BF;
}
/* line 38, ../../sass/_news.scss */
main.news .container nav ul li a:after {
  content: "●";
  color: #1369BF;
  font-size: 10px;
  transform: scale(0.4);
  display: inherit;
  margin-left: 4px;
  opacity: 0;
  transition: .4s;
}
/* line 48, ../../sass/_news.scss */
main.news .container nav ul li a:hover {
  color: rgba(19, 105, 191, 0.6);
}
/* line 50, ../../sass/_news.scss */
main.news .container nav ul li a:hover:after {
  opacity: 1;
}
/* line 55, ../../sass/_news.scss */
main.news .container nav ul li a.current {
  color: #333;
  pointer-events: none;
}
/* line 58, ../../sass/_news.scss */
main.news .container nav ul li a.current:after {
  opacity: 1;
}
/* line 65, ../../sass/_news.scss */
main.news .container nav .select-box {
  text-decoration: none;
  position: relative;
  width: 130px;
  margin-top: 50px;
  transition: .6s;
}
@media screen and (max-width: 767px) {
  /* line 65, ../../sass/_news.scss */
  main.news .container nav .select-box {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
/* line 75, ../../sass/_news.scss */
main.news .container nav .select-box:hover {
  opacity: .6;
}
/* line 78, ../../sass/_news.scss */
main.news .container nav .select-box:after {
  width: 19px;
  height: 19px;
  display: inline-flex;
  content: "+";
  position: absolute;
  right: 11px;
  top: 50%;
  background-color: rgba(19, 105, 191, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .4s;
}
/* line 94, ../../sass/_news.scss */
main.news .container nav select {
  -webkit-appearance: none;
  appearance: none;
  width: 130px;
  padding: 11px 22px 11px 12px;
  border: 1px solid #1369BF;
  box-sizing: border-box;
  font-size: 12px;
  color: #1369BF;
  border-radius: 50px;
  z-index: 1;
  position: relative;
  background-color: transparent;
  transition: .4s;
  cursor: pointer;
}
/* line 111, ../../sass/_news.scss */
main.news .container .news-list,
main.news .container .news-detail {
  width: calc(100% - 217px);
}
/* line 115, ../../sass/_news.scss */
main.news .container .news-list ul li,
main.news .container .news-detail ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 119, ../../sass/_news.scss */
main.news .container .news-list ul li .post-title,
main.news .container .news-detail ul li .post-title {
  width: calc(100%);
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  /* line 125, ../../sass/_news.scss */
  main.news .container .news-list ul li,
  main.news .container .news-detail ul li {
    display: block;
  }
  /* line 127, ../../sass/_news.scss */
  main.news .container .news-list ul li .post-title,
  main.news .container .news-detail ul li .post-title {
    width: calc(100%);
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 111, ../../sass/_news.scss */
  main.news .container .news-list,
  main.news .container .news-detail {
    width: 100%;
  }
}
/* line 139, ../../sass/_news.scss */
main.news .container .news-detail h1 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: calc(20 / 14);
}
@media screen and (max-width: 767px) {
  /* line 139, ../../sass/_news.scss */
  main.news .container .news-detail h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
/* line 150, ../../sass/_news.scss */
main.news .container .news-detail h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 150, ../../sass/_news.scss */
  main.news .container .news-detail h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
/* line 160, ../../sass/_news.scss */
main.news .container .news-detail h3 {
  font-size: 18px;
  border-bottom: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  /* line 160, ../../sass/_news.scss */
  main.news .container .news-detail h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
/* line 170, ../../sass/_news.scss */
main.news .container .news-detail h4 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 170, ../../sass/_news.scss */
  main.news .container .news-detail h4 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
/* line 180, ../../sass/_news.scss */
main.news .container .news-detail a[target=_blank] {
  position: relative;
  padding-right: 50px;
  color: #1369BF;
  text-decoration: none;
  transition: .6s;
}
@media screen and (max-width: 767px) {
  /* line 180, ../../sass/_news.scss */
  main.news .container .news-detail a[target=_blank] {
    padding-right: 30px;
  }
}
/* line 189, ../../sass/_news.scss */
main.news .container .news-detail a[target=_blank]:hover {
  color: rgba(19, 105, 191, 0.6);
}
/* line 191, ../../sass/_news.scss */
main.news .container .news-detail a[target=_blank]:hover:after {
  background-color: #1369BF;
  color: #fff;
  transform: translate(-4px, -50%);
}
/* line 197, ../../sass/_news.scss */
main.news .container .news-detail a[target=_blank]:after {
  will-change: transform;
  width: 30px;
  height: 29px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #1369BF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .6s;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 197, ../../sass/_news.scss */
  main.news .container .news-detail a[target=_blank]:after {
    width: 20px;
    height: 19px;
    font-size: 12px;
  }
}
/* line 221, ../../sass/_news.scss */
main.news .container .news-detail p {
  line-height: calc(26 / 14);
  margin-bottom: 20px;
  font-weight: 400;
}
/* line 226, ../../sass/_news.scss */
main.news .container .news-detail .caption {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  /* line 226, ../../sass/_news.scss */
  main.news .container .news-detail .caption {
    font-size: 10px;
  }
}
/* line 233, ../../sass/_news.scss */
main.news .container .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
/* line 238, ../../sass/_news.scss */
main.news .container .pager a,
main.news .container .pager span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1369BF;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 8px;
}
/* line 249, ../../sass/_news.scss */
main.news .container .pager a.back,
main.news .container .pager span.back {
  width: inherit;
  border: none;
  background: none;
  border-radius: 0;
  margin: 0 53px;
}
/* line 255, ../../sass/_news.scss */
main.news .container .pager a.back:hover,
main.news .container .pager span.back:hover {
  background: none;
  color: #1369BF;
  opacity: .6;
}
/* line 262, ../../sass/_news.scss */
main.news .container .pager a {
  color: #1369BF;
  transition: .4s;
}
/* line 265, ../../sass/_news.scss */
main.news .container .pager a:hover {
  background-color: #1369BF;
  color: #fff;
}
/* line 270, ../../sass/_news.scss */
main.news .container .pager span {
  background-color: #1369BF;
  color: #fff;
}

/* Welcome to Compass. Use this file to define print styles.
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 7, ../../sass/_contact.scss */
main.contact table {
  width: 100%;
}
/* line 9, ../../sass/_contact.scss */
main.contact table .err {
  border: 1px solid #f00;
}
/* line 14, ../../sass/_contact.scss */
main.contact table tr:last-of-type td {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 14, ../../sass/_contact.scss */
  main.contact table tr:last-of-type td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 19, ../../sass/_contact.scss */
  main.contact table tr:last-of-type td:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 26, ../../sass/_contact.scss */
main.contact table tr td,
main.contact table tr th {
  width: 30%;
  vertical-align: top;
  padding: 20px 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  /* line 26, ../../sass/_contact.scss */
  main.contact table tr td,
  main.contact table tr th {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 38, ../../sass/_contact.scss */
main.contact table tr td input,
main.contact table tr td textarea,
main.contact table tr th input,
main.contact table tr th textarea {
  border: 1px solid rgba(19, 105, 191, 0.1);
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
}
/* line 45, ../../sass/_contact.scss */
main.contact table tr td input,
main.contact table tr th input {
  max-width: 356px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  /* line 45, ../../sass/_contact.scss */
  main.contact table tr td input,
  main.contact table tr th input {
    max-width: 100%;
  }
}
/* line 51, ../../sass/_contact.scss */
main.contact table tr td input.w-sm,
main.contact table tr th input.w-sm {
  max-width: 267px;
}
@media screen and (max-width: 575px) {
  /* line 51, ../../sass/_contact.scss */
  main.contact table tr td input.w-sm,
  main.contact table tr th input.w-sm {
    max-width: 100%;
  }
}
/* line 58, ../../sass/_contact.scss */
main.contact table tr td textarea,
main.contact table tr th textarea {
  width: 100%;
}
/* line 61, ../../sass/_contact.scss */
main.contact table tr td label,
main.contact table tr th label {
  display: block;
  margin-bottom: 20px;
}
/* line 64, ../../sass/_contact.scss */
main.contact table tr td label input,
main.contact table tr th label input {
  max-width: inherit;
  width: inherit;
}
/* line 71, ../../sass/_contact.scss */
main.contact table tr td:last-of-type {
  width: 70%;
}
@media screen and (max-width: 767px) {
  /* line 71, ../../sass/_contact.scss */
  main.contact table tr td:last-of-type {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
/* line 84, ../../sass/_contact.scss */
main.contact span.required {
  color: #fff;
  background: #1369BF;
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 30px;
  margin-left: 16px;
  line-height: 1;
  display: inline-block;
}
/* line 95, ../../sass/_contact.scss */
main.contact .contact-message {
  font-size: 16px;
  line-height: calc(24 / 14);
}
@media screen and (max-width: 767px) {
  /* line 95, ../../sass/_contact.scss */
  main.contact .contact-message {
    font-size: 14px;
  }
}
/* line 102, ../../sass/_contact.scss */
main.contact .step {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  /* line 102, ../../sass/_contact.scss */
  main.contact .step {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
/* line 111, ../../sass/_contact.scss */
main.contact .policy {
  text-align: center;
  margin-top: 80px;
}
/* line 114, ../../sass/_contact.scss */
main.contact .policy a {
  color: #1369BF;
  text-decoration: underline;
  transition: .6s;
}
/* line 118, ../../sass/_contact.scss */
main.contact .policy a:hover {
  opacity: 0.6;
}
/* line 123, ../../sass/_contact.scss */
main.contact .btn-area {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
/* line 128, ../../sass/_contact.scss */
main.contact .btn-area .separate {
  width: 1px;
  height: 38px;
  display: inline-block;
  margin: 0 30px;
  background-color: rgba(19, 105, 191, 0.1);
}
/* line 135, ../../sass/_contact.scss */
main.contact .btn-area a {
  text-align: center;
  text-decoration: none;
  color: #1369BF;
  padding: 21px 72px 21px 42px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #1369BF;
  transition: .4s;
  position: relative;
  cursor: pointer;
}
/* line 146, ../../sass/_contact.scss */
main.contact .btn-area a:after {
  will-change: transform;
  width: 30px;
  height: 29px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 21px;
  top: 50%;
  background-color: rgba(19, 105, 191, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .4s;
}
/* line 163, ../../sass/_contact.scss */
main.contact .btn-area a:hover {
  background-color: #1369BF;
  color: #fff;
}
/* line 166, ../../sass/_contact.scss */
main.contact .btn-area a:hover:after {
  transform: translate(-4px, -50%);
}
/* line 171, ../../sass/_contact.scss */
main.contact .btn-area button {
  font-size: 14px;
}
/* line 173, ../../sass/_contact.scss */
main.contact .btn-area button.back {
  background: none;
  border: none;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  color: #1369BF;
  transition: .4s;
}
/* line 181, ../../sass/_contact.scss */
main.contact .btn-area button.back:before {
  width: 30px;
  height: 30px;
  display: inline-flex;
  content: "←";
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #1369BF;
  color: #1369BF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .4s;
}
/* line 197, ../../sass/_contact.scss */
main.contact .btn-area button.back:hover {
  color: rgba(19, 105, 191, 0.6);
}
/* line 199, ../../sass/_contact.scss */
main.contact .btn-area button.back:hover:before {
  transform: translate(4px, -50%);
}
/* line 204, ../../sass/_contact.scss */
main.contact .btn-area button.send {
  text-align: center;
  text-decoration: none;
  color: #1369BF;
  padding: 21px 72px 21px 42px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #1369BF;
  transition: .4s;
  position: relative;
  cursor: pointer;
}
/* line 215, ../../sass/_contact.scss */
main.contact .btn-area button.send:after {
  will-change: transform;
  width: 30px;
  height: 29px;
  padding-top: 1px;
  display: inline-flex;
  content: "→";
  position: absolute;
  right: 21px;
  top: 50%;
  background-color: rgba(19, 105, 191, 0.1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  transition: .4s;
}
/* line 232, ../../sass/_contact.scss */
main.contact .btn-area button.send:hover {
  background-color: #1369BF;
  color: #fff;
}
/* line 235, ../../sass/_contact.scss */
main.contact .btn-area button.send:hover:after {
  transform: translate(-4px, -50%);
}
/* line 239, ../../sass/_contact.scss */
main.contact .btn-area button.send.disabled {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}
