@charset "UTF-8";
@font-face {
  font-family: 'Sawarabi Mincho';
  src: url("/assets/font/SawarabiMincho-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  line-height: 1.5;
}

a, a:link {
  color: #000;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input[type=text], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
}

.sawarabi {
  font-family: 'Sawarabi Mincho', sans-serif;
}

.hover_alpha {
  transition: all 0.2s;
}
.hover_alpha:hover {
  opacity: 0.7;
}

.cmn_global_header {
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media (min-width: 1025px) {
  .cmn_global_header {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .cmn_global_header {
    position: fixed;
    top: 0;
    z-index: 100000;
  }
}
.cmn_global_header_nav, .cmn_global_header_nav_sp {
  position: absolute;
  top: 0;
  right: 20px;
}
.cmn_global_header_nav {
  text-align: right;
}
@media (max-width: 1024px) {
  .cmn_global_header_nav {
    display: none;
  }
}
.cmn_global_header_nav_sp {
  display: none;
  z-index: 100000;
}
@media (max-width: 1024px) {
  .cmn_global_header_nav_sp {
    display: inline-block;
  }
}
.cmn_global_header_nav_pages_sp {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10000;
  transition: all 0.3s ease-in-out;
}
.cmn_global_header_nav_pages_sp.is_show {
  left: 0;
}
@media (max-width: 1024px) {
  .cmn_global_header_nav_pages_sp {
    display: block;
  }
}

.global_header_logo {
  font-size: 0;
}
.global_header_logo img {
  height: 110px;
}
@media (max-width: 1024px) {
  .global_header_logo img {
    height: 80px;
  }
}

.global_nav {
  padding-top: 10px;
}

.global_nav_info {
  font-size: 0;
  margin-bottom: 15px;
}
.global_nav_info_search {
  display: inline-block;
  position: relative;
  width: 200px;
  vertical-align: middle;
}
.global_nav_info_search form.gsc-search-box {
  padding: 0;
  margin: 0;
}
.global_nav_info_search form.gsc-search-box table {
  margin: 0;
}
.global_nav_info_search form.gsc-search-box table tr td.gsc-input {
  padding-right: 0;
}
.global_nav_info_search form.gsc-search-box table tr td.gsc-input .gsc-input-box {
  height: 31px;
  padding: 0 0 0 9px;
  border-right: none;
  border-radius: 0;
}
.global_nav_info_search form.gsc-search-box table tr td.gsc-input .gsc-input-box td {
  padding: 0;
  height: 31px;
}
.global_nav_info_search button {
  width: 30px;
  height: 31px;
  padding: 8px 0 8px;
  margin: 0;
  border-radius: 0;
}
.global_nav_info_locationinfo {
  font-size: 1rem;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.global_nav_info_conversion {
  display: inline-block;
}
.global_nav_info_conversion_request, .global_nav_info_conversion_reservation {
  font-size: 1rem;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  text-align: center;
}
.global_nav_info_conversion_request a, .global_nav_info_conversion_reservation a {
  display: block;
  height: 100%;
  color: #fff;
}
.global_nav_info_conversion_request {
  background-color: #1e8097;
}
.global_nav_info_conversion_reservation {
  background-color: #60c5dd;
}

.global_header_info_inquiry {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 30px;
}
.global_header_info_inquiry_number {
  font-size: 0;
}
.global_header_info_inquiry_number img, .global_header_info_inquiry_number_item {
  vertical-align: middle;
}
.global_header_info_inquiry_number_item {
  font-size: 1.5rem;
}

.global_nav_pages {
  font-size: 0;
}
.global_nav_pages li {
  font-size: 1rem;
  display: inline-block;
  margin-left: 20px;
}

.sp_global_nav_icon {
  font-size: 0;
  width: 30px;
  height: 80px;
  position: relative;
}
.sp_global_nav_icon .hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_global_nav_icon .hamburger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 30px;
  height: 20px;
}
.sp_global_nav_icon .hamburger_line {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #60c5dd;
  transition: all 0.3s ease-in-out;
}
.sp_global_nav_icon .hamburger.is_animation_init .line_1 {
  transform: translateY(-4px);
}
.sp_global_nav_icon .hamburger.is_animation_init .line_3 {
  transform: translateY(4px);
}
.sp_global_nav_icon .hamburger:hover .line_1, .sp_global_nav_icon .hamburger:hover .line_3 {
  transform: translateY(0);
}
.sp_global_nav_icon .hamburger.is_close .line_1 {
  background-color: #333;
  transform: translateY(7px) rotate(45deg);
}
.sp_global_nav_icon .hamburger.is_close .line_2 {
  visibility: hidden;
}
.sp_global_nav_icon .hamburger.is_close .line_3 {
  background-color: #333;
  transform: translateY(-7px) rotate(-45deg);
}

.sp_global_nav_pages {
  padding-top: 60px;
  text-align: center;
}
.sp_global_nav_pages li {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.3s ease-out 0.2s;
}
.sp_global_nav_pages li.is_show {
  opacity: 1;
  transform: translateX(0);
}
.sp_global_nav_pages li:last-of-type {
  margin-bottom: 0;
}
.sp_global_nav_pages li a {
  display: block;
}

.sp_global_nav_info {
  text-align: center;
  padding: 30px 0 100px;
}
.sp_global_nav_info_locationinfo {
  margin-bottom: 30px;
}
.sp_global_nav_info_locationinfo .global_nav_info_locationinfo {
  margin-left: 0;
}
.sp_global_nav_info_inquiry {
  margin-bottom: 20px;
}
.sp_global_nav_info_inquiry .global_header_info_inquiry {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .cmn_global_footer {
    padding-bottom: 120px;
  }
}
.cmn_global_footer_conversion {
  font-size: 0;
}
.cmn_global_footer_conversion_item {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.cmn_global_footer_nav {
  padding: 30px 0 50px;
}
.cmn_global_footer_nav_btns_item {
  margin-bottom: 30px;
}
.cmn_global_footer_nav_pages {
  margin-bottom: 5px;
}
.cmn_global_footer_nav_pages ul {
  font-size: 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .cmn_global_footer_nav_pages ul {
    max-width: 420px;
    padding: 0 10px;
  }
}
.cmn_global_footer_nav_pages ul li {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.cmn_global_footer_nav_pages ul li .point {
  position: absolute;
  left: -12px;
}

.global_conversion_request, .global_conversion_reservation {
  height: 200px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .global_conversion_request, .global_conversion_reservation {
    font-size: 0.8rem;
    height: 120px;
  }
}
.global_conversion_request a, .global_conversion_reservation a {
  color: #fff;
  display: block;
  height: 100%;
}
.global_conversion_request b, .global_conversion_reservation b {
  font-size: 1.7rem;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .global_conversion_request b, .global_conversion_reservation b {
    font-size: 1.5rem;
  }
}
.global_conversion_request {
  background-color: #1e8097;
}
.global_conversion_request a {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .global_conversion_request a {
    padding-top: 0;
    padding: 45px 20px 0;
  }
}
.global_conversion_reservation {
  background-color: #60c5dd;
}
.global_conversion_reservation a {
  padding-top: 65px;
}
@media (max-width: 1024px) {
  .global_conversion_reservation a {
    padding-top: 0;
    padding: 25px 20px 0;
  }
}
@media (min-width: 1025px) {
  .global_conversion_reservation_text .pc_none {
    display: none;
  }
}

.global_nav_info_inquiry {
  font-size: 0;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #e7e7e7;
}
@media (max-width: 1024px) {
  .global_nav_info_inquiry {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .global_nav_info_inquiry {
    padding: 30px 0;
  }
}
.global_nav_info_inquiry_otoiawase {
  font-size: 0;
  font-weight: bold;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .global_nav_info_inquiry_otoiawase {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.global_nav_info_inquiry_otoiawase_text {
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .global_nav_info_inquiry_otoiawase_text {
    display: block;
    padding-right: 0;
  }
}
.global_nav_info_inquiry_otoiawase_tel {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  border-left: 1px solid #d8d8d8;
}
@media (max-width: 480px) {
  .global_nav_info_inquiry_otoiawase_tel {
    display: block;
    padding-left: 0;
  }
}
.global_nav_info_inquiry_otoiawase_tel_name {
  font-size: 1.3rem;
  font-weight: bold;
}
.global_nav_info_inquiry_otoiawase_tel .global_nav_info_inquiry_otoiawase_tel_number {
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #60c5dd;
}
.global_nav_info_inquiry_method {
  font-size: 0;
}
.global_nav_info_inquiry_method_mail a {
  display: block;
  height: 100%;
}

.global_nav_info_banner {
  font-size: 0;
  width: 1000px;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .global_nav_info_banner {
    width: 100%;
    justify-content: center;
  }
}
.global_nav_info_banner_line, .global_nav_info_banner_file {
  font-size: 0;
}
@media (max-width: 1024px) {
  .global_nav_info_banner_line {
    margin-bottom: 20px;
  }
}
.global_nav_info_banner_line_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 470px;
  height: 180px;
  padding: 30px;
  background-color: #2cbf13;
}
@media (max-width: 1024px) {
  .global_nav_info_banner_line_item {
    width: 100%;
    max-width: 470px;
  }
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item {
    height: auto;
    padding: 20px;
  }
}
.global_nav_info_banner_line_item_text {
  padding-right: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_text {
    padding-right: 10px;
  }
}
.global_nav_info_banner_line_item_text_title {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_text_title {
    letter-spacing: 0;
  }
}
.global_nav_info_banner_line_item_text_title_main {
  font-size: 2.5rem;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_text_title_main {
    font-size: 2rem;
    margin-right: 5px;
  }
}
.global_nav_info_banner_line_item_text_title_sub {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_text_title_sub {
    font-size: 1rem;
  }
}
.global_nav_info_banner_line_item_text_explain {
  font-size: 1rem;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_text_explain {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_text_explain br {
    display: none;
  }
}
.global_nav_info_banner_line_item_qr {
  height: 100%;
}
@media (max-width: 480px) {
  .global_nav_info_banner_line_item_qr {
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  .global_nav_info_banner_file {
    width: 100%;
  }
}
.global_nav_info_banner_file_item {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 180px;
  padding: 0 50px;
  border: 2px solid #dadada;
  position: relative;
}
@media (max-width: 480px) {
  .global_nav_info_banner_file_item {
    width: 100%;
    max-width: 470px;
    height: 120px;
  }
}
.global_nav_info_banner_file_item_text {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .global_nav_info_banner_file_item_text {
    font-size: 1rem;
  }
}
.global_nav_info_banner_file_item_rightbracket {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.global_footer_copyright {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .global_footer_copyright {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
}
.global_footer_copyright_item_text {
  font-size: 0.9rem;
  color: #a0a0a0;
  margin-top: 15px;
  text-align: center;
}

.cmn_breadcrumbs {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  font-size: 0.9rem;
}
.cmn_breadcrumbs_item {
  padding-right: 5px;
}
.cmn_breadcrumbs_item_rightbracket {
  margin-left: 5px;
}

.cmn_btn_middleline {
  display: inline-block;
  width: 260px;
  height: 55px;
  background-color: #60c5dd;
  text-align: center;
  line-height: 55px;
  position: relative;
}
.cmn_btn_middleline .line {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.cmn_btn_middleline a, .cmn_btn_middleline button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
}
.cmn_btn_middleline.is_mail_request {
  font-size: 1.2rem;
  width: 370px;
  height: 80px;
  background-color: #fff;
  line-height: 80px;
}
@media (max-width: 480px) {
  .cmn_btn_middleline.is_mail_request {
    font-size: 0.9rem;
    width: 300px;
    height: 60px;
    line-height: 60px;
  }
}
.cmn_btn_middleline.is_mail_request .line {
  background-color: #60c5dd;
}
.cmn_btn_middleline.is_mail_request a {
  color: #60c5dd;
}
.cmn_gunmachan {
  font-size: 0;
  position: relative;
}
.cmn_gunmachan_fukidashi_right {
  font-size: 0.9rem;
  padding: 20px;
  border-radius: 10px;
  color: #77473d;
  border: 1px solid #77473d;
  position: absolute;
  top: 0;
  right: 100%;
}
.cmn_gunmachan_fukidashi_right_point {
  position: absolute;
  top: 40%;
  left: 98.5%;
}
.cmn_gunmachan_fukidashi_left {
  font-size: 0.9rem;
  padding: 20px;
  border-radius: 10px;
  color: #77473d;
  border: 1px solid #77473d;
  position: absolute;
  top: 0;
  left: 100%;
}
.cmn_gunmachan_fukidashi_left_point {
  position: absolute;
  top: 40%;
  left: -3.5%;
  transform: scale(-1, 1);
}

.town_keyvisual {
  position: relative;
}
.town_keyvisual_background {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.town_keyvisual_text {
  font-size: 2.5rem;
  font-weight: normal;
  width: 300px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.town_keyvisual_text_keyword {
  font-size: 0.8rem;
}

.town_heading {
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .town_heading {
    padding: 30px 15px 0;
  }
}
.town_heading_background {
  display: inline-block;
  width: 90%;
  height: 580px;
  background-color: #eff7f9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.town_heading_keyword_en {
  font-size: 0;
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 1024px) {
  .town_heading_keyword_en {
    width: 100%;
    top: 10%;
  }
}
@media (max-width: 480px) {
  .town_heading_keyword_en {
    top: 5%;
  }
}
@media (max-width: 1024px) {
  .town_heading_keyword_en img {
    width: 20%;
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .town_heading_keyword_en img {
    min-width: 90px;
  }
}
.town_heading_keyword_ja {
  font-size: 0;
  position: absolute;
  top: 230px;
  left: 40px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .town_heading_keyword_ja {
    width: 100%;
    top: 35%;
    left: 4%;
  }
}
@media (max-width: 480px) {
  .town_heading_keyword_ja {
    top: 17%;
  }
}
@media (max-width: 1024px) {
  .town_heading_keyword_ja img {
    width: 4%;
    min-width: 25px;
  }
}
@media (max-width: 480px) {
  .town_heading_keyword_ja img {
    min-width: 15px;
  }
}
.town_heading_label {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 40px;
  font-weight: bold;
  color: #fff;
  background-color: #71cadf;
  position: relative;
}
.town_heading_label_strong {
  font-size: 1.5rem;
  vertical-align: bottom;
  margin-left: 3px;
}
.town_heading_label_line {
  width: 2px;
  height: 20px;
  background-color: #71cadf;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
.town_heading_catchcopy {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.town_heading_explan {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .town_heading_explan {
    font-size: 0.9rem;
  }
}
.town_heading.is_reverse .town_heading_background {
  right: auto;
  left: 0;
}
.town_heading.is_reverse .town_heading_keyword_en {
  top: 20px;
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  .town_heading.is_reverse .town_heading_keyword_en {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .town_heading.is_reverse .town_heading_keyword_en {
    top: 5%;
  }
}
.town_heading.is_reverse .town_heading_keyword_ja {
  top: 160px;
  left: auto;
  right: 60px;
}
@media (max-width: 1024px) {
  .town_heading.is_reverse .town_heading_keyword_ja {
    text-align: right;
    top: 35%;
    right: 4%;
  }
}
@media (max-width: 480px) {
  .town_heading.is_reverse .town_heading_keyword_ja {
    top: 17%;
  }
}

.page_trust_construction {
  margin-bottom: 50px;
}
.trust_construction_image {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .trust_construction_image {
    justify-content: center;
  }
}
.trust_construction_image_item {
  padding-bottom: 170px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .trust_construction_image_item {
    margin-bottom: 70px;
  }
}
.trust_construction_image_item > img {
  max-width: 450px;
}
@media (max-width: 1024px) {
  .trust_construction_image_item {
    width: 100%;
  }
  .trust_construction_image_item > img {
    width: 100%;
  }
}
.trust_construction_image_item_explain {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.trust_construction_image_item_character_left {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .trust_construction_image_item_character_left {
    left: 10px;
  }
}
.trust_construction_image_item_character_left_fukidashi {
  width: 280px;
  left: 120%;
}
@media (max-width: 480px) {
  .trust_construction_image_item_character_left_fukidashi {
    width: 150px;
  }
}
.trust_construction_image_item_character_left_fukidashi_point {
  top: 30%;
  left: -9.5%;
}
.trust_construction_image_item_character_right {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .trust_construction_image_item_character_right {
    right: 10px;
  }
}
.trust_construction_image_item_character_right_fukidashi {
  width: 280px;
  left: auto;
  right: 120%;
}
@media (max-width: 480px) {
  .trust_construction_image_item_character_right_fukidashi {
    width: 150px;
  }
}
.trust_construction_image_item_character_right_fukidashi_point {
  top: 30%;
  left: auto;
  right: -9.5%;
}
.trust_construction_info {
  max-width: 1000px;
  margin: 0 auto;
}
.trust_construction_info_text {
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .trust_construction_info_text {
    padding: 0 10px;
    line-height: 1.5;
  }
}
.trust_construction_info_image {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .trust_construction_info_image {
    width: 100%;
    flex-wrap: wrap;

  }
}
@media (max-width: 480px) {
  .trust_construction_info_image {
    justify-content: center;
      margin: 10px 0;
  }
}
.trust_construction_info_image > img {
  max-width: 320px;
     margin: 10px 0;
}
@media (max-width: 1024px) {
  .trust_construction_info_image > img {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .trust_construction_info_image > img {
    width: 100%;
  }
}

.trust_lifeline {
  max-width: 1000px;
  padding-bottom: 150px;
  margin: 0 auto 50px;
  position: relative;
}
.trust_lifeline_image {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .trust_lifeline_image {
    justify-content: space-around;
  }
}
.trust_lifeline_image > img {
  max-width: 390px;
}
@media (max-width: 1024px) {
  .trust_lifeline_image > img {
    width: 45%;
  }
}
.trust_lifeline_character {
  position: absolute;
  bottom: -5%;
  left: 20%;
}
@media (max-width: 480px) {
  .trust_lifeline_character {
    left: 10px;
  }
}
.trust_lifeline_character_fukidashi {
  width: 600px;
  background-color: #fff;
  top: 30%;
  left: 130%;
}
@media (max-width: 1024px) {
  .trust_lifeline_character_fukidashi {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .trust_lifeline_character_fukidashi {
    width: 150px;
    top: 10%;
  }
}
.trust_lifeline_character_fukidashi_point {
  left: -4.5%;
  transform: scale(-1, -1);
}
@media (max-width: 1024px) {
  .trust_lifeline_character_fukidashi_point {
    left: -13.5%;
  }
}
@media (max-width: 480px) {
  .trust_lifeline_character_fukidashi_point {
    left: -17.5%;
  }
}

.page_trust {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page_trust {
    padding-top: 80px;
  }
}

.sp_fixed_btn {
  display: none;
}
@media (max-width: 1024px) {
  .sp_fixed_btn {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100000;
  }
}

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