/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 0 30px;
  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: 861px;
  width: 100%;
}
@media (max-width: 1380px) {
  .header-content {
    max-width: 815px;
  }
}
.header .global-nav-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1380px) {
  .header .global-nav-list-item {
    font-size: 1.5rem;
  }
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 19px;
}
@media (max-width: 1380px) {
  .header .global-nav-list-item:not(:last-child) {
    margin-right: 14px;
  }
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "|";
  color: #727a82;
  margin-left: 19px;
}
@media (max-width: 1380px) {
  .header .global-nav-list-item:not(:last-child)::after {
    margin-left: 14px;
  }
}
.header .global-nav-list-item a {
  color: #3a4856;
  line-height: 1;
}
.header .global-nav-list-item a:hover {
  opacity: 0.8;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  background: center/cover no-repeat url(../../images/common/main-visual.png);
}
.header .main-visual-textbox {
  max-width: 1060px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 168px;
}
.header .sub-visual {
  width: 100%;
  height: 550px;
  padding-top: 110px;
  position: relative;
}
.header .sub-visual-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 1146px;
  width: 80%;
  height: 440px;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  max-width: 1300px;
  width: 95%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .side-btn {
  position: fixed;
  right: 30px;
  bottom: 115px;
  z-index: 1000;
}
.header .side-btn:hover {
  opacity: 0.6;
}
.header .pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 1000;
}
.header .pagetop:hover {
  opacity: 0.6;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-concept {
  overflow: hidden;
}
.top-concept-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding: 160px 0 100px 0;
  position: relative;
  z-index: 1;
}
.top-concept-inner::before {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 0;
  width: 1540px;
  height: 340px;
  background-color: #8cc0eb;
  border-radius: 0 0 300px 0;
  z-index: -1;
}
.top-concept-img {
  margin-right: -420px;
}
.top-concept-textbox {
  max-width: 525px;
  width: 100%;
}
.top-concept-title {
  margin-bottom: 122px;
}
.top-concept-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.36;
}

.top-about {
  overflow: hidden;
}
.top-about-inner {
  padding: 210px 0;
}
.top-about .cmn-title {
  text-align: left;
  margin-bottom: 0;
}
.top-about-textbox {
  max-width: 666px;
  width: 100%;
  padding: 35px 47px;
  background-color: #e6f4ff;
  border-radius: 30px;
}
.top-about-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.top-trouble {
  background: center/cover no-repeat url(../../images/top/top-trouble-bg.png);
}
.top-trouble-inner {
  padding: 130px 0 120px 0;
}
.top-trouble-list {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
  padding: 40px 69px;
  background-color: #fff;
  border-radius: 100px;
}
.top-trouble-list-item {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  -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-trouble-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/top-trouble-check.png);
}
.top-trouble-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.top-trouble-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.top-support {
  background-color: #e6f4ff;
  overflow: hidden;
}
.top-support-inner {
  padding: 138px 0 129px 0;
}
.top-support .cmn-title {
  text-align: left;
  margin-bottom: 40px;
}
.top-support-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top-support-list {
  width: 100%;
  min-height: 1290px;
  position: relative;
}
.top-support-list-item {
  position: absolute;
  top: 0;
  right: -100px;
  max-width: 615px;
  width: 100%;
  height: 615px;
}
.top-support-list-item a {
  width: 100%;
  height: 100%;
  padding: 88px 0 0 0;
  background: center/cover no-repeat url(../../images/top/top-support-box.png);
  border-radius: 50%;
  position: relative;
}
.top-support-list-item a::before {
  position: absolute;
  content: "";
  top: 19px;
  left: 29px;
  width: 140px;
  height: 140px;
  background: center/cover no-repeat url(../../images/top/top-support-btn.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-support-list-item a:hover {
  opacity: 0.8;
}
.top-support-list-item a:hover::before {
  left: 35px;
}
.top-support-list-item:nth-child(2) {
  top: 198px;
  left: -100px;
}
.top-support-list-item:nth-child(3) {
  top: auto;
  right: 0;
  bottom: 0;
}
.top-support-img {
  max-width: 441px;
  width: 100%;
  height: 209px;
  margin: 0 auto;
  margin-bottom: 28px;
  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;
}
.top-support-title {
  max-width: 405px;
  width: 100%;
  margin: 0 auto;
  height: 88px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 5px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background: center/cover no-repeat url(../../images/top/top-support-title-bg.png);
}
.top-support-sub-text {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.top-support-sub-img {
  text-align: center;
}

.top-feature-inner {
  padding: 154px 0 105px 0;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-feature .cmn-title {
  text-align: left;
  margin-bottom: 0;
}
.top-feature .cmn-btn {
  position: absolute;
  top: 354px;
  left: 0;
}
.top-feature-list {
  max-width: 570px;
  width: 100%;
  counter-reset: number 0;
}
.top-feature-list-item {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  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: 18px 30px;
  background-color: #e6f4ff;
  border-radius: 30px;
  position: relative;
}
.top-feature-list-item::before {
  content: "";
  font-size: 3rem;
  line-height: 1;
  color: #558bb3;
  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;
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 13px;
}
.top-feature-list-item:not(:last-child) {
  margin-bottom: 14px;
}

.case-inner {
  padding: 120px 0 140px 0;
  position: relative;
}
.case .cmn-title {
  text-align: left;
  margin-bottom: 64px;
}
.case .cmn-btn {
  position: absolute;
  top: 150px;
  right: 0;
}
.case-list-item {
  width: 100%;
  padding: 40px 40px 35px 40px;
  background-color: #e6f4ff;
  border: 1px solid #8cc0eb;
  outline: 9px solid #fff;
  outline-offset: -10px;
  border-radius: 30px;
}
.case-list-item:not(:last-child) {
  margin-bottom: 37px;
}
.case-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(58, 72, 86, 0.3);
}
.case-flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 10px;
}
.case-age {
  font-size: 2.4rem;
  font-weight: 500;
  color: #558bb3;
  line-height: 1;
}
.case-area {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #3a4856;
}
.case-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.case-body img {
  max-width: 100%;
}
.case-notice {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 35px;
}
.case-link {
  margin-bottom: 58px;
}
.case-link .cmn-btn {
  max-width: 320px;
  height: 65px;
}

#top .case-list-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#top .case-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-inner {
  padding: 163px 0;
}
.reserve-title {
  font-size: 6.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
}
.reserve-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-tel {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: 50px;
  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;
}
.reserve-tel::before {
  content: "";
  width: 24px;
  height: 43px;
  margin-right: 8px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve .cmn-btn {
  max-width: 380px;
  height: 80px;
  font-size: 2.3rem;
  font-weight: 700;
  border-radius: 40px;
}
.reserve .cmn-btn::before {
  content: "";
  width: 28px;
  height: 20px;
  margin-right: 18px;
  background: center/cover no-repeat url(../../images/top/reserve-mail-icon.png);
}

.cmn-banner-section-inner {
  padding: 140px 0;
}

.cmn-banner {
  width: 100%;
  height: 320px;
  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;
  padding: 20px 88px;
  background-color: #8cc0eb;
  border: 1px solid #8cc0eb;
  outline: 9px solid #fff;
  outline-offset: -10px;
  border-radius: 30px;
  position: relative;
}
.cmn-banner::before {
  position: absolute;
  content: "";
  right: 82px;
  bottom: 10px;
  width: 447px;
  height: 337px;
  background: center/contain no-repeat url(../../images/top/cmn-banner-img.png);
}
.cmn-banner::after {
  content: "";
  width: 76px;
  height: 76px;
  margin-left: 38px;
  background: center/cover no-repeat url(../../images/top/cmn-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cmn-banner:hover {
  opacity: 0.8;
}
.cmn-banner:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.cmn-banner .cmn-title {
  text-align: left;
  margin-bottom: 0;
}

.news {
  overflow: hidden;
  background: center/1920px 906px repeat url(../../images/top/news-bg.png);
  position: relative;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 81px;
  background: center/cover no-repeat url(../../images/top/news-bg-bottom.png);
}
.news-inner {
  padding: 130px 0 182px 0;
}
.news .cmn-title {
  text-align: left;
  margin-bottom: 64px;
}
.news .cmn-btn {
  position: absolute;
  top: 150px;
  right: 0;
}
.news-wrap {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.news-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1518px;
  height: 100%;
  border: 1px solid #8cc0eb;
  border-radius: 100px 0 0 100px;
  z-index: -10;
}
.news-textbox {
  padding: 63px 0 63px 70px;
  position: relative;
  z-index: 1;
}
.news-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1518px;
  height: 100%;
  background-color: #fff;
  border-radius: 100px 0 0 100px;
  z-index: -10;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item:not(:last-child) a {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(58, 72, 86, 0.3);
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
}
.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.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: 25px;
  margin-bottom: 5px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  margin-bottom: 5px;
  background-color: #3a4856;
  border-radius: 12px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.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: #558bb3;
  border: 2px solid #558bb3;
}
.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: #558bb3;
}
.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 #558bb3;
  border-bottom: 1px solid #558bb3;
}
.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 #558bb3;
  border-right: 1px solid #558bb3;
}
.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: #558bb3 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#case .cmn-btn {
  position: relative;
  top: 0;
  right: 0;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
}
.about-inner {
  padding: 120px 0 123px 0;
}
.about .cmn-title {
  text-align: left;
  margin-bottom: 43px;
}
.about-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.about-content {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.about-img {
  position: absolute;
  right: -420px;
  top: 0;
  max-width: 908px;
  width: 100%;
  z-index: 2;
}
.about-textbox {
  max-width: 520px;
  width: 100%;
  margin-top: 35px;
}
.about-name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  margin-bottom: 49px;
  border-bottom: 1px solid rgba(58, 72, 86, 0.3);
}
.about-sub-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.222;
  padding: 63px 0 128px 0;
  position: relative;
  z-index: 1;
}
.about-sub-text::before {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 0;
  width: 1540px;
  height: 100%;
  background-color: #8cc0eb;
  border-radius: 0 0 300px 0;
  z-index: -1;
}

.feature-inner {
  padding: 160px 0 60px 0;
}
.feature-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 46px;
}
.feature-content {
  padding: 50px 55px;
  background-color: #e6f4ff;
  border-radius: 100px;
}
.feature-list {
  max-width: 490px;
  width: 100%;
}
.feature-list-item {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  -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;
}
.feature-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../../images/top/top-trouble-check.png);
}
.feature-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.feature-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #558bb3;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 34px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 30px;
}

.reason-inner {
  padding-bottom: 155px;
}
.reason-list {
  width: 100%;
  counter-reset: number 0;
}
.reason-list-title {
  max-width: 570px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 18px 30px;
  margin-bottom: 18px;
  background-color: #e6f4ff;
  border-radius: 30px;
  position: relative;
}
.reason-list-title::before {
  content: "";
  font-size: 3rem;
  line-height: 1;
  color: #558bb3;
  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;
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 13px;
}
.reason-list-item:not(:last-child) {
  margin-bottom: 68px;
}
.reason-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.area {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  background-color: #8cc0eb;
  border-radius: 254px;
}
.area-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
.area-inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 517px;
  height: 449px;
  background: center/cover no-repeat url(../../images/about/area-img.png);
  z-index: -1;
}
.area-textbox {
  max-width: 523px;
  width: 100%;
}
.area-textbox .cmn-sub-title {
  margin-left: 0;
  text-align: left;
}
.area-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.info-inner {
  padding: 160px 0 139px 0;
}
.info .cmn-sub-title {
  margin-left: 0;
}
.info-table tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(58, 72, 86, 0.5);
}
.info-table tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(58, 72, 86, 0.3);
}
.info-table tr th {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 23px 0;
  line-height: 1;
  vertical-align: middle;
}
.info-table tr td {
  width: 470px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 19px 0 19px 24px;
}
.info-map {
  max-width: 434px;
  width: 100%;
  height: 531px;
  border-radius: 60px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.link-banner {
  overflow: hidden;
  background: center/1920px 906px repeat url(../../images/top/news-bg.png);
  position: relative;
}
.link-banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 81px;
  background: center/cover no-repeat url(../../images/top/news-bg-bottom.png);
}
.link-banner-inner {
  max-width: 1280px;
  padding: 130px 0 210px 0;
}
.link-banner .cmn-title {
  text-align: left;
  margin-bottom: 0;
}
.link-banner-list-item {
  max-width: 580px;
  width: 100%;
  height: 355px;
  padding: 10px;
  border: 1px solid #8cc0eb;
  border-radius: 100px;
}
.link-banner-list-item a {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 55px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 76px;
  height: 76px;
  background: center/cover no-repeat url(../../images/about/link-banner-arrow.png);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.link-banner-list-item a:hover::before {
  right: 55px;
}

/*========================================
support
==========================================*/
#support .top-support {
  background-color: #fff;
  position: relative;
}
#support .top-support::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 81px;
  background: center/cover no-repeat url(../../images/support/support-bg-bottom.png);
}
#support .top-support-list {
  min-height: 1090px;
}
#support .top-support .top-support-list-item {
  max-width: 516px;
  width: 100%;
  height: 516px;
  left: 0;
}
#support .top-support .top-support-list-item:nth-child(1) {
  left: auto;
  right: 0;
}
#support .top-support .top-support-list-item:nth-child(3) {
  left: auto;
  right: 0;
}
#support .top-support .top-support-list-item a {
  padding-top: 142px;
}
#support .top-support-title {
  margin-bottom: 21px;
}
#support .cmn-banner {
  margin-top: 116px;
}
#support .cmn-banner::before {
  width: 411px;
  height: 338px;
  background: center/contain no-repeat url(../../images/support/cmn-banner-img.png);
}

.support {
  background-color: #e6f4ff;
}
.support-inner {
  padding: 138px 0;
}
.support-content {
  margin-bottom: 67px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.support-left {
  max-width: 500px;
  width: 100%;
}
.support-left .top-support-title {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 48px;
}
.support-textbox {
  max-width: 553px;
  width: 100%;
  min-height: 222px;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 20px 45px;
  background-color: #fff;
  border-radius: 100px;
}
.support-wrap:not(:last-of-type) {
  margin-bottom: 100px;
}
.support-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #558bb3;
  border-radius: 43px;
  position: relative;
}
.support-title::before {
  position: absolute;
  content: "";
  bottom: -164px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 114px;
  height: 66px;
  background: center/cover no-repeat url(../../images/support/support-arrow.png);
}
.support-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 138px;
}
.support-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.support-sub-content {
  max-width: 520px;
  width: 100%;
}
.support-sub-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #558bb3;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 43px;
  border: 1px solid #558bb3;
}
.support-text-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 49px 0 49px;
}
.support-text-list-item {
  width: 50%;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  -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;
}
.support-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  width: 27px;
  height: 27px;
  background: center/cover no-repeat url(../../images/support/support-check.png);
}
.support-text-list-item:not(:last-child) {
  margin-bottom: 19px;
}
.support-sub-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
.support-notice {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 19px;
  line-height: 1;
  text-align: center;
}

/*========================================
question
==========================================*/
.question-inner {
  padding: 120px 0;
}
.question .cmn-title {
  text-align: left;
  margin-bottom: 43px;
}
.question-wrap {
  padding: 10px;
  background-color: #e6f4ff;
  border-radius: 30px;
}
.question-list {
  padding: 60px;
  background-color: #fff;
  border-radius: 30px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 34px;
}
.question-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 27px 23px;
  background-color: #e6f4ff;
  border-radius: 30px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 36px;
  margin-right: 45px;
  background: center/contain no-repeat url(../../images/question/Q.png);
}
.question-textbox {
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 28px;
  height: 30px;
  margin-top: -5px;
  margin-right: 45px;
  background: center/cover no-repeat url(../../images/question/A.png);
}
.question-body {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
contact
==========================================*/
.how {
  overflow: hidden;
  position: relative;
}
.how::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 81px;
  background: center/cover no-repeat url(../../images/support/support-bg-bottom.png);
}
.how-inner {
  padding: 120px 0 210px 0;
}
.how .cmn-title {
  text-align: left;
  margin-bottom: 43px;
}
.how-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.how-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-textbox {
  padding: 40px;
  background-color: #dcedfb;
  border-radius: 100px;
}
.how-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #3a4856;
}
.how-table tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(58, 72, 86, 0.3);
}
.how-table tr th {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 23px 0;
  line-height: 1;
  vertical-align: middle;
}
.how-table tr td {
  width: 370px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 19px 0 19px 24px;
}

.contact {
  background-color: #e6f4ff;
}
.contact .cmn-title {
  text-align: left;
  margin-bottom: 43px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #558bb3;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #558bb3;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #558bb3;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #558bb3;
  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 #558bb3;
}
.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 #558bb3;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #558bb3;
  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 #558bb3;
  border-right: 1px solid #558bb3;
  -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: #8cc0eb;
}
.footer-inner {
  padding: 75px 0 88px 0;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 550px;
  width: 100%;
}
.footer-textbox {
  padding: 40px;
  background-color: #dcedfb;
  margin-bottom: 40px;
  border-radius: 32.5px;
}
.footer-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #3a4856;
}
.footer-table tr:not(:last-of-type) td {
  border-bottom: 1px solid rgba(58, 72, 86, 0.3);
}
.footer-table tr th {
  width: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 23px 0;
  line-height: 1;
  vertical-align: middle;
}
.footer-table tr td {
  width: 370px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 19px 0 19px 24px;
}
.footer-map {
  display: inline-block;
  margin-left: 23px;
}
.footer-map:hover {
  opacity: 0.8;
}
.footer-sub-nav-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-nav-list-item {
  line-height: 1;
}
.footer-sub-nav-list-item:not(:last-child) {
  margin-right: 30px;
}
.footer-sub-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.footer-sub-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 422px;
  width: 100%;
}
.footer-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 55px;
}
.footer-nav-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 59px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-bottom {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.1em;
}