@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.co_navy {
  color: #00688D;
}

.co_blue {
  color: #4bafe3;
}

/***************************/
/**bg */
/***************************/
.bg_navy {
  background-color: #0d3870;
}

.bg_blue {
  background-color: #4bafe3;
}

.bg_light_blue {
  background-color: #FFEEE6;
}

.bg_sea {
  background: url(../img/common/bg-sea.jpg) no-repeat center/cover;
}

.borde-ra {
  border-radius: 0 0 300px 300px;
}

/***************************/
/**ico */
/***************************/
.ico_tel {
  display: inline-block;
  position: relative;
  padding-left: 0.9em;
  font-size: 2.8rem;
  color: #00688D;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.ico_tel:before {
  position: absolute;
  top: 0;
  right: auot;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f879";
  font-weight: bold;
  font-size: 0.7em;
  font-style: normal;
}

/********************************************/
/* ttl */
/********************************************/
.center_border_ttl {
  position: relative;
  margin-bottom: 3em;
  text-align: center;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  color: #00688D;
  letter-spacing: 0.05em;
}

.center_border_ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1em;
  content: "";
  width: 10em;
  height: 2px;
  margin: auto;
  background-color: #4bafe3;
}

.center_border_en_ttl {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 3rem;
}

.center_border_en_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 3.5em;
  font-size: 1em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.center_border_en_ttl span:after, .center_border_en_ttl span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 3em;
  height: 1px;
  background-color: #00688D;
  margin: auto;
}

.center_border_en_ttl span:before {
  left: 0;
}

.center_border_en_ttl span:after {
  right: 0;
}

.center_border_en_ttl small {
  display: block;
  color: #4bafe3;
  font-size: 0.5em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.square_ttl {
  position: relative;
  margin-bottom: 1em;
  padding-left: 35px;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  color: #00688D;
  letter-spacing: 0.1em;
}

.square_ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/common/ico-ttl-circle.svg) no-repeat center/100%;
}

.square_ttl small {
  font-size: 0.6em;
}

.jp_en_ttl {
  margin-bottom: 1.5em;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00688D;
}

.jp_en_ttl span {
  color: inherit;
  font-size: 1em;
  margin-right: 1em;
}

.jp_en_ttl small {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #4bafe3;
  font-size: 0.7em;
}

.the_content h2,
.border_left_ttl {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #4bafe3;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  color: #00688D;
  letter-spacing: 0.1em;
}

.the_content h3,
.blue_square_ttl {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.the_content h3:before,
.blue_square_ttl:before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "";
  width: 1em;
  height: 1em;
  line-height: 1em;
  background-color: #4bafe3;
}

.base_left_border_ttl {
  position: relative;
  margin-bottom: 2em;
  text-align: left;
  font-size: 2.5rem;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  font-weight: 600;
  color: #0d3870;
}
.base_left_border_ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 3em;
  height: 1px;
  background-color: #4bafe3;
}

@media screen and (max-width: 767px) {
  .base_left_border_ttl {
    font-size: 2rem;
  }
}
/********************************************/
/* btn */
/********************************************/
.hover_slide_black a {
  position: relative;
  overflow: hidden;
}

.hover_slide_black a:before {
  position: absolute;
  left: -130%;
  top: 0;
  content: "";
  width: 120%;
  height: 150%;
  background-color: #333;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover_slide_black a span {
  position: relative;
  z-index: 1;
}

.hover_slide_black a:hover:before {
  left: -10%;
}

.hover_slide_black.blue_ver a:before {
  background-color: #4bafe3;
}

.base_blue_btn {
  display: block;
}

.base_blue_btn a {
  display: block;
  padding: 1.5em 1em;
  background-color: #4bafe3;
  text-align: center;
}

.base_blue_btn a span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
}

.base_blue_btn.map_ver span {
  position: relative;
  padding-right: 2em;
}

.base_blue_btn.map_ver span:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f3c5";
  font-weight: bold;
}

.arrow_base_btn {
  display: inline-block;
  text-align: center;
}

.arrow_base_btn a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #4bafe3;
  padding: 1.4em 2em;
  font-weight: bold;
  border: 1px solid #4bafe3;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  background-color: #fff;
}

.arrow_base_btn a span {
  font-size: 1em;
  color: inherit;
}

.arrow_base_btn a:before {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  content: "";
  width: 95px;
  height: 15px;
  background: url(../img/common/arrow-navy-right.svg) no-repeat center/100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.arrow_base_btn a:hover {
  background-color: #4bafe3;
  color: #fff;
}

.arrow_base_btn a:hover:before {
  right: 0.3em;
  background: url(../img/common/arrow-navy-right-hover.svg) no-repeat center/100%;
}

.arrow_base_btn a {
  overflow: hidden;
}

.arrow_base_btn a:after {
  position: absolute;
  left: -130%;
  top: 0;
  content: "";
  width: 120%;
  height: 150%;
  background-color: #4bafe3;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow_base_btn a span {
  position: relative;
  z-index: 1;
}

.arrow_base_btn a:hover:after {
  left: -10%;
}

.target_blank span {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
}

.target_blank span:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f35d";
  font-weight: bold;
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /***************************/
  /**ico */
  /***************************/
  .ico_tel {
    font-size: 2rem;
  }
  /********************************************/
  /* btn */
  /********************************************/
  .base_blue_btn a span {
    font-size: 1.5rem;
  }
  .arrow_base_btn a {
    font-size: 1.4rem;
  }
  .arrow_base_btn a:before {
    width: 75px;
    height: 9px;
  }
  /********************************************/
  /* ttl */
  /********************************************/
  .center_border_ttl {
    font-size: 1.8rem;
  }
  .center_border_ttl:after {
    width: 7em;
  }
  .center_border_en_ttl {
    font-size: 2.2rem;
  }
  .square_ttl {
    font-size: 1.7rem;
    padding-left: 25px;
  }
  .square_ttl:before {
    width: 20px;
    height: 23px;
  }
  .jp_en_ttl {
    font-size: 2.2rem;
  }
  .jp_en_ttl span {
    margin-right: 0;
  }
  .jp_en_ttl small {
    display: block;
  }
  .the_content h2,
  .border_left_ttl {
    font-size: 1.8rem;
  }
  .the_content h3,
  .blue_square_ttl {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=component.css.map */