/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  z-index: 1000;
}
.header-inner {
  height: 80px;
  padding: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 535px;
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header-tel {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1a3873;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #333333;
}
.header .global-nav {
  width: 100%;
  height: 55px;
  background-color: #1a3873;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header .global-nav-list-item {
  line-height: 1;
  color: #fff;
}
.header .global-nav-list-item:last-child a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #ffffff;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  padding: 0 23px;
  letter-spacing: 0.06em;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #ffffff;
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  background: center/cover no-repeat url(../../images/common/main-visual.png);
}
.header .main-visual-textbox img {
  height: 120px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
.header .sub-visual-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 14px 10px;
  background-color: #035397;
}
.header .fix-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 170px;
  width: 100%;
  z-index: 100;
}
.header .fix-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: center/cover no-repeat url(../../images/common/fix-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .fix-btn:hover {
  opacity: 0.8;
}
.header .fix-btn:hover::before {
  right: 12px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-check-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 210px;
  position: relative;
}
.top-check-flex::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 252px;
  height: 184px;
  background: center/contain no-repeat url(../../images/top/top-check-img.png);
}
.top-check-list {
  max-width: 338px;
  width: 100%;
}
.top-check-list:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-check-list-item {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-left: 75px;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
.top-check-list-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 338px;
  height: 33px;
  background: center/cover no-repeat url(../../images/top/top-check-deco.png);
}
.top-check-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.top-greeting {
  background: center/cover no-repeat url(../../images/top/top-greeting-bg.png);
}
.top-greeting-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 19px;
}
.top-greeting-text:last-of-type {
  margin-bottom: 30px;
}
.top-greeting-content {
  max-width: 896px;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
  text-align: center;
}
.top-greeting-content video {
  width: 100%;
  height: 100%;
  border: none;
}

.top-service {
  overflow: hidden;
}
.top-service-inner {
  padding-bottom: 70px;
}
.top-service-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.top-service-list-item {
  max-width: 340px;
  width: 100%;
  position: relative;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 70px;
}
.top-service-text-list {
  position: absolute;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 310px;
  width: 100%;
  padding: 24px 30px;
  background: center/cover no-repeat url(../../images/top/top-service-box-bg.png);
}
.top-service-text-list-item {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-service-text-list-item::before {
  content: "";
  width: 21px;
  height: 22px;
  margin-right: 14px;
  background: center/cover no-repeat url(../../images/top/top-service-check.png);
}
.top-service-text-list-item:not(:last-child) {
  margin-bottom: 19px;
}

.comparison {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #1a3873;
}
.comparison-inner .cmn-title {
  color: #fff;
}
.comparison-inner .cmn-title .border::before {
  background: center/cover no-repeat url(../../images/top/cmn-title-deco-2.png);
}
.comparison-inner .cmn-title .border::after {
  background: center/cover no-repeat url(../../images/top/cmn-title-deco-2.png);
}
.comparison-inner .cmn-title-flex::before {
  background-color: #fff;
}
.comparison-inner .cmn-title-flex::after {
  background-color: #fff;
}
.comparison-inner .cmn-title-en {
  color: #fff;
}
.comparison-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  padding-top: 5px;
}
.comparison-table {
  width: 1080px;
  height: 705px;
}
.comparison-line {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.comparison-line:first-of-type .comparison-box {
  height: 85px;
}
.comparison-line:first-of-type .comparison-box:first-of-type {
  position: relative;
  z-index: 1;
}
.comparison-line:first-of-type .comparison-box:first-of-type::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 319px;
  height: 703px;
  border: 5px solid #ffaa4c;
  z-index: -1;
}
.comparison-line:first-of-type .comparison-box:first-of-type .comparison-title {
  font-size: 2.4rem;
}
.comparison-line:not(:first-of-type) .comparison-box:first-of-type {
  width: 193px;
  background-color: #035397;
}
.comparison-box {
  width: 280px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
}
.comparison-box:not(:last-of-type) {
  margin-right: 2px;
}
.comparison-box.current {
  width: 310px;
  margin-left: 6px;
  margin-right: 7px;
}
.comparison-title {
  font-size: 2rem;
  line-height: 1;
}
.comparison-icon {
  margin-bottom: 17px;
}
.comparison-sub-title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.comparison-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.comparison-text .red {
  font-size: 2.6rem;
  font-weight: 700;
  color: #e04141;
}
.comparison-text .grey {
  font-size: 2.6rem;
  font-weight: 700;
  color: #808080;
}
.comparison-notice {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.top-flow-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.top-flow-list-item {
  padding: 25px 15px;
  background-color: #1a3873;
}
.top-flow-list-item:not(:last-of-type) {
  margin-bottom: 40px;
  position: relative;
}
.top-flow-list-item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 18px;
  background: center/cover no-repeat url(../../images/top/top-flow-arrow.png);
}
.top-flow-list-item:nth-child(2) .top-flow-list-title::before {
  background: center/contain no-repeat url(../../images/top/top-flow-no02.png);
}
.top-flow-list-item:nth-child(3) .top-flow-list-title::before {
  background: center/contain no-repeat url(../../images/top/top-flow-no03.png);
}
.top-flow-list-item:nth-child(4) .top-flow-list-title::before {
  background: center/contain no-repeat url(../../images/top/top-flow-no04.png);
}
.top-flow-list-item:nth-child(5) .top-flow-list-title::before {
  background: center/contain no-repeat url(../../images/top/top-flow-no05.png);
}
.top-flow-list-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-flow-list-title::before {
  content: "";
  width: 40px;
  height: 27px;
  margin-right: 14px;
  background: center/contain no-repeat url(../../images/top/top-flow-no01.png);
}
.top-flow-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.top-case {
  background: center/cover no-repeat url(../../images/top/top-case-bg.png);
}
.top-case-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-case-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.top-area {
  background: center/cover no-repeat url(../../images/top/top-area-bg.png);
}
.top-area-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-area-inner .cmn-title {
  text-align: left;
  position: relative;
}
.top-area-inner .cmn-title::before {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 0;
  width: 390px;
  height: 44px;
  background: center/cover no-repeat url(../../images/top/top-area-title-deco.png);
}
.top-area-inner .cmn-title-en {
  text-align: left;
}
.top-area-inner .cmn-title::after {
  display: none;
}
.top-area-img {
  margin-bottom: 20px;
}
.top-area-textbox {
  max-width: 470px;
  width: 100%;
}
.top-area-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
.top-area-text .accent {
  font-size: 1.8rem;
  color: #1a3873;
}

.reserve {
  margin-bottom: 50px;
  background-color: #1a3873;
}
.reserve-inner .cmn-title {
  color: #fff;
}
.reserve-inner .cmn-title .border::before {
  background: center/cover no-repeat url(../../images/top/cmn-title-deco-2.png);
}
.reserve-inner .cmn-title .border::after {
  background: center/cover no-repeat url(../../images/top/cmn-title-deco-2.png);
}
.reserve-inner .cmn-title-flex::before {
  background-color: #fff;
}
.reserve-inner .cmn-title-flex::after {
  background-color: #fff;
}
.reserve-inner .cmn-title-en {
  color: #fff;
}
.reserve-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #035397;
}
.reserve-content {
  max-width: 535px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-tel {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.reserve-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
.reserve-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
}

.news {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  background: center/cover no-repeat url(../../images/top/news-bg.png);
  border: 1px solid #035397;
  position: relative;
}
.news-en {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #035397;
  letter-spacing: 0.12em;
  z-index: 1;
}
.news-en::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 3px;
  background-color: #fff;
  z-index: -1;
}
.news-section-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 44px;
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.news-list-item {
  max-width: 340px;
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 14px;
  color: #1a3873;
  margin-bottom: 8px;
}
.news-accent-tag {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 4px 14px;
  margin-bottom: 8px;
  background-color: #035397;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #1a3873;
  border: 2px solid #1a3873;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #1a3873;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #1a3873;
  border-bottom: 1px solid #1a3873;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #1a3873;
  border-right: 1px solid #1a3873;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #1a3873 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.company-table {
  width: 100%;
}
.company-table tr th {
  width: 220px;
  text-align: center;
  line-height: 1;
  padding: 22px 0;
  border-bottom: 1px solid #035397;
  vertical-align: middle;
}
.company-table tr td {
  width: 860px;
  padding: 18px 0 18px 38px;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}

/*========================================
about
==========================================*/
.about-inner {
  max-width: 1180px;
}
.about-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 470px;
  width: 100%;
}
.about-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  color: #1a3873;
  margin-bottom: 28px;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
}

.strength {
  background: center/cover no-repeat url(../../images/about/strength-bg.png);
}
.strength-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-img-box {
  max-width: 540px;
  width: 100%;
  margin-bottom: 20px;
}
.strength-img:not(:last-of-type) {
  margin-bottom: 20px;
}
.strength-list {
  max-width: 460px;
  width: 100%;
}
.strength-list-item {
  width: 100%;
}
.strength-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.strength-list-item:nth-child(2) .strength-list-title::before {
  background: center/contain no-repeat url(../../images/about/strength-no02.png);
}
.strength-list-item:nth-child(3) .strength-list-title::before {
  background: center/contain no-repeat url(../../images/about/strength-no03.png);
}
.strength-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 10px;
  padding: 11px 20px 11px 40px;
  background-color: #1a3873;
  position: relative;
}
.strength-list-title::before {
  position: absolute;
  content: "";
  top: -13px;
  left: 3px;
  width: 40px;
  height: 25px;
  background: center/contain no-repeat url(../../images/about/strength-no01.png);
}
.strength-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

/*========================================
service
==========================================*/
.service-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.service-wrap:last-of-type .service-sub-content {
  max-width: none;
}
.service-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-img {
  margin-bottom: 20px;
}
.service-textbox {
  max-width: 470px;
  width: 100%;
}
.service-text {
  font-size: 1.6rem;
  line-height: 2;
}
.service-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.service-sub-content {
  max-width: 520px;
  width: 100%;
  padding: 20px 15px;
  background-color: #e5f2ff;
}
.service-sub-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #035397;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.service-sub-title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-color: #5089c6;
}
.service-sub-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 15px;
  background-color: #1a3873;
}
.service-sub-text {
  font-size: 1.6rem;
  line-height: 2;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-sub-text span:not(:last-of-type) {
  margin-right: 20px;
}

.case-list {
  max-width: 1080px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-list-item {
  max-width: 330px;
  width: 100%;
  margin-bottom: 30px;
}
.case-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.case-img {
  width: 100%;
  height: 330px;
  margin-bottom: 12px;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-title {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

/*========================================
info
==========================================*/
.info-inner {
  max-width: 1180px;
}
.info-table {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 5px;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  background-color: #035397;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  padding: 15px;
  vertical-align: middle;
}
.info-map {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #1a3873;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #1a3873;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #1a3873;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #1a3873;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #1a3873;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #1a3873;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #1a3873;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #1a3873;
  border-right: 1px solid #1a3873;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background-color: #1a3873;
}
.footer-inner {
  padding: 40px 0 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-left {
  max-width: 350px;
  width: 100%;
  text-align: center;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-tel {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-tel::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer-text:last-of-type {
  margin-bottom: 20px;
}
.footer-right {
  max-width: 435px;
  width: 100%;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item a {
  line-height: 1;
}
.footer-bottom {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #b3b3b3;
  letter-spacing: 0.04em;
  padding: 15px 0;
}
.footer-bottom a {
  line-height: 1;
}
.footer-nav {
  width: 100%;
  height: 267px;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(7)) {
  margin-bottom: 25px;
}
.footer-nav-list-item a {
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}