@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-all; }

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h-18 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px; }

.h-20 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px; }

.h-23 {
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 34px; }

.h-24 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 35px; }

.h-26 {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px; }

.h-28 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40px; }

.h-30 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 44px; }

.h-32 {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 46px; }

.h-36 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 54px; }

/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 93px;
  background: linear-gradient(to right, #25C0DD, #0198CA);
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 37px;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  position: relative;
  z-index: 1;
  border-radius: 20px; }
  .button a:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url("../img/common/arrow-circle-right.png") no-repeat center top/cover;
    position: absolute;
    top: calc(50% - 14px);
    right: 24px;
    transition: all 0.3s; }
  .button a:hover:after {
    transform: translateX(5px); }

@media screen and (max-width: 767px) {
  .button a {
    justify-content: flex-start;
    width: 100%;
    height: 100px;
    font-size: 21px;
    line-height: 30px;
    padding: 0 25px;
    text-align: left; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #00628D; }

.cl-green {
  color: #77D1A0; }

.cl-red {
  color: #D00000; }

.cl-yellow {
  color: #FFB357; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 100px 0; }

.pt80 {
  padding-top: 80px; }

.pt120 {
  padding-top: 120px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.pb200 {
  padding-bottom: 200px; }

@media screen and (max-width: 1080px) {
  .section-space {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt80 {
    padding-top: 40px; }

  .pt120 {
    padding-top: 60px; }

  .pb80 {
    padding-bottom: 40px; }

  .pb100 {
    padding-bottom: 50px; }

  .pb120 {
    padding-bottom: 60px; }

  .pb200 {
    padding-bottom: 100px; } }
/* -- --*/
.bg-cl01 {
  background-color: #77D1A0; }

.bg-cl02 {
  background-color: #F3F7F8; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.filter-gray {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s; }

.filter-gray:hover {
  filter: grayscale(0); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 60vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #fff; }

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  transition: all 0.3s;
  padding: 0 50px; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: block;
      max-width: 281px; }

.navbar .nav {
  display: flex;
  align-items: center;
  gap: 45px;
  font-weight: 800; }
  .navbar .nav a {
    border-bottom: 1px solid transparent; }
    .navbar .nav a:hover, .navbar .nav a.current {
      border-bottom-color: #00628D; }

@media screen and (max-width: 1023px) {
  header {
    padding: 0 20px; }

  .navbar .nav {
    gap: 20px; } }
@media screen and (max-width: 767px) {
  header {
    height: 58px;
    padding: 0 20px;
    position: sticky; }
    header:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }

  .hamburger {
    display: block; }

  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 65px;
    width: 100%;
    height: 100vh;
    background: url("../img/common/menu_bg_sp.jpg") no-repeat center top/cover;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 58px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .navbar .nav {
      flex-direction: column;
      gap: 0;
      color: #fff; }
      .navbar .nav li {
        width: 100%; }
        .navbar .nav li:not(:last-child) {
          border-bottom: 1px dashed #fff; }
      .navbar .nav a {
        display: block;
        font-weight: 800;
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0;
        border-bottom: 0;
        position: relative; }
        .navbar .nav a:after {
          content: '';
          width: 12px;
          height: 9px;
          background: url("../img/common/arrow-right.png") no-repeat center top/cover;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }

  .navOpen .navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (max-width: 767px) {
  header .logo a {
    max-width: 200px; } }
@media screen and (min-width: 768px) {
  .navbar {
    height: auto !important; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #015CA9;
  height: 70px; }
  footer .logo {
    max-width: 281px; }

/* -- -- */
.ft-fixed {
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 10;
  transition: 0.5s; }

.ft-fixed ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 58px; }

.ft-fixed.fixed {
  bottom: 35px; }

#pagetop {
  width: 70px; }

@media screen and (max-width: 1440px) {
  .ft-fixed.fixed {
    bottom: 0; } }
@media screen and (max-width: 767px) {
  .ft-fixed ul {
    width: 48px; }

  .ft-fixed.fixed {
    bottom: 50px; }

  #pagetop {
    width: 40px; } }
/*=============================================
 * <section>
 *=============================================*/
#kv {
  background: url("../img/common/kv-bg.jpg") no-repeat center top/cover;
  width: 100%;
  height: calc(100vh - 62px);
  box-sizing: border-box;
  position: relative;
  padding: 0 320px; }
  #kv .kv-img {
    position: absolute;
    top: 0;
    left: 0; }
  #kv .wrap {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 25px; }
  #kv .page-title {
    color: #fff;
    font-weight: 700;
    font-size: 62px;
    line-height: 90px;
    letter-spacing: 0.087em; }
    #kv .page-title .sub {
      display: block;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      padding-bottom: 10px; }

@media screen and (max-width: 1440px) {
  #kv {
    padding-right: 40px; } }
@media screen and (max-width: 1023px) {
  #kv {
    height: 100vw;
    padding: 0; }
    #kv .wrap {
      padding-bottom: 40px; } }
@media screen and (max-width: 767px) {
  #kv .wrap {
    padding-bottom: 20px; }
  #kv .page-title {
    font-size: 40px;
    line-height: 60px; }
    #kv .page-title .sub {
      font-size: 14px;
      padding-bottom: 6px; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
@media screen and (min-width: 1024px) {
  .pagenav {
    width: calc(50% - 600px);
    min-width: 320px;
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 10; }
    .pagenav.stop {
      position: absolute; }
    .pagenav .in {
      max-width: 280px;
      background-color: #fff;
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      border: 3px solid #77D1A0;
      border-radius: 20px;
      box-sizing: border-box;
      padding: 21px 28px;
      color: #B9B9B9;
      margin: 0 auto; }

  .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.073em; }
    .breadcrumbs a {
      color: #77D1A0; }
      .breadcrumbs a:hover {
        text-decoration: underline; }

  .toc {
    padding-top: 20px; }
    .toc a {
      display: block;
      padding: 7px 24px 7px 0;
      position: relative; }
      .toc a:after {
        content: '';
        width: 18px;
        height: 18px;
        background: url("../img/common/arrow-circle-right-grey.png") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      .toc a:hover, .toc a.active {
        color: #77D1A0;
        opacity: 1; }
        .toc a:hover:after, .toc a.active:after {
          background-image: url("../img/common/arrow-circle-right-green.png"); }
    .toc li + li {
      border-top: 1px solid #77D1A0; }
    .toc li:first-child a {
      padding-top: 0; }
    .toc li:last-child a {
      padding-bottom: 0; } }
@media screen and (max-width: 1023px) {
  .pagenav {
    padding: 50px 20px 0; }

  .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    border: 3px solid #77D1A0;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #B9B9B9; }
    .breadcrumbs a {
      color: #77D1A0; }

  .toc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 50px; }
    .toc a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 86px;
      background-color: #EDF5F1;
      text-align: center;
      font-weight: 700;
      letter-spacing: 0.087em;
      position: relative; }
      .toc a:after {
        content: '';
        width: 18px;
        height: 18px;
        background: url("../img/common/arrow-circle-right-green.png") no-repeat center top/cover;
        position: absolute;
        top: calc(50% - 9px);
        right: 24px;
        transition: all 0.3s; }
      .toc a:hover {
        background-color: #77D1A0;
        opacity: 1; }
        .toc a:hover:after {
          background-image: url("../img/common/arrow-circle-right.png");
          transform: rotate(90deg); } }
@media screen and (max-width: 767px) {
  .toc a {
    height: 60px;
    font-size: 12px;
    box-sizing: border-box;
    padding-right: 15px; }
    .toc a:after {
      right: 10px; } }
/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 160px 0 100px; }
  #content-404 .txt {
    padding-top: 40px; }

#content-404 .button {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }
    #content-404 .txt {
      padding-top: 30px; }

  #content-404 .button {
    padding-top: 30px; }
    #content-404 .button a {
      width: auto; } }
/*=============================================
 * 
 *=============================================*/
.tb-style {
  position: relative; }

.tb-style dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  line-height: 24px; }

.tb-style dl dt,
.tb-style dl dd {
  display: table-cell;
  vertical-align: top;
  border-bottom: 2px solid #E8E8E8;
  padding: 25px 0; }

.tb-style dl:first-child dt,
.tb-style dl:first-child dd {
  padding-top: 0; }

.tb-style dl dt {
  width: 265px;
  border-bottom-color: #77D1A0;
  font-weight: 700; }

.tb-style dl dd {
  font-weight: 400;
  font-size: 15px;
  padding-left: 40px; }

.tb-style .dot li {
  text-indent: -15px;
  padding-left: 15px; }
.tb-style .business:not(:last-child) {
  padding-bottom: 32px; }
.tb-style .business h4 {
  font-weight: 700;
  font-size: 16px;
  padding-left: 24px;
  position: relative; }
  .tb-style .business h4:before {
    content: '●';
    color: #77D1A0;
    position: absolute;
    top: 0;
    left: 0; }
.tb-style .business ul {
  line-height: 30px;
  padding: 7px 0 0 24px; }

@media screen and (max-width: 767px) {
  .tb-style dl {
    display: block;
    padding: 20px 0;
    position: relative; }
    .tb-style dl:before {
      content: '';
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #77D1A0 30%, #E8E8E8 30%);
      position: absolute;
      bottom: 0;
      left: 0; }
    .tb-style dl dt,
    .tb-style dl dd {
      display: block;
      width: auto;
      border-bottom: 0;
      padding: 0; }
    .tb-style dl dd {
      padding: 10px 0 0 10px; }
    .tb-style dl:first-child {
      padding-top: 0; }

  .tb-style .dot li {
    text-indent: -14px;
    padding-left: 14px; } }
/*=============================================
 * swiper
 *=============================================*/
.swiper-gallery .swiper-wrapper {
  transition-timing-function: linear; }

.swiper-fade .swiper-slide {
  opacity: 0; }

.swiper-fade .swiper-slide-active {
  opacity: 1; }

.swiper-button-next,
.swiper-button-prev {
  width: 38px;
  height: 38px;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 0; }
  .swiper-button-next:before,
  .swiper-button-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    display: none; }

.swiper-button-next:before {
  background: url("../img/index/slider-arrow.png") no-repeat center/100% auto; }

.swiper-button-prev:before {
  background: url("../img/index/slider-arrow.png") no-repeat center/100% auto;
  transform: rotate(180deg); }

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 25px;
  width: auto;
  position: static;
  margin: 0; }

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #959595;
  opacity: 1;
  margin: 0 !important;
  font-size: 0; }

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0198CA; }

.slick-arrow {
  width: 60px;
  height: 60px;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  cursor: pointer; }
  .slick-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #77D1A0;
    box-sizing: border-box;
    transition: all 0.3s; }

.slider-next:before {
  background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto; }

.slider-prev:before {
  background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto;
  transform: rotate(180deg); }

.slider-next:hover:before,
.slider-prev:hover:before {
  background-image: url("../img/common/arrow-circle-right.png");
  background-color: #fff;
  opacity: 1; }

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 50px;
    height: 50px; } }
/*=============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  position: relative; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  width: 15px;
  height: 10px;
  background: url("../img/common/select-arrow.png") no-repeat center top/cover;
  position: absolute;
  top: 21px;
  right: 15px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  line-height: 30px;
  padding: 9px 40px 9px 20px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 9px 20px;
  line-height: 30px; }

.wpcf7 textarea {
  height: 200px;
  resize: vertical; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: top 22px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #aaa; }

.wpcf7 ::-moz-placeholder {
  color: #aaa; }

.wpcf7 :-ms-input-placeholder {
  color: #aaa; }

.wpcf7 :-moz-placeholder {
  color: #aaa; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 24px; }

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
  cursor: pointer; }

.wpcf7-checkbox input,
.wpcf7-radio input {
  display: none; }

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  grid-area: 1/1;
  margin: auto; }

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #B7B7B7;
  box-sizing: border-box;
  border-radius: 5px; }

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  width: 22px;
  height: 20px;
  background: url("../img/index/plan-icon-check.png") no-repeat center/cover;
  display: none; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  display: block; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 22px;
  color: #E50012; }

.wpcf7 .result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap; }

@media screen and (max-width: 1023px) {
  .wpcf7-checkbox,
  .wpcf7-radio {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px; } }

/*# sourceMappingURL=shared.css.map */
