@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  font-family: "ZenKakuGothic", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #121016;
  font-weight: normal;
  background: url("../images/bg.png") #fff !important;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.view-all {
  text-align: center;
  margin-bottom: 0;
}
.view-all a {
  color: #00576F;
  font-size: 17px;
  display: inline-block;
  border: 0.85px solid #004A63;
  border-radius: 35.2px;
  line-height: 68px;
  padding-right: 25px;
  padding-left: 38px;
}
.view-all a img {
  width: 40px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .view-all a {
    font-size: 14px;
    line-height: 58px;
  }
  .view-all a img {
    width: 28px;
    margin-left: 12px;
  }
}

.container {
  max-width: 1250px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100% !important;
  }
}

.entry-content {
  width: 802px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

body *:focus {
  outline: none;
}

.cursor-default {
  cursor: default;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: #121016;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #121016;
}
/**
* Style OwlCarousel
*/
#scroll-top {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  bottom: 15px;
  right: calc((100vw - 1150px) / 2);
  z-index: 9999;
}

.block-breadcrumb {
  margin-top: 70px;
  z-index: 2;
  position: relative;
}
.block-breadcrumb .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb {
    display: none;
  }
}
.block-breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.block-breadcrumb ul li a {
  color: #898989;
  font-size: 9px;
  letter-spacing: 2.6px;
  display: inline-block;
}
.block-breadcrumb ul li:not(:first-child) {
  margin-left: 4px;
}

.owl-dots {
  text-align: center;
  margin-top: 24px !important;
}
.owl-dots button {
  width: 16px;
  height: 16px;
  background: #D9D9D9 !important;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
}
.owl-dots button.active {
  background: #234872 !important;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.block-pagination {
  text-align: center;
}
.block-pagination a {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
  height: 36px;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
}
.block-pagination span {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: #1c7ae5;
  height: 36px;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
}
.block-pagination ul {
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0;
}
.block-pagination ul li {
  float: left;
  border-radius: 0;
}
.block-pagination ul li a {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
  height: 36px;
  margin: 0 6px;
  padding: 0;
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  text-align: left;
  margin-top: 0;
}

.alignleft:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    float: left;
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.alignright:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

.opacity {
  opacity: 0.8;
  cursor: default !important;
}

.page-link:hover {
  color: #FFFFFF !important;
  background: #234872 !important;
  opacity: 0.9;
}

@media only screen and (min-width: 482px) {
  .alignright {
    float: right;
    margin-left: var(--global--spacing-horizontal);
  }
  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
#menu-mobile img {
  width: 20px;
}
#menu-mobile img:nth-child(2) {
  display: none;
}
#menu-mobile.show img:nth-child(1) {
  display: none;
}
#menu-mobile.show img:nth-child(2) {
  display: inline-block;
}

#icon-search {
  position: absolute;
  right: 0;
  top: 23px;
}
#icon-search img {
  width: 40px;
  background: #231815;
  border-radius: 50%;
}
#icon-search img:nth-child(2) {
  display: none;
}
#icon-search img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#icon-search.show img:nth-child(1) {
  display: none;
}
#icon-search.show img:nth-child(2) {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #icon-search {
    top: 3px;
  }
  #icon-search img {
    width: 30px;
  }
}

.box-select {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 10px;
}
.box-select select {
  min-width: 173px;
  height: 40px;
  border: 1px solid var(--jab-bk, #121016);
  color: var(--jab-bk, #121016);
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .box-select {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .box-select select {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

rt {
  font-size: 9px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.box-paging {
  text-align: center;
}
.box-paging .page-numbers {
  font-family: "ShipporiMincho";
  color: #004A63;
  font-size: 18px;
  font-weight: 500;
  line-height: 41px;
  margin: 0 17px;
}
@media only screen and (max-width: 767px) {
  .box-paging .page-numbers {
    font-size: 16px;
    margin: 0 15px;
  }
}
.box-paging .page-numbers.active {
  color: #000;
  text-decoration: underline;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.7;
}

.paging {
  display: inline-flex;
  width: 744px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.paging img {
  width: 20px;
  margin: 0 12px;
}
.paging .prev img {
  width: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .paging .prev img {
    width: 30px;
  }
}
.paging .next img {
  width: 40px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .paging .next img {
    width: 30px;
  }
}
.paging span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .paging span {
    font-size: 16px;
  }
}

.wrap-slide {
  padding-left: calc((100vw - 1230px) / 2);
}
@media only screen and (max-width: 767px) {
  .wrap-slide {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrap-slide {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-slide {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap-slide {
    padding-left: calc((100vw - 1220px) / 2);
  }
}

.box-related .container {
  position: relative;
}
.box-related .box-next-prev {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.box-related .box-next-prev img {
  width: 40px;
}
.box-related .box-next-prev a:last-child {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .box-related .box-next-prev a:last-child {
    margin-left: 35px;
  }
}
.box-related .box-title {
  border-top: 1px solid #000000;
  padding-top: 50px;
  margin-bottom: 50px;
}
.box-related h2 {
  width: 100%;
  font-size: 50px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-related .box-title {
    padding-top: 60px;
    margin-bottom: 24px;
  }
  .box-related .box-title.recommend {
    padding-top: 30px;
    margin-top: 28px;
  }
  .box-related h2 {
    font-size: 24px;
  }
  .box-related .box-next-prev {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .box-related .box-next-prev img {
    width: 30px;
  }
  .box-related .box-next-prev .next-button {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-related .box-title {
    padding-top: 40px;
    margin-bottom: 35px;
  }
  .box-related .box-title.goods {
    margin-bottom: 40px;
  }
  .box-related .box-title.recommend {
    padding-top: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-related .box-title {
    padding-top: 40px;
    margin-bottom: 35px;
  }
  .box-related .box-title.recommend {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.box-btn-more {
  text-align: center;
}

.btn-more {
  width: 300px;
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  color: var(--jab-wh, #FFF);
  /* JAB/pc/button_en */
  font-family: Times;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.4px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-more img {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .btn-more {
    width: 200px;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-more img {
    width: 30px;
  }
}

.box-menu {
  z-index: 9999999;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0px;
  overflow: auto;
  display: none;
}
.box-menu.show {
  display: block;
}
@media only screen and (max-width: 767px) {
  .box-menu {
    height: calc(100vh - 64.22px);
  }
}
.box-menu .top {
  padding: 11px 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-menu ul {
  list-style: none;
  padding-bottom: 0;
  margin-bottom: 0px;
  padding-right: 19px;
  padding-left: 19px;
}
.box-menu ul li a {
  display: flex;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  color: #004A63;
  line-height: 57px;
  border-top: 0.71px solid #C4E0E6;
  padding-left: 15px;
  padding-right: 12px;
}
.box-menu ul li:first-child a {
  border-top: 0;
}
.box-menu .box-social {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 120px;
}
.box-menu .box-social span {
  width: 100%;
  display: block;
  font-family: Times;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  text-align: center;
  margin-bottom: 10px;
}
.box-menu .box-social a img {
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .box-map iframe {
    height: 181px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-map iframe {
    height: 383px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-map iframe {
    height: 522px;
  }
}

.next img, .next-button img, .box-next-prev-post a img, .box-next-prev a img {
  background: #231815;
  border-radius: 50%;
}
.next img:hover, .next-button img:hover, .box-next-prev-post a img:hover, .box-next-prev a img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.prev img, .prev-button img {
  background: #231815;
  border-radius: 50%;
}
.prev img:hover, .prev-button img:hover {
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

#floating {
  position: fixed;
  right: 8px;
  bottom: 55px;
  width: 100px;
  height: 100px;
  background: url("../images/float.png") no-repeat;
  background-size: 100px 100px;
  display: none;
  z-index: 999;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #floating {
    display: block;
    padding-top: 21px;
  }
}

.more-link {
  display: none !important;
}

@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../fonts/ZenOldMincho-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../fonts/ZenOldMincho-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "PlaywriteTZ";
  src: url("../fonts/PlaywriteTZ-ExtraLight.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "PlaywriteTZ";
  src: url("../fonts/PlaywriteTZ-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "PlaywriteTZ";
  src: url("../fonts/PlaywriteTZ-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PlaywriteTZ";
  src: url("../fonts/PlaywriteTZ-Thin.ttf") format("truetype");
  font-weight: 100;
}
.button-danger {
  background: #CA2D30 !important;
  color: #fff !important;
}

.button-primary {
  background: #4C2503 !important;
  color: #fff !important;
}

.button-warning {
  background: #4baac4 !important;
  color: #fff !important;
}

.button-more {
  min-width: 240px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: #1c7ae5;
  border: 1px solid #1c7ae5;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.button-more.button-white {
  color: #fff;
  border: 1px solid #fff;
}
.button-more.button-white:hover {
  background: #fff;
  color: #1c7ae5;
}
.button-more img {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.button-more:hover {
  color: #fff;
  background: #1c7ae5;
}
.button-more.button-submit3 {
  color: #fff;
  background: #1c7ae5;
  margin-left: 24px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .button-more.button-submit3 {
    margin-left: 0;
    margin-top: 24px;
  }
}
.button-more.button-submit3:hover {
  color: #1c7ae5;
  background: #fff;
}

.btn-service {
  min-width: 320px;
  max-width: 100%;
  line-height: 62px;
  text-align: center;
  background: #266cba;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  position: relative;
}
.btn-service i {
  position: absolute;
  right: 24px;
  font-size: 22px;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .btn-service {
    min-width: 240px;
    line-height: 52px;
    font-size: 14px;
    border-radius: 4px;
  }
  .btn-service i {
    right: 18px;
    font-size: 15px;
    top: 18px;
  }
}

.button-style1 {
  font-size: 16px;
  line-height: 46px;
  color: #1C7AE5;
  width: 240px;
  height: 48px;
  border: 1px solid #1C7AE5;
  position: relative;
  display: inline-block;
  margin-top: 48px;
}
.button-style1 img {
  position: absolute;
  right: 16px;
  top: 16px;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:before {
  background-color: #F3F8FC !important;
}

[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 23.79px;
  height: 23.79px;
  border: 0.38px solid #004A63;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  [type=checkbox]:not(:checked) + label:before,
  [type=checkbox]:checked + label:before {
    top: 2px;
    width: 20.26px;
    height: 20.26px;
  }
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 23px;
  line-height: 0.8;
  color: #12C912;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:before {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #fff;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
/* Base for label styling */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

/* checkbox aspect */
[type=radio]:before {
  background-color: #F3F8FC !important;
}

[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 23.79px;
  height: 23.79px;
  border: 0.38px solid #004A63;
}

/* checked mark aspect */
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 23px;
  line-height: 0.8;
  color: #12C912;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}

/* checked mark aspect changes */
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:before {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #fff;
}

[type=radio]:disabled:checked + label:after {
  color: #999;
}

[type=radio]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
.select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "";
  background: url("../images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}
@media (max-width: 767px) {
  .select-selected:after {
    top: 40px;
  }
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "";
  background: url("../images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  transform: rotate(180deg);
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-top: -1px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #F2F2F2;
}

/**
 * Blog Title 1
 */
.box-title .title-box {
  background: url("../images/bg_title.png") no-repeat center bottom;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-title .title-box {
    background-size: 122px;
  }
}
.box-title .title-box h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "ZenOldMincho";
}
.box-title .title-box h3 span {
  color: #00576F;
  font-size: 20px;
  font-family: "PlaywriteTZ";
}
.box-title .title-box h3 p {
  color: #004A63;
  font-size: 35px;
  line-height: 61px;
  margin-bottom: 0;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .box-title .title-box h3 span {
    font-size: 14px;
  }
  .box-title .title-box h3 p {
    font-size: 20px;
    line-height: 35px;
  }
}
.box-title .desc {
  color: #004A63;
  font-size: 18px;
  line-height: 31px;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-title .desc {
    font-size: 14px;
    line-height: 24.5px;
    margin-top: 20px;
  }
}

.block-contact {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .block-contact {
    padding-bottom: 0px;
  }
}
.block-contact .container {
  max-width: 1080px;
}
.block-contact__info {
  background: #f7f7f7;
  padding: 40px 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info {
    margin-top: 50px;
    padding: 30px 22px 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-contact__info {
    padding: 27px 25px;
  }
}
.block-contact__info h3 {
  font-family: "KoburinaGoStdN W6";
  font-weight: bold;
  color: #040f27;
  font-size: 30px;
  line-height: 45px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info h3 {
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 18px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-contact__info h3 {
    font-size: 30px;
    line-height: 70px;
    margin-right: 33px;
    min-width: max-content;
  }
}
.block-contact__info p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  margin-bottom: 30px;
}
.block-contact__info .phone {
  height: 110px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .block-contact__info .phone {
    margin-bottom: 15px;
  }
}
.block-contact__info .phone h5 {
  font-family: "Noto Sans JP";
  font-size: 32px;
  color: #2f2f2f;
  margin-bottom: 0px;
  margin-top: 3px;
  font-weight: bold;
}
.block-contact__info .phone span {
  font-family: "Noto Sans JP";
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.block-contact__info .phone span:first-child {
  font-weight: 500;
  color: #262626;
}
.block-contact__info a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  height: 110px;
  background: #3372b7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.block-contact__list img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-contact__list .col-sm-4 {
    padding: 0;
  }
  .block-contact__list .col-sm-4 img {
    width: 100%;
    margin-bottom: 5px;
  }
  .block-contact__list .col-sm-4:last-child img {
    margin-bottom: 0;
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
}

.header-sp {
  text-align: center;
  background: #4bb5ef;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 50px;
}
.header-sp p {
  margin: 0 0 10px 0;
}
.header-sp a {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:link {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:active {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:visited {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:hover {
  color: inherit;
  text-decoration: underline;
}
.header-sp nav:not(.mm-menu) {
  display: none;
}
.header-sp a {
  display: block;
  width: 28px;
  height: 28px;
  padding: 11px;
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-sp a:before {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
.header-sp a:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
.header-sp a span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
}

:root {
  --mm-sidebar-expanded-size: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  #menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mm-menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  #mm-menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mm-slideout {
    transform: none !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .mm-slideout {
    transform: none !important;
    width: 100% !important;
  }
}

.mm-menu {
  --mm-listitem-size: 50px;
  --mm-navbar-size: 50px;
  --mm-color-background: #266cba;
  --mm-color-text: #fff;
}

.mm-navbar_tabs span {
  display: inline-block;
  margin-left: 8px;
}

.mm-navbar {
  border-bottom: none !important;
  margin-bottom: 20px;
}

.mm-listitem {
  font-weight: bold;
  font-size: 13.76px;
  font-family: "Noto Sans CJK JP Bold";
  height: 50px;
  border-color: #fff !important;
  margin: 0px 30px 0px 10px !important;
}
.mm-listitem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: 20px !important;
}

.mm-btn_close:after {
  border-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.mm-btn_close:before {
  border-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
  right: 10px !important;
}

.btn-msg {
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  color: #266cba;
  cursor: pointer;
  margin: 40px auto;
  border: none;
  outline: none;
  display: block;
  position: relative;
}
.btn-msg img {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 17px;
  left: 50px;
  margin-right: 15px;
}
.btn-msg span {
  margin-left: 55px;
  font-size: 15.7px;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: bold;
}

header {
  padding: 14px 30px;
}
@media only screen and (max-width: 767px) {
  header {
    height: 60px;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  header.is-show {
    background: #fff;
  }
  header > div {
    height: 60px;
  }
}
header .img-logo img {
  height: 74px;
}
@media only screen and (max-width: 767px) {
  header .img-logo img {
    height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .img-logo img {
    height: 38px;
  }
}
header nav {
  text-align: center;
}
header nav ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  align-items: center;
}
header nav ul li {
  list-style: none;
  margin-left: 30px;
  margin-right: 30px;
}
header nav ul li a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.6px;
  color: #004A63;
  font-weight: 500;
  font-family: "ZenKakuGothicNew";
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header nav {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header nav ul li {
    margin-left: 20px;
  }
}
header .box-right .content-box-right {
  display: flex;
  align-items: flex-end;
}
header .box-right p {
  color: #CC6241;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 6px;
  letter-spacing: 2.6px;
}
header .box-right a.phone {
  margin-right: 33px;
  display: flex;
  align-items: center;
  line-height: 33px;
  font-family: "ShipporiMincho";
  font-weight: 700;
  color: #CC6241;
  font-size: 38.39px;
}
header .box-right a.phone img {
  width: 33px;
  margin-right: 7px;
}
header .box-right a.button-style {
  margin-left: 13px;
  font-size: 15px;
  color: #265671;
  border: 0.67px solid #265671;
  border-radius: 17.86px;
  width: 119px;
  height: 46.97px;
  display: inline-block;
  text-align: center;
  line-height: 46.97px;
}
header .menu-mobile {
  position: absolute;
  right: 20px;
  top: 19px;
}
header .menu-mobile img {
  height: 21px;
  width: 31px;
  display: block;
}

.header-scroll {
  position: fixed;
  width: 100%;
  top: -120px;
  left: 0;
  background: #fff;
  transition: 0.3s;
  padding: 14px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .header-scroll {
    display: none;
  }
}
.header-scroll.is-show {
  top: 0;
}
.header-scroll .img-logo img {
  height: 74px;
}
@media only screen and (max-width: 767px) {
  .header-scroll .img-logo img {
    height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-scroll .img-logo img {
    height: 38px;
  }
}
.header-scroll nav {
  text-align: center;
  margin-bottom: 10px;
}
.header-scroll nav ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
  align-items: center;
}
.header-scroll nav ul li {
  list-style: none;
  margin-left: 30px;
  margin-right: 30px;
}
.header-scroll nav ul li a {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.6px;
  color: #004A63;
  font-weight: 500;
  font-family: "ZenKakuGothicNew";
}
@media only screen and (max-width: 767px) {
  .header-scroll nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-scroll nav {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-scroll nav ul li {
    margin-left: 0px;
    margin-right: 13px;
  }
  .header-scroll nav ul li a {
    font-size: 14px;
  }
}
.header-scroll .box-right {
  margin-bottom: 10px;
}
.header-scroll .box-right .content-box-right {
  display: flex;
  align-items: flex-end;
}
.header-scroll .box-right p {
  color: #CC6241;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 6px;
  letter-spacing: 2.6px;
}
.header-scroll .box-right a.phone {
  margin-right: 33px;
  display: flex;
  align-items: center;
  line-height: 33px;
  font-family: "ShipporiMincho";
  font-weight: 700;
  color: #CC6241;
  font-size: 38.39px;
}
.header-scroll .box-right a.phone img {
  width: 33px;
  margin-right: 7px;
}
.header-scroll .box-right a.button-style {
  margin-left: 13px;
  font-size: 15px;
  color: #265671;
  border: 0.67px solid #265671;
  border-radius: 17.86px;
  width: 119px;
  height: 46.97px;
  display: inline-block;
  text-align: center;
  line-height: 46.97px;
}

.block-content {
  min-height: 700px;
}

footer {
  padding-top: 73px;
  position: relative;
  overflow: hidden;
  padding-bottom: 119px;
}
footer .box55 {
  padding-top: 46.4px;
}
footer .cyt {
  width: 214.7593px;
  height: 158.8172px;
  border: 1px solid #ddd;
  background: #fff;
  display: inline-block !important;
  margin: auto;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  footer .cyt {
    width: 270.73px;
    height: 200.21px;
  }
}
footer .cyt .top-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
footer .cyt .top-bot .imh {
  margin-top: 4px;
}
footer .cyt .top-bot .imh p {
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
}
footer .cyt .top-bot .imh img {
  height: 44px !important;
  width: auto !important;
  margin-bottom: 0 !important;
}
footer .cyt .top-bot .imh img:first-child {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  footer .cyt .top-bot .imh img {
    height: 57px !important;
  }
  footer .cyt .top-bot .imh img:first-child {
    margin-top: 10px;
  }
}
footer .cyt .top-bot img.hh {
  height: 44px !important;
  width: auto !important;
  margin-bottom: 0 !important;
}
footer .cyt .top-bot img.hh:last-child {
  height: 80px !important;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  footer .cyt .top-bot img.hh {
    height: 57px !important;
  }
  footer .cyt .top-bot img.hh:last-child {
    height: 97px !important;
    margin-left: 15px;
  }
}
footer .cyt .bit {
  display: flex;
  padding: 0 12px;
}
footer .cyt .bit div {
  width: 32%;
  text-align: justify;
  font-size: 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .cyt .bit div {
    font-size: 10px;
  }
}
footer .cyt .bit div:nth-child(2) {
  margin: 0 10px;
}
footer .cyt .bit div span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .cyt .bit div span i {
  font-style: normal;
}
footer .box-logo-t {
  width: 151.2489px !important;
  height: 74px;
}
footer .box-logo-t img {
  height: auto !important;
}
footer .box-logo-t img:first-child {
  width: 105px !important;
  margin-bottom: 5px;
}
footer .box-logo-t img:last-child {
  width: 151.2489px !important;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  footer .box-logo-t {
    width: 114.26px !important;
    height: 68.26px;
  }
  footer .box-logo-t img:first-child {
    width: 80px !important;
    margin-bottom: 5px;
  }
  footer .box-logo-t img:last-child {
    width: 114.26px !important;
    object-fit: contain;
  }
}
footer:before {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 0.5px solid #00576F;
  left: 120px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  footer:before {
    display: none;
  }
}
footer .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  footer .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 23px;
    padding-top: 0;
    border: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    padding-top: 0;
    border: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .logo-footer img {
  height: 90.36px;
}
@media only screen and (max-width: 767px) {
  footer .logo-footer {
    display: block;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #B2AB83;
  }
  footer .logo-footer img {
    height: 68px;
  }
}
footer .banner-ads {
  margin-top: 15px;
  text-align: right;
  padding-right: 4.1px;
}
@media only screen and (max-width: 767px) {
  footer .banner-ads {
    text-align: center;
    margin-top: 0;
    padding-right: 0px;
  }
}
footer .banner-ads a {
  display: block;
}
@media only screen and (max-width: 767px) {
  footer .banner-ads a:first-child img {
    width: 265.04px;
    height: 108.99px;
  }
}
footer .banner-ads a:nth-child(3) img {
  width: 214.76px;
  height: 158.82px;
}
@media only screen and (max-width: 767px) {
  footer .banner-ads a:nth-child(3) img {
    width: 270.73px;
    height: 200.21px;
  }
}
footer .banner-ads a.cut {
  width: 210px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
footer .banner-ads a.cut div {
  width: 100px;
}
footer .banner-ads a.cut div img {
  max-width: 100%;
  margin-bottom: 2px;
}
footer .banner-ads a.cut div > div {
  font-size: 8.73px;
  letter-spacing: 0.2px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .banner-ads a.cut {
    width: 265px;
  }
  footer .banner-ads a.cut div {
    width: 126.5px;
  }
  footer .banner-ads a.cut div img {
    max-width: 100%;
    margin-bottom: 2px;
  }
  footer .banner-ads a.cut div > div {
    font-size: 11.01px;
    letter-spacing: 0.2px;
    text-align: center;
  }
}
footer .banner-ads img {
  width: 210px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  footer .banner-ads img {
    width: 265.04px;
  }
}
footer nav {
  margin-top: 15px;
}
footer nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer nav > ul:first-child {
  padding-left: 59.5px;
  padding-right: 0;
}
footer nav > ul:nth-child(2) {
  padding-left: 86.3px;
  padding-right: 0;
}
footer nav > ul:nth-child(3) {
  padding-left: 82px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  footer nav > ul:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
  footer nav > ul:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
  }
  footer nav > ul:nth-child(3) {
    padding-left: 15px;
    padding-right: 0;
  }
}
footer nav > ul > li {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  footer nav > ul > li {
    margin-bottom: 26px;
  }
}
footer nav > ul > li > a {
  font-size: 16px;
  color: #787878;
}
footer nav > ul > li > a span {
  font-size: 7px;
  color: #D9BC90;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  footer nav > ul > li > a span {
    font-size: 6px;
  }
}
footer nav > ul > li ul {
  list-style: none;
  padding-left: 4px;
  margin-bottom: 0;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  footer nav > ul > li ul {
    margin-bottom: 13px;
    padding-left: 0px;
  }
}
footer nav > ul > li ul li {
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  footer nav > ul > li ul li {
    margin-bottom: 3px;
  }
}
footer nav > ul > li ul li a {
  font-size: 16px;
  color: #787878;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  footer nav > ul > li ul li a {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
footer nav > ul > li ul li a span {
  font-size: 15px;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  footer nav > ul > li ul li a span {
    margin-right: 2px;
    font-size: 11px;
  }
}
footer .box-copy {
  margin-top: 55.7px;
}
@media only screen and (max-width: 767px) {
  footer .box-copy {
    margin-top: 64px;
  }
}
footer .box-copy .menu-footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin-right: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  footer .box-copy .menu-footer-right {
    margin-right: 0px;
    justify-content: flex-start;
    margin-bottom: 38px;
  }
}
footer .box-copy .menu-footer-right li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer .box-copy .menu-footer-right li {
    margin-left: 0px;
    margin-right: 20px;
  }
}
footer .box-copy .menu-footer-right li a {
  font-size: 14px;
  color: #040000;
}
footer .copy-right {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  color: #040000;
}
@media only screen and (max-width: 767px) {
  footer .copy-right {
    margin-bottom: 73px;
  }
}
footer .back-top {
  font-size: 14px;
  font-family: Times;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  display: inline-flex;
  align-items: center;
}
footer .back-top img {
  height: 14px;
  margin-left: 8px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  footer .back-top {
    height: 60px;
    background: #4B4956;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: -5px;
    margin-left: -5px;
  }
  footer .back-top img {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .back-top {
    height: 60px;
    background: #4B4956;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
footer .back-top:hover {
  color: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

#exampleModal .modal-dialog {
  max-width: 770px;
  width: 770px;
  height: 605px;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
}
#exampleModal .modal-dialog .close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .close {
    right: 8px;
    top: 8px;
  }
  #exampleModal .modal-dialog .close img {
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog {
    width: 374.57px;
    margin: 60px auto 0;
    height: 504.65px;
    border-radius: 11.97px;
  }
}
#exampleModal .modal-dialog .modal-content {
  border: 0;
  background: none;
}
#exampleModal .modal-dialog .modal-body {
  padding: 0;
  background: none;
}
#exampleModal .modal-dialog .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .top {
    margin-top: 25px;
    flex-direction: column;
  }
}
#exampleModal .modal-dialog .top a {
  width: 293.73px;
  line-height: 69.78px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 10px 13px;
  border-radius: 13.5px;
  font-size: 27px;
  letter-spacing: 1.4px;
}
#exampleModal .modal-dialog .top a:first-child {
  background: #D87248;
}
#exampleModal .modal-dialog .top a:last-child {
  background: #004A63;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .top a {
    border-radius: 8.86px;
    margin: 0 0 9px;
    width: 300px;
    line-height: 33.96px;
    font-size: 14px;
    font-weight: bold;
  }
}
#exampleModal .modal-dialog .middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .middle {
    flex-direction: column;
  }
}
#exampleModal .modal-dialog .middle a {
  width: 293.73px;
  line-height: 67.78px;
  color: #004A63;
  text-align: center;
  display: inline-flex;
  margin: 0 10px 13px;
  border-radius: 13.5px;
  font-size: 27px;
  letter-spacing: 1.4px;
  border: 1.13px solid #62848A;
  align-items: center;
  justify-content: center;
}
#exampleModal .modal-dialog .middle a:first-child {
  background: #FFFFFF;
}
#exampleModal .modal-dialog .middle a:last-child {
  background: #FFFFFF;
}
#exampleModal .modal-dialog .middle a img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .middle a {
    border-radius: 8.86px;
    margin: 0 0 9px;
    width: 300px;
    line-height: 31.96px;
    font-size: 14px;
    font-weight: bold;
  }
  #exampleModal .modal-dialog .middle a:first-child img {
    margin-right: 11px;
    width: 28.54px;
  }
  #exampleModal .modal-dialog .middle a:last-child {
    background: #FFFFFF;
  }
  #exampleModal .modal-dialog .middle a:last-child img {
    width: 24.49px;
  }
}
#exampleModal .modal-dialog .bot {
  text-align: center;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .bot {
    margin-bottom: 11px;
  }
}
#exampleModal .modal-dialog .bot a {
  width: 608.63px;
  line-height: 67.03px;
  font-size: 27px;
  letter-spacing: 1.4px;
  padding-left: 30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #004A63;
  border: 1.44px solid #62848A;
  border-radius: 19.48px;
  overflow: hidden;
}
#exampleModal .modal-dialog .bot a span {
  background: #EAF0F7;
  height: 67.03px;
  width: 215.17px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #004A63;
  line-height: 20px;
  letter-spacing: 1.2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#exampleModal .modal-dialog .bot a span img {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .bot a {
    border-radius: 8.86px;
    width: 300px;
    line-height: 31.96px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding-left: 7px;
    text-align: center;
  }
  #exampleModal .modal-dialog .bot a span {
    font-size: 11.5px;
    width: 107.99px;
    height: 33.96px;
    line-height: 11px;
  }
  #exampleModal .modal-dialog .bot a span img {
    margin-left: 5px;
    width: 3.96px;
    height: 5.58px;
  }
}
#exampleModal .modal-dialog .slider {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  background: url("../images/banner_modal.png") center bottom repeat #fff;
}
#exampleModal .modal-dialog .slider .close-btn {
  margin-top: 20px;
  color: #004A63;
  padding: 5px 30px;
  border: 1.13px solid #62848A;
  background: #EAF0F7;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider {
    padding-top: 15px;
  }
}
#exampleModal .modal-dialog .slider .owl-nav {
  margin: 0;
}
#exampleModal .modal-dialog .slider .owl-item {
  height: 194px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .owl-item {
    height: 150px;
  }
}
#exampleModal .modal-dialog .slider .owl-dots {
  line-height: 10px;
  margin-top: 12px !important;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .owl-dots {
    line-height: 5.75px;
  }
}
#exampleModal .modal-dialog .slider .owl-dots button {
  width: 10.06px;
  height: 10.06px;
  background: rgba(0, 74, 99, 0.3);
  margin: 0 7.5px;
}
#exampleModal .modal-dialog .slider .owl-dots button.active {
  background: #004A63;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .owl-dots button {
    width: 5.75px;
    height: 5.75px;
    margin: 0 4.5px;
  }
}
#exampleModal .modal-dialog .slider .owl-prev {
  width: 12.33px;
  height: 17.22px;
  background: url("../images/ic_slide_left.png") no-repeat center !important;
  background-size: 100% !important;
  position: absolute;
  left: 34px;
  top: 83px;
  margin: 0 !important;
  opacity: 1;
}
#exampleModal .modal-dialog .slider .owl-prev span {
  display: none;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .owl-prev {
    width: 7.74px;
    height: 10.81px;
    top: 70px;
    left: 4px;
    opacity: 1;
  }
}
#exampleModal .modal-dialog .slider .owl-next {
  top: 83px;
  right: 34px;
  position: absolute;
  width: 12.33px;
  height: 17.22px;
  background: url("../images/ic_slide_right.png") no-repeat center !important;
  background-size: 100% !important;
  margin: 0 !important;
  opacity: 1;
}
#exampleModal .modal-dialog .slider .owl-next span {
  display: none;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .owl-next {
    width: 7.74px;
    height: 10.81px;
    top: 70px;
    right: 4px;
    opacity: 1;
  }
}
#exampleModal .modal-dialog .slider .item {
  display: inline-flex;
  width: 608.63px;
  margin: auto;
  border: 1px solid #004A63;
  height: 100%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item {
    width: 340px;
    height: 148px;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .top-right {
  position: absolute;
  right: 90px;
  top: 10px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .top-right {
    width: 34.94px;
    right: 24px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 {
    border-radius: 0;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .bot-left {
  display: none;
  position: absolute;
  left: 64px;
  bottom: 40px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .bot-left {
    width: 47.58px;
    left: 31px;
    bottom: 40px;
  }
}
#exampleModal .modal-dialog .slider .item.style2 img {
  width: auto;
  height: auto;
  display: inline-flex;
}
#exampleModal .modal-dialog .slider .item.style2 > img {
  width: 252px;
  height: 194px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 > img {
    width: 189px;
    height: 146px;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .content1 {
  text-align: left;
  margin-left: 25px;
  padding-right: 30px;
  width: 100%;
  color: #004860;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .content1 {
    margin-left: 12px;
    padding-right: 1px;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .content1 .year {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 9px;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .content1 .year {
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 13px;
    line-height: 18px;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .content1 .att {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .content1 .att {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 20px;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .content1 .try {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .content1 .try {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    white-space: nowrap;
  }
}
#exampleModal .modal-dialog .slider .item.style2 .content1 a {
  color: #00576F;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style2 .content1 a {
    font-size: 12px;
    line-height: 18px;
  }
}
#exampleModal .modal-dialog .slider span {
  font-size: 21.49px;
  letter-spacing: 2.8px;
  color: #004860;
  margin-top: 4px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider span {
    font-size: 12px;
    margin-bottom: 0;
  }
}
#exampleModal .modal-dialog .slider h3 {
  font-size: 27.51px;
  letter-spacing: 1.2px;
  color: #004860;
  margin-bottom: 10px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider h3 {
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
#exampleModal .modal-dialog .slider h3 span {
  font-size: 21.49px;
  letter-spacing: 2.8px;
  color: #004860;
  margin-top: 4px;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider h3 span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
  }
}
#exampleModal .modal-dialog .slider a {
  font-size: 11.88px;
  letter-spacing: 1.4px;
  color: #004860;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider a img {
    width: 105px !important;
  }
}
#exampleModal .modal-dialog .slider .item.style1 {
  display: block;
  border-color: #D87248;
}
#exampleModal .modal-dialog .slider .item.style1 h4 {
  background: #D87248;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style1 h4 {
    font-size: 20px;
    line-height: 34px;
  }
}
#exampleModal .modal-dialog .slider .item.style1 > div {
  color: #D87248;
  font-size: 19px;
  padding: 10px 15px 0;
  text-align: justify;
}
#exampleModal .modal-dialog .slider .item.style1 > div a {
  color: #D87248;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style1 > div {
    padding: 5px 15px 0;
    font-size: 13px;
  }
  #exampleModal .modal-dialog .slider .item.style1 > div a {
    font-size: 13px;
  }
}
#exampleModal .modal-dialog .slider .item.style3 {
  display: block;
  border-color: #004860;
}
#exampleModal .modal-dialog .slider .item.style3 h4 {
  background: #004860;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style3 h4 {
    font-size: 20px;
    line-height: 34px;
  }
}
#exampleModal .modal-dialog .slider .item.style3 > div {
  color: #004860;
  font-size: 19px;
  padding: 10px 15px 0;
  text-align: justify;
}
#exampleModal .modal-dialog .slider .item.style3 > div a {
  color: #004860;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #exampleModal .modal-dialog .slider .item.style3 > div {
    padding: 5px 15px 0;
    font-size: 13px;
  }
  #exampleModal .modal-dialog .slider .item.style3 > div a {
    font-size: 13px;
  }
}

.banner-block {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 14px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .banner-block {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 33px;
  }
}
.banner-block .bott {
  position: relative;
  background: url("../images/img555.png") no-repeat center;
  background-size: cover;
  height: 83px;
  padding: 10px 8px 0;
}
.banner-block .bott img {
  width: 100%;
}
.banner-block .bott p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-family: "ZenOldMincho";
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4px;
  margin-bottom: 7px;
  font-weight: bold;
}
.banner-block .bott2 {
  position: relative;
  background: url("../images/img666.png") no-repeat center;
  background-size: cover;
  height: 85px;
  padding: 10px 8px 0;
}
.banner-block .bott2 img {
  width: 100%;
}
.banner-block .bott2 p {
  width: 50%;
  font-family: "ZenOldMincho";
  font-size: 12px;
  color: #00576F;
  text-align: center;
  letter-spacing: 0.4px;
  font-weight: bold;
}
.banner-block .item:before {
  content: "";
  background: linear-gradient(90deg, rgb(67, 58, 32) 0%, rgba(65, 55, 37, 0.94) 19%, rgba(59, 49, 34, 0.76) 44%, rgba(49, 39, 29, 0.47) 69%, rgba(36, 25, 21, 0) 100%);
  width: 50%;
  opacity: 0.7;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-block .item.rr:before {
  display: none;
}
.banner-block .item > img {
  height: 488px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .banner-block .item > img {
    height: 433px;
  }
}
.banner-block .item .content {
  position: absolute;
  right: 14px;
  top: 21px;
}
.banner-block .item .content .img-r {
  width: 242.16px;
}
.banner-block .item .content p {
  color: #004A63;
  font-size: 6px;
  letter-spacing: 0.4px;
  text-align: right;
  padding-right: 12px;
}
.banner-block .item .text2 {
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  flex-direction: column;
  position: absolute;
  right: 393px;
  top: 74px;
  font-family: "ZenOldMincho";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text2 {
    right: 36px;
    top: 27px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-block .item .text2 {
    right: 214px;
    top: 163px;
  }
}
@media (min-width: 768px) and (max-width: 895px) {
  .banner-block .item .text2 {
    right: 200px;
    top: 150px;
  }
}
@media (min-width: 896px) and (max-width: 915px) {
  .banner-block .item .text2 {
    right: 150px;
    top: 150px;
  }
}
.banner-block .item .text2 p {
  color: #000;
  margin: 0;
  line-height: 42px;
  font-size: 26px;
  letter-spacing: 4px;
  text-shadow: 0 0 5px #fff;
  text-shadow: 0 0 5px #fff;
}
.banner-block .item .text2 p.t1 {
  top: -11px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text2 p {
    font-size: 16.81px;
  }
}
.banner-block .item .text3 {
  position: absolute;
  left: 20px;
  top: 25px;
  font-family: "ZenOldMincho";
  font-weight: 500;
}
.banner-block .item .text3 p {
  color: #000;
  margin: 0;
  line-height: 42px;
  font-size: 26px;
  letter-spacing: 4px;
  padding-left: 50px;
  text-shadow: 0 0 5px #fff;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text3 p {
    font-size: 16.81px;
  }
}
.banner-block .item .text3 > div {
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
  color: #000;
  line-height: 42px;
  font-size: 26px;
  letter-spacing: -4px;
}
.banner-block .item .text3 > div img {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text3 > div {
    font-size: 16.81px;
  }
}
.banner-block .item .text1 {
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  flex-direction: column;
  position: absolute;
  left: 95px;
  top: 82px;
  font-family: "ZenOldMincho";
}
@media (min-width: 576px) and (max-width: 600px) {
  .banner-block .item .text1 {
    left: 25px;
  }
}
.banner-block .item .text1 p {
  color: #fff;
  margin: 0;
  line-height: 42px;
  font-size: 26px;
  letter-spacing: 4px;
}
.banner-block .item .text1 p.t {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text1 p.t {
    font-size: 14.87px;
  }
}
.banner-block .item .text1 p.t1 {
  top: -11px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text1 p.t1 {
    font-size: 16.81px;
  }
}
.banner-block .item .text1 p:nth-child(5) {
  font-size: 23px;
}
.banner-block .item .text1 p:nth-child(6) {
  font-size: 23px;
}
.banner-block .item .text1 p:first-child {
  font-size: 49px;
  text-shadow: 5px 5px 3px #545454;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-block .item .text1 p:first-child {
    font-size: 31.5px;
  }
}
.banner-block .item .text11 {
  position: absolute;
  top: 22px;
  left: 24px;
  font-family: "ZenOldMincho";
}
.banner-block .item .text11 > p {
  font-size: 31.5px;
  color: #fff;
  text-shadow: 3.32px 3.32px 1.94px #545454;
  margin: 0;
  text-align: right;
  margin-bottom: 8px;
}
.banner-block .item .text11 > div {
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  flex-direction: column;
}
.banner-block .item .text11 > div p {
  font-size: 17px;
  color: #fff;
  margin: 0;
  line-height: 26px;
  letter-spacing: 3px;
}
.banner-block .item .text11 > div p.t1 {
  top: -11px;
  font-size: 16.81px;
  position: relative;
}
.banner-block .item .text11 > div p.t {
  margin-right: 15px;
  font-size: 14.87px;
}
.banner-block .owl-dots {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
}
.banner-block .owl-dot {
  width: 7.95px;
  height: 6.88px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border-radius: 0;
  background: rgba(0, 74, 99, 0.2) !important;
  margin: 0 7px;
}
.banner-block .owl-dot.active {
  background: rgba(0, 74, 99, 0.7) !important;
}

.notice-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .notice-block {
    margin-bottom: 32px;
  }
}
.notice-block .container {
  width: 1100px;
}
@media only screen and (max-width: 767px) {
  .notice-block .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.notice-block p {
  display: flex;
  height: 70px;
  border: 1.03px solid #D5512B;
}
.notice-block p span {
  background: #D5512B;
  line-height: 70px;
  text-align: center;
  width: 280px;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0.4px;
}
.notice-block p a {
  color: #D87248;
  line-height: 70px;
  font-size: 20px;
  padding-left: 45px;
  letter-spacing: 2.6px;
}
@media only screen and (max-width: 767px) {
  .notice-block p {
    display: block;
    width: 326.95px;
    height: 86.89px;
    background: #fff;
    padding: 18px 22px;
    position: relative;
  }
  .notice-block p:before {
    content: "";
    background: #fff;
    height: 4px;
    width: 150px;
    position: absolute;
    left: 86px;
    top: -2px;
    z-index: 1;
  }
  .notice-block p span {
    display: block;
    background: none;
    color: #D87248;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -13px;
    left: 0;
    z-index: 2;
  }
  .notice-block p a {
    font-size: 14px;
    color: #004A63;
    line-height: 22px;
    padding-left: 0;
  }
}

.new-block {
  padding-top: 81px;
  background: #fff;
  padding-bottom: 124px;
}
.new-block .list-new {
  margin: auto;
  width: 763px;
  list-style: none;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .new-block .list-new {
    width: auto;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.new-block .list-new .item-new {
  border-bottom: 0.35px solid #004A63;
  padding: 26px 0 13px;
}
@media only screen and (max-width: 767px) {
  .new-block .list-new .item-new {
    border-bottom: 0.26px solid #004A63;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
.new-block .list-new .item-new a {
  display: flex;
  align-items: center;
  font-family: "ZenKakuGothicNew";
  color: #004A63;
  font-size: 17px;
}
.new-block .list-new .item-new a span {
  color: #004A63;
  font-size: 17px;
  padding-left: 32px;
  margin-right: 73px;
  display: inline-block;
  font-family: "ShipporiMincho";
}
@media only screen and (max-width: 767px) {
  .new-block .list-new .item-new a {
    font-size: 14px;
    line-height: 22px;
    display: block;
  }
  .new-block .list-new .item-new a span {
    display: block;
    padding-left: 0;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .new-block {
    padding-top: 25px;
    padding-bottom: 28px;
  }
}

.ads-banner {
  margin-bottom: 97px;
  margin-top: 100px;
}
.ads-banner .container {
  width: 1127.78px;
}
.ads-banner .content {
  background: url("../images/bg_h3.png") no-repeat center;
  height: 196.7px;
  background-size: 1097.28px 196.7px;
}
.ads-banner .content h3 {
  color: #fff;
  font-size: 37.32px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  padding-top: 35px;
  padding-right: 260px;
  text-align: right;
  font-family: "PlaywriteTZ";
}
.ads-banner .content p {
  color: #FFFFFF;
  font-size: 57px;
  letter-spacing: 1.4px;
  line-height: 61px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 53px;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.ads-banner .content p a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.4px;
  width: 191.62px;
  line-height: 36.09px;
  display: inline-block;
  border: 1px solid #fff;
  padding-left: 15px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .ads-banner .content {
    background: url("../images/bg_h3_sp.png") no-repeat center;
    height: 126.71px;
    background-size: 325.15px 126.71px;
  }
  .ads-banner .content h3 {
    font-size: 23px;
    letter-spacing: 0.2px;
    padding-right: 33px;
    margin-bottom: 0px;
    line-height: 39.97px;
    padding-top: 0;
  }
  .ads-banner .content p {
    font-size: 35px;
    letter-spacing: 1.4px;
    line-height: 35.44px;
    align-items: flex-end;
    padding-right: 33px;
    flex-direction: column;
  }
  .ads-banner .content p a {
    margin-top: 15px;
    display: block;
    width: 140.66px;
    line-height: 20.92px;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding-left: 12px;
  }
}
.ads-banner img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ads-banner {
    margin-top: 0;
    margin-bottom: 68px;
  }
}

.ads-banner-1 {
  margin-top: 65.2px;
  background: rgba(216, 114, 72, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ads-banner-1 {
    overflow: hidden;
  }
}
.ads-banner-1 .container {
  width: 965px;
}
.ads-banner-1 .content {
  height: 346.7478px;
  background-size: 1098.5px 252.71px;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
  align-items: center;
}
.ads-banner-1 .content h3 {
  color: #004A63;
  font-size: 41px;
  letter-spacing: 1.6px;
  margin-bottom: 23px;
  margin-top: 9.4px;
  text-align: left;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.ads-banner-1 .content div > div {
  color: #004A63;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: "ZenKakuGothicNew";
}
.ads-banner-1 .content img {
  margin-left: 32px;
}
.ads-banner-1 .content p {
  text-align: right;
  margin-bottom: 0;
  padding-right: 0px;
}
.ads-banner-1 .content p a {
  background: #004A63;
  border-radius: 20px;
  width: 595px;
  line-height: 70px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.8px;
}
.ads-banner-1 img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ads-banner-1 {
    margin-top: 30.4px;
  }
  .ads-banner-1 .content {
    height: 422.53px;
    background-size: 327px 337px;
    display: block;
    padding: 0;
  }
  .ads-banner-1 .content h3 {
    padding-top: 26.4px;
    font-size: 24px;
    letter-spacing: 1.6px;
    margin-bottom: 23.7px;
    text-align: center;
  }
  .ads-banner-1 .content img {
    margin: 0 auto 19px;
    width: 100%;
    object-fit: cover;
  }
  .ads-banner-1 .content div {
    text-align: center;
  }
  .ads-banner-1 .content div > div {
    font-size: 14px;
    letter-spacing: 2.2px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
  .ads-banner-1 .content p {
    text-align: center;
    padding-right: 0px;
  }
  .ads-banner-1 .content p a {
    border-radius: 14.34px;
    font-size: 16px;
    letter-spacing: 1.4px;
    width: 326.3px;
    line-height: 60px;
    display: inline-block;
  }
}

.ads-banner-2 {
  margin-top: 74.3px;
  display: none;
}
.ads-banner-2 .container {
  width: 1129.98px;
}
.ads-banner-2 .content {
  background: url("../images/bg_h1.png") no-repeat center;
  height: 142.7px;
  background-size: 1099.98px 142.7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ads-banner-2 .content a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.4px;
  line-height: 24px;
  color: #00576F;
  margin-left: 99px;
}
.ads-banner-2 .content h3 {
  color: #004A63;
  margin-left: 40px;
  font-size: 44px;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.ads-banner-2 img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .ads-banner-2 {
    margin-top: 90.1px;
  }
  .ads-banner-2 .container {
    max-width: 100%;
  }
  .ads-banner-2 .content {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: url("../images/bg_h1_sp.png") no-repeat center;
    height: 126.71px;
    background-size: 325.15px 126.71px;
    padding-left: 32px;
    padding-top: 20px;
  }
  .ads-banner-2 .content a {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-left: 0;
  }
  .ads-banner-2 .content img {
    width: 34.72px;
    margin-top: 3px;
  }
  .ads-banner-2 .content h3 {
    position: relative;
    top: -10px;
    font-size: 24px;
    line-height: 30px;
    margin-left: 18px;
  }
}

.section2 {
  padding-top: 127px;
  background: url("../images/bg_sec2.png") no-repeat center;
  background-size: 104%;
  padding-bottom: 51px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section2 {
    margin-bottom: 30px;
  }
}
.section2 .view-all img {
  margin-left: 25.2px;
}
.section2 h3 {
  line-height: 61px;
  color: #004A63;
  font-size: 39.95px;
  margin-bottom: 0;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.section2 p {
  color: #516788;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 50px;
  font-family: "ZenKakuGothicNew";
}
.section2 p.view-all {
  font-family: "ZenMaruGothic";
}
.section2 .line {
  width: 485px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section2 {
    background: url("../images/bg_sec2_mb1.png") no-repeat center;
    background-size: 100%;
    padding-top: 175px;
    min-height: 569px;
    margin-top: 30px;
  }
  .section2 .view-all a img {
    margin-left: 12px;
  }
  .section2 h3 {
    font-size: 29.41px;
    letter-spacing: -3px;
    line-height: 44px;
  }
  .section2 .line {
    width: 273px;
    margin-top: 0px;
    margin-bottom: 14px;
  }
  .section2 p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

.voice-block {
  margin-bottom: 90px;
  padding-top: 110.5px;
}
.voice-block .container {
  width: 995px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .voice-block {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .voice-block {
    padding-top: 48px;
    margin-bottom: 0;
  }
  .voice-block .box-title .desc {
    margin-top: 15px;
    white-space: nowrap;
  }
  .voice-block .box-title .title-box {
    background-size: 104px;
  }
  .voice-block .box-title .title-box h3 {
    padding-bottom: 0;
  }
  .voice-block .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.voice-block .content-voice {
  position: relative;
  margin-bottom: 65px;
  margin-top: 50px;
}
.voice-block .content-voice .item-content {
  background: url("../images/bg_banner_sl.png") no-repeat center;
  background-size: 100% 100%;
  padding: 40px 28px 35px;
  min-height: 388px;
  position: relative;
  margin-bottom: 0px;
}
.voice-block .content-voice .item-content:before {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 23px solid rgba(81, 190, 193, 0.2);
}
@media only screen and (max-width: 767px) {
  .voice-block .content-voice .item-content:before {
    margin-left: -18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid rgba(81, 190, 193, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .voice-block .content-voice .item-content {
    min-height: 365px;
    margin-bottom: 12px;
  }
}
.voice-block .content-voice .item-content img {
  max-width: 100%;
}
.voice-block .content-voice .item-content .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.voice-block .content-voice .item-content .tag a {
  font-family: "ZenMaruGothic";
  font-weight: 500;
  color: #004A63;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .voice-block .content-voice .item-content .tag a {
    font-size: 15.98px;
  }
}
.voice-block .content-voice .item-content h3 {
  margin-bottom: 18px;
  height: 61px;
  overflow: hidden;
}
.voice-block .content-voice .item-content h3 a {
  color: #004A63;
  font-size: 18px;
  line-height: 33px;
  display: block;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .voice-block .content-voice .item-content h3 a {
    font-size: 18px;
    line-height: 31px;
  }
}
.voice-block .content-voice .item-content p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 28.5px;
  color: #004A63;
  margin-bottom: 32px;
  letter-spacing: 5.9px;
  height: 86px;
  overflow: hidden;
  display: block; /* Fallback trong trường hợp trình duyệt không hỗ trợ display dạng box */
  display: -webkit-box;
  max-height: 86px; /* Fallback số dòng bạn muốn giới hạn */
  -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
  -webkit-box-orient: vertical;
  visibility: visible;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "ZenKakuGothicNew";
}
.voice-block .content-voice .item-content p.detail {
  margin-bottom: 0;
  letter-spacing: 1px;
  height: auto;
  line-height: 16px;
  display: block;
}
.voice-block .content-voice .item-content p.detail a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .voice-block .content-voice .item-content p {
    font-size: 16.92px;
    line-height: 22px;
    height: 68px;
    display: block;
    display: -webkit-box;
    max-height: 68px; /* Fallback số dòng bạn muốn giới hạn */
    -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
    visibility: visible; /* Tránh bug không giới hạn số dòng được do trình duyệt */
    text-overflow: ellipsis;
    display: block; /* Fallback trong trường hợp trình duyệt không hỗ trợ display dạng box */
    display: -webkit-box;
    max-height: 68px; /* Fallback số dòng bạn muốn giới hạn */
    -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
    -webkit-box-orient: vertical;
    visibility: visible;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .voice-block .content-voice .item-content p a {
    font-size: 15.04px !important;
  }
}
@media only screen and (max-width: 767px) {
  .voice-block .content-voice {
    margin-top: 13px;
    margin-bottom: 12.1px;
  }
}
.voice-block .owl-prev {
  width: 41px;
  height: 41px;
  background: url("../images/icon/ar-l.png") no-repeat center !important;
  background-size: 100% !important;
  position: absolute;
  left: -66px;
  top: 185px;
  margin: 0 !important;
  opacity: 0.7;
}
.voice-block .owl-prev span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .voice-block .owl-prev {
    background: url("../images/icon/ar-l.png") no-repeat center !important;
    width: 38.62px;
    height: 38.62px;
    left: -22px;
    top: 170px;
    opacity: 0.7;
  }
}
.voice-block .owl-next {
  top: 185px;
  right: -66px;
  position: absolute;
  width: 41px;
  height: 41px;
  background: url("../images/icon/ar-r.png") no-repeat center !important;
  background-size: 100% !important;
  margin: 0 !important;
  opacity: 0.7;
}
.voice-block .owl-next span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .voice-block .owl-next {
    background: url("../images/icon/ar-r.png") no-repeat center !important;
    width: 38.62px;
    height: 38.62px;
    right: -22px;
    top: 170px;
    opacity: 0.7;
  }
}

.service-block {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .service-block {
    padding-top: 30px;
  }
}
.service-block .container {
  width: 865px;
}
.service-block .content-service {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .service-block .content-service {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    margin-top: 35px;
  }
}
.service-block .item-hexagon {
  width: 240px;
}
.service-block .item-hexagon h3 {
  margin-top: 22px;
  margin-bottom: 0;
}
.service-block .item-hexagon h3 a {
  color: #265671;
  font-size: 20px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-block .item-hexagon {
    width: 135px;
    margin-bottom: 14px;
  }
  .service-block .item-hexagon:first-child {
    margin-left: 40px;
    margin-right: 40px;
  }
  .service-block .item-hexagon:nth-child(2) {
    margin-right: 26px;
  }
  .service-block .item-hexagon:nth-child(3) {
    margin-left: 26px;
  }
  .service-block .item-hexagon h3 {
    margin-top: 10px;
  }
  .service-block .item-hexagon h3 a {
    font-size: 14px;
  }
}

.hexagon {
  width: 240px;
  height: 208px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media only screen and (max-width: 767px) {
  .hexagon {
    width: 135.57px;
    height: 117.41px;
  }
}

.hexagon-border {
  width: 225px;
  height: 195px;
  position: absolute;
  overflow: hidden;
  top: 6.5px;
  left: 7.5px;
  background: url("../images/hexagon-border.png") no-repeat center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .hexagon-border {
    width: 126.87px;
    height: 109.87px;
    top: 3.77px;
    left: 4.35px;
  }
}

.hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-phone {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 83px;
}
@media only screen and (max-width: 767px) {
  .block-phone {
    height: auto;
  }
}
.block-phone .content {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004A63;
  left: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.block-phone .content .phone {
  display: inline-flex;
  align-items: center;
  letter-spacing: -1.4px;
  font-family: "ShipporiMincho";
  font-weight: 700;
  font-size: 53px;
  color: #FFFFFF;
  font-weight: 500;
}
.block-phone .content .phone img {
  width: 43.5px;
  height: 43.5px;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-phone .content .phone {
    font-size: 24px;
  }
}
.block-phone .content .txt-365 {
  margin-left: 13px;
  padding: 3px 4px;
  font-size: 9px;
  margin-right: 29px;
  color: #FFFFFF;
  line-height: 11px;
  text-align: center;
  border-bottom: 0.5px solid #fff;
  border-top: 0.5px solid #fff;
  font-weight: bold;
}
.block-phone .content .button-style2 {
  margin-right: 14px;
  background: #CBE8EE;
  border-radius: 7.58px;
  min-width: 134.43px;
  height: 50.33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #004A63;
  font-size: 17px;
  font-weight: bold;
}
.block-phone .content .button-style2 span {
  font-size: 13px;
  color: #D87248;
  margin-right: 14px;
}
.block-phone .content .button-style2.cart {
  min-width: 118.8px;
  font-size: 12px;
  line-height: 14px;
}
.block-phone .content .button-style2.cart img {
  width: 33.8px;
  margin-right: 3px;
}
.block-phone .content .button-style2.other {
  min-width: 156.84px;
  color: #FFFFFF;
  border-radius: 8.19px;
  background: #D87248;
}
.block-phone .content .scroll-top {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  color: #fff;
}
.block-phone .content .scroll-top img {
  width: 15.9px;
  margin-bottom: 6px;
}
.block-phone .content-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  background: #004A63;
}
.block-phone .content-mobile a {
  min-width: 55.88px;
  height: 64.63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-phone .content-mobile a:first-child {
  background: url("../images/l33.png") no-repeat;
  background-position: center right;
  background-size: 1px 44.85px;
  width: 20%;
}
.block-phone .content-mobile a:first-child img {
  width: 24.14px;
}
.block-phone .content-mobile a:nth-child(2) {
  width: 20%;
  background: url("../images/l33.png") no-repeat;
  background-position: center right;
  background-size: 1px 44.85px;
}
.block-phone .content-mobile a:nth-child(2) img {
  width: 36.59px;
}
.block-phone .content-mobile a:nth-child(3) {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.6px;
  color: #fff;
  width: 20%;
  background: url("../images/l33.png") no-repeat;
  background-position: center right;
  background-size: 1px 44.85px;
}
.block-phone .content-mobile a:nth-child(4) {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  color: #fff;
  letter-spacing: -3px;
  width: 91.5px;
}
.block-phone .content-mobile a:nth-child(5) {
  background: #E67248;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 1px;
  width: 85.9px;
}

.reason-block {
  padding-bottom: 65px;
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .reason-block {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reason-block {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.reason-block .container {
  width: 1128px;
}
.reason-block img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .reason-block img.gg {
    margin: -15px -24px 0px -24px;
    width: 121%;
    max-width: 121%;
  }
}
.reason-block .content-reason {
  margin-top: 70px;
}
.reason-block .content-reason h3 {
  font-size: 29px;
  color: #004A63;
  padding-left: 183px;
  font-family: "ZenMaruGothic";
}
.reason-block .content-reason h3 span {
  color: #00576F;
  font-size: 19px;
}
.reason-block .content-reason h3 > div {
  display: flex;
  white-space: nowrap;
  align-items: flex-end;
  height: 22px;
}
.reason-block .content-reason h3 > div img {
  margin-left: 6px;
  height: 40px;
  top: -5px;
  position: relative;
  width: 716.36px;
}
.reason-block .content-reason ul {
  list-style: none;
  padding-left: 183px;
  padding-right: 133px;
  margin-top: 50px;
}
.reason-block .content-reason ul li {
  color: #D87248;
  font-size: 25px;
  margin-bottom: 54px;
  position: relative;
  letter-spacing: 6.5px;
  font-family: "ZenKakuGothicNew";
}
.reason-block .content-reason ul li span:first-child {
  color: #004A63;
  transform: rotate(4.98deg);
  font-size: 28px;
  display: inline-block;
}
.reason-block .content-reason ul li span.last {
  position: absolute;
  font-size: 12px;
  top: 39px;
  right: 75px;
  color: #004A63;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .reason-block .content-reason {
    margin-top: 5px;
  }
  .reason-block .content-reason h3 {
    padding-left: 0;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3.6px;
    line-height: 22px;
  }
  .reason-block .content-reason h3 > div {
    text-align: center;
    display: block;
    height: auto !important;
  }
  .reason-block .content-reason h3 > div span {
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .reason-block .content-reason h3 img {
    width: 407px;
    height: 22.54px;
    max-width: 407px;
    margin-bottom: 15px;
  }
  .reason-block .content-reason ul {
    padding: 0;
    margin-top: 38px;
  }
  .reason-block .content-reason ul li {
    display: block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 28px;
    margin-bottom: 33px;
  }
  .reason-block .content-reason ul li span {
    display: block !important;
    font-size: 18px !important;
  }
  .reason-block .content-reason ul li span.last {
    position: relative;
    font-size: 12px !important;
    top: 0px;
    right: 0px;
    color: #004A63;
    text-align: center;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reason-block .content-reason h3 {
    padding-left: 0;
  }
  .reason-block .content-reason ul {
    padding: 0;
  }
}
.reason-block .view-more-service {
  padding-right: 133px;
}
.reason-block .view-more-service > img {
  height: 40px;
  width: 100%;
}
.reason-block .view-more-service a {
  margin-top: 50px;
  display: inline-flex;
  color: #00576F;
  font-size: 16px;
  align-items: center;
  justify-content: flex-end;
  border: 0.85px solid #004A63;
  border-radius: 35.2px;
  line-height: 68px;
  padding-right: 25px;
  padding-left: 38px;
}
.reason-block .view-more-service a img {
  width: 40.28px;
  margin-left: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reason-block .view-more-service {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reason-block .view-more-service {
    padding-right: 27px;
  }
  .reason-block .view-more-service > img {
    height: 22.53px;
  }
  .reason-block .view-more-service a {
    justify-content: center;
    padding-left: 27px;
    margin-top: 32px;
    line-height: 58px;
  }
  .reason-block .view-more-service a img {
    width: 28px;
    margin-left: 12px;
  }
}

.search-block {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
  padding-bottom: 83px;
}
.search-block .box-title .desc {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .search-block .box-title .desc {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .search-block {
    padding-bottom: 34px;
  }
  .search-block .view-all img {
    margin-left: 8px;
  }
  .search-block .box-title .title-box h3 {
    padding-bottom: 5px;
  }
}
.search-block:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: calc((100vw - 1150px) / 2 + 75px);
  border-radius: 90px;
}
@media only screen and (max-width: 767px) {
  .search-block {
    padding-top: 22px;
  }
  .search-block:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0px;
  }
}
.search-block .container {
  width: 1150px;
  position: relative;
}
.search-block .container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.search-block .container .row .col-sm-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.search-block .box-title {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-block .box-title {
    margin-bottom: 12px;
  }
}
.search-block .item-search {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.search-block .item-search .map {
  position: relative;
  width: 121.39px;
  margin-top: 20px;
  text-align: center;
}
.search-block .item-search .map img {
  max-width: 100%;
}
.search-block .item-search .map p {
  position: absolute;
  color: #004A63;
  font-size: 18px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.search-block .item-search .map span {
  display: none;
}
.search-block .item-search .search-select {
  width: 921px;
}
.search-block .item-search .search-select .tag {
  text-align: right;
  color: #004A63;
  font-size: 22px;
  padding-bottom: 6px;
  border-bottom: 0.25px solid #004A63;
  font-family: "PlaywriteTZ";
}
@media only screen and (max-width: 767px) {
  .search-block .item-search .search-select .tag {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-block .item-search {
    display: block;
    border-bottom: 0.2px solid #004A63;
    padding-bottom: 8px;
  }
  .search-block .item-search:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
  }
  .search-block .item-search .map {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  .search-block .item-search .map p {
    font-size: 14px;
    flex-direction: column;
    line-height: 14px;
  }
  .search-block .item-search .map span {
    display: block;
    font-family: "PlaywriteTZ";
  }
  .search-block .item-search .search-select {
    width: 100%;
  }
}
.search-block .dropdown {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .search-block .dropdown {
    margin-bottom: 10px;
  }
}
.search-block .dropdown .dropdown-toggle {
  border: 0.93px solid #26546E;
  border-radius: 6.48px;
  display: block;
  width: 100%;
  background: #fff !important;
  padding-left: 17px;
  text-align: left;
  color: #265671 !important;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  line-height: 42px;
}
.search-block .dropdown .dropdown-toggle::after {
  border: 0 !important;
  background: url("../images/row-right.png") no-repeat center;
  background-size: 100%;
  width: 8.13px;
  height: 11.35px;
  position: absolute;
  top: 15px;
  right: 19px;
}
@media only screen and (max-width: 767px) {
  .search-block .dropdown .dropdown-toggle {
    color: #26546E !important;
    font-size: 14px;
    padding-left: 14px;
    line-height: 34px;
  }
  .search-block .dropdown .dropdown-toggle:after {
    width: 6.65px;
    height: 9.29px;
    top: 13px;
    right: 16px;
  }
}
.search-block .dropdown.show .dropdown-toggle {
  background: rgba(28, 86, 113, 0.07) !important;
}
.search-block .dropdown.show .dropdown-toggle::after {
  transform: rotate(90deg);
}
.search-block .dropdown .dropdown-menu.show {
  width: calc(100% - 16px);
  left: 8px !important;
  box-shadow: 1.9px 1px 3px #C5D7E0;
  border-radius: 11px;
}
.search-block .dropdown .dropdown-menu.show .dropdown-item {
  color: #265671;
  font-size: 18px;
  line-height: 31px;
  padding-left: 17px;
}
.search-block .dropdown .dropdown-menu.show .dropdown-item:hover {
  background: rgba(28, 86, 113, 0.1) !important;
}
@media only screen and (max-width: 767px) {
  .search-block .dropdown .dropdown-menu.show .dropdown-item {
    font-size: 14.95px;
  }
}

.box-logo-t {
  width: 124.3308px !important;
  height: 74px;
  text-align: left;
  display: inline-block;
}
.box-logo-t img {
  height: auto !important;
}
.box-logo-t img:first-child {
  width: 87px !important;
  margin-bottom: 5px;
}
.box-logo-t img:last-child {
  width: 124.3308px !important;
  object-fit: contain;
}

.content22 {
  width: 920px;
  height: 323.52px;
  background: url("../images/bg_con.png") #FDE9E2 repeat center;
  border-radius: 22.4207px;
  padding: 8px 75px;
}
.content22 > div {
  display: flex;
  align-items: flex-start;
}
.content22 > div > img {
  width: 149px;
  margin-top: 44px;
  transform: rotate(7deg);
}
.content22 > div > div {
  width: 549px;
  margin-right: 75px;
}
@media only screen and (max-width: 767px) {
  .content22 > div > div {
    width: 100%;
    margin-right: 0px;
  }
  .content22 > div > div img {
    width: 83.38px;
    margin-top: 9px;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .content22 > div > img {
    width: 83.38px;
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .content22 {
    height: 281.28px;
    width: 100%;
    padding: 12px 10px 20px 20px;
  }
}
.content22 h5 {
  color: #004A63;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .content22 h5 {
    font-size: 16.64px;
    line-height: 24.56px;
    margin-bottom: 6px;
    margin-top: 20px;
  }
}
.content22 h4 {
  color: #D87248;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.4px;
  line-height: 47.66px;
  margin-bottom: 18px;
}
.content22 h4 span {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .content22 h4 {
    font-size: 19px;
    line-height: 24.56px;
    margin-bottom: 27px;
  }
  .content22 h4 span {
    display: block;
    font-size: 19px;
  }
}
.content22 a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  border: 1.02px solid #004A63;
  font-size: 25px;
  font-weight: 500;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 2.8px;
  background: #004A63;
}
.content22 a img {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .content22 a {
    width: 273.19px;
    font-size: 16px;
    line-height: 60.11px;
    border-radius: 13.14px;
    margin-left: 7px;
  }
  .content22 a img {
    margin-left: 20px;
  }
}
.content22 p {
  color: #004A63;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content22 p {
    font-size: 14px;
    margin-bottom: 19px;
    line-height: 17px;
    text-align: left;
  }
}

.box-sub {
  margin-top: 15px;
  display: none;
}
.box-sub textarea {
  width: 100% !important;
  border: 0.72px solid #004A63;
  padding-left: 12px;
  color: #004A63;
  height: auto !important;
  margin-left: 0px !important;
}

@media only screen and (min-width: 1200px) {
  .page-template-page-columns .block-breadcrumb ul {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .tax-column_category .block-breadcrumb ul {
    margin-bottom: 0;
  }
}

.column .content {
  padding-bottom: 128px;
}
@media only screen and (max-width: 767px) {
  .column .content {
    padding-bottom: 90px;
  }
}
.column .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .column .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.column .title-page {
  background: url("../images/column/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-bottom: 60.4px;
  margin-top: 18.4px;
}
@media only screen and (max-width: 767px) {
  .column .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
.column h3 {
  text-align: center;
  margin-bottom: 49.3px;
}
.column h3.pick {
  margin-bottom: 35px;
}
.column h3.pick span {
  padding-bottom: 17.2px;
}
@media only screen and (max-width: 767px) {
  .column h3 {
    margin-bottom: 26px;
  }
  .column h3.pick {
    margin-bottom: 36px;
  }
  .column h3.pick span {
    font-size: 30px;
    padding-bottom: 22px;
  }
}
.column h3 span {
  display: inline-block;
  color: #004A63;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 30px;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241px 5px;
  min-width: 241px;
}
@media only screen and (max-width: 767px) {
  .column h3 span {
    font-size: 24px;
    background-size: 172.41px 3.15px;
    min-width: 172.41px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 24px;
    line-height: 33px;
  }
}
.column p.desc {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 55px;
  text-align: center;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .column p.desc {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 44.8px;
  }
}
.column .category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 63px;
}
@media only screen and (max-width: 767px) {
  .column .category {
    margin-bottom: 57px;
    justify-content: center;
  }
  .column .category.mb-50 {
    margin-bottom: 50px;
  }
}
.column .category a {
  border: 1px solid #004A63;
  border-radius: 10px;
  line-height: 44px;
  width: 25%;
  display: inline-block;
  text-align: center;
  color: #004A63;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .column .category a {
    width: 314.06px;
    line-height: 46px;
    height: 48px;
  }
}
.column .category a.active {
  background: #004A63;
  color: #fff;
}
.column .category a:hover {
  background: #2F7899;
  color: #fff;
}
.column .category a span {
  font-size: 8px;
  margin-right: 5px;
}
.column .content .col-sm-4 .item {
  width: 320px;
  display: inline-block;
  text-align: left;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .column .content .col-sm-4 .item {
    max-width: 100%;
    margin-bottom: 41.7px;
  }
}
.column .content .col-sm-4 .item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.column .content .col-sm-4 .item h4 {
  margin-top: 22px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .column .content .col-sm-4 .item h4 {
    margin-bottom: 13px;
    margin-top: 13px;
  }
}
.column .content .col-sm-4 .item h4 a {
  color: #004A63;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.2px;
  display: block;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .column .content .col-sm-4 .item h4 a {
    height: auto;
  }
}
.column .content .col-sm-4 .item a.cate {
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid;
  border-radius: 16px;
  line-height: 32px;
  min-width: 216px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .column .content .col-sm-4 .item a.cate {
    min-width: 200px;
  }
}
.column .content .col-sm-4:nth-child(2) {
  text-align: center;
}
.column .content .col-sm-4:nth-child(3) {
  text-align: right;
}
.column .content .col-sm-4:nth-child(6) {
  text-align: right;
}
.column .content .col-sm-4:nth-child(5) {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .column .content .col-sm-4 {
    text-align: center !important;
  }
}
.column .box-paging {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .column .box-paging {
    margin-bottom: 81.8px;
  }
}

.column-single {
  background: #fff;
  text-align: center;
  padding-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .column-single {
    margin-bottom: 32px;
    padding-bottom: 1px;
  }
}
.column-single .top {
  padding-top: 33px;
}
@media only screen and (max-width: 767px) {
  .column-single .top {
    padding-top: 21px;
  }
}
.column-single .top .container {
  width: 1110px;
}
@media only screen and (max-width: 767px) {
  .column-single .top .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.column-single .top .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  background: url("../images/icon/line9.png") no-repeat left bottom;
}
.column-single .top .cont h3 {
  color: #004A63;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2.2px;
}
.column-single .top .cont span {
  color: #004A63;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 767px) {
  .column-single .top .cont {
    flex-direction: column;
  }
  .column-single .top .cont span {
    font-size: 15px;
  }
}
.column-single .content h1 {
  color: #004A63;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .column-single .content h1 {
    margin-top: 21px;
    margin-bottom: 20px;
  }
}
.column-single .content .category {
  min-width: 200px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: auto;
  border: 1px solid;
  border-radius: 16px;
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 500;
}
.column-single .content img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .column-single .content img {
    margin-top: 32px;
  }
}
.column-single .content .detail {
  text-align: left;
  color: #004A63;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .column-single .content .detail {
    margin-top: 30px;
  }
}
.column-single .content .container {
  width: 650px;
}
@media only screen and (max-width: 767px) {
  .column-single .content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.column-single .column {
  margin-top: 90px;
}

.title-mobile h3 {
  font-size: 24px;
  color: #004A63;
  letter-spacing: 2.4px;
  margin-top: 35px;
  margin-bottom: 12px;
  font-weight: bold;
}

.about .block-funeral-5 {
  padding: 40px 0 0px;
  height: 270.7675px;
  background: rgba(204, 98, 65, 0.2);
  margin-bottom: 77.9px;
}
@media only screen and (max-width: 767px) {
  .about .block-funeral-5 {
    margin-bottom: 52px;
    padding-top: 23px;
    height: 180.9688px;
  }
}
.about .block-funeral-5 .container {
  width: 838.9002px;
}
@media only screen and (max-width: 767px) {
  .about .block-funeral-5 .container {
    padding-left: 18.935px;
    padding-right: 18.935px;
  }
}
.about .block-funeral-5 .content {
  max-width: 100%;
  text-align: center;
}
.about .block-funeral-5 .content h3 {
  color: #CC6241;
  font-size: 40px;
  line-height: 42.7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin-bottom: 18px;
}
.about .block-funeral-5 .content img {
  display: block;
  margin: auto;
}
.about .block-funeral-5 .content a {
  color: #fff;
  font-size: 24px;
  background: #CC6241;
  text-align: center;
  line-height: 70px;
  width: 100%;
  border-radius: 24.4298px;
  margin-top: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .about .block-funeral-5 .content h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .about .block-funeral-5 .content img {
    width: 67px;
  }
  .about .block-funeral-5 .content a {
    margin-top: 17px;
    font-size: 16px;
    line-height: 60.1065px;
    border-radius: 13.1441px;
    width: 274.2534px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-funeral-5 {
    padding: 28px 0 41px;
  }
}
.about .view-all a {
  border-radius: 25px;
  background: #004A63;
  color: #fff;
  font-size: 16px;
  padding-left: 46.5px;
  padding-right: 30px;
  margin-top: 35px;
}
.about .view-all a img {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .about .view-all a {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 24px;
    line-height: 60.11px;
    border-radius: 15px;
    margin-top: 13px;
    margin-bottom: 15px;
  }
  .about .view-all a img {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .about .view-all.mb-50 {
    margin-bottom: 50px !important;
  }
}
.about .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
}
@media only screen and (max-width: 767px) {
  .about .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.about h3 {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .about h3 {
    margin-bottom: 30px;
  }
}
.about h3 span {
  display: inline-block;
  color: #51BEC1;
  font-size: 35px;
  font-weight: 500;
  line-height: 61.25px;
  padding-bottom: 30px;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241px 4.42px;
  min-width: 241px;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .about h3 span {
    background-size: 128.75px 2.35px;
    font-size: 20px;
    min-width: 128px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    line-height: 33px;
  }
}
.about p.desc {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .about p.desc {
    font-size: 16px;
    text-align: left;
    line-height: 32px;
  }
}
.about p.desc.pc-t {
  margin-top: 74px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .about p.desc.pc-t {
    white-space: normal;
    margin-top: 0;
    margin-bottom: 55px;
  }
}
.about .block-about-1 {
  padding-top: 119px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-1 {
    padding-top: 0px;
  }
}
.about .block-about-1 .container {
  width: 950px;
}
.about .block-about-2 {
  padding-top: 132px;
  padding-bottom: 66px;
}
.about .block-about-2 .container {
  width: 1130px;
}
.about .block-about-2 .item-about-2 {
  border: 1px solid #51BEC1;
  border-radius: 30px;
  padding: 45px 52.5px 50px 85px;
  background: #fff;
  margin-bottom: 79px;
}
@media only screen and (min-width: 1200px) {
  .about .block-about-2 .item-about-2.mb09 {
    margin-bottom: 103.7px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2.mb09 {
    margin-bottom: 37.9px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 {
    padding: 30px 20px 14px;
    margin-bottom: 34.5px;
  }
  .about .block-about-2 .item-about-2:last-child {
    margin-bottom: 0;
  }
}
.about .block-about-2 .item-about-2 h4 {
  color: #CC6241;
  font-size: 28px;
  letter-spacing: 1.6px;
  font-weight: 500;
  margin-bottom: 18px;
}
.about .block-about-2 .item-about-2 h4 span {
  font-size: 35px;
  color: #51BEC1;
  font-family: "ShipporiMincho";
  font-weight: 700;
}
.about .block-about-2 .item-about-2 h4 i {
  color: #004A63;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 h4 {
    font-size: 18px;
    display: flex;
    line-height: 23px;
  }
  .about .block-about-2 .item-about-2 h4 span {
    font-size: 18px;
  }
  .about .block-about-2 .item-about-2 h4 i {
    display: block;
    font-size: 12px;
    padding-left: 20px;
    letter-spacing: 0px;
  }
}
.about .block-about-2 .item-about-2 .content {
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
.about .block-about-2 .item-about-2 .content p {
  color: #004A63;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content p {
    font-size: 15px;
    line-height: 28px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 25px;
  }
}
.about .block-about-2 .item-about-2 .content.one .text-box {
  border-radius: 30px;
  min-width: 373.24px;
  padding: 10px 0px 10px 15px;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.one .text-box {
    flex-wrap: wrap;
    padding: 25px 0px 18px 0px;
    min-width: 285.19px;
    min-height: 300.94px;
  }
}
.about .block-about-2 .item-about-2 .content.one .text-box img {
  margin-bottom: 13px;
  width: 168.88px;
  height: 168.88px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.one .text-box img {
    width: 130.33px;
    height: 130.33px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.about .block-about-2 .item-about-2 .content.one .text-box > div {
  margin-right: 27px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.one .text-box > div {
    margin-right: 20px;
  }
  .about .block-about-2 .item-about-2 .content.one .text-box > div:nth-child(2) {
    margin-right: 0;
  }
}
.about .block-about-2 .item-about-2 .content.one .text-box > div > p {
  color: #004A63;
  font-size: 15.56px !important;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 21px;
  margin-bottom: 10px;
}
.about .block-about-2 .item-about-2 .content.one .text-box > p {
  color: #004A63;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.one .text-box > p {
    font-size: 11px;
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.about .block-about-2 .item-about-2 .content.one > p {
  margin-left: 38px;
}
@media only screen and (min-width: 1200px) {
  .about .block-about-2 .item-about-2 .content.one > p {
    padding-right: 30px;
    margin-top: 10px;
  }
}
.about .block-about-2 .item-about-2 .content.one > p span {
  color: #004A63;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-top: 23.6px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.one > p span {
    font-size: 11px;
    line-height: 20px;
    display: none;
  }
}
.about .block-about-2 .item-about-2 .content.two p {
  margin-right: 10px;
}
.about .block-about-2 .item-about-2 .content.three p {
  margin-left: 32px;
}
.about .block-about-2 .item-about-2 .content.four {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .about .block-about-2 .item-about-2 .content.four {
    align-items: flex-start;
  }
  .about .block-about-2 .item-about-2 .content.four p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.four {
    justify-content: center;
  }
}
.about .block-about-2 .item-about-2 .content.four p {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .about .block-about-2 .item-about-2 .content.five {
    align-items: flex-start;
  }
  .about .block-about-2 .item-about-2 .content.five p {
    margin-top: 20px;
  }
}
.about .block-about-2 .item-about-2 .content.five p {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.five img {
    height: 158px;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .about .block-about-2 .item-about-2 .content.six {
    align-items: flex-start;
  }
  .about .block-about-2 .item-about-2 .content.six p {
    margin-top: 20px;
  }
}
.about .block-about-2 .item-about-2 .content.six p {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .content.six img {
    height: 109px;
    margin: auto;
  }
}
.about .block-about-2 .item-about-2 .box-text {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text {
    flex-direction: column;
  }
  .about .block-about-2 .item-about-2 .box-text > img {
    margin-bottom: 16px;
  }
}
.about .block-about-2 .item-about-2 .box-text .it {
  min-width: 221px;
  text-align: center;
}
.about .block-about-2 .item-about-2 .box-text .it > div {
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text .it > div {
    margin-bottom: 9px;
  }
}
.about .block-about-2 .item-about-2 .box-text .it > div img {
  height: 94px;
}
.about .block-about-2 .item-about-2 .box-text .it span {
  display: block;
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 20px;
  margin-bottom: 13px;
  font-weight: 500;
}
.about .block-about-2 .item-about-2 .box-text .it h6 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-bottom: 0;
}
.about .block-about-2 .item-about-2 .box-text .it .color1 {
  color: #9D8CA7;
}
.about .block-about-2 .item-about-2 .box-text .it .color2 {
  color: #BE7070;
}
.about .block-about-2 .item-about-2 .box-text .it .color3 {
  color: #CCA347;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text .it span {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .about .block-about-2 .item-about-2 .box-text .it h6 {
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .about .block-about-2 .item-about-2 .box-text .it br {
    display: none;
  }
}
.about .block-about-2 .item-about-2 .box-text1 {
  position: relative;
}
.about .block-about-2 .item-about-2 .box-text1 .tt {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text1 .tt {
    flex-direction: column;
  }
}
.about .block-about-2 .item-about-2 .box-text1 .tt span {
  color: #004A63;
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 32px;
  font-weight: 500;
}
.about .block-about-2 .item-about-2 .box-text1 .tt span:first-child {
  width: 201px;
  text-align: center;
  margin-right: 48px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text1 .tt span:first-child {
    margin-right: 0;
    margin-top: 16px;
    width: 220.68px;
  }
}
.about .block-about-2 .item-about-2 .box-text1 .tt span:nth-child(2) {
  margin-right: 104px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text1 .tt span:nth-child(2) {
    margin-right: 0;
    width: 220.68px;
    margin-top: 33px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text1 .tt span {
    width: 220.68px;
    font-size: 16px;
    line-height: 22.48px;
    text-align: center;
  }
  .about .block-about-2 .item-about-2 .box-text1 .tt span br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text1 {
    display: inline-block;
    margin: 0 auto 16px;
  }
}
.about .block-about-2 .item-about-2 .box-text2 {
  min-width: 637px;
  display: flex;
  height: 230px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 {
    flex-direction: column;
    min-width: 248.9px;
    height: auto;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie {
  min-width: 50%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie {
    height: 178.27px;
    margin-bottom: 20px;
  }
  .about .block-about-2 .item-about-2 .box-text2 .ie:last-child {
    margin-bottom: 0;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie > img {
  width: 141.61px;
  height: 173.31px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie > img {
    width: 97.87px;
    height: 119.78px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie.left-mb {
    justify-content: flex-end;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie.left-mb .tr {
    left: 0;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie .tr {
  text-align: center;
  width: 225.07px;
  height: 225.07px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie .tr {
    height: 177.2px;
    width: 177.2px;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie .tr:before {
  content: "";
  background: rgba(81, 190, 193, 0.15);
  width: 225.07px;
  height: 225.07px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie .tr:before {
    height: 177.2px;
    width: 177.2px;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie .tr .txt {
  color: #004A63;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie .tr .txt {
    line-height: 20px;
    height: 80px;
    margin-bottom: 5px;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie .tr .price {
  color: #51BEC1;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 33.25px;
}
.about .block-about-2 .item-about-2 .box-text2 .ie .tr .price span {
  font-size: 20.78px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie .tr .price {
    font-size: 25.19px;
    line-height: 26.17px;
  }
  .about .block-about-2 .item-about-2 .box-text2 .ie .tr .price span {
    font-size: 16.36px;
  }
}
.about .block-about-2 .item-about-2 .box-text2 .ie .tr .year {
  font-size: 14px;
  color: #004A63;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 .item-about-2 .box-text2 .ie .tr .year {
    font-size: 11.02px;
    line-height: 25.19px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-2 {
    padding-top: 48px;
    padding-bottom: 66.4px;
  }
}
.about .block-about-3 {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-3 {
    margin-bottom: 65px;
  }
}
.about .block-about-3 .container {
  width: 952.96px;
}
.about .block-about-3 h3 span {
  padding-left: 0;
  padding-right: 0;
}
.about .block-about-3 .content {
  margin-top: 70px;
  max-width: 100%;
  height: 142.7px;
  background: url("../images/bg_h5_pc.png") no-repeat center;
  background-size: 922.96px 142.7px;
}
.about .block-about-3 .content h4 a {
  color: #CC6241;
  font-size: 44px;
  line-height: 142.7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about .block-about-3 .content {
    height: 87px;
    background: url("../images/bg_h5_pc.png") no-repeat center;
    background-size: 326.16px 87px;
  }
  .about .block-about-3 .content h4 a {
    font-size: 24px;
    line-height: 87px;
  }
}
.about .block-about-4 .container {
  width: 950px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about .block-about-4 .box-img {
  padding-left: 139px;
  padding-bottom: 18px;
}
.about .block-about-4 .box-img.box2 {
  background: url("../images/mt2.png") no-repeat 441px bottom;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img.box2 {
    background: url("../images/mt2_sp.png") no-repeat 260px bottom;
  }
}
.about .block-about-4 .box-img.box1 {
  background: url("../images/mt1.png") no-repeat 441px bottom;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img.box1 {
    background: url("../images/mt1_sp.png") no-repeat 260px bottom;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img.box3 {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img {
    padding-left: 0;
    padding-bottom: 45px;
  }
}
.about .block-about-4 .box-img .ite {
  display: flex;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img .ite {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .about .block-about-4 .box-img .ite:last-child {
    margin-bottom: 0;
  }
}
.about .block-about-4 .box-img .ite p {
  color: #004A63;
  margin-left: 37px;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img .ite p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    margin-left: 0;
    padding-right: 65px;
    margin-top: 19px;
  }
}
.about .block-about-4 .box-img .ite > div {
  height: 143.82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  white-space: nowrap;
  margin-right: 82px;
  min-width: 143.82px;
}
.about .block-about-4 .box-img .ite > div:before {
  content: "";
  width: 143.82px;
  height: 143.82px;
  border-radius: 50%;
  background: rgba(81, 190, 193, 0.15);
  position: absolute;
}
.about .block-about-4 .box-img .ite > div span {
  color: #51BEC1;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.about .block-about-4 .box-img .ite > div span i {
  font-size: 20px;
  font-style: normal;
}
.about .block-about-4 .box-img .ite > div div {
  font-size: 18px;
  color: #004A63;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img .ite > div {
    min-width: 109.2px !important;
    max-width: 109.2px !important;
    height: 109.2px;
    margin-right: 20px;
  }
  .about .block-about-4 .box-img .ite > div:before {
    width: 109.2px;
    height: 109.2px;
  }
  .about .block-about-4 .box-img .ite > div span {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24.3px;
    margin-bottom: 5px;
  }
  .about .block-about-4 .box-img .ite > div span i {
    font-size: 16px;
  }
  .about .block-about-4 .box-img .ite > div div {
    font-size: 14px;
    line-height: 24.3px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .box-img .ite img {
    width: 192.19px;
    height: 120.12px;
  }
}
.about .block-about-4 .item-about {
  margin-top: 38px;
}
@media only screen and (min-width: 1200px) {
  .about .block-about-4 .item-about.style3 {
    margin-top: 99.4px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .item-about {
    margin-top: 30px;
  }
}
.about .block-about-4 .item-about h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  background: #51BEC1;
  line-height: 44.72px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .item-about h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.about .block-about-4 .item-about p {
  color: #004A63;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-4 .item-about p {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
.about .block-about-5 {
  padding-top: 68px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-5 {
    padding-top: 100px;
  }
}
.about .block-about-5 .container {
  width: 952px;
}
.about .block-about-5 .de {
  color: #004A63;
  font-size: 24px;
  letter-spacing: 2.2px;
  line-height: 50px;
  border-bottom: 1px solid #004A63;
  border-top: 1px solid #004A63;
  text-align: center;
  margin-top: 77px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-5 .de {
    margin-top: 40px;
    margin-bottom: 20pxx;
    font-size: 18px;
  }
}
.about .block-about-5 .img {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about .block-about-5 .img {
    margin-top: 25px;
  }
}
.about .block-about-5 .img img:nth-child(2) {
  margin-top: 81px;
  margin-bottom: 187px;
}
@media only screen and (max-width: 767px) {
  .about .block-about-5 .img img:nth-child(2) {
    margin-top: 70px;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .about .block-about-5 .img img:last-child {
    margin-bottom: 74.1px;
  }
}
.about .ads-banner-1 {
  margin-top: 0;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .about .ads-banner-1 {
    margin-bottom: 71.7px;
  }
}

.box-text-i1 {
  margin-bottom: 96px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 54.2px;
  }
}
.box-text-i1 .oi2 {
  border: 2.33px solid #51BEC1;
  background: #fff;
  border-radius: 30px;
  padding: 34px 22px;
  width: 229.73px;
  max-width: 100%;
  min-height: 673.55px;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi2 {
    width: 334.4px;
    padding: 31px 23px;
    min-height: auto;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
  }
}
.box-text-i1 .oi2 h3 {
  background: rgba(81, 190, 193, 0.15);
  color: #51BEC1;
  font-size: 28px;
  letter-spacing: 1.2px;
  font-weight: 500;
  line-height: 54.55px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi2 h3 {
    line-height: 36.14px;
    font-size: 24px;
  }
}
.box-text-i1 .oi2 .tet {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi2 .tet {
    margin-top: 27px;
    padding: 0;
  }
  .box-text-i1 .oi2 .tet img {
    display: block;
  }
}
.box-text-i1 .oi2 h4 {
  display: flex;
  color: #51BEC1;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 45px;
}
.box-text-i1 .oi2 h4 span {
  font-size: 12px;
  margin-right: 10px;
}
.box-text-i1 .oi2 h4:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi2 h4 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }
  .box-text-i1 .oi2 h4 span {
    font-size: 11px;
    margin-right: 12px;
    margin-left: 5px;
  }
  .box-text-i1 .oi2 h4 br {
    display: none;
  }
  .box-text-i1 .oi2 h4:not(:first-child) {
    margin-top: 15px;
  }
}
.box-text-i1 .oi1 {
  border: 2.33px solid #51BEC1;
  background: #fff;
  border-radius: 30px;
  padding: 34px 43px;
  width: 602.26px;
  min-height: 673.55px;
}
@media only screen and (min-width: 1200px) {
  .box-text-i1 .oi1 > div {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi1 {
    width: 334.4px;
    padding: 31px 23px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.box-text-i1 .oi1 h3 {
  background: rgba(81, 190, 193, 0.15);
  color: #51BEC1;
  font-size: 28px;
  letter-spacing: 1.2px;
  font-weight: 500;
  line-height: 54.55px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi1 h3 {
    line-height: 36.14px;
    font-size: 24px;
  }
}
.box-text-i1 .oi1 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.box-text-i1 .oi1 ul li {
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1200px) {
  .box-text-i1 .oi1 ul li img {
    height: 107px;
  }
}
.box-text-i1 .oi1 ul li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi1 ul li {
    padding: 20px 0 26px;
    display: block;
    text-align: center;
  }
}
.box-text-i1 .oi1 ul li .tet {
  margin-right: 55px;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi1 ul li .tet {
    margin-right: 0;
  }
}
.box-text-i1 .oi1 ul li .tet h4 {
  color: #51BEC1;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 32px;
  font-weight: 500;
}
.box-text-i1 .oi1 ul li .tet h4 span {
  font-size: 12px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi1 ul li .tet h4 {
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .box-text-i1 .oi1 ul li .tet h4 span {
    font-size: 11px;
    margin-left: 5px;
  }
}
.box-text-i1 .oi1 ul li .tet p {
  margin-bottom: 0;
  color: #004A63;
  padding-left: 25px;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .box-text-i1 .oi1 ul li .tet p {
    line-height: 28px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.box-text-i1 .oi1 ul > img {
  display: block;
  margin: 17px auto;
}

@media only screen and (max-width: 767px) {
  .urgent {
    margin-top: 12px;
    background: #fff;
    padding-top: 26.1px;
  }
}
.urgent .title-page {
  background: url("../images/icon/bg_title_pink.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-bottom: 34.6px;
  margin-top: 38.9px;
}
@media only screen and (max-width: 767px) {
  .urgent .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 55.7px;
    margin-top: 0;
  }
}
.urgent .block-urgent {
  padding-top: 50px;
  background: #fff;
  padding-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent {
    padding-top: 0px;
    padding-bottom: 110px;
    margin-bottom: 40px;
  }
}
.urgent .block-urgent .container {
  width: 710px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.urgent .block-urgent h4 {
  font-size: 20px;
  font-weight: 500;
  color: #004A63;
  margin-bottom: 48px;
  text-align: center;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent h4 {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 32px;
  }
}
.urgent .block-urgent .comment {
  background: #CC6241;
  border-radius: 10px;
  width: 436.23px;
  line-height: 50.7px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.6px;
  position: relative;
  margin: 0 auto 30px;
}
.urgent .block-urgent .comment:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #CC6241;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .comment {
    width: 330px;
    line-height: 38.45px;
    font-size: 21.23px;
  }
  .urgent .block-urgent .comment:before {
    top: 98%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #CC6241;
  }
}
.urgent .block-urgent .phone-box {
  margin-bottom: 25px;
}
.urgent .block-urgent .phone-box .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ShipporiMincho";
  font-weight: 700;
  font-size: 64.52px;
  color: #CC6241;
  line-height: 64.52px;
}
.urgent .block-urgent .phone-box .phone img {
  width: 47.86px;
  height: 47.86px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .phone-box .phone {
    font-size: 43.3px;
  }
  .urgent .block-urgent .phone-box .phone img {
    width: 36.29px;
    height: 36.29px;
    margin-right: 7px;
  }
}
.urgent .block-urgent .desc {
  font-weight: bold;
  font-size: 24px;
  color: #CC6241;
  line-height: 42px;
  letter-spacing: 2.6px;
  text-align: center;
  margin-bottom: 51px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .desc {
    font-size: 18.2px;
    margin-bottom: 38px;
    line-height: 31.85px;
  }
}
.urgent .block-urgent ul {
  padding: 0;
  margin: 0 auto 65px;
  width: 436px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent ul {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.urgent .block-urgent ul li {
  color: #004A63;
  font-size: 24px;
  letter-spacing: 0.8px;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  background: url("../images/urgent/line.png") no-repeat center bottom;
}
.urgent .block-urgent ul li:first-child {
  background: url("../images/urgent/line.png") no-repeat center top, url("../images/urgent/line.png") no-repeat center bottom;
}
.urgent .block-urgent ul li:before {
  content: "";
  position: relative;
  background: #CC6241;
  width: 17.68px;
  height: 17.68px;
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent ul li:before {
    width: 13.41px;
    height: 13.41px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent ul li {
    font-size: 18.2px;
    line-height: 45px;
  }
}
.urgent .block-urgent .desc1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.8px;
  color: #004A63;
  margin-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .desc1 {
    font-size: 18.2px;
    line-height: 32px;
    margin-bottom: 60px;
  }
}
.urgent .block-urgent .box-u {
  border: 1.46px solid #CC6241;
  border-radius: 29.29px;
  padding: 45px 47px 15px 40px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .box-u {
    padding: 40px 20px 15px;
  }
}
.urgent .block-urgent .box-u h3 {
  text-align: center;
  margin-bottom: 45px;
}
.urgent .block-urgent .box-u h3 span {
  color: #004A63;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.4px;
  padding: 0 28px 22px;
  display: inline-block;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241px 4.42px;
  min-width: 241px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .box-u h3 span {
    width: 241px;
    font-size: 24px;
  }
}
.urgent .block-urgent .box-u h5 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 3.4px;
  text-align: center;
  background: rgba(233, 142, 114, 0.15);
  border-radius: 10px;
  line-height: 49.44px;
  color: #CC6241;
  margin-bottom: 13px;
  margin-top: 32px;
}
.urgent .block-urgent .box-u h5 span {
  color: #004A63;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-right: 26px;
  display: inline-block;
  font-family: "ShipporiMincho";
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .box-u h5 {
    font-size: 18px;
    letter-spacing: 0.31px;
    margin-top: 25px;
  }
  .urgent .block-urgent .box-u h5 span {
    font-size: 18px;
    margin-right: 20px;
  }
}
.urgent .block-urgent .box-u p {
  color: #004A63;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .urgent .block-urgent .box-u p {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.urgent .block-urgent .box-u img {
  width: 51.5px;
}

.block-company {
  padding-top: 48px;
}
.block-company.h72 {
  padding-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-company {
    padding-top: 36px;
  }
  .block-company.h72 {
    padding-top: 36px;
  }
}
.block-company__content {
  margin-top: 72px;
  padding: 47px 0 72px;
  background: #F3F8FC;
}
@media only screen and (max-width: 767px) {
  .block-company__content {
    padding-bottom: 40px;
    margin-top: 36px;
    padding-top: 36px;
  }
}
.block-company__content-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #000000;
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item {
    display: block;
  }
  .block-company__content-item:last-child p {
    margin-bottom: 0 !important;
  }
}
.block-company__content-item label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item label {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-company__content-item label {
    min-width: 100px;
  }
}
.block-company__content-item-text {
  width: 905px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  max-width: 100%;
}
.block-company__content-item-text > div {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div {
    display: block;
    margin-bottom: 40px;
  }
  .block-company__content-item-text > div p {
    margin-top: 6px;
  }
}
.block-company__content-item-text > div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div .box-i {
    display: block;
    text-align: center;
  }
}
.block-company__content-item-text > div img {
  width: 192px;
  height: auto;
  object-fit: contain;
  margin-right: 52px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div img {
    margin-right: 0;
  }
}
.block-company__content-item-text iframe {
  margin-top: 37px;
  margin-bottom: 37px;
  max-width: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text iframe {
    height: 171px;
    margin-top: 10px;
    margin-bottom: 33px;
  }
}
.block-company__youtube {
  padding: 72px 0;
  background: #f3f8fc;
}
@media only screen and (max-width: 767px) {
  .block-company__youtube {
    padding: 36px 0;
  }
  .block-company__youtube iframe {
    width: 100%;
    height: 194px;
  }
}
.block-company__youtube .block-title {
  margin-bottom: 52px;
  font-family: "Noto Serif JP";
}
@media only screen and (max-width: 767px) {
  .block-company__youtube .block-title {
    line-height: 32px;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-size: 18px;
  }
}

.thumbail {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .thumbail {
    width: 100%;
    display: block;
  }
}
.thumbail > div {
  display: inline-block;
  background: url("../images/thumbnail.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .thumbail > div {
    height: 202px;
    width: 357px;
    left: -6px;
  }
}
.thumbail > div > div {
  width: 160px;
  height: 160px;
  background-image: url("..//images/youtube-icon21.png");
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  z-index: 10;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .thumbail > div > div {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.thumbail > div:hover > div {
  transform: scale(1.05);
}

.contact .not {
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: #004A63;
  padding-top: 18px;
  margin-top: 14px;
  border-top: 0.48px solid #C6D6D9;
}
@media only screen and (max-width: 767px) {
  .contact .not {
    padding-top: 20px;
    margin-top: 15px;
  }
}
.contact .subchild.request select {
  min-width: 400px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .contact.contact-single .title-page {
    margin-top: 4.2px;
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .contact.contact-single .title-page {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact.contact-single form.contact {
    margin-bottom: 124px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact.contact-single .content {
    padding-top: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    margin-bottom: 53px;
  }
  .contact .subchild input, .contact .subchild select {
    margin-top: 12px !important;
  }
  .contact .subchild.request {
    text-align: center;
  }
  .contact .subchild.request select {
    min-width: 315.6px;
    max-width: 100%;
    line-height: 31.51px;
    height: 31.51px;
    font-size: 13px;
  }
  .contact.request {
    margin-bottom: 36.7px;
  }
}
.contact .custom-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contact .custom-radio > div {
  margin-right: 28px;
}
@media only screen and (min-width: 1200px) {
  .contact .custom-radio > div:nth-child(9) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact .custom-radio > div {
    margin-right: 0;
    line-height: 26.63px;
  }
}
.contact .custom-radio label {
  width: auto !important;
  min-width: auto !important;
  white-space: nowrap;
}
.contact .title-page {
  background: none;
  position: relative;
  line-height: 92px;
  margin-bottom: 80px;
  letter-spacing: 3.2px;
}
.contact .title-page i {
  font-size: 19px;
  color: #00576F;
  display: block;
  width: 100%;
  position: absolute;
  top: -40px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .contact .title-page {
    margin-bottom: 31px;
    font-size: 22px;
  }
  .contact .title-page.request {
    font-size: 22px;
  }
  .contact .title-page.request i {
    font-size: 14px;
    top: -28px;
  }
  .contact .title-page i {
    top: -28px;
    font-size: 14px;
  }
}
.contact .content {
  padding-top: 52px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact .content {
    padding-top: 35px;
  }
}
.contact .content .container {
  width: 848.42px;
}
@media only screen and (max-width: 767px) {
  .contact .content .container {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.contact .content h6 {
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 70px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .contact .content h6 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 55.7px;
  }
}
.contact .content .phone {
  color: #CC6241;
  margin-bottom: 82px;
}
@media only screen and (max-width: 767px) {
  .contact .content .phone {
    margin-bottom: 33px;
  }
}
.contact .content .phone p {
  font-size: 19px;
  font-weight: 500;
  color: #CC6241;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact .content .phone p {
    font-size: 15.91px;
  }
}
.contact .content .phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CC6241;
  line-height: 60px;
  margin-bottom: 10px;
  font-family: "ShipporiMincho";
  font-weight: 700;
  font-weight: bold;
  font-size: 55.24px;
}
.contact .content .phone a img {
  width: 40.97px;
  height: 40.97px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .contact .content .phone a {
    font-size: 44.3px;
  }
  .contact .content .phone a img {
    width: 34.3px;
    height: 34.3px;
    margin-right: 7px;
  }
}
.contact .content .phone div {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 29px;
  width: 386.71px;
  border-bottom: 0.69px solid #CC6241;
  border-top: 0.69px solid #CC6241;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact .content .phone div {
    width: 323.74px;
    font-size: 14px;
    line-height: 25px;
  }
}
.contact [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 0.38px solid #004A63;
  border-radius: 50%;
}
.contact [type=radio]:checked + label:before {
  display: none;
}
.contact [type=radio]:not(:checked) + label:after, .contact [type=radio]:checked + label:after {
  content: "◉";
  color: #004A63;
  top: 8px;
  left: 4px;
  font-size: 21px;
  line-height: 0.8;
}

.contact-confirm .note3 {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-top: 23px;
  border-top: 0.48px solid #C6D6D9;
  color: #004A63;
  font-size: 18px;
}
.contact-confirm .note3 label {
  margin-right: 33px;
  width: auto !important;
  min-width: auto !important;
}
.contact-confirm .custom-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.contact-confirm .custom-radio > div {
  margin-right: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .contact-confirm .custom-radio > div:nth-child(5) {
    margin-right: 0;
  }
}
.contact-confirm .custom-radio label {
  width: auto !important;
  min-width: auto !important;
  white-space: nowrap;
  margin: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .contact-confirm.contact-cf .title-page {
    margin-top: 14.6px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirm.contact-cf .title-page {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 24px;
    margin-top: 55.8px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-confirm.contact-cf form.contact-confirm-f {
    padding-bottom: 120.5px;
  }
  .contact-confirm.contact-cf form.contact-confirm-f button[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirm.contact-cf form.contact-confirm-f {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 41px;
  }
  .contact-confirm.contact-cf form.contact-confirm-f button[type=submit] {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirm.contact-cf {
    margin-bottom: 27px;
  }
  .contact-confirm.contact-cf form.contact-confirm-f {
    margin-bottom: 27px;
  }
  .contact-confirm.contact-cf form.contact-confirm-f .form-group label.privacy-label {
    text-align: left;
  }
  .contact-confirm.contact-cf form.contact-confirm-f .form-group > div .item div {
    font-size: 18px;
  }
  .contact-confirm.contact-cf form.contact-confirm-f .form-group label.form-check-label {
    margin-top: 32.3px;
    margin-bottom: 25.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-confirm.request-cf .title-page {
    margin-top: 14.6px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirm.request-cf .title-page {
    font-size: 24px;
    margin-bottom: 22.1px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-confirm.request-cf .content {
    padding-top: 93.8px;
  }
  .contact-confirm.request-cf .content h5 {
    margin-bottom: 93.8px;
  }
  .contact-confirm.request-cf .content form.contact-confirm-f button[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirm.request-cf {
    margin-bottom: 36.7px;
  }
  .contact-confirm.request-cf .note3 {
    display: block;
    padding-top: 22px;
    margin-top: 22px !important;
  }
  .contact-confirm.request-cf form.contact-confirm-f [type=radio]:not(:checked) + label:before {
    width: 16px;
    height: 16px;
  }
  .contact-confirm.request-cf .custom-radio > div {
    margin-right: 28px;
    margin-bottom: 0px;
  }
  .contact-confirm.request-cf form.contact-confirm-f .form-group > div.content3 {
    margin-bottom: 40px;
  }
  .contact-confirm.request-cf form.contact-confirm-f {
    padding-bottom: 49.4px;
  }
  .contact-confirm.request-cf form.contact-confirm-f .form-group > div .item div {
    font-size: 16px;
  }
  .contact-confirm.request-cf form.contact-confirm-f .form-group > div .item {
    padding-top: 17.8px;
  }
  .contact-confirm.request-cf .custom-radio {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-confirm.request-cf form.contact-confirm-f .form-group label.form-check-label {
    font-size: 14px;
    text-align: left;
    margin-bottom: 25.5px;
  }
  .contact-confirm.request-cf form.contact-confirm-f .form-group .form-check-inline label.form-check-label {
    font-size: 16px;
  }
  .contact-confirm.request-cf form.contact-confirm-f button[type=submit] {
    font-size: 14px;
    width: 210.55px;
    line-height: 36.36px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-confirm {
    margin-bottom: 53px;
  }
}
.contact-confirm .title-page {
  background: none;
  position: relative;
  margin-bottom: 49.3px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  .contact-confirm .title-page {
    margin-bottom: 24px;
  }
}
.contact-confirm .content {
  padding-top: 68px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-confirm .content {
    padding-top: 41px;
  }
}
.contact-confirm .content .container {
  width: 848.42px;
}
@media only screen and (max-width: 767px) {
  .contact-confirm .content .container {
    padding-left: 19px;
    padding-right: 19px;
  }
}
.contact-confirm .content h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 86px;
  text-align: center;
  color: #CC6241;
}
@media only screen and (max-width: 767px) {
  .contact-confirm .content h5 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 28px;
    margin-bottom: 78px;
  }
}

form.contact {
  margin-bottom: 155px;
}
form.contact.request {
  margin-bottom: 0;
  padding-bottom: 114.7px;
}
@media only screen and (max-width: 767px) {
  form.contact.request {
    padding-bottom: 60px;
  }
  form.contact.request [type=radio]:not(:checked) + label:before {
    width: 16px;
    height: 16px;
  }
  form.contact.request .note {
    line-height: 12px;
    margin-bottom: 29.6px;
  }
  form.contact.request .form-group label {
    margin-bottom: 4.6px;
  }
  form.contact.request .form-group .form-check-inline label {
    font-size: 14px;
  }
  form.contact.request .custom-radio > div {
    margin-right: 10px;
  }
  form.contact.request .note + .form-group {
    border-top: 0;
    padding-top: 0;
    min-height: 77px;
  }
  form.contact.request .form-group.address .item > div > div {
    display: flex;
  }
  form.contact.request textarea {
    width: 324.88px;
    height: 134.33px;
  }
  form.contact.request .checkbox .form-check {
    margin-bottom: 18.3px;
  }
  form.contact.request .not2 {
    line-height: normal;
  }
  form.contact.request .g-recaptcha-box {
    margin-bottom: 33.7px;
  }
}
@media only screen and (max-width: 767px) {
  form.contact {
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 70px;
  }
}
form.contact .note {
  color: #004A63;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 41px;
}
form.contact .note span {
  color: #C30D23;
}
@media only screen and (max-width: 767px) {
  form.contact .note {
    text-align: left;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
form.contact button[type=submit] {
  background: #004A63;
  border-radius: 5px;
  border: 0;
  line-height: 49.62px;
  text-align: center;
  width: 272.34px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
form.contact button[type=submit].request {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  form.contact button[type=submit].request {
    width: 210.55px;
    line-height: 36.36px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  form.contact button[type=submit] {
    font-size: 14px;
    width: 210.55px;
    line-height: 36.36px;
  }
}
form.contact .error {
  color: #C30D23;
}
form.contact .g-recaptcha-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  form.contact .g-recaptcha-box {
    margin-bottom: 34px;
  }
}
form.contact .not2 {
  text-align: center;
  color: #004A63;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 41px;
}
form.contact .not2 span {
  color: #C30D23;
}
@media only screen and (max-width: 767px) {
  form.contact .not2 {
    letter-spacing: -1px;
  }
}
form.contact .checkbox {
  padding-top: 42px;
  border-top: 0.48px solid #C6D6D9;
}
@media only screen and (max-width: 767px) {
  form.contact .checkbox {
    padding-top: 28px;
  }
}
form.contact .checkbox .form-check {
  margin-top: 40px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  form.contact .checkbox .form-check {
    margin-top: 57px;
    margin-bottom: 20px;
  }
}
form.contact .checkbox .form-check label {
  font-size: 18px;
  font-weight: 500;
  color: #004A63;
}
form.contact .checkbox .form-check label a {
  color: #004A63;
  border-bottom: 0.5px solid #BCBCBC;
}
@media only screen and (max-width: 767px) {
  form.contact .checkbox .form-check label {
    font-size: 15.33px;
  }
}
form.contact .content-check {
  border-radius: 3px;
  border: 0.68px solid #538794;
  padding: 12px 14px;
  height: 191.56px;
  overflow-y: scroll;
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  form.contact .content-check {
    height: 186.82px;
    border-radius: 4.25px;
    padding: 13px 12px;
  }
}
form.contact .form-group {
  display: flex;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 105px;
  border-top: 0.48px solid #C6D6D9;
  margin-bottom: 0;
}
form.contact .form-group label {
  width: 270px;
  min-width: 270px;
  color: #004A63;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 39.19px;
}
form.contact .form-group label span {
  color: #C30D23;
}
@media only screen and (max-width: 767px) {
  form.contact .form-group label {
    margin-bottom: 4px;
  }
}
form.contact .form-group > div {
  width: 100%;
}
form.contact .form-group > div input {
  border-radius: 3px;
}
form.contact .form-group > div .item {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
form.contact .form-group > div .item:last-child {
  margin-bottom: 0;
}
form.contact .form-group > div .item p {
  font-size: 18px;
  color: #004A63;
  margin-bottom: 0;
  width: 123px;
}
form.contact .form-group > div .item input {
  width: 422.64px;
}
form.contact .form-group > div .item input.small {
  width: 186.78px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  form.contact .form-group > div .item input {
    width: 260.04px;
  }
}
form.contact .form-group > div .item button {
  background: #004A63;
  border: 0;
  border-radius: 1.95px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 37.19px;
}
form.contact .form-group > div .item.box-33 input {
  width: 422.64px;
}
@media only screen and (max-width: 767px) {
  form.contact .form-group > div .item.box-33 input {
    width: 260.04px;
  }
}
form.contact .form-group > div .item > div > div {
  display: flex;
}
form.contact .form-group > div label {
  line-height: 26.63px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  form.contact .form-group {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 27px;
  }
  form.contact .form-group.address {
    flex-direction: row;
  }
  form.contact .form-group.address label {
    width: auto;
    min-width: max-content;
    margin-right: 7px;
  }
  form.contact .form-group.address .item {
    flex-wrap: wrap;
    margin-bottom: 11px;
  }
  form.contact .form-group.address .item p {
    font-size: 16px;
    width: 100%;
  }
  form.contact .form-group.address .item > div {
    display: flex;
    flex-wrap: wrap;
  }
  form.contact .form-group.address .item input.small {
    width: 128px;
    margin-right: 0px;
    border-radius: 2.33px 0 0 2.33px;
  }
  form.contact .form-group.address .item button {
    min-width: 82.27px;
    line-height: 29.35px;
    font-size: 10.4px;
    margin-left: -1px;
  }
  form.contact .form-group label {
    font-size: 16px;
    line-height: 26.63px;
  }
}
form.contact select {
  min-width: 232.98px;
  height: 31.65px;
  border-radius: 5px;
  border: 0.35px solid #004A63;
  color: #004A63;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding-left: 12px;
}
form.contact select option {
  background: #EDF2F3;
  padding-left: 38px;
  color: #004A63 !important;
}
form.contact select option:hover {
  background: #000;
}
form.contact input {
  width: 100%;
  border: 0.5px solid #538794;
  height: 39.19px;
  border-radius: 3px;
  padding-left: 12px;
  color: #004A63;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  form.contact input {
    height: 31.52px;
    border-radius: 3.1px;
  }
}
form.contact textarea {
  width: 100%;
  border: 0.5px solid #538794;
  height: 153.52px;
  border-radius: 3px;
  padding-left: 12px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  form.contact textarea {
    width: 324.88px;
    height: 134.33px;
  }
}

form.contact-confirm-f {
  padding-bottom: 155px;
}
form.contact-confirm-f [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 0.38px solid #004A63;
  border-radius: 50%;
}
form.contact-confirm-f [type=radio]:checked + label:before {
  display: none;
}
form.contact-confirm-f [type=radio]:not(:checked) + label:after, form.contact-confirm-f [type=radio]:checked + label:after {
  content: "◉";
  color: #004A63;
  top: 8px;
  left: 4px;
  font-size: 21px;
  line-height: 0.8;
}
form.contact-confirm-f .form-check-input:disabled ~ .form-check-label {
  color: #004A63;
}
form.contact-confirm-f [type=radio]:disabled:checked + label:after {
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 0px;
  }
}
form.contact-confirm-f .form-group {
  display: flex;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 105px;
  border-top: 0.75px solid #CC6241;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group {
    padding-top: 22px;
    padding-bottom: 22px;
    min-height: 100px;
    flex-direction: column;
  }
}
form.contact-confirm-f .form-group label {
  width: 270px;
  min-width: 270px;
  color: #004A63;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
}
form.contact-confirm-f .form-group label.form-check-label {
  width: 100%;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 34px;
}
form.contact-confirm-f .form-group label.form-check-label label {
  line-height: 22px;
}
form.contact-confirm-f .form-group label.form-check-label a {
  border-bottom: 0.5px solid #BCBCBC;
  color: #004A63;
}
form.contact-confirm-f .form-group label span {
  color: #C30D23;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group label {
    margin-bottom: 4px;
    font-size: 16px;
  }
  form.contact-confirm-f .form-group label.privacy-label {
    font-size: 14px;
  }
}
form.contact-confirm-f .form-group > div {
  width: 100%;
  font-size: 20px;
  color: #004A63;
  margin-bottom: 0;
}
form.contact-confirm-f .form-group > div.content3 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group > div {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
  }
}
form.contact-confirm-f .form-group > div > .not {
  font-size: 14px;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: #004A63;
  padding-top: 18px;
  margin-top: 14px;
  border-top: 0.48px solid #C6D6D9;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group > div > .not {
    padding-top: 20px;
    margin-top: 15px;
  }
}
form.contact-confirm-f .form-group > div .item {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
form.contact-confirm-f .form-group > div .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group > div .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0.48px solid #C6D6D9;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  form.contact-confirm-f .form-group > div .item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
form.contact-confirm-f .form-group > div .item p {
  font-size: 18px;
  color: #004A63;
  margin-bottom: 0;
  width: 123px;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group > div .item p {
    font-size: 16px;
  }
}
form.contact-confirm-f .form-group > div .item div {
  font-size: 20px;
  color: #004A63;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  form.contact-confirm-f .form-group > div .item div {
    font-size: 18px;
  }
}
form.contact-confirm-f button[type=submit] {
  background: #004A63;
  border-radius: 5px;
  border: 0;
  line-height: 49.62px;
  text-align: center;
  width: 272.34px;
  color: #fff;
  cursor: pointer;
}
form.contact-confirm-f .error {
  color: #C30D23;
}

.box-qa {
  padding-bottom: 134px;
}
@media only screen and (max-width: 767px) {
  .box-qa {
    padding-bottom: 60px;
    margin-bottom: 55px;
  }
}
.box-qa h2 {
  color: #51BEC1;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .box-qa h2 {
    margin-bottom: 38px;
  }
}
.box-qa .card {
  border: 0;
}
.box-qa .card:last-child button {
  border-bottom: 1px solid #004A63;
}
.box-qa .card-header {
  border-radius: 0;
  padding: 0;
  background: none;
  border: 0;
}
.box-qa button {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  align-items: center;
  color: #004A63;
  font-weight: 500;
  font-size: 22px;
  height: 80px;
  border: 0;
  border-top: 1px solid #004A63;
  border-radius: 0;
  cursor: pointer;
  padding-left: 22px;
  white-space: normal;
  padding-right: 60px;
  background: rgba(81, 190, 193, 0.15);
}
@media only screen and (max-width: 767px) {
  .box-qa button {
    padding-left: 9px;
    padding-right: 100px;
    font-size: 16px;
    line-height: 24px;
  }
}
.box-qa button span {
  margin-right: 27px;
  min-width: 42.55px;
  height: 42.54px;
  background: #51BEC1;
  color: #FFFFFF;
  line-height: 42.54px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .box-qa button span {
    min-width: 28.99px;
    height: 28.99px;
    line-height: 28.99px;
    font-size: 17.71px;
    margin-right: 10px;
  }
}
.box-qa button img {
  position: absolute;
  right: 22px;
}
.box-qa button .plus {
  display: none;
}
.box-qa button .minus {
  display: inline-block;
}
.box-qa button.collapsed {
  background: rgba(81, 190, 193, 0);
}
.box-qa button.collapsed .plus {
  display: inline-block;
}
.box-qa button.collapsed .minus {
  display: none;
}
.box-qa .card-body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 22px;
  padding-right: 30px;
  color: #004A63;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .box-qa .card-body {
    padding-left: 9px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
.box-qa .card-body p {
  margin-bottom: 0;
}
.box-qa .card-body > span {
  margin-right: 27px;
  min-width: 41.55px;
  height: 41.54px;
  background: #fff;
  border: 1px solid #51BEC1;
  color: #51BEC1;
  line-height: 41.54px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .box-qa .card-body > span {
    min-width: 27.99px;
    height: 27.99px;
    line-height: 27.99px;
    font-size: 17.71px;
    margin-right: 10px;
  }
}

.contact-thank {
  margin-top: 52px;
}
.contact-thank.request h5 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-thank.request .content {
    padding-bottom: 66px;
  }
  .contact-thank.request .phone {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-thank {
    margin-top: 40px;
    margin-bottom: 33px;
  }
}
.contact-thank .content {
  padding-top: 72px;
  background: #fff;
  padding-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  .contact-thank .content {
    padding-top: 50px;
    padding-bottom: 73px;
  }
}
.contact-thank h5 {
  color: #CC6241;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .contact-thank h5 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact-thank .detail {
  color: #004A63;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 32px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .contact-thank .detail {
    font-size: 16px;
    margin-bottom: 53px;
  }
}
.contact-thank .phone {
  text-align: center;
  padding: 28px 0;
  border-bottom: 1px solid #CC6241;
  border-top: 1px solid #CC6241;
  margin-bottom: 126px;
}
.contact-thank .phone p:first-child {
  width: 690.91px;
  line-height: 40px;
  background: rgba(204, 98, 65, 0.1);
  color: #CC6241;
  font-size: 22px;
  letter-spacing: 2.8px;
  text-align: center;
  display: inline-block;
  margin-bottom: 21px;
}
.contact-thank .phone p:last-child {
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 2.6px;
  color: #CC6241;
  margin-bottom: 0;
}
.contact-thank .phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 58.5px;
  font-family: "ShipporiMincho";
  font-weight: 700;
  color: #CC6241;
  font-size: 68px;
  font-weight: 500;
  margin-bottom: 13px;
}
.contact-thank .phone a img {
  width: 58.5px;
  height: 58.51px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .contact-thank .phone {
    padding: 20px 0;
    margin-bottom: 55px;
  }
  .contact-thank .phone p:first-child {
    width: 334.31px;
    line-height: 26.2px;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    margin-bottom: 14px;
  }
  .contact-thank .phone p:last-child {
    font-size: 18px;
  }
  .contact-thank .phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 58.5px;
    color: #CC6241;
    font-size: 68px;
    font-weight: 500;
    margin-bottom: 13px;
  }
  .contact-thank .phone a img {
    width: 58.5px;
    height: 58.51px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact-thank .phone a img {
    width: 37.67px;
    height: 37.67px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .contact-thank .phone a {
    line-height: 37.67px;
    font-size: 43.79px;
  }
}
.contact-thank .button {
  text-align: center;
}
.contact-thank .button a {
  width: 286.33px;
  line-height: 66px;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  background: #004A63;
  border-radius: 8.68px;
  display: inline-block;
}
.contact-thank .container {
  width: 862.51px;
}
@media only screen and (max-width: 767px) {
  .contact-thank .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.title-page {
  text-align: center;
  font-size: 38px;
  line-height: 66.5px;
  color: #004A63;
  margin-top: 36px;
  margin-bottom: 44px;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.title-page i {
  font-family: "PlaywriteTZ";
}
@media only screen and (max-width: 767px) {
  .title-page {
    font-size: 25px;
    line-height: 43px;
  }
}

.sitemap .box-site {
  display: flex;
}
.sitemap .box-site .item-site:first-child {
  margin-right: 200px;
}
.sitemap .box-site .item-site:nth-child(2) {
  margin-right: 200px;
}
@media only screen and (max-width: 767px) {
  .sitemap .box-site {
    flex-direction: column;
  }
  .sitemap .box-site .item-site:first-child {
    margin-right: 0;
  }
  .sitemap .box-site .item-site:nth-child(2) {
    margin-right: 0px;
  }
}
.sitemap .content-page {
  background: #fff;
  padding-top: 96.2px;
  padding-bottom: 96.2px;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page {
    padding-left: 81px;
    padding-bottom: 40px;
    padding-top: 45px;
    margin-bottom: 15px;
  }
}
.sitemap .content-page .container {
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.sitemap .content-page ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sitemap .content-page ul > li {
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page ul > li {
    margin-bottom: 32px;
  }
}
.sitemap .content-page ul > li > a {
  color: #004A63;
  font-size: 19px;
  font-weight: 500;
}
.sitemap .content-page ul > li > a span {
  color: #CC6241;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page ul > li > a {
    font-size: 17px;
    line-height: 20px;
  }
}
.sitemap .content-page ul > li ul {
  padding-left: 4px;
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page ul > li ul {
    margin-top: 10px;
  }
}
.sitemap .content-page ul > li ul li {
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page ul > li ul li {
    margin-bottom: 11px;
  }
}
.sitemap .content-page ul > li ul li a {
  color: #004A63;
  font-size: 16px;
  font-weight: 400;
}
.sitemap .content-page ul > li ul li a span {
  font-size: 5px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .sitemap .content-page ul > li ul li a {
    line-height: 19.2px;
  }
}
.sitemap .view-more {
  background: #004A63;
  border-radius: 8.68px;
  width: 286.33px;
  line-height: 66px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
.sitemap .view-more span {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sitemap .view-more {
    font-size: 14px;
    line-height: 38.36px;
    width: 210.55px;
    border-radius: 3.87px;
  }
  .sitemap .view-more span {
    margin-left: 7px;
  }
}

.privacy .title-page {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy .title-page {
    font-size: 20px;
    margin-bottom: 34.9px;
    line-height: 22px;
  }
}
.privacy .content-page {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 160px;
  font-size: 16px;
  line-height: 32px;
  color: #004A63;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  .privacy .content-page {
    padding-bottom: 125px;
    padding-top: 25px;
    margin-bottom: 33px;
    letter-spacing: 1.6px;
  }
}
.privacy .content-page .container {
  width: 854px;
}
@media only screen and (max-width: 767px) {
  .privacy .content-page .container {
    max-width: 100%;
  }
}

.block-works .mobile {
  position: absolute;
  right: 11px;
  z-index: 3;
  bottom: 0px;
  margin: 0 !important;
}
.block-works .mobile img {
  width: auto !important;
  height: auto !important;
  position: relative;
  z-index: 3;
}
.block-works .mobile .pos2 {
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 66px !important;
  height: 150px !important;
  object-fit: cover;
  object-position: top;
}
.block-works .pos {
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 43px;
  width: 298px !important;
  height: 187px !important;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 767px) {
  .block-works .pos {
    width: 244px !important;
    height: 149px !important;
    left: 36px;
  }
}
.block-works.block-page-works .container {
  max-width: 1150px;
}
.block-works.block-page-works .container.w-1230 {
  max-width: 1230px;
}
.block-works.block-page-works .container .block-title {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-works.block-page-works .container .block-title {
    margin-bottom: 36px;
  }
}
.block-works__content {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-height: 406px;
  padding-top: 72px;
  padding-left: 72px;
  padding-right: 126px;
  padding-bottom: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-works__content .ml--12 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-works__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
  }
  .block-works__content img {
    max-width: 100%;
  }
}
.block-works__content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #4D4D4D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-works__content h1 {
    margin-top: -11px;
  }
}
.block-works__content p.job {
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .block-works__content {
    padding: 36px 15px;
  }
  .block-works__content img {
    max-width: 100%;
  }
  .block-works__content h1 {
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .block-works__content p.job {
    margin-bottom: 8px;
  }
}
.block-works ul.action {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 392px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.block-works ul.action li {
  border-bottom: 1px dashed #AAAAAA;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li {
    justify-content: space-between;
  }
}
.block-works ul.action li:last-child {
  border: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li:last-child {
    padding-bottom: 0;
  }
}
.block-works ul.action li span {
  font-size: 14px;
  line-height: 40px;
  color: #4D4D4D;
  margin-right: 30px;
  min-width: 84px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li span {
    margin-right: 0;
    width: 108px;
  }
}
.block-works ul.action li a {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  padding: 3px 8px 5px;
  border-radius: 15px;
  display: inline-block;
  margin-left: 18px;
  min-width: 120px;
}
.block-works ul.action li a.active {
  background: linear-gradient(#73b1d1 0%, #9acadf 100%);
  border: 0;
  padding: 4px 9px 6px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li a {
    min-width: 85px;
    margin-left: 16px;
    white-space: nowrap;
  }
}
.block-works .content-img {
  text-align: center;
  padding: 72px 0;
}
.block-works .content-img img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .block-works .content-img img#topPagePC {
    width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .block-works .content-img {
    padding: 36px 0;
  }
}
.block-works .block-action-child {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 530px;
  height: 160px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-works .block-action-child {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 36px;
    min-height: 185px;
    padding-top: 20px;
  }
}
.block-works .button-style1 {
  margin-top: 0;
}
.block-works .block-pagination nav {
  height: 38px;
}

.information {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.information .box-slide-detail {
  position: relative;
}
.information .box-slide-detail span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  color: #fff;
  padding: 10px 16px;
  background: var(--jab-red, #8F1A2F);
  z-index: 9;
}
.information .box-slide-detail span.green {
  background: var(--jab-green, #0A6937);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information .box-slide-detail {
    max-width: 411px;
  }
}
@media only screen and (min-width: 1200px) {
  .information .box-slide-detail {
    max-width: 100%;
  }
}
.information .category-tag {
  background: var(--jab-red, #8F1A2F);
  padding: 5px;
  color: #fff;
  font-size: 8px;
  font-family: Hiragino Kaku Gothic Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  display: inline-block;
}
.information .category-tag.green {
  background: var(--jab-green, #0A6937);
}
.information .carousel-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .information .carousel-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information .carousel-info {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information .carousel-info {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .information .carousel-info {
    margin-bottom: 50px;
  }
}
.information .carousel-info a {
  display: inline-block;
  margin-right: 32px;
}
.information .carousel-info a:last-child {
  margin-left: 32px;
  margin-right: 0;
}
.information .carousel-info a img {
  width: 40px;
}
.information .carousel-info span {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
}
.information .carousel-info .ic_p {
  width: 20px;
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .information .carousel-info {
    margin-top: 10px;
    justify-content: space-between;
  }
  .information .carousel-info a img {
    width: 30px;
  }
  .information .carousel-info span {
    font-size: 12px;
  }
  .information .carousel-info .ic_p {
    width: 15px;
    margin: 0 15px;
  }
}
.information .box-attribute {
  margin-bottom: 60px;
}
.information .box-attribute > div {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.information .box-attribute > div span {
  font-size: 16px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  min-width: 173px;
}
@media only screen and (max-width: 767px) {
  .information .box-attribute {
    margin-bottom: 40px;
  }
  .information .box-attribute > div {
    font-size: 10px;
  }
  .information .box-attribute > div span {
    font-size: 10px;
    width: 165px;
  }
}
.information .box-price {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .information {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .information > div {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information {
    display: block;
    text-align: center;
    margin-top: 34px;
  }
  .information > div {
    text-align: left;
  }
}
.information .box-avt {
  min-width: 277px;
  max-width: 277px;
  height: 277px;
  margin-right: 37px;
}
@media only screen and (max-width: 767px) {
  .information .box-avt {
    display: inline-block;
    margin-bottom: 30px;
    width: 215px;
    height: auto;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .information .box-avt {
    display: inline-block;
    margin-bottom: 35px;
    width: 223px;
    height: 223px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .information .box-avt {
    display: inline-block;
    width: 223px;
    height: 223px;
  }
}
.information .box-avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information h1 {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/works_ttl */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.2px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .information h1 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.information h2 {
  olor: var(--jab-gray, #4B4956);
  /* JAB/pc/list_en */
  font-family: Times;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .information h2 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.information .author {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/body */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.information .author span {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/list_en */
  font-family: Times;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .information .author {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .information .author span {
    font-size: 10px;
  }
}
.information .box-price {
  color: var(--jab-gray, #4B4956);
  /* JAB/pc/body */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .information .box-price {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-content-work .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-content-work .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.box-content-work form h3 {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 2px;
  padding-bottom: 63px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .box-content-work form h3 {
    font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 1.2px;
    padding-bottom: 30px;
  }
}
.box-content-work form .form-group {
  margin-bottom: 0;
}
.box-content-work form .form-group label {
  padding-top: 10px;
  display: block;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
  margin-bottom: 3px;
}
.box-content-work form .form-group label span {
  color: var(--jab-red, #8F1A2F);
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 175%;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .form-group label {
    font-weight: 400;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 10px;
  }
  .box-content-work form .form-group label span {
    font-size: 10px;
  }
}
.box-content-work form .form-group .error {
  color: red;
  font-size: 12px;
}
.box-content-work form .form-group input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
}
.box-content-work form .form-group textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  height: 173px;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .form-group textarea {
    height: 113px;
  }
}
.box-content-work form .box-button1 {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .box-button1 {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-content-work form .box-button1 {
    margin-bottom: 80px;
  }
}
.box-content-work form .box-button1 a {
  width: 278px;
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: 0;
  line-height: 60px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .box-content-work form .box-button1 a {
    width: 200px;
    height: 60px;
    font-size: 12px;
  }
}
.box-content-work form button {
  width: 278px;
  height: 60px;
  border-radius: 60px;
  background: var(--jab-jremall-bk, #231815);
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .box-content-work form button {
    width: 200px;
    height: 60px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-related .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-related .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.box-check-work .block-title h3 {
  font-size: 45px;
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 4.5px;
}
@media only screen and (max-width: 767px) {
  .box-check-work .block-title h3 {
    font-size: 20px;
    font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2px;
  }
}
.box-check-work .block-title__content {
  padding-bottom: 49px;
}
@media only screen and (max-width: 767px) {
  .box-check-work .block-title__content {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .news {
    margin-bottom: 53px;
  }
}
.news .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 34.8px;
  }
}
.news .title-page i {
  font-size: 19px;
  color: #00576F;
  display: block;
  width: 100%;
  position: absolute;
  top: -35px;
  font-style: normal;
}
.news .content {
  margin-top: 40px;
  background: #fff;
  padding: 33px 0 83px;
}
@media only screen and (max-width: 767px) {
  .news .content {
    padding: 10px 0 46.3px;
    margin-top: 35px;
  }
}
.news .content .item-new {
  background: url("../images/news/line.png") no-repeat center bottom;
  background-size: 100%;
  padding: 32px 0;
}
@media only screen and (max-width: 767px) {
  .news .content .item-new {
    padding: 23px 0;
    background-size: inherit;
  }
}
.news .content .item-new span {
  font-size: 18px;
  color: #9FA0A0;
  margin-right: 60px;
  font-family: "ShipporiMincho";
}
@media only screen and (max-width: 767px) {
  .news .content .item-new span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.news .content .item-new a {
  font-size: 18px;
  color: #004A63;
  font-family: "ZenKakuGothicNew";
}
@media only screen and (max-width: 767px) {
  .news .content .item-new a {
    font-size: 15px;
  }
}
.news .container {
  width: 810px;
}
@media only screen and (max-width: 767px) {
  .news .container {
    padding-right: 15.7px;
    padding-left: 15.7px;
  }
}
.news .box-paging {
  margin-top: 50px;
  font-family: "ShipporiMincho";
}
@media only screen and (max-width: 767px) {
  .news .box-paging {
    margin-top: 46.3px;
  }
  .news .box-paging .page-numbers {
    line-height: 16px;
  }
}

.news-single .container {
  width: 1130px;
}
.news-single .content {
  background: #FFFFFF;
  margin-top: 20px;
  padding: 70px 160px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .news-single .content {
    padding: 44px 19px 40px;
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: 34px;
  }
}
.news-single .content h1 {
  color: #004A63;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 12px;
  font-family: "ZenKakuGothicNew";
}
@media only screen and (max-width: 767px) {
  .news-single .content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.news-single .content .date {
  color: #898989;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2.6px;
  margin-bottom: 35px;
  font-family: "ShipporiMincho";
}
@media only screen and (max-width: 767px) {
  .news-single .content .date {
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 43.3px;
  }
}
.news-single .content .line {
  margin-bottom: 50px;
}
.news-single .content .line img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .news-single .content .line {
    margin-bottom: 28.2px;
  }
}
.news-single .content .detail {
  color: #004A63;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 80px;
  font-weight: 500;
  font-family: "ZenKakuGothicNew";
}
.news-single .content .detail h2 {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #004A63;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .news-single .content .detail {
    margin-bottom: 50px;
  }
  .news-single .content .detail h2 {
    margin-bottom: 31px;
  }
}
.news-single .btn-style1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #00576F;
  border: 1px solid #004A63;
  border-radius: 32.71px;
  line-height: 65.43px;
  width: 280.23px;
  display: inline-block;
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  .news-single .btn-style1 {
    margin-bottom: 59px;
  }
}
.news-single .view-all a {
  font-size: 18px;
}
.news-single .view-all a img {
  width: 40px;
}

.attendants {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .attendants {
    padding-bottom: 113.5px;
  }
}
.attendants .container {
  width: 984px;
}
@media only screen and (max-width: 767px) {
  .attendants .container {
    padding-right: 17px;
    padding-left: 17px;
  }
}
.attendants .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
}
@media only screen and (min-width: 1200px) {
  .attendants .title-page {
    margin-bottom: 67.8px;
  }
}
@media only screen and (max-width: 767px) {
  .attendants .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    margin-bottom: 70px;
  }
}
.attendants h3 {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .attendants h3 {
    margin-bottom: 20px;
  }
}
.attendants h3 span {
  display: inline-block;
  color: #004A63;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 25px;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241px 4.42px;
  min-width: 241px;
}
@media only screen and (max-width: 767px) {
  .attendants h3 span {
    background-size: 161px 2.92px;
    min-width: 161px;
    font-size: 24px;
    padding-bottom: 13.2px;
  }
}
.attendants p.desc {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .attendants p.desc {
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 60px;
  }
}
.attendants .item-attendant {
  margin-bottom: 85px;
}
.attendants .item-attendant h4 {
  display: flex;
  align-items: center;
  color: #51BEC1;
  font-size: 28px;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 17px;
}
.attendants .item-attendant h4 span {
  width: 170px;
  display: inline-block;
}
.attendants .item-attendant h4 span img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .attendants .item-attendant h4 {
    font-size: 24px;
    padding-right: 20px;
    justify-content: space-between;
  }
  .attendants .item-attendant h4 span {
    width: auto;
  }
  .attendants .item-attendant h4 span img {
    height: 55px;
  }
}
.attendants .item-attendant .accordion {
  padding-left: 170px;
}
.attendants .item-attendant .accordion .card {
  background: none;
  border-radius: 0 !important;
  border: 0;
}
.attendants .item-attendant .accordion .card:first-child {
  border-top: 1px solid #004A63;
}
.attendants .item-attendant .accordion .card .card-header {
  background: none;
  border-radius: 0 !important;
  border-bottom: 0;
  height: 80px;
  padding: 0;
}
.attendants .item-attendant .accordion .card .card-header button {
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
  line-height: 78px;
  color: #004A63;
  font-weight: 500;
  font-size: 24px;
  text-decoration: none !important;
  background: rgba(81, 190, 193, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #004A63;
  border-radius: 0;
}
.attendants .item-attendant .accordion .card .card-header button .plus {
  display: none;
}
.attendants .item-attendant .accordion .card .card-header button .minus {
  display: inline-block;
}
.attendants .item-attendant .accordion .card .card-header button.collapsed {
  background: none;
}
.attendants .item-attendant .accordion .card .card-header button.collapsed .plus {
  display: inline-block;
}
.attendants .item-attendant .accordion .card .card-header button.collapsed .minus {
  display: none;
}
@media only screen and (max-width: 767px) {
  .attendants .item-attendant .accordion .card .card-header button {
    font-size: 20px;
    padding-left: 8px;
    padding-right: 14px;
  }
}
.attendants .item-attendant .accordion .card .card-body {
  font-size: 16px;
  color: #004A63;
  line-height: 32px;
  padding: 28px 8px;
  border-bottom: 1px solid #004A63;
}
@media only screen and (max-width: 767px) {
  .attendants .item-attendant .accordion {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .attendants .item-attendant {
    margin-bottom: 40px;
  }
  .attendants .item-attendant:last-child {
    margin-bottom: 0;
  }
}

.page-404 {
  text-align: center;
  padding: 170px 0 150px;
}
@media only screen and (max-width: 767px) {
  .page-404 {
    padding-top: 80px;
    padding-bottom: 145.4px;
  }
  .page-404 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-404 h3 {
  color: #CC6241;
  text-align: center;
  display: inline-block;
  padding: 0 43px 37px;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 52px;
}
@media only screen and (max-width: 767px) {
  .page-404 h3 {
    font-size: 28px;
    padding: 0 27px 34px;
  }
}
.page-404 img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .page-404 img {
    margin-bottom: 30px;
  }
}
.page-404 p {
  color: #004A63;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .page-404 p {
    line-height: 32px;
    text-align: left;
    margin-bottom: 60px;
  }
}
.page-404 .view-more {
  background: #004A63;
  border-radius: 10.98px;
  width: 458.11px;
  line-height: 66px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
.page-404 .view-more span {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-404 .view-more {
    width: 100%;
    font-size: 18px;
    border-radius: 9.39px;
  }
}

.funeral .show-ct {
  border-top: 1px solid #004A63;
  border-bottom: 1px solid #004A63;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  padding-left: 9px;
  padding-right: 22px;
  color: #004A63;
  font-size: 16px;
  margin-top: 30px;
  background: #fff;
}
.funeral .show-ct img {
  width: 24px;
}
.funeral .show-ct .plus {
  display: block;
}
.funeral .show-ct .minus {
  display: none;
}
.funeral .show-ct.active {
  background: rgba(157, 140, 167, 0.2);
}
.funeral .show-ct.active .plus {
  display: none;
}
.funeral .show-ct.active .minus {
  display: block;
}
.funeral .view-all.d3 img {
  margin-left: 11px;
}
.funeral .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .funeral .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    margin-bottom: 51px;
    margin-top: 34.5px;
  }
}
.funeral h3 {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .funeral h3 {
    margin-bottom: 30px;
  }
}
.funeral h3 span {
  display: inline-block;
  color: #004A63;
  font-size: 35px;
  font-weight: 500;
  line-height: 61.25px;
  padding-bottom: 30px;
  background: url("../images/funeral/l-2.png") no-repeat center bottom;
  background-size: 241px 4.42px;
  min-width: 241px;
}
@media only screen and (max-width: 767px) {
  .funeral h3 span {
    font-size: 20px;
    min-width: 128px;
    background: url("../images/funeral/l-2.png") no-repeat center bottom;
    background-size: 128.75px 2.35px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    line-height: 33px;
  }
}
.funeral p.desc {
  color: #004A63;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 64px;
  text-align: center;
}
.funeral p.desc a {
  color: #004A63;
}
.funeral p.desc.d2 {
  margin-bottom: 75px;
  font-size: 16px;
  font-weight: 400;
}
.funeral p.desc span {
  color: #CC6241;
}
@media only screen and (max-width: 767px) {
  .funeral p.desc {
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 21px;
  }
  .funeral p.desc.d2 {
    margin-bottom: 34px;
  }
}
.funeral .block-funeral-1 {
  padding-top: 83px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 {
    padding-top: 0px;
  }
}
.funeral .block-funeral-1 .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.funeral .block-funeral-1 img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 img {
    height: 247.01px;
    object-fit: cover;
    width: 100%;
  }
}
.funeral .block-funeral-1 .content {
  padding-left: 20px;
  padding-right: 110px;
}
.funeral .block-funeral-1 .content img {
  width: auto;
  height: auto;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.funeral .block-funeral-1 h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 111px;
  letter-spacing: 2px;
  color: #004A63;
  text-align: left;
  margin-bottom: 37px;
  background: url("../images/funeral/icon_dot.png") no-repeat 60% center;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 h2 {
    font-size: 24px;
    text-align: center;
    line-height: 80px;
    background: url("../images/funeral/icon_dot.png") no-repeat 90% center;
    background-size: 86px 80px;
    margin-top: 35px;
  }
}
.funeral .block-funeral-1 h4 {
  color: #CC6241;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 h4 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 19px;
  }
}
.funeral .block-funeral-1 p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-1 p {
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
}
.funeral .block-funeral-2 {
  padding-top: 167px;
  padding-bottom: 157px;
}
.funeral .block-funeral-2 .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .funeral .block-funeral-2 .container h3 span {
    font-size: 24px;
    padding-bottom: 21px;
  }
}
.funeral .block-funeral-2 .item-funeral {
  display: flex;
  align-items: flex-start;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: 64px;
  border-radius: 0 0 20px 0;
}
.funeral .block-funeral-2 .item-funeral.active {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 .item-funeral {
    padding-bottom: 0;
    margin-bottom: 14px;
  }
}
.funeral .block-funeral-2 .item-funeral.item1 {
  border-bottom: 2px solid #9D8CA7;
  border-right: 2px solid #9D8CA7;
}
.funeral .block-funeral-2 .item-funeral.item1 > img {
  width: 196.42px;
  margin-right: 13px;
}
.funeral .block-funeral-2 .item-funeral.item2 {
  border-bottom: 2px solid #BE7070;
  border-right: 2px solid #BE7070;
}
.funeral .block-funeral-2 .item-funeral.item2 > img {
  width: 196.42px;
  margin-right: 13px;
}
.funeral .block-funeral-2 .item-funeral.item3 {
  border-bottom: 2px solid #CCA347;
  border-right: 2px solid #CCA347;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 .item-funeral.item3 {
    margin-bottom: 14px;
  }
}
.funeral .block-funeral-2 .item-funeral.item3 > img {
  width: 196.42px;
  margin-right: 13px;
  margin-left: 0px;
}
.funeral .block-funeral-2 .item-funeral .content1 img {
  margin-top: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 .item-funeral .content1 img {
    margin-bottom: 0;
    margin-top: 0px;
  }
}
.funeral .block-funeral-2 .item-funeral .content1 h4 {
  color: #00576F;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -6px;
  margin-bottom: 0;
}
.funeral .block-funeral-2 .item-funeral .content1 p.top {
  color: #9D8CA7;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 3.8px;
  margin-bottom: 0;
  margin-top: 14px;
}
.funeral .block-funeral-2 .item-funeral .content1 p.top.color2 {
  color: #BE7070;
}
.funeral .block-funeral-2 .item-funeral .content1 p.top.color3 {
  letter-spacing: 1px;
  color: #CCA347;
  margin-top: 0;
}
.funeral .block-funeral-2 .item-funeral .content1 p.d1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: #004A63;
  margin-bottom: 35px;
}
.funeral .block-funeral-2 .item-funeral .content1 .comment {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2.6px;
  font-weight: 500;
  background: #9D8CA7;
  border-radius: 2px;
  line-height: 30px;
  width: 267px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 .item-funeral .content1 .comment {
    font-size: 18px;
  }
}
.funeral .block-funeral-2 .item-funeral .content1 .comment:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid #9D8CA7;
}
.funeral .block-funeral-2 .item-funeral .content1 .comment.bg2 {
  background: #BE7070;
}
.funeral .block-funeral-2 .item-funeral .content1 .comment.bg2:before {
  border-top-color: #BE7070;
}
.funeral .block-funeral-2 .item-funeral .content1 .comment.bg3 {
  background: #CCA347;
}
.funeral .block-funeral-2 .item-funeral .content1 .comment.bg3:before {
  border-top-color: #CCA347;
}
.funeral .block-funeral-2 .item-funeral .content1 ul {
  list-style: none;
  padding-left: 5px;
  margin-bottom: 0;
}
.funeral .block-funeral-2 .item-funeral .content1 ul li {
  color: #004A63;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2.4px;
}
.funeral .block-funeral-2 .item-funeral .content2 {
  color: #004A63;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  margin-left: 48px;
  padding-top: 14px;
}
.funeral .block-funeral-2 .item-funeral .content2 .color1 {
  color: #9D8CA7;
}
.funeral .block-funeral-2 .item-funeral .content2 .color2 {
  color: #BE7070;
}
.funeral .block-funeral-2 .item-funeral .content2 .color3 {
  color: #CCA347;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 .item-funeral {
    display: block;
    text-align: center;
    border: 0 !important;
    padding-right: 0;
  }
  .funeral .block-funeral-2 .item-funeral > img {
    margin: auto !important;
  }
  .funeral .block-funeral-2 .item-funeral .content1 {
    position: relative;
  }
  .funeral .block-funeral-2 .item-funeral .content1:before {
    background: rgba(157, 140, 167, 0.1);
    content: "";
    position: absolute;
    left: -14px;
    bottom: -34px;
    width: calc(100% + 28px);
    height: calc(100% - 57px);
  }
  .funeral .block-funeral-2 .item-funeral .content1.active:before {
    bottom: -21px;
    width: calc(100% + 28px);
    height: calc(100% - 70px);
  }
  .funeral .block-funeral-2 .item-funeral .content1 p.top {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 11px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 p.top.color2 {
    color: #BE7070;
  }
  .funeral .block-funeral-2 .item-funeral .content1 p.top.color3 {
    letter-spacing: 1px;
    color: #CCA347;
    margin-top: 20px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 p.d1 {
    margin: 0px 0px 23px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 h4 {
    font-size: 30px;
    margin-bottom: 38px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 > img {
    width: 332.01px;
    display: block;
    margin: 16.5px auto 0;
    padding-bottom: 8px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 > img.line7 {
    padding-bottom: 6.7px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 .comment {
    margin: auto;
  }
  .funeral .block-funeral-2 .item-funeral .content1 ul {
    margin: 15px auto 0;
    text-align: left;
    width: 270px;
    padding: 0;
    padding-left: 8px;
  }
  .funeral .block-funeral-2 .item-funeral .content1 ul li {
    font-size: 18px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  .funeral .block-funeral-2 .item-funeral .content2 {
    padding: 0px 14px 56px;
    margin: 21px -14px 0;
    text-align: left;
    background: rgba(157, 140, 167, 0.1);
    display: none;
  }
  .funeral .block-funeral-2 .item-funeral .content2.active {
    display: block;
  }
  .funeral .block-funeral-2 .item-funeral.item2 .content1:before {
    background: rgba(190, 112, 112, 0.1);
  }
  .funeral .block-funeral-2 .item-funeral.item2 .content2 {
    background: rgba(190, 112, 112, 0.1);
  }
  .funeral .block-funeral-2 .item-funeral.item3 .content1:before {
    background: rgba(204, 163, 71, 0.1);
  }
  .funeral .block-funeral-2 .item-funeral.item3 .content2 {
    background: rgba(204, 163, 71, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-2 {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .funeral .block-funeral-2 .view-all {
    margin-bottom: 0px;
  }
  .funeral .block-funeral-2 .view-all a {
    font-size: 16px;
  }
  .funeral .block-funeral-2 .desc {
    line-height: 24px;
    margin-top: 65px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 27px;
    font-size: 18px;
  }
}
.funeral .block-funeral-3 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-3 {
    margin-bottom: 50px;
  }
  .funeral .block-funeral-3 h3 span {
    font-size: 24px;
  }
}
.funeral .block-funeral-3 .container {
  width: 910px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-3 .container {
    padding-left: 18.935px;
    padding-right: 18.935px;
  }
}
.funeral .block-funeral-3 h3 span {
  padding-left: 0;
  padding-right: 0;
}
.funeral .block-funeral-3 .desc {
  color: #004A63;
  font-size: 24px;
  line-height: 49px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-3 .desc {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 55px;
  }
}
.funeral .block-funeral-3 .content {
  margin-top: 70px;
  max-width: 100%;
  height: 142.7px;
  background: url("../images/bg_h5_pc.png") no-repeat center;
  background-size: 881.97px 142.7px;
}
.funeral .block-funeral-3 .content h4 a {
  color: #CC6241;
  font-size: 44px;
  line-height: 142.7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-3 .content {
    height: 94.68px;
    background: url("../images/bg_h5.png") no-repeat center;
    background-size: 337.13px 94.68px;
  }
  .funeral .block-funeral-3 .content h4 a {
    font-size: 24px;
    line-height: 94.68px;
  }
}
.funeral .block-funeral-4 {
  background: rgba(81, 190, 193, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 {
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
.funeral .block-funeral-4 .container {
  width: 910px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.funeral .block-funeral-4 h3 span {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 h3 span {
    font-size: 24px;
  }
}
.funeral .block-funeral-4 .de3 {
  color: #00576F;
  font-size: 16px;
  text-align: center;
  margin-top: 57px;
}
.funeral .block-funeral-4 .item-funeral {
  margin-top: 52px;
  display: flex;
  background: #FFFFFF;
  border-radius: 25.61px;
  overflow: hidden;
  box-shadow: 6.4px 6.4px 3.84px #E6E8E7;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .item-funeral {
    display: block;
    padding: 25px 20px;
    margin-top: 35px;
  }
}
.funeral .block-funeral-4 .item-funeral .content {
  padding-top: 26px;
  padding-right: 54px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .item-funeral .content {
    padding: 0;
  }
}
.funeral .block-funeral-4 .item-funeral img {
  width: 299.56px;
  height: 210.43px;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .item-funeral img {
    width: 295.88px;
    height: 160.1px;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .item-funeral {
    margin-top: 30px;
  }
}
.funeral .block-funeral-4 .item-funeral h4 {
  color: #004A63;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #004A63;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .item-funeral h4 {
    font-size: 24px;
    margin-bottom: 10px;
    border: 0;
    text-align: center;
    padding: 0;
  }
}
.funeral .block-funeral-4 .item-funeral p {
  color: #004A63;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-4 .item-funeral p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin-bottom: 0px;
    padding: 0;
  }
}
.funeral .block-funeral-5 {
  padding: 40px 0 0px;
  height: 270.7675px;
  background: rgba(204, 98, 65, 0.2);
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-5 {
    margin-bottom: 75px;
    padding-top: 23px;
    height: 180.9688px;
  }
}
.funeral .block-funeral-5 .container {
  width: 838.9002px;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-5 .container {
    padding-left: 18.935px;
    padding-right: 18.935px;
  }
}
.funeral .block-funeral-5 .content {
  max-width: 100%;
  text-align: center;
}
.funeral .block-funeral-5 .content h3 {
  color: #CC6241;
  font-size: 40px;
  line-height: 42.7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin-bottom: 18px;
}
.funeral .block-funeral-5 .content img {
  display: block;
  margin: auto;
}
.funeral .block-funeral-5 .content a {
  color: #fff;
  font-size: 24px;
  background: #CC6241;
  text-align: center;
  line-height: 70px;
  width: 100%;
  border-radius: 24.4298px;
  margin-top: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-5 .content h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .funeral .block-funeral-5 .content img {
    width: 67px;
  }
  .funeral .block-funeral-5 .content a {
    margin-top: 17px;
    font-size: 16px;
    line-height: 60.1065px;
    border-radius: 13.1441px;
    width: 274.2534px;
  }
}
@media only screen and (max-width: 767px) {
  .funeral .block-funeral-5 {
    padding: 28px 0 41px;
  }
}

@media only screen and (max-width: 767px) {
  .voice {
    margin-bottom: 53px;
  }
}
.voice .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center -1px;
  background-size: 340px 92px;
  line-height: 116px;
  letter-spacing: 3.2px;
  margin-top: -10px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .voice .title-page {
    margin-bottom: 7.2px;
  }
}
@media only screen and (max-width: 767px) {
  .voice .title-page {
    background-size: 190px 52px;
    font-size: 24px;
    margin-top: 37.4px;
    line-height: 52px;
    margin-bottom: 55.2px;
  }
}
.voice .title-page i {
  font-size: 19px;
  color: #00576F;
  display: block;
  width: 100%;
  position: absolute;
  top: -35px;
  letter-spacing: 0.6px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .voice .title-page i {
    font-size: 14px;
    top: -30px;
    letter-spacing: 0.14px;
  }
}
.voice p.desc {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 90px;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .voice p.desc {
    margin-bottom: 57.9px;
  }
}
.voice .tag {
  color: #004A63;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1px;
  text-align: center;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .voice .tag {
    text-align: left;
  }
  .voice .tag > *:nth-child(6) {
    display: none;
  }
}
.voice .tag a {
  color: #004A63;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .voice .tag a {
    margin-bottom: 8px;
  }
}
.voice .block-voice {
  margin-top: 60px;
}
.voice .block-voice .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .voice .block-voice .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.voice .block-voice .container .item-voice {
  padding: 27px 30px 27px;
  background: url("../images/bg_banner_sl.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .voice .block-voice .container .item-voice {
    margin-bottom: 16px;
    padding: 27px 22px 27px;
  }
}
.voice .block-voice .container .item-voice p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #004A63;
  height: 92px;
  overflow: hidden;
  font-family: "ZenKakuGothicNew";
}
.voice .block-voice .container .item-voice h3 {
  margin-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 24px;
  background: url("../images/icon/line_voice.png") no-repeat center bottom;
}
.voice .block-voice .container .item-voice h3 a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.8px;
  color: #004A63;
  height: 64px;
  overflow: hidden;
  font-family: "ZenMaruGothic";
}
.voice .block-voice .container .item-voice h3 div {
  box-sizing: inherit;
  font-size: 14px;
  color: #004a63;
  text-align: right;
}
.voice .block-voice .container .item-voice .cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice .block-voice .container .item-voice .cat a {
  display: inline-block;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.voice .block-voice .container .item-voice .cat a:first-child {
  width: 94.93px;
  line-height: 26.71px;
  border-radius: 13.36px;
  background: #9D8CA7;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice .block-voice .container .item-voice .cat a:first-child {
    font-size: 16.31px;
  }
}
.voice .block-voice .container .item-voice .cat a:last-child {
  width: 188.01px;
  line-height: 26.71px;
  border-radius: 13.36px;
  background: #fff;
  color: #9D8CA7;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
}
.voice .block-voice .container .item-voice .view-more {
  display: block;
  color: #00576F;
  font-size: 16px;
  letter-spacing: 0.14px;
  margin-top: 30px;
}
.voice .block-voice .container .item-voice:before {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid rgba(81, 190, 193, 0.15);
}
.voice .box-paging {
  margin-bottom: 94.3px;
}

.voice-single {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .voice-single {
    padding-bottom: 60px;
  }
}
.voice-single .container {
  width: 870px;
}
@media only screen and (max-width: 767px) {
  .voice-single .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.voice-single h1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3.2px;
  line-height: 66.5px;
  margin-top: 58px;
  margin-bottom: 28px;
  color: #004A63;
  text-align: center;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .voice-single h1 {
    font-size: 24px;
    margin-bottom: 34px;
    line-height: 40px;
  }
}
.voice-single .vp {
  color: #004A63;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.voice-single .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  border-bottom: 0.62px solid #004A63;
  border-top: 0.62px solid #004A63;
  padding-left: 7px;
  padding-right: 19px;
}
@media only screen and (max-width: 767px) {
  .voice-single .top {
    display: block;
    height: 53px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .voice-single .top > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
  }
}
.voice-single .top span {
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
.voice-single .top span:first-child {
  min-width: 94.93px;
  line-height: 26.71px;
  color: #fff;
  display: inline-block;
  border-radius: 13.36px;
  text-align: center;
  font-weight: 500;
  background: #9D8CA7;
  font-size: 17px;
}
.voice-single .top span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  margin-left: 22px;
  padding-left: 27px;
  border-left: 1px solid #004A63;
  line-height: 33.88px;
}
@media only screen and (max-width: 767px) {
  .voice-single .top span:nth-child(2) {
    margin-left: 0;
    padding-right: 0;
    border: 0;
  }
}
.voice-single .top > span {
  color: #004A63;
  font-size: 16px !important;
  letter-spacing: 0.8px;
  font-weight: 500 !important;
  border-left: 0 !important;
}
.voice-single .bot {
  text-align: right;
  padding-right: 44px;
  margin-top: 13px;
  margin-bottom: 30px;
}
.voice-single .bot span {
  color: #004A63;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .voice-single .bot {
    text-align: center;
    margin-top: 21.3px;
    margin-bottom: 21.3px;
    padding: 0;
  }
}
.voice-single .detail {
  font-size: 16px;
  color: #004A63;
  letter-spacing: 0.8px;
  line-height: 32px;
  padding-bottom: 80px;
  font-family: "ZenKakuGothicNew";
}
.voice-single .detail h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36.1px;
  font-family: "ZenMaruGothic";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .voice-single .detail h2 {
    line-height: 33px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-single .detail {
    padding-bottom: 50px;
  }
}
.voice-single .voice-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 41px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .voice-single .voice-list {
    font-size: 16px;
  }
}
.voice-single .box {
  background: rgba(81, 190, 193, 0.1);
  margin-bottom: 40px;
  padding: 27px 35px;
}
@media only screen and (max-width: 767px) {
  .voice-single .box {
    padding: 23px 17px;
    margin-bottom: 24px;
  }
  .voice-single .box img {
    display: block;
  }
}
.voice-single .box h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #004A63;
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
}
.voice-single .box h3 span {
  font-size: 10px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .voice-single .box h3 {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 28px;
  }
  .voice-single .box h3 span {
    font-size: 9px;
  }
}
.voice-single .box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .voice-single .box .content {
    margin-top: 18px;
    padding-left: 0px;
  }
}
.voice-single .box h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
  margin-top: 30px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .voice-single .box h4 {
    margin-bottom: 8px;
    margin-top: 18px;
    font-size: 15px;
  }
}
.voice-single .box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 19px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .voice-single .box ul.box-h {
    flex-direction: column;
  }
}
.voice-single .box ul li {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 32px;
  margin-bottom: 4px;
  margin-right: 30px;
  color: #004A63;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .voice-single .box ul li {
    font-size: 15px;
  }
  .voice-single .box ul li:first-child {
    margin-right: 80px;
  }
  .voice-single .box ul li span {
    position: absolute;
    right: 102%;
  }
}
.voice-single .box img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .voice-single .box h4 + ul {
    padding-left: 30px;
  }
  .voice-single .box h4 + ul li:last-child {
    margin-right: 0;
  }
  .voice-single .box.box_q1 ul {
    flex-direction: column;
  }
  .voice-single .box.box_q1 ul li {
    margin-right: 0;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
.voice-single .box-survey {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .voice-single .box-survey {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .consultation {
    margin-bottom: 53px;
  }
}
.consultation h3.title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .consultation h3.title {
    margin-bottom: 30px;
  }
}
.consultation h3.title span {
  display: inline-block;
  color: #51BEC1;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 30px;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241px 5px;
  min-width: 241px;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .consultation h3.title span {
    font-size: 20px;
    background-size: 128.75px 2.35px;
    min-width: 128px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    line-height: 33px;
  }
}
.consultation .title-page {
  background: url("../images/icon/bg_title_pink.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 767px) {
  .consultation .title-page {
    margin-top: 44px;
    background-size: 190px 52px;
    line-height: 52px;
    margin-bottom: 33px;
    font-size: 24px;
  }
}
.consultation .title-page i {
  font-size: 19px;
  color: #00576F;
  display: block;
  width: 100%;
  position: absolute;
  top: -50px;
  letter-spacing: 0.6px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .consultation .title-page i {
    top: -35px;
    font-size: 14px;
  }
}
.consultation p.desc {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 76px;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .consultation p.desc {
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
.consultation .banner {
  margin-bottom: 98px;
}
.consultation .banner.bot {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .consultation .banner {
    margin-bottom: 43px;
  }
}
.consultation .banner img {
  max-width: 100%;
}
.consultation .box1 {
  border: 1px solid #004A63;
  border-radius: 48.71px;
  padding: 0 183.9px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .consultation .box1 {
    padding: 0 24px;
    border-radius: 25.28px;
    margin-bottom: 66px;
  }
}
.consultation .box1 h5 {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .consultation .box1 h5 {
    margin-top: -18px;
    margin-bottom: 13px;
  }
}
.consultation .box1 h5 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 33.11px;
  letter-spacing: 0.4px;
  color: #fff;
  background: #004A63;
  border-radius: 10.44px;
  display: inline-block;
  text-align: center;
  min-width: 302.25px;
}
.consultation .box1 h5 img {
  margin-right: -14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .consultation .box1 h5 span {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 24.2px;
    min-width: 245.15px;
  }
  .consultation .box1 h5 img {
    width: 30.9px;
  }
}
.consultation .box1 h4 {
  color: #51BEC1;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .consultation .box1 h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.consultation .box1 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .consultation .box1 ul {
    margin-bottom: 27px;
  }
}
.consultation .box1 ul li {
  border-bottom: 0.5px solid #50B4B7;
  font-size: 23px;
  font-weight: 500;
  color: #004A63;
  line-height: 61px;
  display: flex;
  align-items: center;
}
.consultation .box1 ul li:last-child {
  border: 0;
}
.consultation .box1 ul li span {
  margin-right: 73px;
  white-space: nowrap;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .consultation .box1 ul li {
    font-size: 14px;
    letter-spacing: 0.2px;
    padding-bottom: 9px;
    padding-top: 9px;
    line-height: normal;
  }
  .consultation .box1 ul li span {
    margin-right: 12px;
    font-size: 14px;
  }
}
.consultation .box2 {
  margin-bottom: 157px;
}
@media only screen and (max-width: 767px) {
  .consultation .box2 {
    margin-bottom: 46px;
  }
  .consultation .box2 h3.title {
    margin-bottom: 29.8px;
  }
  .consultation .box2 h3.title span {
    padding-bottom: 18px;
  }
}
.consultation .box2 .row {
  margin-left: -27px;
  margin-right: -27px;
}
.consultation .box2 .row .col-sm-4 {
  padding-right: 27px;
  padding-left: 27px;
}
@media only screen and (max-width: 767px) {
  .consultation .box2 .row {
    margin-left: -23px;
    margin-right: -23px;
  }
  .consultation .box2 .row .col-sm-4 {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.consultation .box2 .item-box {
  padding-right: 45px;
  padding-bottom: 46px;
  border-bottom: 1px solid #004A63;
  border-right: 1px solid #004A63;
  border-radius: 0 0 39.5471px 0;
}
@media only screen and (max-width: 767px) {
  .consultation .box2 .item-box {
    margin-bottom: 23px;
    border-bottom: 0.53px solid #004A63;
    border-right: 0.53px solid #004A63;
    border-radius: 0 0 21.2929px 0;
  }
}
.consultation .box2 .item-box h3 {
  color: #004A63;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
  text-align: center;
}
.consultation .box2 .item-box .img {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .consultation .box2 .item-box .img {
    height: 112px;
  }
}
.consultation .box2 .item-box p {
  font-size: 18px;
  color: #004A63;
  line-height: 35px;
  margin-bottom: 0;
  letter-spacing: -0.8px;
}
@media only screen and (max-width: 767px) {
  .consultation .box2 .item-box {
    padding-right: 25px;
    padding-bottom: 15px;
  }
  .consultation .box2 .item-box h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .consultation .box2 .item-box p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2px;
  }
  .consultation .box2 .item-box .img {
    float: left;
    width: 90px;
    justify-content: flex-start;
  }
  .consultation .box2 .item-box .img img {
    max-width: 100%;
  }
}
.consultation .box3 {
  background: #fff;
  margin-bottom: 125px;
}
@media only screen and (max-width: 767px) {
  .consultation .box3 {
    margin-bottom: 33px;
  }
}
.consultation .box3 .container {
  width: 890px;
}
.consultation .box3 img {
  position: relative;
  top: -10px;
}
.consultation .box3 img:last-child {
  top: -25px;
}
@media only screen and (max-width: 767px) {
  .consultation .box3 img:first-child {
    width: 51.13px;
    top: 0px;
  }
  .consultation .box3 img:last-child {
    width: 43.05px;
    top: 0;
  }
}
.consultation .box3 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 220px;
}
@media only screen and (max-width: 767px) {
  .consultation .box3 .content {
    height: 117.22px;
  }
}
.consultation .box3 .text {
  width: 437px;
  max-width: 100%;
  color: #004A63;
  font-size: 30px;
  line-height: 48px;
  position: relative;
  text-align: center;
}
.consultation .box3 .text:after {
  content: "";
  width: 100%;
  height: 55.51px;
  background: rgba(81, 190, 193, 0.3);
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .consultation .box3 .text {
    font-size: 16px;
    line-height: 22px;
    width: 215.25px;
    letter-spacing: -0.5px;
  }
  .consultation .box3 .text:after {
    height: 23px;
    bottom: -2px;
  }
}
.consultation .box4 {
  margin-bottom: 154px;
}
@media only screen and (max-width: 767px) {
  .consultation .box4 {
    margin-bottom: 50px;
  }
  .consultation .box4 h3.title {
    margin-bottom: 25px;
  }
  .consultation .box4 h3.title span {
    padding-bottom: 8px;
  }
}
.consultation .box4 .item {
  width: 272.01px;
  height: 272.01px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 5px 5px 3px rgba(230, 232, 231, 0.75);
}
.consultation .box4 .item h3 {
  text-align: center;
  color: #004A63;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.6px;
  margin-top: 25px;
  margin-bottom: 0;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .consultation .box4 .item {
    width: 151.51px;
    height: 151.51px;
    box-shadow: 2.79px 2.79px 1.67px rgba(230, 232, 231, 0.75);
    display: inline-flex;
  }
  .consultation .box4 .item img {
    width: 21.08px;
  }
  .consultation .box4 .item h3 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.2px;
    height: 63px;
  }
}
.consultation .box5 {
  margin-bottom: 78px;
}
.consultation .box5 h3.title {
  margin-bottom: 29.8px;
}
@media only screen and (max-width: 767px) {
  .consultation .box5 {
    margin-bottom: 52px;
  }
  .consultation .box5 h3.title span {
    padding-bottom: 8px;
  }
}
.consultation .box5 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .consultation .box5 .content {
    display: block;
    text-align: center;
  }
}
.consultation .box5 .content img {
  margin-left: 26px;
}
@media only screen and (max-width: 767px) {
  .consultation .box5 .content img {
    transform: rotate(90deg);
    margin: auto;
    display: inline-block;
    width: 22.08px;
  }
}
.consultation .box5 .item {
  padding-right: 49px;
  padding-bottom: 25px;
  border-bottom: 1px solid #004A63;
  border-right: 1px solid #004A63;
  border-radius: 0 0 40px 0;
  text-align: left;
}
.consultation .box5 .item.pl {
  padding-left: 17px;
  padding-right: 11px;
}
@media only screen and (max-width: 767px) {
  .consultation .box5 .item.pl {
    padding-left: 0px;
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .consultation .box5 .item {
    padding-right: 18px;
    padding-bottom: 10px;
    border-bottom: 0.53px solid #004A63;
    border-right: 0.53px solid #004A63;
    border-radius: 0 0 21.2929px 0;
  }
}
.consultation .box5 .item h4 {
  color: #004A63;
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  margin-bottom: 18px;
  height: 68px;
  overflow: hidden;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .consultation .box5 .item h4 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 2px;
    height: auto;
    padding-left: 7px;
  }
}
.consultation .box5 .item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #004A63;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .consultation .box5 .item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.consultation .container {
  width: 950px;
}
.consultation .box6 {
  margin-bottom: 158.9px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .consultation .box6 {
    margin-bottom: 67.6px;
    margin-top: 34px;
  }
}
.consultation .box6 .container {
  width: 949.92px;
}
.consultation .box6 img {
  position: relative;
  top: 10px;
  margin-right: 40px;
  width: 144px;
}
@media only screen and (max-width: 767px) {
  .consultation .box6 img {
    width: 88.77px;
    margin-right: 15px;
    top: 0;
  }
}
.consultation .box6 .content {
  display: flex;
  flex-wrap: wrap;
  height: 353.52px;
  align-items: center;
  justify-content: center;
  background: url("../images/bg_con.png") #FDE9E2 repeat center;
  border-radius: 22.4207px;
}
.consultation .box6 .content > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .consultation .box6 .content {
    height: 251.76px;
    margin: auto;
  }
}
.consultation .box6 .content a {
  width: 809.46px;
  line-height: 70px;
  color: #fff;
  border-radius: 24.44px;
  font-size: 25px;
  letter-spacing: 2.8px;
  text-align: center;
  display: block;
  background: #004A63;
  margin-top: -55px;
}
@media only screen and (max-width: 767px) {
  .consultation .box6 .content a {
    width: 274.25px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 13.14px;
  }
}
.consultation .box6 .text {
  width: 444px;
  max-width: 100%;
  color: #004A63;
  font-size: 30px;
  line-height: 48px;
  position: relative;
  text-align: left;
  letter-spacing: 0.4px;
  margin-top: 20px;
}
.consultation .box6 .text span {
  position: relative;
  z-index: 1;
  padding-right: 5px;
  font-size: 31px;
}
.consultation .box6 .text:after {
  content: "";
  width: 230px;
  height: 55.51px;
  background: #fff;
  position: absolute;
  left: -13px;
  bottom: -4px;
}
@media only screen and (max-width: 767px) {
  .consultation .box6 .text:after {
    left: -10px;
    bottom: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .consultation .box6 .text {
    font-size: 22px;
    width: auto;
    line-height: 38px;
    text-align: left;
    margin-top: 4px;
  }
  .consultation .box6 .text span {
    font-size: 22px;
  }
  .consultation .box6 .text:after {
    width: 174.87px;
    height: 36px;
  }
}
.consultation .box-byu {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .consultation .box-byu {
    margin-top: 34px;
  }
  .consultation .box-byu .container {
    padding: 0;
  }
}
.consultation .btnz {
  margin-bottom: 160px;
}
.consultation .btnz .container {
  width: 946px;
}
@media only screen and (max-width: 767px) {
  .consultation .btnz {
    margin-bottom: 60px;
  }
}
.consultation .btnz a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  display: block;
  background: #004A63;
  border-radius: 25.06px;
  line-height: 65.43px;
}
@media only screen and (max-width: 767px) {
  .consultation .btnz a {
    font-size: 16px;
    letter-spacing: 1.8px;
    width: 325.22px;
    line-height: 58.35px;
    border-radius: 14.1px;
  }
}
.consultation .btny {
  margin-bottom: 87px;
  margin-top: 73px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-align: center;
  display: inline-block;
  background: #004A63;
  border-radius: 17.39px;
  width: 435.62px;
  line-height: 70.4px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .consultation .btny {
    width: 253.67px;
    line-height: 34.83px;
    font-size: 16px;
    border-radius: 9.62px;
    margin-top: 30px;
    margin-bottom: 7px;
  }
}
.consultation .contact-box {
  margin-bottom: 128px;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box {
    margin-bottom: 97px;
  }
}
.consultation .contact-box .container {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box .container {
    padding-right: 0;
    padding-left: 18px;
    background: url("../images/col/line_bot_sp.png") no-repeat left bottom;
  }
}
.consultation .contact-box .container h3 {
  color: #CC6241;
  font-weight: 500;
  font-size: 26.34px;
  letter-spacing: 2.8px;
  padding-bottom: 13px;
  text-align: center;
  background: url("../images/col/line_top.png") no-repeat right bottom;
  background-size: auto 40px;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box .container h3 {
    color: #E66241;
    text-align: left;
    background: url("../images/col/line_top_sp.png") no-repeat left bottom;
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
}
.consultation .contact-box .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 58px;
  background: url("../images/col/line_bot.png") no-repeat left bottom;
  background-size: 872.53px 40px;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box .container .content {
    background: none;
    padding-bottom: 27px;
    padding-right: 18px;
  }
}
.consultation .contact-box .container .content p {
  font-size: 31.5px;
  letter-spacing: 2.6px;
  color: #CC6241;
  margin-bottom: 17px;
  text-align: center;
  font-weight: bold;
  line-height: 31.5px;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box .container .content p {
    color: #E66241;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
  }
}
.consultation .contact-box .container .content a.top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  line-height: 60px;
  font-family: "ShipporiMincho";
  color: #CC6241;
  font-size: 68px;
}
.consultation .contact-box .container .content a.top img {
  width: 58.5px;
  height: 58.5px;
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box .container .content a.top {
    color: #E66241;
    font-size: 33.39px;
    line-height: 29.39px;
    margin-bottom: 14px;
  }
  .consultation .contact-box .container .content a.top img {
    width: 28.72px;
    height: 28.72px;
    margin-right: 7px;
  }
}
.consultation .contact-box .container .content a.bot {
  color: #FFFFFF;
  font-size: 18.56px;
  letter-spacing: 2.6px;
  text-align: center;
  background: #CC6241;
  line-height: 57.89px;
  width: 508px;
  position: relative;
  display: inline-block;
}
.consultation .contact-box .container .content a.bot:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 6px;
  left: 7px;
  right: 7px;
  bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .consultation .contact-box .container .content a.bot {
    background: #E66241;
    width: 329.54px;
    line-height: 29.29px;
    font-size: 14px;
    letter-spacing: 2.4px;
  }
  .consultation .contact-box .container .content a.bot:before {
    display: none;
  }
}
.consultation .box-paging {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .consultation .box-paging {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .gojokai {
    margin-bottom: 53px;
  }
}
.gojokai h3.title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .gojokai h3.title {
    margin-bottom: 30px;
  }
}
.gojokai h3.title span {
  display: inline-block;
  color: #51BEC1;
  font-size: 35px;
  font-weight: 500;
  line-height: 61.25px;
  padding-bottom: 30px;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241.87px 4.42px;
  min-width: 241.87px;
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .gojokai h3.title span {
    font-size: 20px;
    min-width: 128px;
    background-size: 128.75px 2.35px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    line-height: 33px;
  }
}
.gojokai .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-bottom: 51px;
  margin-top: 20px;
  position: relative;
  letter-spacing: 3.3px;
}
@media only screen and (max-width: 767px) {
  .gojokai .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    margin-bottom: 30px;
  }
}
.gojokai .banner {
  text-align: center;
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .gojokai .banner {
    margin-bottom: 35px;
  }
  .gojokai .banner .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.gojokai .banner img {
  max-width: 100%;
}
.gojokai .box1 {
  margin-bottom: 29px;
  padding-left: 174px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box1 {
    padding-left: 0;
  }
}
.gojokai .box1 h3 {
  color: #004A63;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box1 h3 {
    font-size: 24px;
    text-align: center;
  }
}
.gojokai .box1 h3 span {
  color: #D87248;
}
@media only screen and (max-width: 767px) {
  .gojokai .box1 h3 span {
    display: block;
  }
}
.gojokai .box1 p {
  color: #004A63;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .gojokai .box1 p {
    font-size: 14px;
    letter-spacing: 0.2px;
  }
}
.gojokai .box2 {
  background: #Fff;
  border-radius: 30px;
  padding: 24px 0 43px;
  text-align: center;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box2 {
    padding: 18px 19px 18px;
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 43px;
  }
  .gojokai .box2 img {
    max-width: 100%;
  }
}
.gojokai .box3 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box3 {
    margin-bottom: 67px;
  }
  .gojokai .box3 h3.title {
    margin-bottom: 23px;
  }
  .gojokai .box3 h3.title span {
    line-height: 22px;
  }
}
.gojokai .box3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .gojokai .box3 .content {
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0.3px;
    padding-right: 0.3px;
  }
}
.gojokai .box3 .item {
  width: 272.01px;
  height: 272.01px;
  border-radius: 50%;
  background: #51BEC1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 5px 5px 3px rgba(230, 232, 231, 0.75);
}
.gojokai .box3 .item h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 41px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .gojokai .box3 .item {
    width: 151.51px;
    height: 151.51px;
    box-shadow: 2.79px 2.79px 1.67px rgba(230, 232, 231, 0.75);
    display: inline-flex;
  }
  .gojokai .box3 .item:first-child {
    margin: 2px 23.4px;
  }
  .gojokai .box3 .item:nth-child(2) {
    margin-right: 23.4px;
  }
  .gojokai .box3 .item h3 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.6px;
  }
}
.gojokai .box4 {
  margin-bottom: 125px;
}
@media only screen and (min-width: 1200px) {
  .gojokai .box4 {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .gojokai .box4 {
    margin-bottom: 72px;
  }
  .gojokai .box4 h3.title {
    margin-bottom: 44px;
  }
  .gojokai .box4 h3.title span {
    padding-bottom: 22px;
    line-height: 22px;
  }
}
.gojokai .box4 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box4 .content {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .gojokai .box4 .content img {
    transform: rotate(90deg);
    height: 32.23px;
    width: 17.52px;
    margin-bottom: 6px;
  }
}
.gojokai .box4 .item {
  width: 176.68px;
  height: 174.35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #004A63;
  border-right: 1px solid #004A63;
  border-radius: 0 0 26.4118px 0;
}
.gojokai .box4 .item span {
  color: #E98E72;
  font-size: 23px;
  font-family: "ShipporiMincho";
}
.gojokai .box4 .item h4 {
  text-align: center;
  color: #004A63;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0px;
  margin-top: 22px;
  margin-bottom: 0;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gojokai .box4 .item h4.lh27 {
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box4 .item h4 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gojokai .box4 .item {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    height: 40px;
    box-shadow: 2.79px 2.79px 1.67px rgba(230, 232, 231, 0.75);
    display: flex;
    margin-bottom: 6px;
    padding-left: 5px;
    border-radius: 0 0 16.5307px 0;
  }
  .gojokai .box4 .item span {
    width: 30px;
    font-size: 20px;
  }
  .gojokai .box4 .item h4 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    height: auto;
    display: block;
    width: 100%;
  }
  .gojokai .box4 .item h4 br {
    display: none;
  }
}
.gojokai .box4 .btny {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  background: #004A63;
  border-radius: 18.56px;
  width: 502.62px;
  line-height: 65.43px;
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box4 .btny {
    width: 100%;
    line-height: 46.68px;
    font-size: 16px;
    border-radius: 12.61px;
  }
}
.gojokai .box5 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1200px) {
  .gojokai .box5 h3.title {
    margin-bottom: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .gojokai .box5 {
    margin-bottom: 52px;
  }
  .gojokai .box5 h3.title {
    margin-bottom: 34px;
  }
  .gojokai .box5 h3.title span {
    line-height: 22px;
    padding-bottom: 17px;
  }
}
.gojokai .box5 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .gojokai .box5 .content {
    display: block;
    text-align: center;
  }
}
.gojokai .box5 .item {
  background: #FFFFFF;
  border-radius: 70px;
  box-shadow: 5px 5px 3px rgba(230, 232, 231, 0.75);
  padding: 27px 23px;
  min-height: 361.88px;
  width: 281.88px;
  margin: 0 17px 22px;
  border: 1px solid #51BEC1;
}
.gojokai .box5 .item:first-child {
  margin-left: 0;
}
.gojokai .box5 .item:nth-child(3) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .gojokai .box5 .item {
    margin-left: -7px !important;
    margin-right: -7px !important;
    width: calc(100% + 14px);
    margin-bottom: 25px;
    border-radius: 30px;
    padding: 11px 28px 26px;
    min-height: 180.44px;
  }
}
.gojokai .box5 .item h4 {
  color: #51BEC1;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 13px;
}
.gojokai .box5 .item h4 span {
  font-size: 30px;
  margin-left: 8px;
  font-family: "ShipporiMincho";
}
@media only screen and (max-width: 767px) {
  .gojokai .box5 .item h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .gojokai .box5 .item h4 span {
    font-size: 18px;
    margin-left: 4px;
  }
}
.gojokai .box5 .item h3 {
  color: #D87248;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gojokai .box5 .item h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    text-align: center;
  }
}
.gojokai .box5 .item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #004A63;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .gojokai .box5 .item p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
}
.gojokai .container {
  width: 952px;
}
.gojokai .box6 {
  margin-bottom: 158px;
}
@media only screen and (min-width: 1200px) {
  .gojokai .box6 h3.title {
    margin-bottom: 33px;
  }
  .gojokai .box6 h3.title span {
    padding-bottom: 36px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .gojokai .box6 {
    margin-bottom: 60px;
  }
  .gojokai .box6 h3.title {
    margin-bottom: 40px;
  }
  .gojokai .box6 h3.title span {
    line-height: 22px;
    padding-bottom: 15px;
  }
}
.gojokai .box6 .container {
  width: 814px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box6 .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.gojokai .box6 .accordion {
  margin-bottom: 110px;
}
.gojokai .box6 .accordion .card {
  background: none;
  border-radius: 0 !important;
  border: 0;
}
.gojokai .box6 .accordion .card:first-child {
  border-top: 1px solid #004A63;
}
.gojokai .box6 .accordion .card .card-header {
  background: none;
  border-radius: 0 !important;
  border-bottom: 0;
  min-height: 80px;
  padding: 0;
}
.gojokai .box6 .accordion .card .card-header button {
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  border: 0;
  line-height: 78px;
  min-height: 78px;
  color: #004A63;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none !important;
  background: rgba(81, 190, 193, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #004A63;
  border-radius: 0;
}
.gojokai .box6 .accordion .card .card-header button > div {
  width: 100%;
  white-space: normal;
  line-height: 30px;
}
.gojokai .box6 .accordion .card .card-header button .plus {
  display: none;
}
.gojokai .box6 .accordion .card .card-header button .minus {
  display: inline-block;
}
.gojokai .box6 .accordion .card .card-header button.collapsed {
  background: none;
}
.gojokai .box6 .accordion .card .card-header button.collapsed .plus {
  display: inline-block;
}
.gojokai .box6 .accordion .card .card-header button.collapsed .minus {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gojokai .box6 .accordion .card .card-header button {
    font-size: 20px;
    padding-left: 8px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gojokai .box6 .accordion .card .card-body {
  font-size: 16px;
  color: #004A63;
  line-height: 32px;
  padding: 28px 30px;
  border-bottom: 1px solid #004A63;
}
@media only screen and (max-width: 767px) {
  .gojokai .box6 .accordion .card .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gojokai .box6 .accordion {
    padding-left: 0;
    margin-bottom: 78px;
  }
}
.gojokai .box6 .btny {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  background: #004A63;
  border-radius: 18.56px;
  width: 502.62px;
  line-height: 65.43px;
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box6 .btny {
    width: 100%;
    line-height: 46.68px;
    font-size: 16px;
    border-radius: 12.61px;
  }
}
.gojokai .box7 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box7 {
    margin-bottom: 66px;
  }
}
.gojokai .box7 .container {
  width: 792px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box7 .container {
    padding-left: 23.5px;
    padding-right: 23.5px;
  }
}
.gojokai .box7 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .gojokai .box7 .content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .gojokai .box7 .item {
    margin-bottom: 66px;
  }
}
.gojokai .box7 .item h3 {
  color: #004A63;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: center;
  margin-bottom: 15px;
}
.gojokai .contact-box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box {
    margin-bottom: 75px;
  }
}
.gojokai .contact-box .container {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container {
    padding-right: 0;
    padding-left: 18px;
    background: url("../images/col/line_bot_sp.png") no-repeat left bottom;
  }
}
.gojokai .contact-box .container h3 {
  color: #CC6241;
  font-weight: 500;
  font-size: 26.34px;
  letter-spacing: 2.8px;
  padding-bottom: 13px;
  text-align: center;
  background: url("../images/col/line_top.png") no-repeat right bottom;
  background-size: auto 40px;
  margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container h3 {
    color: #E66241;
    background: url("../images/col/line_top_sp.png") no-repeat left bottom;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
}
.gojokai .contact-box .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 58px;
  background: url("../images/col/line_bot.png") no-repeat left bottom;
  background-size: 872.53px 40px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container .content {
    background: none;
    padding-bottom: 27px;
    padding-right: 18px;
  }
}
.gojokai .contact-box .container .content p {
  font-size: 31.5px;
  letter-spacing: 2.6px;
  color: #CC6241;
  margin-bottom: 17px;
  text-align: center;
  font-weight: bold;
  line-height: 29.5px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container .content p {
    color: #E66241;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 9px;
  }
}
.gojokai .contact-box .container .content a.top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  font-family: "ShipporiMincho";
  color: #CC6241;
  font-size: 68px;
  line-height: 55px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container .content a.top {
    margin-bottom: 7px;
  }
}
.gojokai .contact-box .container .content a.top img {
  width: 58.5px;
  height: 58.5px;
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container .content a.top {
    color: #E66241;
    font-size: 33.39px;
    margin-bottom: 15px;
    line-height: 28.72px;
  }
  .gojokai .contact-box .container .content a.top img {
    width: 28.72px;
    height: 28.72px;
    margin-right: 7px;
  }
}
.gojokai .contact-box .container .content a.bot {
  color: #FFFFFF;
  font-size: 18.56px;
  letter-spacing: 2.6px;
  text-align: center;
  background: #CC6241;
  line-height: 57.89px;
  width: 508px;
  position: relative;
  display: inline-block;
}
.gojokai .contact-box .container .content a.bot:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 6px;
  left: 7px;
  right: 7px;
  bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .gojokai .contact-box .container .content a.bot {
    background: #E66241;
    width: 329.54px;
    line-height: 29.29px;
    font-size: 14px;
    letter-spacing: 2.4px;
  }
  .gojokai .contact-box .container .content a.bot:before {
    display: none;
  }
}
.gojokai .box-paging {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .gojokai .box-paging {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-page-memorial .block-breadcrumb ul {
    margin-bottom: 0;
  }
}
.memorial .container {
  width: 984px;
}
.memorial .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-bottom: 75.9px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .memorial .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 57px;
    min-width: 190px;
  }
}
.memorial h3.title {
  text-align: center;
  margin-bottom: 40.7px;
}
@media only screen and (min-width: 1200px) {
  .memorial h3.title.mb-52 {
    margin-bottom: 50.4px;
  }
}
@media only screen and (max-width: 767px) {
  .memorial h3.title.mb27 {
    margin-bottom: 27px;
  }
}
.memorial h3.title span {
  display: inline-block;
  color: #004A63;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 31.1px;
  background: url("../images/line-title.png") no-repeat center bottom;
  background-size: 241px 5px;
  min-width: 241px;
}
@media only screen and (max-width: 767px) {
  .memorial h3.title span {
    font-size: 20px;
    padding-bottom: 15px;
    background-size: 128.75px 2.35px;
    min-width: 128px;
    line-height: 33px;
  }
}
.memorial h3.title.fs34 span {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .memorial h3.title.fs34 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .memorial h3.title.fs20 {
    margin-bottom: 32.8px;
  }
}
@media only screen and (max-width: 767px) {
  .memorial h3.title.fs20 span {
    font-size: 20px;
  }
}
.memorial p.desc {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 121.8px;
  font-family: "ZenKakuGothicNew";
}
@media only screen and (max-width: 767px) {
  .memorial p.desc {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 60px;
  }
}
.memorial .box1 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .memorial .box1 {
    margin-bottom: 53px;
  }
}
.memorial .box1 .container {
  width: 952px;
}
@media only screen and (max-width: 767px) {
  .memorial .box1 .container {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.memorial .box1 .content {
  background: #fff;
  border-radius: 26.48px;
  padding: 47px 91px 51px 91px;
  box-shadow: 5.26px 5.26px 3.15px rgba(230, 232, 231, 0.75);
}
@media only screen and (max-width: 767px) {
  .memorial .box1 .content {
    border-radius: 16.86px;
    padding: 29px 35px 24px 35px;
    box-shadow: 5.26px 5.26px 3.15px rgba(230, 232, 231, 0.75);
  }
}
.memorial .box1 .content .box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .memorial .box1 .content .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .memorial .box1 .content .box img {
    width: 213px;
    margin: auto;
  }
}
.memorial .box1 .content .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .memorial .box1 .content .box ul:first-child {
    margin-right: 45px;
  }
}
.memorial .box1 .content .box ul li {
  font-size: 24px;
  font-weight: 500;
  color: #004A63;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.memorial .box1 .content .box ul li span {
  color: #E98E72;
  font-size: 18px;
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .memorial .box1 .content .box ul li {
    margin-bottom: 15px;
    font-size: 18.1px;
    line-height: 18.1px;
  }
  .memorial .box1 .content .box ul li:last-child {
    margin-bottom: 0;
  }
  .memorial .box1 .content .box ul li span {
    font-size: 12px;
    margin-right: 4px;
  }
}
.memorial .box1 .content p {
  color: #004A63;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .memorial .box1 .content p {
    margin-top: 32px;
    margin-bottom: 35px;
  }
}
.memorial .box2 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .memorial .box2 {
    margin-bottom: 30px;
  }
}
.memorial .box2 .container {
  width: 950px;
}
.memorial .box2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .memorial .box2 .content {
    flex-direction: column;
    margin-top: 27px;
  }
}
.memorial .box2 .item {
  width: 421px;
}
@media only screen and (max-width: 767px) {
  .memorial .box2 .item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 65px;
  }
}
.memorial .box2 h4 {
  color: #004A63;
  padding-left: 25px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 64px;
  height: 81px;
  background: rgba(81, 190, 193, 0.2);
  margin-bottom: 15px;
  position: relative;
  background: url("../images/memorial/img2.png") no-repeat center;
}
@media only screen and (max-width: 767px) {
  .memorial .box2 h4 {
    font-size: 20px;
  }
}
.memorial .box2 p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 32px;
  margin-bottom: 0;
  color: #004A63;
}
.memorial .box2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.memorial .box2 ul li {
  font-weight: 500;
  color: #004A63;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 0;
}
.memorial .box2 ul li span {
  font-size: 5px;
  color: #CC6241;
}
@media only screen and (max-width: 767px) {
  .memorial .box2 ul li {
    display: flex;
  }
  .memorial .box2 ul li span {
    margin-right: 3px;
    font-size: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .memorial .box3 h3.title.fs34 {
    margin-bottom: 80px;
  }
}
.memorial .box3 .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .memorial .box3 .content {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }
  .memorial .box3 .content h3.title span {
    padding-bottom: 29px;
  }
}
.memorial .box3 .item-content {
  background: url("../images/bg_banner_s3.png") no-repeat center;
  background-size: 100% 100%;
  padding: 40px 28px 35px;
  min-height: 388px;
  width: 299.04px;
  position: relative;
}
.memorial .box3 .item-content:before {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 23px solid rgba(81, 190, 193, 0.2);
}
@media only screen and (max-width: 767px) {
  .memorial .box3 .item-content {
    min-height: 340.59px;
    margin-bottom: 40px;
  }
}
.memorial .box3 .item-content .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.memorial .box3 .item-content .tag a {
  color: #004A63;
  font-size: 16px;
}
.memorial .box3 .item-content h3 {
  margin-bottom: 18px;
  height: 64px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .memorial .box3 .item-content h3 {
    padding-bottom: 17px;
    height: 60px;
  }
}
.memorial .box3 .item-content h3 a {
  color: #004A63;
  font-size: 18px;
  line-height: 33px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .memorial .box3 .item-content h3 a {
    font-size: 18px;
    line-height: 31px;
  }
}
.memorial .box3 .item-content img {
  max-width: 100%;
  display: block;
}
.memorial .box3 .item-content p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 28.5px;
  color: #004A63;
  margin-bottom: 32px;
  letter-spacing: 5.9px;
  overflow: hidden;
}
.memorial .box3 .item-content p.detail {
  margin-bottom: 0;
  letter-spacing: 1px;
  height: auto;
  line-height: 16px;
}
.memorial .box3 .item-content p.detail a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .memorial .box3 .item-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.memorial .box4 {
  margin-top: 147px;
}
.memorial .box4 .container {
  width: 950px;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 {
    margin-top: 0;
  }
  .memorial .box4 .container {
    padding-left: 21.5px;
    padding-right: 21.5px;
  }
}
.memorial .box4 .title {
  margin-bottom: 77px;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .title {
    margin-bottom: 45px;
  }
}
.memorial .box4 .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 86px;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .item {
    flex-direction: column;
    margin-bottom: 46px;
  }
}
.memorial .box4 .item img {
  width: 400px;
  margin-right: 49.3px;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .item img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
.memorial .box4 .item .content {
  border-right: 2px solid #CC6241;
  border-bottom: 2px solid #CC6241;
  border-radius: 0 0 20px 0;
  padding-right: 40px;
  width: 470px;
  max-width: 100%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .item .content {
    padding-right: 18px;
    padding-bottom: 18px;
    border-radius: 0 0 16.6346px 0;
  }
}
.memorial .box4 .item .content h4 {
  margin-bottom: 26px;
}
.memorial .box4 .item .content h4 a {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.2px;
  line-height: 47.59px;
  border-left: 16.22px solid #CC6241;
  padding-left: 19px;
  display: block;
  color: #00576F;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .item .content h4 a {
    border-left: 13.49px solid #CC6241;
    line-height: 32.91px;
    font-size: 30px;
    padding-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .item .content h4 {
    margin-bottom: 15px;
  }
}
.memorial .box4 .item .content img {
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}
.memorial .box4 .item .content p {
  font-size: 24px;
  color: #CC6241;
  letter-spacing: 2px;
  line-height: 34px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .memorial .box4 .item .content p {
    font-size: 18px;
    padding-bottom: 18px;
    line-height: 28.28px;
  }
}
.memorial .box4 .item .content div {
  color: #004A63;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  font-weight: 500;
}
.memorial .box5 {
  text-align: center;
  margin-top: 164px;
  margin-bottom: 111px;
}
.memorial .box5 .content {
  max-width: 100%;
  height: 142.7px;
  background: url("../images/bg_h5_pc.png") no-repeat center;
  background-size: 881.97px 142.7px;
}
.memorial .box5 .content.mmr {
  background: url("../images/bg_h5_pc.png") no-repeat center;
  background-size: 1097.7783px 142.7px;
}
.memorial .box5 .content h4 a {
  color: #CC6241;
  font-size: 44px;
  line-height: 142.7px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .memorial .box5 .content {
    height: 94.68px;
    background: url("../images/bg_h5.png") no-repeat center;
    background-size: 337.13px 94.68px;
  }
  .memorial .box5 .content h4 a {
    font-size: 24px;
    line-height: 94.68px;
  }
  .memorial .box5 .content.mmr {
    background: url("../images/bg_h55.png") no-repeat center;
    height: 118px;
    background-size: 337.13px 118px;
    padding-top: 25px;
  }
  .memorial .box5 .content.mmr h4 a {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .memorial .box5 {
    margin-bottom: 50px;
    margin-top: 2px;
  }
}
.memorial .box6 {
  background: rgba(81, 190, 193, 0.15);
  padding-top: 73px;
  padding-bottom: 49.1px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 {
    padding-top: 25px;
    padding-bottom: 27px;
    margin-bottom: 40px;
  }
}
.memorial .box6 .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .container {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.memorial .box6 .container .row {
  margin-right: -13px;
  margin-left: -13px;
}
.memorial .box6 .container .row .col-sm-6 {
  padding-right: 13px;
  padding-left: 13px;
}
.memorial .box6 .item {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 5px 5px 3px rgba(230, 232, 231, 0.75);
  overflow: hidden;
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .item {
    margin-bottom: 20px;
  }
}
.memorial .box6 .item > img {
  width: 299.56px;
  height: 210.44px;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .item > img {
    width: 166.4px;
    height: 130.94px;
  }
}
.memorial .box6 .item .content {
  display: flex;
  flex-direction: column;
  padding-left: 28px;
  padding-right: 26px;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .item .content {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}
.memorial .box6 .item h4 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memorial .box6 .item h4 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .item h4 a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
.memorial .box6 .item .view-more {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .item .view-more {
    text-align: right;
    justify-content: flex-end;
    margin-bottom: 11px;
  }
}
.memorial .box6 .item .view-more a {
  color: #004A63;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
}
.memorial .box6 .item .view-more a img {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .memorial .box6 .item .view-more a {
    font-size: 9.96px;
    line-height: 17.42px;
  }
  .memorial .box6 .item .view-more a img {
    margin-left: 6px;
    width: 12.45px;
  }
}

.search.mtop {
  margin-top: 33.5px;
}
.search.mtop .container {
  width: 1146px;
}
.search.mtop .paging {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.search.mtop .box-paging {
  margin-bottom: 72.3px;
}
.search.mtop .box-paging .page-numbers {
  margin: 0 29px;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .search.mtop .box-paging .page-numbers {
    font-size: 16px;
    margin: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .search.mtop {
    margin-top: 25px;
  }
  .search.mtop .box-paging {
    margin-bottom: 40px;
  }
  .search.mtop h3.title {
    margin-bottom: 31px;
  }
  .search.mtop h3.title.fs24 {
    font-size: 24px;
  }
  .search.mtop h3.title span {
    background: url("../images/line-search.png") no-repeat center bottom;
    background-size: 161.12px 2.92px;
    padding-bottom: 12px;
  }
}
.search.mtop h3.title {
  margin-bottom: 27.8px;
}
@media only screen and (max-width: 767px) {
  .search.mtop h3.title {
    margin-bottom: 48.3px;
  }
}
.search .content-tab {
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}
.search .content-tab.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .search .content-tab {
    padding: 0;
    display: none;
  }
  .search .content-tab.active {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search {
    margin-bottom: 53px;
  }
}
.search .title-page-3 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.4px;
  line-height: 64px;
  background: rgba(81, 190, 193, 0.2);
  text-align: center;
  margin-bottom: 66px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .search .title-page-3 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.search h4.tit {
  font-size: 26px;
  color: #004A63;
  letter-spacing: 0.4px;
  line-height: 46px;
  margin-bottom: 70px;
}
.search h4.tit span {
  color: #D87248;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .search h4.tit {
    font-size: 18.13px;
    line-height: 32.08px;
    margin-bottom: 38px;
    margin-top: -50px;
    letter-spacing: 0.4px;
  }
  .search h4.tit span {
    font-size: 20.92px;
  }
}
.search .pdesc {
  font-size: 19px;
  color: #004A63;
  margin-bottom: 37px;
}
.search .pdesc.style-r {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .search .pdesc.style-r {
    margin-top: -50px;
  }
}
.search h3.title {
  text-align: center;
  margin-bottom: 37.5px;
}
@media only screen and (max-width: 767px) {
  .search h3.title {
    margin-bottom: 48.3px;
  }
  .search h3.title.style_custom {
    margin-bottom: 31.7px;
  }
}
.search h3.title span {
  display: inline-block;
  color: #004A63;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 11px;
  background: url("../images/line-search.png") no-repeat left bottom;
  background-size: 241.87px 4.42px;
  min-width: 241.87px;
}
@media only screen and (max-width: 767px) {
  .search h3.title span {
    font-size: 22.63px;
    background: none;
    padding-bottom: 0;
  }
}
.search .box-se {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .box-se input {
  border-radius: 10px 0 0 10px;
  border: 1px solid #004A63;
  padding: 0 22px;
  line-height: 54px;
  width: 320px;
  color: #004A63;
  font-size: 26px;
}
.search .box-se input::placeholder {
  font-size: 26px;
  color: #CCCCCC;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .search .box-se input {
    font-size: 22.76px;
    width: 272px;
  }
  .search .box-se input::placeholder {
    font-size: 22.76px;
    color: #CCCCCC;
  }
}
.search .box-se button {
  background: #004A63;
  border-radius: 0 10px 10px 0;
  border: 1px solid #004A63;
  height: 56px;
  width: 56px;
}
@media only screen and (max-width: 767px) {
  .search .box-se button img {
    width: 21.2px;
  }
}
.search p.desc {
  color: #004A63;
  font-size: 19px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 108px;
}
.search p.desc.mbot {
  margin-bottom: 60px;
  margin-top: 16.8px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .search p.desc {
    font-size: 14.33px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 90px;
  }
  .search p.desc.mbot {
    margin-top: 15.7px;
    line-height: 30px;
  }
}
.search .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .search .title-page {
    margin-bottom: 21.7px;
  }
}
@media only screen and (max-width: 767px) {
  .search .title-page {
    background-size: 190px 52px;
    font-size: 24px;
    line-height: 52px;
    margin-bottom: 31.5px;
  }
}
.search .title-page i {
  font-size: 19px;
  color: #00576F;
  display: block;
  width: 100%;
  position: absolute;
  top: -35px;
}
.search .container {
  width: 1130px;
}
.search .content {
  padding-bottom: 140px;
  padding-top: 55px;
}
@media only screen and (max-width: 767px) {
  .search .content {
    padding-top: 69.2px;
    padding-bottom: 30.3px;
    background: #fff;
  }
  .search .content.hht {
    padding-bottom: 1px;
  }
}
.search .content ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 67px;
}
.search .content ul > img {
  display: none !important;
}
.search .content ul li {
  width: 20%;
}
.search .content ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 62px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #004A63;
  color: #004A63;
}
.search .content ul li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .search .content ul {
    display: block;
    margin-bottom: 30px;
  }
  .search .content ul > img {
    display: block !important;
  }
  .search .content ul li {
    width: 100%;
    padding-bottom: 29px;
    padding-top: 29px;
  }
  .search .content ul li:first-child {
    padding-top: 14px;
  }
  .search .content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .search .content ul li a {
    font-size: 22.63px;
    line-height: 64px;
    border-radius: 10px;
    border: 0;
    display: flex;
    align-items: center;
    color: #004A63;
    text-align: center;
    justify-content: center;
    position: relative;
  }
  .search .content ul li a img {
    position: absolute;
    right: 16px;
    top: 22px;
    display: none;
  }
  .search .content ul li a img.plus {
    width: 22.63px;
    height: 11.31px;
    display: none;
  }
  .search .content ul li a img.minus {
    display: inline-block;
  }
  .search .content ul li a.active {
    color: #fff;
  }
  .search .content ul li a.active img {
    position: absolute;
    right: 16px;
    top: 26px;
  }
  .search .content ul li .content-mb {
    display: none;
  }
  .search .content ul li a.active .plus {
    display: inline-block !important;
  }
  .search .content ul li a.active .minus {
    display: none !important;
  }
  .search .content ul li a.active + .content-mb {
    display: block;
  }
  .search .content ul > img:last-child {
    display: none !important;
  }
}
.search .content .content-bot {
  margin-top: 67px;
}
@media only screen and (max-width: 767px) {
  .search .content .content-bot {
    margin-top: 0;
  }
}
.search .content .content-bot h3 {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  background: #9D8CA7;
  text-align: center;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 1px;
}
.search .content .content-bot .store {
  display: flex;
  flex-wrap: wrap;
}
.search .content .content-bot .item {
  border: 1px solid #9D8CA7;
  border-radius: 10px;
  text-align: center;
  width: 340px;
  height: 145px;
  margin-top: 15px;
  padding-top: 8px;
  margin-right: 24px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .search .content .content-bot .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .search .content .content-bot .item {
    margin-right: 0;
  }
  .search .content .content-bot .item:last-child {
    margin-bottom: 28px;
  }
}
.search .content .content-bot .item:nth-child(3n) {
  margin-right: 0;
}
.search .content .content-bot .item h5 {
  color: #004A63;
  font-size: 25px;
  letter-spacing: 0.4px;
  line-height: 40px;
  margin-bottom: 0;
}
.search .content .content-bot .item p {
  color: #004A63;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 500;
}
.search .content .content-bot .item p:last-child {
  line-height: 22px;
}
.search .content .category-child {
  width: 852px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.search .content .category-child a {
  font-size: 19px;
  font-weight: 500;
  color: #004A63;
  letter-spacing: 0.6px;
  line-height: 40px;
}
.search .content .card {
  border: 0;
  background: none;
  margin-top: 15px;
}
.search .content .card .card-body {
  padding: 0;
  border: 0;
}
.search .content .card .card-header {
  padding: 0;
  border: 0;
  background: none;
  border-radius: 0;
}
.search .content .card .card-header h2 button {
  line-height: 48px;
  border: 1px solid #9D8CA7;
  background: rgba(157, 140, 167, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.4px;
  padding: 0 16px;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  text-decoration: none;
  background: #9D8CA7;
}
.search .content .card .card-header h2 button .plus {
  display: none;
}
.search .content .card .card-header h2 button .minus {
  display: inline-block;
  width: 22.63px;
  height: 11.31px;
}
.search .content .card .card-header h2 button.collapsed {
  background: none;
  color: #9D8CA7;
}
@media only screen and (max-width: 767px) {
  .search .content .card .card-header h2 button.collapsed {
    background: rgba(157, 140, 167, 0.15);
  }
}
.search .content .card .card-header h2 button.collapsed .plus {
  display: inline-block;
}
.search .content .card .card-header h2 button.collapsed .minus {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search .content .card .card-header h2 button {
    font-size: 24px;
    padding-left: 8px;
    padding-right: 14px;
  }
}
.search .content-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .search .content-item {
    margin-bottom: 25px;
  }
}
.search .content-item .item {
  width: 326px;
  background: #FFFFFF;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin-bottom: 60px;
  box-shadow: 5px 5px 3px rgba(221, 221, 221, 0.1);
  margin-right: 61.3px;
  overflow: hidden;
}
.search .content-item .item img {
  max-width: 100%;
  height: 217px;
  object-fit: cover;
  width: 100%;
}
.search .content-item .item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .search .content-item .item {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.search .content-item .item h5 {
  color: #004A63;
  font-size: 25px;
  letter-spacing: 0.4px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 14px;
}
.search .content-item .item p {
  color: #004A63;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 40px;
  margin-bottom: 0;
}
.search .content-item .item p:last-child {
  line-height: 22px;
  margin-bottom: 12px;
}
.search .box-paging {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .search .box-paging {
    margin: 0 -24px 20px;
  }
  .search .box-paging .paging {
    background: #fff;
    justify-content: center;
  }
  .search .box-paging .paging a {
    line-height: 32px;
  }
}

.owl-thumbs {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .search-single .box1 .container {
    width: 1040px;
  }
  .search-single .box1 .container .slide-hall {
    width: 950.28px;
    margin: auto;
  }
}
.search-single .title-box {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1.4px;
  color: #00576F;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.search-single .title-box img {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .search-single .title-box {
    font-size: 22px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .search-single .title-box img {
    width: 19.13px;
    height: 19.08px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.search-single h1 {
  color: #004A63;
  font-size: 32.91px;
  letter-spacing: 2.4px;
  font-weight: bold;
  line-height: 92.32px;
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-single h1 {
    background-size: 190px 52px;
    font-size: 22px;
    line-height: 52px;
    margin-top: 45px;
    margin-bottom: 28px;
  }
}
.search-single .container {
  width: 1040px;
}
@media only screen and (max-width: 767px) {
  .search-single .container {
    padding-right: 19.5px;
    padding-left: 19.5px;
  }
}
.search-single .owl-prev {
  width: 41px;
  height: 41px;
  background: url("../images/icon/ar-l.png") no-repeat center !important;
  background-size: 100% !important;
  position: absolute;
  left: -66px;
  top: 225px;
  margin: 0 !important;
  opacity: 0.7 !important;
}
.search-single .owl-prev span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-single .owl-prev {
    width: 38.62px;
    height: 38.62px;
    left: 4px;
    top: 117px;
  }
}
.search-single .owl-next {
  top: 225px;
  right: -66px;
  position: absolute;
  width: 41px;
  height: 41px;
  background: url("../images/icon/ar-r.png") no-repeat center !important;
  opacity: 0.7 !important;
  background-size: 100% !important;
  margin: 0 !important;
}
.search-single .owl-next span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-single .owl-next {
    width: 38.62px;
    height: 38.62px;
    right: 4px;
    top: 117px;
  }
}
.search-single .slide-hall {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .search-single .slide-hall {
    margin-bottom: 33px;
  }
}
.search-single .slide-hall .owl-thumbs {
  display: flex;
}
.search-single .slide-hall img {
  height: 495px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .search-single .slide-hall img {
    height: auto;
    border-radius: 15.93px;
  }
}
.search-single .slide-hall .owl-thumbs {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .search-single .slide-hall .owl-thumbs {
    margin-top: 27px;
    flex-wrap: wrap;
  }
}
.search-single .slide-hall .owl-nav {
  margin-top: 0;
}
.search-single .slide-hall .owl-thumbs .owl-thumb-item {
  height: 56.47px;
  min-width: 116px;
  background: transparent;
  border: none;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.search-single .slide-hall .owl-thumbs .owl-thumb-item:nth-child(8n+1) {
  padding-left: 0;
  width: 110px;
}
.search-single .slide-hall .owl-thumbs .owl-thumb-item:nth-child(8n) {
  padding-right: 0;
  width: 110px;
}
.search-single .slide-hall .owl-thumbs .owl-thumb-item.active:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  height: 56.47px;
  width: 111px;
  position: absolute;
  top: 0;
  left: 0px;
}
.search-single .slide-hall .owl-thumbs .owl-thumb-item.active:nth-child(8n+1):after {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .search-single .slide-hall .owl-thumbs .owl-thumb-item {
    min-width: 110px;
  }
  .search-single .slide-hall .owl-thumbs .owl-thumb-item:nth-child(8n+1) {
    padding-left: 6px;
    min-width: 110px;
  }
  .search-single .slide-hall .owl-thumbs .owl-thumb-item:nth-child(8n) {
    padding-right: 6px;
    width: 110px;
  }
  .search-single .slide-hall .owl-thumbs .owl-thumb-item:nth-child(3n+1) {
    padding-left: 0;
    width: 110px;
  }
  .search-single .slide-hall .owl-thumbs .owl-thumb-item:nth-child(3n) {
    padding-right: 0;
    width: 110px;
  }
}
.search-single .slide-hall .owl-thumbs .owl-thumb-item img {
  height: 56.47px;
  width: 104px;
  border-radius: 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .search-single .slide-hall .owl-thumbs .owl-thumb-item img {
    width: 103.74px;
    height: 55.8px;
  }
}
.search-single .box1 {
  margin-bottom: 77px;
}
@media only screen and (max-width: 767px) {
  .search-single .box1 {
    margin-bottom: 45px;
  }
}
.search-single .box1 p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 25px;
  margin-bottom: 40px;
  color: #004A63;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .search-single .box1 p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box1 p {
    font-size: 14px;
    margin-bottom: 30.5px;
  }
}
.search-single .box1 h2 {
  text-align: center;
  font-weight: 500;
  color: #004A63;
  font-size: 32.91px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.search-single .box1 h2 a {
  color: #CC6241;
  font-weight: bold;
  font-size: 45px;
  display: inline-flex;
  align-items: center;
  padding-left: 29px;
  margin-left: 26px;
  border-left: 1px solid #004A63;
  line-height: 33.27px;
}
.search-single .box1 h2 a img {
  width: 33.38px;
  height: 33.38px;
  margin-right: 8px;
}
.search-single .box1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-single .box1 .item a {
  display: inline-flex;
  background: #FFFFFF;
  border-radius: 11.48px;
  border: 1px solid #88B7C2;
  width: 110.89px;
  height: 87.43px;
  margin: 0 8px;
  flex-direction: column;
}
.search-single .box1 .item a > div {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-single .box1 .item a h6 {
  color: #88B7C2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .search-single .box1 .item {
    margin-left: -4px;
    margin-right: -4px;
    flex-wrap: wrap;
  }
  .search-single .box1 .item a {
    width: 102.47px;
    height: 80.79px;
    margin: 0 6.5px 13px;
    position: relative;
  }
  .search-single .box1 .item a:nth-child(3n+1) {
    margin-left: 0;
  }
  .search-single .box1 .item a:nth-child(3n) {
    margin-right: 0;
  }
  .search-single .box1 .item a h6 {
    font-size: 12.94px;
    margin-bottom: 7px;
  }
  .search-single .box1 h2 a {
    padding-left: 0;
    border: 0;
    margin-left: 0;
    margin-top: 15px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .search-single .box1 h2 a img {
    margin-right: 7px;
  }
}
.search-single .box2 {
  margin-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 {
    margin-bottom: 85px;
  }
}
.search-single .box2 .desc {
  color: #00576F;
  font-size: 14px;
  margin-top: 20px;
  padding-left: 139px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .desc {
    padding-left: 0;
    letter-spacing: 0.6px;
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.search-single .box2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-single .box2 .top > div {
  background: #00576F;
  line-height: 35.78px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15.3px;
  font-weight: 500;
}
.search-single .box2 .top > div:first-child {
  width: 528.91px;
}
.search-single .box2 .top > div:nth-child(2) {
  width: 172.23px;
}
.search-single .box2 .top > div:nth-child(3) {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .top {
    display: none;
  }
}
.search-single .box2 .item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 110px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item {
    border-right: 1px solid;
    border-bottom: 1px solid;
    height: 236.91px;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 19px;
    margin-top: 37px;
    border-radius: 0 0 10.2026px 0;
  }
}
.search-single .box2 .item .img {
  width: 209px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 111px;
}
.search-single .box2 .item .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item .img {
    width: 100%;
    height: auto;
  }
}
.search-single .box2 .item .tt {
  width: 334px;
}
@media only screen and (min-width: 1200px) {
  .search-single .box2 .item .tt {
    top: -9px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item .tt {
    width: 100%;
    margin-bottom: 0px;
  }
}
.search-single .box2 .item .tt p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
  margin-bottom: 0;
}
.search-single .box2 .item .tt h6 {
  color: #00576F;
  font-size: 35px;
  letter-spacing: -0.6px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item .tt h6 {
    letter-spacing: -0.2px;
  }
}
.search-single .box2 .item .ct {
  width: 763.44px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  height: 77.63px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0 0 10.2026px 0;
}
@media only screen and (min-width: 1200px) {
  .search-single .box2 .item .ct {
    top: -8px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item .ct {
    width: 100%;
    border: 0;
    height: 46.03px;
  }
}
.search-single .box2 .item .ct .people {
  width: 190.87px;
  border-left: 1px solid;
  border-right: 1px solid;
  text-align: center;
  height: 61.12px;
  font-weight: bold;
  font-size: 40px;
}
.search-single .box2 .item .ct .people span {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item .ct .people {
    border-left: 0;
    height: 46.03px;
    line-height: 40px;
    font-size: 27px;
  }
}
.search-single .box2 .item .ct .price {
  width: 260px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  line-height: 25px;
  margin-top: 10px;
}
.search-single .box2 .item .ct .price span {
  font-size: 20px;
  position: relative;
}
.search-single .box2 .item .ct .price span > div {
  font-size: 14px;
  position: absolute;
  right: -5px;
  white-space: nowrap;
}
.search-single .box2 .item .ct .price > div {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .item .ct .price {
    line-height: 22px;
    margin-top: 10px;
    font-size: 27px;
  }
}
.search-single .box2 .content {
  max-width: 1000px;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .search-single .box2 .content {
    max-width: 100%;
  }
}
.search-single .box3 {
  margin-bottom: 155px;
}
@media only screen and (max-width: 767px) {
  .search-single .box3 {
    margin-bottom: 65px;
  }
}
.search-single .box3 .container {
  width: 1040px;
}
.search-single .box3 .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16.8px;
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .content {
    flex-direction: column;
    margin-bottom: 0px;
    align-items: center;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.search-single .box3 .owl-prev {
  width: 41px;
  height: 41px;
  background: url("../images/icon/ar-l.png") no-repeat center !important;
  background-size: 100% !important;
  position: absolute;
  left: -66px;
  top: 185px;
  margin: 0 !important;
  opacity: 0.7;
}
.search-single .box3 .owl-prev span {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .search-single .box3 .owl-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .owl-prev {
    background: url("../images/icon/ar-l.png") no-repeat center !important;
    width: 38.62px;
    height: 38.62px;
    left: -22px;
    top: 170px;
    opacity: 0.7;
  }
}
.search-single .box3 .owl-next {
  top: 185px;
  right: -66px;
  position: absolute;
  width: 41px;
  height: 41px;
  background: url("../images/icon/ar-r.png") no-repeat center !important;
  background-size: 100% !important;
  margin: 0 !important;
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) {
  .search-single .box3 .owl-next {
    display: none;
  }
}
.search-single .box3 .owl-next span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .owl-next {
    background: url("../images/icon/ar-r.png") no-repeat center !important;
    width: 38.62px;
    height: 38.62px;
    right: -22px;
    top: 170px;
    opacity: 0.7;
  }
}
.search-single .box3 .item-content {
  background: url("../images/bg_banner_sl.png") no-repeat center;
  background-size: 100% 100%;
  padding: 40px 28px 35px;
  min-height: 365.28px;
  position: relative;
  margin-bottom: 0px;
}
.search-single .box3 .item-content:before {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 23px solid rgba(81, 190, 193, 0.2);
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .item-content:before {
    margin-left: -18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid rgba(81, 190, 193, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .item-content {
    min-height: 365px;
    margin-bottom: 30px;
  }
}
.search-single .box3 .item-content img {
  max-width: 100%;
}
.search-single .box3 .item-content .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.search-single .box3 .item-content .tag a {
  color: #004A63;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .item-content .tag a {
    font-size: 15.98px;
  }
}
.search-single .box3 .item-content h3 {
  margin-bottom: 0px;
  padding-bottom: 25px;
  height: 119px;
  overflow: hidden;
}
.search-single .box3 .item-content h3 a {
  color: #004A63;
  font-size: 22px;
  line-height: 33px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .item-content h3 a {
    font-size: 20.68px;
    line-height: 31px;
  }
}
.search-single .box3 .item-content p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 28.5px;
  color: #004A63;
  margin-bottom: 32px;
  letter-spacing: 5.9px;
  height: 86px;
  overflow: hidden;
  display: block; /* Fallback trong trường hợp trình duyệt không hỗ trợ display dạng box */
  display: -webkit-box;
  max-height: 86px; /* Fallback số dòng bạn muốn giới hạn */
  -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
  -webkit-box-orient: vertical;
  visibility: visible;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-single .box3 .item-content p a.more-link {
  display: none;
}
.search-single .box3 .item-content p.detail {
  margin-bottom: 0;
  letter-spacing: 1px;
  height: auto;
  line-height: 16px;
  display: block;
}
.search-single .box3 .item-content p.detail a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .search-single .box3 .item-content p {
    font-size: 16.92px;
    line-height: 22px;
    height: 68px;
    display: block;
    display: -webkit-box;
    max-height: 68px; /* Fallback số dòng bạn muốn giới hạn */
    -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
    visibility: visible; /* Tránh bug không giới hạn số dòng được do trình duyệt */
    text-overflow: ellipsis;
    display: block; /* Fallback trong trường hợp trình duyệt không hỗ trợ display dạng box */
    display: -webkit-box;
    max-height: 68px; /* Fallback số dòng bạn muốn giới hạn */
    -webkit-line-clamp: 3; /* Số dòng bạn muốn giới hạn */
    -webkit-box-orient: vertical;
    visibility: visible;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search-single .box3 .item-content p a {
    font-size: 15.04px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .search-single .box4 .title-box {
    margin-bottom: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box4 .title-box {
    margin-bottom: 12.7px;
  }
}
.search-single .box4 .content {
  display: flex;
  align-items: flex-start;
}
.search-single .box4 .content img {
  min-width: 222px;
  height: 306px;
  object-fit: cover;
  border-radius: 38.39px;
}
@media only screen and (max-width: 767px) {
  .search-single .box4 .content {
    flex-direction: column;
    align-items: center;
  }
  .search-single .box4 .content img {
    border-radius: 27.87px;
    height: 184.88px;
    min-width: 209.61px;
    object-fit: cover;
  }
}
.search-single .box4 .ct {
  margin-left: 38px;
}
.search-single .box4 .ct h3 {
  font-size: 31px;
  font-weight: bold;
  color: #00576F;
  letter-spacing: 1.4px;
  line-height: 54px;
  margin-bottom: 10px;
}
.search-single .box4 .ct p {
  font-weight: 500;
  font-size: 20px;
  color: #00576F;
  letter-spacing: 2.4px;
  line-height: 29px;
  padding-bottom: 26px;
  border-bottom: 1px solid #B59142;
  margin-bottom: 31.8px;
}
.search-single .box4 .ct > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-single .box4 .ct > div .ct-l {
  white-space: nowrap;
}
.search-single .box4 .ct > div .ct-l span {
  font-size: 18px;
  font-weight: 500;
  color: #00576F;
  letter-spacing: 1.4px;
}
.search-single .box4 .ct > div .ct-l h6 {
  font-size: 27.8px;
  font-weight: 500;
  color: #00576F;
  letter-spacing: 3.2px;
}
@media only screen and (min-width: 1200px) {
  .search-single .box4 .ct > div .ct-l h6 {
    margin-bottom: 0;
  }
}
.search-single .box4 .ct > div .ct-r {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  margin-left: 40px;
  width: 100%;
  position: relative;
}
.search-single .box4 .ct > div .ct-r:before {
  top: 3px;
  content: "";
  position: absolute;
  left: 0;
  height: 36.42px;
  width: 1.26px;
  background: #004A63;
}
@media only screen and (max-width: 767px) {
  .search-single .box4 .ct > div .ct-r:before {
    display: none;
  }
}
.search-single .box4 .ct > div .ct-r ul {
  padding-left: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .search-single .box4 .ct > div .ct-r ul {
    margin-bottom: 0;
  }
}
.search-single .box4 .ct > div .ct-r ul li {
  color: #004A63;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .search-single .box4 .ct {
    margin-left: 0;
  }
  .search-single .box4 .ct h3 {
    margin-top: 18px;
    padding-left: 0px;
    font-size: 21px;
    line-height: 36.75px;
    margin-bottom: 17px;
    text-align: center;
  }
  .search-single .box4 .ct p {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 22px;
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
  .search-single .box4 .ct > div {
    flex-direction: column;
    padding-bottom: 21px;
    border-bottom: 1px solid #B59142;
  }
  .search-single .box4 .ct > div .ct-l {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
  }
  .search-single .box4 .ct > div .ct-l span {
    font-size: 14px;
    margin-right: 22px;
  }
  .search-single .box4 .ct > div .ct-l h6 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .search-single .box4 .ct > div .ct-r {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0px;
    border-left: 0px solid #004A63;
    margin-left: 0px;
    width: 100%;
    justify-content: center;
  }
  .search-single .box4 .ct > div .ct-r ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    width: 100%;
  }
  .search-single .box4 .ct > div .ct-r ul li {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 20px;
    display: block;
    text-align: center;
  }
  .search-single .box4 .ct > div .ct-r ul li span {
    display: none;
  }
}
.search-single .box5 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.search-single .box5 .title-box {
  margin-bottom: 25px;
}
.search-single .box5 .content {
  width: 750px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .search-single .box5 .content {
    width: 249.6px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box5 {
    margin-top: 77px;
    margin-bottom: 90px;
  }
}
.search-single .box5 .owl-prev {
  top: 106px;
  background: url("../images/icon/left.png") no-repeat center !important;
  background-size: 100% !important;
  opacity: 1;
  left: -44px;
}
.search-single .box5 .owl-next {
  top: 106px;
  background: url("../images/icon/right.png") no-repeat center !important;
  background-size: 100% !important;
  opacity: 1;
  right: -44px;
}
.search-single .box5 .item {
  text-align: center;
  background: #ddd;
}
@media only screen and (min-width: 1200px) {
  .search-single .box5 .item {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box5 .item {
    width: 250px;
    height: 250px;
    display: inline-flex;
    justify-content: center;
  }
}
.search-single .box5 .item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .search-single .box5 .item img {
    width: 250px;
    height: 250px;
  }
}
.search-single .box6 {
  margin-bottom: 83.2px;
}
@media only screen and (max-width: 767px) {
  .search-single .box6 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box6 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-single .box6 .title-box {
  margin-bottom: 20px;
}
.search-single .box6 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .search-single .box6 ul {
    margin-bottom: 12px;
  }
}
.search-single .box6 ul li {
  display: flex;
  justify-content: space-between;
  color: #004A63;
  font-size: 16px;
  letter-spacing: 1.8px;
  margin-bottom: 6px;
}
.search-single .box6 ul li span {
  background: rgba(216, 216, 216, 0.5);
  border-radius: 5.19px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 85.53px;
  margin-right: 4px;
}
.search-single .box6 ul li div {
  line-height: 23px;
  width: 100%;
  padding: 10px 17px;
  background: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .search-single .box6 ul li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21.37px;
  }
  .search-single .box6 ul li span {
    min-width: 62.81px;
    font-size: 12px;
  }
  .search-single .box6 ul li div {
    line-height: 21.37px;
    padding: 7px 9px;
  }
}
.search-single .box7 .container {
  width: 1127px;
}
@media only screen and (max-width: 767px) {
  .search-single .box7 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .search-single .box7 .container iframe {
    height: 251.16px;
  }
}
.search-single .box8 {
  margin-top: 155px;
  padding-top: 87px;
  background: rgba(81, 190, 193, 0.2);
  padding-bottom: 125px;
}
.search-single .box8 .owl-stage {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .search-single .box8 {
    margin-top: 67px;
    padding-bottom: 15px;
    padding-top: 33px;
  }
  .search-single .box8 .box-title2 {
    margin-bottom: 24px;
  }
  .search-single .box8 .box-title2 img {
    width: 24.86px;
    height: 22.52px;
  }
}
.search-single .box8 .container {
  width: 970px;
}
@media only screen and (max-width: 767px) {
  .search-single .box8 .container {
    padding-left: 20.4px;
    padding-right: 20.4px;
  }
}
.search-single .box8 .item-content > a {
  display: block;
}
.search-single .box8 .item-content img {
  width: 100%;
  height: 178.34px;
  object-fit: cover;
}
.search-single .box8 .item-content h3 {
  margin-bottom: 0;
}
.search-single .box8 .item-content h3 a {
  display: block;
  margin-top: 18px;
  color: #004A63;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.search-single .box8 .item-content div {
  margin-top: 20px;
  color: #004A63;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 30px;
}
.search-single .box8 .item-content > div {
  border-right: 1px solid #004A63;
  border-bottom: 1px solid #004A63;
  border-radius: 0 0 10.357px 0;
  padding-bottom: 22px;
  margin-bottom: 0;
}
.search-single .box8 .item-content .detail {
  text-align: right;
  margin-bottom: 0;
}
.search-single .box8 .item-content .detail a {
  margin-right: 38px;
  color: #004A63;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 2.2px;
}
@media only screen and (max-width: 767px) {
  .search-single .box8 .item-content h3 a {
    font-size: 25.89px;
    text-align: center;
  }
  .search-single .box8 .item-content > div {
    border-right: 0px solid #004A63;
    border-bottom: 0px solid #004A63;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
  .search-single .box8 .item-content div {
    margin-top: 16px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 21px;
  }
  .search-single .box8 .item-content .detail {
    text-align: center;
  }
  .search-single .box8 .item-content .detail a {
    margin: 0;
  }
}
.search-single .box8 .owl-prev {
  top: 198px;
  background: url("../images/icon/left.png") no-repeat center !important;
  background-size: 100% !important;
  opacity: 1;
}
.search-single .box8 .owl-next {
  top: 198px;
  background: url("../images/icon/right.png") no-repeat center !important;
  background-size: 100% !important;
  opacity: 1;
}
.search-single .box-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("../images/bg_title2.png") no-repeat center top;
  background-size: 1280px 105px;
  color: #004A63;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 39px;
  height: 105px;
}
@media only screen and (min-width: 1200px) {
  .search-single .box-title2.style_8 {
    margin-bottom: 35.8px;
  }
}
.search-single .box-title2 img {
  margin-top: -40px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .search-single .box-title2 {
    font-size: 16px;
    line-height: 54.91px;
    background: url("../images/bg_title2_sp.png") no-repeat center top;
    background-size: 334.69px 38.13px;
    height: 38.13px;
  }
  .search-single .box-title2 img {
    margin-bottom: -15px;
    margin-top: 0;
  }
}
.search-single .box9 {
  background: rgba(81, 190, 193, 0.2);
  padding-bottom: 100px;
  margin-bottom: 55px;
}
.search-single .box9 .box-title2 {
  margin-bottom: 28px;
}
@media only screen and (min-width: 1200px) {
  .search-single .box9 .col-sm-6 ul li a {
    padding: 0 23px;
  }
}
@media only screen and (max-width: 767px) {
  .search-single .box9 {
    padding-bottom: 28px;
    margin-bottom: 30px;
  }
  .search-single .box9 .box-title2 {
    margin-bottom: 16px;
  }
  .search-single .box9 .box-title2 img {
    width: 25.79px;
    height: 25.6px;
  }
}
.search-single .box9 .box-sub {
  display: flex;
  margin-bottom: 25px;
}
.search-single .box9 .box-sub span {
  color: #BA9442;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1.4px;
  margin-right: 15px;
  white-space: nowrap;
}
.search-single .box9 .box-sub > div {
  border-bottom: 1px solid #BA9442;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-single .box9 .box-sub {
    margin-bottom: 15px;
  }
  .search-single .box9 .box-sub span {
    font-size: 14px;
    margin-right: 9px;
    position: relative;
    top: 4px;
  }
}
.search-single .box9 ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .search-single .box9 ul {
    margin-bottom: 13px;
  }
}
.search-single .box9 ul li {
  margin-bottom: 30px;
  margin-right: -1px;
}
@media only screen and (max-width: 767px) {
  .search-single .box9 ul li {
    margin-bottom: 14px;
    width: 33%;
  }
}
.search-single .box9 ul li a {
  color: #004A63;
  font-size: 18px;
  letter-spacing: 2.2px;
  padding: 0 40px;
  line-height: 25px;
  border-left: 1px solid #265671;
  border-right: 1px solid #265671;
}
@media only screen and (max-width: 767px) {
  .search-single .box9 ul li a {
    font-size: 12px;
    line-height: 23.99px;
    letter-spacing: 2.2px;
    padding: 0 5px;
    width: 100%;
    display: block;
    margin-right: -1px;
    text-align: center;
  }
}
.search-single iframe {
  width: 1097px;
  height: 405px;
}

.survey {
  padding-bottom: 144px;
}
@media only screen and (max-width: 767px) {
  .survey {
    padding-bottom: 80px;
  }
}
.survey .title-page {
  background: url("../images/icon/bg_title.png") no-repeat center center;
  background-size: 340px 92px;
  line-height: 92px;
  margin-top: 16.4px;
  margin-bottom: 77.7px;
}
@media only screen and (max-width: 767px) {
  .survey .title-page {
    background-size: 190px 52px;
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 52.6px;
  }
}
.survey .container {
  width: 1130px;
}
@media only screen and (max-width: 767px) {
  .survey .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.survey .top-survey h3 {
  color: #004A63;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 34.4px;
}
.survey .top-survey p {
  color: #004A63;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 32px;
  padding-left: 85px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .survey .top-survey h3 {
    margin-top: 40px;
    font-size: 26px;
    margin-bottom: 25px;
  }
  .survey .top-survey p {
    padding-left: 0;
    margin-bottom: 43px;
  }
}
.survey .box {
  background: rgba(81, 190, 193, 0.1);
  padding: 34px 78px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .survey .box {
    padding: 25px 17px;
  }
}
.survey .box h3 {
  color: #004A63;
  font-size: 20px;
  letter-spacing: 0.8px;
  display: flex;
  margin-bottom: 20px;
  line-height: 32px;
}
.survey .box h3 span {
  margin-right: 8px;
}
.survey .box h3 p {
  color: #004A63;
  font-size: 17px;
  letter-spacing: 1.8px;
  margin-bottom: 0;
}
.survey .box h3 p span {
  color: #C30D23;
}
@media only screen and (max-width: 767px) {
  .survey .box h3 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .survey .box h3 {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: 0px;
  }
  .survey .box h3 span {
    margin-right: 2px;
  }
}
.survey .box img {
  display: block;
}
.survey .box .form-check {
  padding-left: 8px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .survey .box .form-check {
    margin-top: 4px;
    padding-left: 0;
  }
  .survey .box .form-check.first {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .survey .box .form-group {
    margin-bottom: 0;
  }
}
.survey .box label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 23px;
  color: #004A63 !important;
}
@media only screen and (max-width: 767px) {
  .survey .box label {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .survey .box label.label-input {
    flex-wrap: wrap;
  }
  .survey .box label.label-input input {
    margin-top: 5px;
    margin-left: 0 !important;
  }
}
.survey .box.box1 textarea {
  width: 653.79px;
  height: 31.49px;
  border: 0.72px solid #004A63;
  margin-left: 30px;
  padding-left: 12px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .survey .box.box1 textarea {
    width: 262.31px;
    height: 76.59px;
    margin-left: 0;
    margin-top: 12px;
  }
}
.survey .box.box2 .form-group {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .survey .box.box2 .form-group {
    text-align: center;
  }
}
.survey .box.box2 textarea {
  width: 939.79px;
  height: 148.33px;
  border: 0.72px solid #004A63;
  padding-left: 12px;
  color: #004A63;
}
@media only screen and (max-width: 767px) {
  .survey .box.box2 textarea {
    width: 296.03px;
    height: 146.33px;
  }
}
@media only screen and (max-width: 767px) {
  .survey .box.box4 {
    padding-bottom: 14px;
  }
}
.survey .box.box4 .item-radio-box {
  margin-bottom: 50px;
}
.survey .box.box4 .item-radio-box .content-radio {
  margin-bottom: 0;
}
.survey .box.box4 .item-radio-box:last-child {
  margin-bottom: 23.6px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box4 .item-radio-box {
    margin-bottom: 0;
  }
  .survey .box.box4 .item-radio-box:last-child {
    margin-bottom: 0px;
  }
}
.survey .box .right {
  position: absolute;
  right: 0;
  top: -35px;
  color: #004A63;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .survey .box .right {
    font-size: 15px;
    top: -40px;
  }
}
.survey .box span.error {
  color: #C30D23;
  font-size: 17px;
  letter-spacing: 1.8px;
  margin-bottom: 0;
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .survey .box span.error {
    margin-left: 8px;
    font-size: 16px;
  }
}
.survey .box h4.title-sub {
  color: #004A63;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  background: rgba(81, 190, 193, 0.2);
  line-height: 44.64px;
  padding-left: 25px;
  margin-bottom: 22px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .survey .box h4.title-sub {
    font-size: 16px;
    margin-top: 15px;
    line-height: 38.15px;
    padding-left: 19px;
  }
}
.survey .box .content-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.survey .box .content-radio .form-radio {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .survey .box .content-radio {
    align-items: flex-start;
  }
  .survey .box .content-radio .form-radio {
    margin-right: 0px;
  }
}
.survey .box.box5 h3 {
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box5 h3 {
    letter-spacing: 0px;
  }
}
.survey .box.box5 .content-radio {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .survey .box.box5 .content-radio {
    padding-left: 0;
  }
}
.survey .box.box5 .content-radio .form-radio {
  margin-right: 98px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box5 .content-radio .form-radio {
    margin-right: 0;
  }
}
.survey .box.box6 .content-radio {
  margin-top: 0px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .survey .box.box6 .content-radio .col-sm-6 {
    padding-right: 0;
  }
}
.survey .box.box6 .content-radio .form-radio {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box6 .content-radio .form-radio {
    margin-bottom: 0;
  }
}
.survey .box.box6 .content-radio .form-radio:last-child {
  margin-bottom: 0;
}
.survey .box.box6 .content-radio .form-radio.ml-8 {
  margin-right: 98px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .survey .box.box6 .content-radio .form-radio.ml-8 {
    margin-right: 0;
  }
}
.survey .box.box8 .content-radio {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .survey .box.box8 .content-radio {
    padding-left: 0;
  }
}
.survey .box.box8 .content-radio .form-radio {
  margin-right: 60px;
}
.survey .box.box9 {
  border: 0.71px solid #004A63;
  background: #fff;
  padding: 57px 78px 65px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box9 {
    padding: 27px 19px;
  }
}
.survey .box.box9 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  color: #004A63;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .survey .box.box9 p {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 32px;
    text-align: left;
  }
}
.survey .box.box9 .content-radio {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .survey .box.box9 .content-radio {
    padding-left: 0;
  }
}
.survey .box.box9 .content-radio .form-radio {
  margin-right: 98px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box9 .content-radio .form-radio {
    margin-right: 0;
  }
}
.survey .box.box10 {
  margin-bottom: 80px;
  padding-bottom: 96.8px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box10 {
    padding-bottom: 49.5px;
  }
}
@media only screen and (max-width: 767px) {
  .survey .box.box10.mobile {
    margin-bottom: 25px;
  }
}
.survey .box.box10 .form-group {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.survey .box.box10 .form-group:last-child {
  margin-bottom: 0;
}
.survey .box.box10 label {
  width: 233px;
  font-size: 20px;
}
.survey .box.box10 label span.error {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box10 label {
    width: 186px;
    font-size: 16px;
  }
  .survey .box.box10 label span.error {
    margin-left: 0px;
  }
}
.survey .box.box10 .ip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.survey .box.box10 input {
  min-width: 248.5px;
  height: 39.19px;
  margin-right: 14px;
  border-radius: 3px;
  border: 0.55px solid #004A63;
  padding-left: 12px;
  font-size: 15px;
  color: #004A63;
}
.survey .box.box10 input::placeholder {
  color: #ccc;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box10 input {
    min-width: 248.5px;
    height: 39.19px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .survey .box.box10 input:last-child {
    margin-bottom: 0;
  }
}
.survey .box.box10 select {
  min-width: 248.5px;
  height: 31.65px;
  border-radius: 5px;
  border: 0.55px solid #004A63;
  color: #004A63;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding-left: 26px;
}
.survey .box.box10 select option {
  background: #EDF2F3;
  padding-left: 38px;
}
@media only screen and (max-width: 767px) {
  .survey .box.box10.mobile .form-group {
    flex-direction: column;
    margin-top: 20px;
  }
  .survey .box.box10.mobile label {
    width: 100%;
    margin-bottom: 17.3px;
  }
  .survey .box.box10.mobile .ip {
    flex-direction: column;
  }
}
.survey .note {
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 32px;
  margin-bottom: 50px;
  color: #004A63;
}
.survey .button_survey {
  text-align: center;
}
.survey .button_survey button {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  background: #004A63;
  border-radius: 8.68px;
  width: 286.33px;
  line-height: 64px;
  border: 1px solid #004A63;
  margin: 0 20px;
  cursor: pointer;
}
.survey .button_survey button.out-line {
  color: #004A63;
  background: #fff;
  border: 1px solid #004A63;
}
@media only screen and (max-width: 767px) {
  .survey .button_survey button {
    width: 210.55px;
    line-height: 36.36px;
    margin-bottom: 18px;
    font-size: 14px;
    border-radius: 3.87px;
  }
}
.survey .show-error {
  color: #C30D23;
}
.survey .show-error.all {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .survey .show-error.all {
    margin-bottom: 26px;
  }
}
.survey .content-radio {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .survey .content-radio {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 13px;
  }
}
.survey.survey-confirm {
  padding-bottom: 0px;
}
@media only screen and (min-width: 1200px) {
  .survey.survey-confirm .box h4.title-sub {
    background: rgba(81, 190, 193, 0.1);
  }
  .survey.survey-confirm .box.box4 .item-radio-box {
    margin-bottom: 36.7px;
  }
  .survey.survey-confirm .box.box10 label {
    width: 237px;
    margin-bottom: 0;
    font-size: 20px;
  }
}
.survey.survey-confirm .content-radio {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .content-radio {
    padding-left: 11px;
  }
}
.survey.survey-confirm .content {
  padding-bottom: 144px;
  padding-top: 46px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .content {
    padding-bottom: 44px;
    margin-bottom: 34.5px;
  }
}
.survey.survey-confirm .content .container {
  width: 970px;
}
.survey.survey-confirm .content > h3 {
  color: #CC6241;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .content > h3 {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 33px;
  }
}
.survey.survey-confirm .box {
  background: none;
  border-bottom: 0.75px solid #CC6241;
  padding: 50px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .survey.survey-confirm .box.box5 {
    padding: 44.5px 0;
  }
  .survey.survey-confirm .box.box4 {
    padding-bottom: 12.9px;
  }
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .box {
    padding: 25px 18px;
  }
  .survey.survey-confirm .box.box10 {
    padding-left: 0;
    padding-right: 0;
  }
}
.survey.survey-confirm .box:first-child {
  padding-top: 0;
}
.survey.survey-confirm .box.box9 {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.survey.survey-confirm .box .ct-item {
  padding-top: 21px;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .box .ct-item {
    padding-top: 11px;
  }
}
.survey.survey-confirm .box .ct-l-item {
  padding-left: 32px;
  color: #004A63;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1.8px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .box .ct-l-item {
    font-size: 16px;
    padding-left: 0;
    text-align: left;
  }
}
.survey.survey-confirm .box .form-group {
  margin-bottom: 0;
}
.survey.survey-confirm .box.box10 {
  color: #004A63;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .box.box10 {
    font-size: 16px;
  }
  .survey.survey-confirm .box.box10 label {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.survey.survey-confirm .box.box10 .form-group {
  margin-top: 25px;
  padding-left: 130px;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .box.box10 .form-group {
    padding-left: 0;
    margin-top: 15px;
  }
}
.survey.survey-confirm .note {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm .note {
    margin-top: 34px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.2px;
  }
}
@media only screen and (max-width: 767px) {
  .survey.survey-confirm img {
    max-width: 100%;
    margin: auto;
  }
  .survey.survey-confirm .box.box10 label {
    width: 150px;
    margin-right: 66px;
  }
}
.survey [type=checkbox]:not(:checked) + label:before, .survey [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 0.38px solid #004A63;
}
.survey [type=checkbox]:not(:checked) + label:after, .survey [type=checkbox]:checked + label:after {
  top: 0px;
  left: 5px;
  font-size: 21px;
  line-height: 0.8;
  justify-content: center;
  align-items: center;
  background-size: contain;
}
.survey [type=radio]:not(:checked) + label:before, .survey [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 0.38px solid #004A63;
}
.survey [type=radio]:not(:checked) + label:after, .survey [type=radio]:checked + label:after {
  top: 0px;
  left: 5px;
  font-size: 21px;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .survey [type=checkbox]:not(:checked) + label:after, .survey [type=checkbox]:checked + label:after {
    top: 4px;
    left: 6px;
    font-size: 16px;
    line-height: 0.8;
    justify-content: center;
    align-items: center;
    background-size: contain;
  }
  .survey [type=checkbox]:not(:checked) + label:before, .survey [type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 9px;
    height: 9px;
    border: 0.38px solid #004A63;
  }
  .survey [type=radio]:not(:checked) + label:before, .survey [type=radio]:checked + label:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 9px;
    height: 9px;
    border: 0.38px solid #004A63;
  }
  .survey [type=radio]:not(:checked) + label:after, .survey [type=radio]:checked + label:after {
    top: 4px;
    left: 6px;
    font-size: 16px;
    line-height: 0.8;
    justify-content: center;
    align-items: center;
    background-size: contain;
  }
}

.survey-thanks {
  background: #fff;
  padding-top: 70px;
  text-align: center;
  padding-bottom: 145px;
  margin-top: 66px;
}
@media only screen and (max-width: 767px) {
  .survey-thanks {
    margin-top: 33px;
    padding-top: 64px;
    padding-bottom: 41.5px;
    margin-bottom: 30px;
  }
}
.survey-thanks .container {
  width: 830px;
}
@media only screen and (max-width: 767px) {
  .survey-thanks .container {
    padding-left: 21px;
    padding-right: 21px;
  }
}
.survey-thanks h2 {
  color: #CC6241;
  font-size: 33px;
  letter-spacing: 2px;
  line-height: 52px;
  margin-bottom: 65px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .survey-thanks h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
.survey-thanks p {
  color: #004A63;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 32px;
  margin-bottom: 65px;
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .survey-thanks p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 44px;
    margin-top: 25px;
  }
  .survey-thanks p.text-left {
    margin-bottom: 79px;
  }
  .survey-thanks p.text-left.last {
    margin-bottom: 25px;
    margin-top: 44px;
  }
}
.survey-thanks a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  background: #004A63;
  border-radius: 8.68px;
  width: 286.33px;
  line-height: 64px;
  border: 1px solid #004A63;
  margin: 0 20px;
  display: inline-block;
  text-align: center;
}
.survey-thanks a.google-map {
  width: 458.11px;
}
@media only screen and (max-width: 767px) {
  .survey-thanks a.google-map {
    font-size: 16px;
    width: 333.54px;
    margin: 0;
  }
}
.survey-thanks .note {
  padding: 33px 55px;
  text-align: left;
  border: 0.86px solid #004A63;
  color: #004A63;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .survey-thanks .note {
    font-size: 16px;
    padding: 25px 20px;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.sharedaddy, .jp-relatedposts {
  display: none !important;
}

#wpadminbar {
  display: none !important;
}

.btn-search1 {
  width: 382px;
  margin-top: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--jab-jremall-bk, #231815);
  line-height: 60px;
  color: var(--jab-wh, #FFF);
  /* JAB/pc/table_ja */
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  position: relative;
  max-width: 100%;
}
.btn-search1 img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
}
.btn-search1:hover {
  cursor: pointer;
  background: #4B4956;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.box-s {
  position: relative;
}
.box-s a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.32, 0, 0.67, 0);
}
.box-s a.active {
  left: 0;
  -webkit-animation: fadein 1s ease-in;
  -moz-animation: fadein 1s ease-in;
  animation: fadein 1s ease-in;
  z-index: 6;
}
.box-s a.active + a {
  left: 50px;
  z-index: 5;
}
.box-s a.active + a + a {
  left: 100px;
  z-index: 4;
}
.box-s a.active + a + a + a {
  left: 150px;
  z-index: 3;
}
.box-s a.active + a + a + a + a {
  left: 200px;
  z-index: 2;
}
.box-s a.active + a + a + a + a + a {
  left: 250px;
  z-index: 1;
}
.box-s a.left--1 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 250px;
}
.box-s a.left--2 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 200px;
  z-index: 1;
}
.box-s a.left--3 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 150px;
  z-index: 2;
}
.box-s a.left--4 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 100px;
  z-index: 3;
}
.box-s a.left--5 {
  -webkit-animation: fadeout 1s ease-in;
  -moz-animation: fadeout 1s ease-in;
  animation: fadeout 1s ease-in;
  left: 50px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .box-s a {
    left: 0 !important;
  }
}

.fadein-out {
  -webkit-animation: fadein 1s ease-in;
  -moz-animation: fadein 1s ease-in;
  animation: fadein 1s ease-in;
}

@keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c01 {
  position: relative;
  color: transparent;
}
.c01::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background: #121016;
}
.c01.active {
  animation-name: kf_c01a;
  animation-duration: 0s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.c01.active::before {
  animation-name: kf_c01b;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes kf_c01a {
  100% {
    color: inherit;
  }
}
@keyframes kf_c01b {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .box-next-prev {
    min-width: 100px;
  }
}

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