/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  padding: 0 30px 0 50px;
  background-color: #ffffff;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 755px;
  width: 100%;
}
.header-flex {
  margin-bottom: 14px;
}
.header-textbox {
  max-width: 545px;
  width: 100%;
}
.header-info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 7px;
}
.header-text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.header-text:not(:last-of-type) {
  margin-right: 19px;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding: 3px 7px;
  color: #fff;
  margin-right: 10px;
  background-color: #135db0;
  border-radius: 4px;
}
.header-tel {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  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;
}
.header-tel::before {
  content: "";
  width: 33px;
  height: 19px;
  margin-right: 6px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon01.png);
}
.header-tel:nth-of-type(2)::before {
  width: 18px;
  height: 18px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon02.png);
}
.header-tel-txt {
  margin-left: 6px;
}
.header-tel-txt img {
  display: block;
}
.header-contact:hover {
  opacity: 0.7;
}
.header .global-nav {
  padding: 10px 22px;
  background-color: #e5f2ff;
  border-radius: 6px;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  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;
}
.header .global-nav-list-item a::before {
  content: "";
  width: 9px;
  height: 10px;
  margin-right: 4px;
  background: center/cover no-repeat url(../../images/common/nav-arrow.png);
}
.header .global-nav-list-item a:hover {
  color: #135db0;
}
.header .global-nav-list-item a.current {
  color: #135db0;
}
.header .main-visual {
  width: 100%;
  height: 800px;
  margin-top: 130px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
}
.header .main-visual-textbox {
  width: 100%;
  height: 100%;
  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;
}
.header .sub-visual {
  width: 100%;
  height: 410px;
  margin-top: 130px;
}
.header .sub-visual-textbox {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-worry {
  background: center bottom/cover no-repeat url(../images/top/top-worry-bg.png);
  position: relative;
  z-index: 2;
}
.top-worry-inner {
  padding: 90px 0 150px 0;
  position: relative;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  top: 76px;
  right: 126px;
  width: 225px;
  height: 146px;
  background: center/cover no-repeat url(../images/top/top-worry-illust.png);
}
.top-worry-title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #003773;
  position: relative;
}
.top-worry-title::before {
  position: absolute;
  content: "";
  top: -27px;
  left: -28px;
  width: 36px;
  height: 33px;
  background: center/cover no-repeat url(../images/top/top-worry-title-deco.png);
}
.top-worry-list-item {
  max-width: 530px;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  -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;
  padding: 16px 29px;
  background-color: #fff;
  border-radius: 10px;
}
.top-worry-list-item .accent {
  padding: 0 2px 2px 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #c5eafa));
  background: -webkit-linear-gradient(transparent 60%, #c5eafa 30%);
  background: linear-gradient(transparent 60%, #c5eafa 30%);
}
.top-worry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/top-worry-check.png);
}
.top-about {
  margin-top: -50px;
  overflow: hidden;
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-bg-t.png);
}
.top-about-inner {
  padding: 137px 0 102px 0;
  position: relative;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 198px;
  left: -272px;
  width: 421px;
  height: 393px;
  background: center/cover no-repeat url(../images/top/top-about-img01.png);
}
.top-about-inner::after {
  position: absolute;
  content: "";
  top: 144px;
  right: -345px;
  width: 430px;
  height: 324px;
  background: center/cover no-repeat url(../images/top/top-about-img02.png);
}
.top-about-sub-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.top-about-sub-title::before {
  position: absolute;
  content: "";
  top: -81px;
  right: -111px;
  width: 132px;
  height: 143px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
}
.top-about-textbox {
  margin-bottom: 50px;
  position: relative;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  right: -170px;
  bottom: -90px;
  width: 376px;
  height: 241px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r-b.png);
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 22px;
}
.top-works {
  background-color: #e5f2ff;
}
.top-works-inner {
  padding-bottom: 80px;
  position: relative;
}
.top-works-inner::before {
  position: absolute;
  content: "";
  top: 88px;
  left: 84px;
  width: 220px;
  height: 117px;
  background: center/cover no-repeat url(../images/top/top-works-illsut.png);
}
.top-works-inner .cmn-title {
  margin-bottom: 0;
}
.top-works-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -25px;
  margin-bottom: 55px;
}
.top-works-textbox {
  max-width: 533px;
  width: 100%;
  min-height: 268px;
  padding: 65px 0 0 0;
  margin-left: 75px;
  text-align: center;
  background: center/cover no-repeat url(../images/top/top-works-box01.png);
  position: relative;
}
.top-works-textbox::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 108px;
  width: 67px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/top-works-no01.png);
}
.top-works-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #003773;
  margin-bottom: 27px;
}
.top-works-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.top-works-list {
  margin-bottom: 40px;
}
.top-works-list-item {
  max-width: 340px;
  width: 100%;
  min-height: 99px;
  margin-bottom: 33px;
  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;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  color: #003773;
  letter-spacing: 0.08em;
  background: center/cover no-repeat url(../images/top/top-works-box02.png);
  position: relative;
}
.top-works-list-item::before {
  position: absolute;
  content: "";
  top: -24px;
  left: 10px;
  width: 55px;
  height: 57px;
  background: center/cover no-repeat url(../images/top/top-works-no02.png);
}
.top-works-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/top/top-works-no03.png);
}
.top-works-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/top/top-works-no04.png);
}
.top-works-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../images/top/top-works-no05.png);
}
.top-works-list-item:nth-child(5)::before {
  background: center/cover no-repeat url(../images/top/top-works-no06.png);
}
.top-works-list-item:nth-child(6)::before {
  background: center/cover no-repeat url(../images/top/top-works-no07.png);
}

.top-type {
  overflow: hidden;
  position: relative;
}
.top-type::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: center/cover no-repeat url(../images/top/type-bg-top.png);
}
.top-type-inner {
  padding-top: 130px;
  position: relative;
}
.top-type-inner::before {
  position: absolute;
  content: "";
  left: 100px;
  bottom: 37px;
  width: 219px;
  height: 138px;
  background: center/cover no-repeat url(../images/top/type-illust.png);
}
.top-type-list {
  margin-bottom: 20px;
}
.top-type-list-item {
  margin-bottom: 40px;
}

.link-banner {
  overflow: hidden;
  background-color: #e5f2ff;
  position: relative;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-top.png);
}
.link-banner-inner {
  padding: 150px 0 130px 0;
}
.link-banner-list-item {
  max-width: 330px;
  width: 100%;
  height: 330px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-title::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.link-banner-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -17px;
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #003773;
  background-color: #fff;
  border: 2px solid #115fb3;
  border-radius: 25px;
}
.link-banner-title::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 64px;
  right: 68px;
  width: 196px;
  height: 161px;
  background: center/cover no-repeat url(../images/top/reserve-illust01.png);
  z-index: -1;
}
.reserve-content::after {
  position: absolute;
  content: "";
  left: 138px;
  bottom: 84px;
  width: 162px;
  height: 132px;
  background: center/cover no-repeat url(../images/top/reserve-illust02.png);
  z-index: -1;
}
.reserve-content .cmn-title {
  margin-bottom: 30px;
}
.reserve-title {
  text-align: center;
  margin-bottom: 19px;
}
.reserve-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.reserve-sub-text:not(:last-of-type) {
  margin-bottom: 12px;
}
.reserve-sub-text:nth-of-type(2) {
  margin-bottom: 35px;
}
.reserve-textbox {
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 19px;
}
.reserve-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}
.reserve-text {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-text:not(:last-of-type) {
  margin-bottom: 9px;
}
.reserve-text .accent {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding: 3px 7px;
  color: #fff;
  margin-right: 10px;
  background-color: #135db0;
  border-radius: 4px;
}
.reserve-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}
.reserve-tel {
  max-width: 210px;
  width: 100%;
  height: 64px;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #003773;
}
.reserve-tel::before {
  content: "";
  width: 33px;
  height: 19px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/common/header-tel-icon01.png);
}
.reserve-tel:nth-of-type(2) {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #fff;
  margin-left: 20px;
  background-color: #003773;
}
.reserve-tel:nth-of-type(2)::before {
  width: 18px;
  height: 18px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 5px;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-contact {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reserve-contact:hover {
  opacity: 0.7;
}

.news {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-inner {
  position: relative;
}
.news-list {
  width: 100%;
  -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;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 340px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:last-child) {
  margin-right: 30px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #003773;
  letter-spacing: 0.02em;
  margin-right: 15px;
  margin-bottom: 10px;
}
.news-visual {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-title {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-accent {
  width: 100%;
  -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: 5px;
}
.news-accent-tag {
  min-width: 100px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 10px;
  padding: 4px 15px;
  background-color: #115fb3;
  border-radius: 12px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-tag-list {
  max-width: 350px;
  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: #115fb3;
  border: 2px solid #115fb3;
}
.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: #115fb3;
}
.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: 30px;
}
.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-title {
  font-size: 2.5rem;
  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 #115fb3;
  border-bottom: 1px solid #115fb3;
}
.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;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #115fb3;
  border-right: 1px solid #115fb3;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #115fb3 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
guide
==========================================*/
.reason {
  margin-top: -40px;
  background: center/cover no-repeat url(../images/guide/reason-bg.png);
}
.reason-inner {
  padding-top: 130px;
  padding-bottom: 60px;
}
.reason-list-item {
  max-width: 514px;
  width: 100%;
  min-height: 258px;
  padding: 75px 0 0 0;
  margin-bottom: 46px;
  text-align: center;
  background: center/cover no-repeat url(../images/guide/reason-box.png);
  position: relative;
}
.reason-list-item::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 59px;
  width: 67px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/top-works-no01.png);
}
.reason-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/guide/reason-no02.png);
}
.reason-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/guide/reason-no03.png);
}
.reason-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../images/guide/reason-no04.png);
}
.reason-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #003773;
  margin-bottom: 27px;
}
.reason-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.greeting {
  overflow: hidden;
  text-align: center;
}
.greeting-inner {
  position: relative;
  z-index: 1;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 344px;
  left: -90px;
  width: 240px;
  height: 197px;
  background: center/cover no-repeat url(../images/guide/greeting-bg-l.png);
}
.greeting-inner::after {
  position: absolute;
  content: "";
  top: 112px;
  right: -100px;
  width: 290px;
  height: 614px;
  background: center/cover no-repeat url(../images/guide/greeting-bg-r.png);
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 32px;
}
.greeting-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  color: #003773;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.greeting-name .accent {
  font-size: 3rem;
}

/*========================================
business
==========================================*/
.business-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.business-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.business-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.business-textbox {
  max-width: 520px;
  width: 100%;
}
.business-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 17px 0;
  margin-bottom: 20px;
  background-color: #115fb3;
  border-radius: 10px;
}
.business-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
}
.business-list {
  margin-top: 80px;
  margin-bottom: 122px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.business-list-item {
  max-width: 340px;
  width: 100%;
  min-height: 258px;
  background-color: #e5f2ff;
  border-radius: 10px;
}
.business-list-item .business-text {
  padding: 22px 20px;
}
.business-list-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 18px 0;
  text-align: center;
  background-color: #115fb3;
  border-radius: 10px 10px 0 0;
}
.business-sub-content {
  padding: 62px 133px;
  background-color: #e5f2ff;
  position: relative;
  border-radius: 10px;
}
.business-sub-content::before {
  position: absolute;
  content: "";
  right: 35px;
  bottom: 36px;
  width: 330px;
  height: 209px;
  background: center/cover no-repeat url(../images/business/business-illust.png);
}
.business-sub-content-title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 240px;
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 16px 0;
  background-color: #115fb3;
  border-radius: 10px;
}
.business-sub-content-title::before {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34px;
  height: 17px;
  background: center/cover no-repeat url(../images/business/business-arrow.png);
}
.business-text-list-item {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 2px dashed #cccccc;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.business-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/business/business-check.png);
}
.business-text-list-item:not(:last-child) {
  margin-bottom: 20px;
}

/*========================================
about
==========================================*/
#about .top-type::before {
  display: none;
}
#about .top-type-inner::before {
  top: 85px;
  right: 160px;
  left: auto;
  bottom: auto;
}

.about {
  overflow: hidden;
  background-color: #e5f2ff;
  position: relative;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-top.png);
}
.about-inner {
  padding: 150px 0 130px 0;
}
.about-text {
  line-height: 1.87;
  text-align: center;
  margin-bottom: 45px;
}
.about-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.about-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 16px 0;
  background-color: #115fb3;
  margin-bottom: 30px;
  border-radius: 10px;
}
.about-img {
  margin-bottom: 21px;
}
.about-sub-content {
  padding-bottom: 18px;
  border-bottom: 2px dashed #98caff;
}
.about-sub-text {
  min-height: 48px;
}

.flow {
  overflow: hidden;
  position: relative;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: center/cover no-repeat url(../images/top/type-bg-top.png);
}
.flow-inner {
  padding-top: 130px;
  position: relative;
  z-index: 1;
}
.flow-inner::before {
  position: absolute;
  content: "";
  top: 177px;
  left: -222px;
  width: 240px;
  height: 264px;
  background: center/cover no-repeat url(../images/about/flow-bg-l-t.png);
  z-index: -1;
}
.flow-inner::after {
  position: absolute;
  content: "";
  top: 303px;
  right: -95px;
  width: 336px;
  height: 1160px;
  background: center/cover no-repeat url(../images/about/flow-bg-r.png);
  z-index: -1;
}
.flow-inner .cmn-title {
  position: relative;
}
.flow-inner .cmn-title::before {
  position: absolute;
  content: "";
  right: 155px;
  bottom: -27px;
  width: 220px;
  height: 117px;
  background: center/cover no-repeat url(../images/about/flow-illust.png);
}
.flow-list {
  position: relative;
  z-index: 1;
}
.flow-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 67px;
  width: 2px;
  height: 98%;
  border-left: 2px dashed #115fb3;
  z-index: -1;
}
.flow-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flow-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 136px;
  height: 136px;
  margin-right: 50px;
  background: center/cover no-repeat url(../images/about/flow-no01.png);
}
.flow-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/about/flow-no02.png);
}
.flow-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/about/flow-no03.png);
}
.flow-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../images/about/flow-no04.png);
}
.flow-list-item:nth-child(5)::before {
  background: center/cover no-repeat url(../images/about/flow-no05.png);
}
.flow-list-item:nth-child(6)::before {
  background: center/cover no-repeat url(../images/about/flow-no06.png);
}
.flow-list-item:nth-child(7)::before {
  background: center/cover no-repeat url(../images/about/flow-no07.png);
}
.flow-list-item:nth-child(8)::before {
  background: center/cover no-repeat url(../images/about/flow-no08.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-list-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  color: #115fb3;
}
.flow-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 500;
}

/*========================================
case
==========================================*/
.case-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.case-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 16px 0;
  background-color: #115fb3;
  margin-bottom: 30px;
  border-radius: 10px;
}
.case-list {
  margin-bottom: 40px;
}
.case-list-item {
  max-width: 520px;
  width: 100%;
}
.case-list-item:nth-child(2) {
  position: relative;
}
.case-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 45px;
  background: center/cover no-repeat url(../images/case/case-arrow.png);
}
.case-list-item:nth-child(2) .case-list-title {
  color: #ff8019;
}
.case-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  color: #115fb3;
  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;
}
.case-list-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  margin-left: 9px;
  border-bottom: 2px dashed #98caff;
}
.case-sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  color: #115fb3;
  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;
}
.case-sub-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  margin-left: 9px;
  border-bottom: 2px dashed #98caff;
}

/*========================================
voice
==========================================*/
.voice-content {
  padding: 40px 60px;
  background-color: #e5f2ff;
  border-radius: 10px;
}
.voice-content:not(:last-of-type) {
  margin-bottom: 20px;
}
.voice-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #115fb3;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.voice-title .accent {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  margin-right: 18px;
  background-color: #115fb3;
  border-radius: 10px;
}
.voice-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

/*========================================
info
==========================================*/
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 3px;
}
.info-table tr th {
  width: 450px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 22px 10px;
  text-align: center;
  background-color: #115fb3;
}
.info-table tr td {
  width: 630px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 18px 40px;
  background-color: #e5f2ff;
}

.access {
  overflow: hidden;
  background-color: #e5f2ff;
  position: relative;
}
.access::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 55px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-top.png);
}
.access-inner {
  padding-top: 190px;
}
.access-text {
  text-align: center;
  margin-bottom: 35px;
}
.access-map {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.access-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: #115fb3;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #115fb3;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #115fb3;
}

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

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #115fb3;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #115fb3;
  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 #115fb3;
  border-right: 1px solid #115fb3;
  -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
==========================================*/
.footer {
  background-color: #003773;
}
.footer-inner {
  padding: 50px 0 64px 0;
}
.footer-logo {
  margin-bottom: 55px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 460px;
  width: 100%;
}
.footer-link {
  max-width: 395px;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.footer-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 8px;
}
.footer-tel {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #222222;
  letter-spacing: 0.02em;
  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;
}
.footer-tel::before {
  content: "";
  width: 33px;
  height: 19px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/common/header-tel-icon01.png);
}
.footer-tel:nth-of-type(2)::before {
  width: 18px;
  height: 18px;
  background: center/cover no-repeat url(../images/common/header-tel-icon02.png);
}
.footer-nav {
  max-width: 420px;
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  height: 270px;
  -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(6)) {
  margin-bottom: 33px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  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;
}
.footer-nav-list-item a::before {
  content: "";
  width: 9px;
  height: 10px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav-list-item a:hover {
  opacity: 0.8;
}
.footer-nav-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.footer-bottom {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  padding-bottom: 24px;
}