/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-en-top {
  width: 100%;
  height: 85px;
  padding: 0 15px;
  background-color: #fff;
}
.header-en-logo a {
  max-width: 170px;
  width: 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;
}
.header-en-logo a:hover {
  opacity: 0.7;
}
.header-en-content {
  max-width: 570px;
  width: 100%;
}
.header-en-tel {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3rem;
  font-weight: 700;
  color: #151e12 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
  position: relative;
}
.header-en-tel::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/common/header-en-tel-icon.png);
}
.header-en-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  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;
}
.header-en-text:not(:last-of-type) {
  margin-right: 26px;
}
.header-en-text .accent {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#004c80));
  background: -webkit-linear-gradient(left, #0096c9, #004c80);
  background: linear-gradient(to right, #0096c9, #004c80);
}
.header-btn:not(:last-of-type) {
  margin-right: 20px;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.header-logo a {
  max-width: 180px;
  width: 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;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 670px;
  width: 100%;
}
.header-textbox {
  max-width: 320px;
  width: 100%;
  padding: 12px 17px 20px 24px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  position: relative;
}
.header-text {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#004c80));
  background: -webkit-linear-gradient(left, #0096c9, #004c80);
  background: linear-gradient(to right, #0096c9, #004c80);
}
.header-text .bg {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px;
  background-color: #fff;
}
.header-tel {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3.4rem;
  font-weight: 700;
  color: #474554 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/common/header-en-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  bottom: -14px;
}
.header-tel-txt img {
  display: block;
}
.header-line:hover {
  opacity: 0.7;
}
.header .global-nav {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 55px;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
          box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item {
  max-width: 160px;
  width: 100%;
  height: 60px;
  position: relative;
}
.header .global-nav-list-item:not(:last-child) {
  border-right: 1px solid #c9cdd6;
}
.header .global-nav-list-item:nth-child(2) a::before {
  width: 22px;
  height: 31px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) a::before {
  width: 28px;
  height: 29px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 36px;
  height: 21px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  width: 23px;
  height: 25px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item:nth-child(6) a::before {
  width: 29px;
  height: 21px;
  background: center/cover no-repeat url(../images/common/nav-icon06.png);
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon01.png);
}
.header .global-nav-list-item a:hover {
  color: #004c80;
}
.header .global-nav-list-item a.current {
  color: #004c80;
}
.header .en-visual {
  max-width: 1920px;
  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: 0 10px;
}
.header .en-visual-main {
  max-width: 930px;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.header .en-visual-main 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.header .en-visual-main a:hover {
  opacity: 0.8;
}
.header .en-visual-main a:hover .en-visual-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header .en-visual-main .en-visual-title {
  max-width: 85%;
}
.header .en-visual-list {
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .en-visual-list-item {
  width: 100%;
  height: 250px;
}
.header .en-visual-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.header .en-visual-list-item a {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.header .en-visual-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .en-visual-list-item a:hover .en-visual-btn::before {
  right: 3px;
}
.header .en-visual-list-item .en-visual-title {
  width: 75%;
}
.header .en-visual-title {
  max-width: 90%;
  text-align: center;
}
.header .en-visual-title img {
  max-height: 180px;
}
.header .en-visual-sub-title {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 43px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#004c80));
  background: -webkit-linear-gradient(left, #0096c9, #004c80);
  background: linear-gradient(to right, #0096c9, #004c80);
  background: -webkit-linear-gradient(to right, #0096c9, #004c80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .en-visual-btn {
  max-width: 200px;
  width: 100%;
  height: 45px;
  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-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#f6a901), to(#ea5803));
  background: -webkit-linear-gradient(left, #f6a901, #ea5803);
  background: linear-gradient(to right, #f6a901, #ea5803);
  border-radius: 5px;
  position: relative;
}
.header .en-visual-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../images/common/en-arrow02.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 85px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  max-width: 1620px;
  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;
  padding-top: 20px;
}
.header .main-visual-textbox img {
  height: 305px;
}
.header .sub-visual {
  width: 100%;
  height: 280px;
  margin-top: 85px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: center top/cover no-repeat url(../images/about/sub-visual-bottom.png);
  z-index: -1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: 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;
}
.header .sub-visual-title img {
  height: 210px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.worry {
  background: center/cover no-repeat url(../images/top/worry-bg.png);
  position: relative;
  z-index: 3;
}
.worry-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.worry-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 350px;
  height: 246px;
  background: center/contain no-repeat url(../images/top/worry-main-img.png);
  z-index: -1;
}
.worry-list-item {
  max-width: 276px;
  width: 100%;
  min-height: 310px;
  padding-top: 155px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
          box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
.worry-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.worry-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
}
.worry-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.worry-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
}
.worry-check {
  font-size: 1.5rem;
  line-height: 1.1;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0 8px;
}
.worry-check::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/top/worry-check.png);
}
.worry-check:not(:last-of-type) {
  margin-bottom: 8px;
}

.top-about {
  overflow: hidden;
  background: left -100px top/690px 500px no-repeat url(../images/personal/rank-bg-l-t.png), right -100px bottom/690px 500px no-repeat url(../images/personal/rank-bg-r-b.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner .cmn-title .bg {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 13px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  border-radius: 10px;
}
.top-about-inner .cmn-title .ruby {
  display: inline-block;
  margin-top: 15px;
  -webkit-text-fill-color: #005e9e;
  position: relative;
}
.top-about-inner .cmn-title .ruby::before {
  position: absolute;
  content: "";
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95px;
  height: 16px;
  background: center/contain no-repeat url(../images/top/top-about-ruby.png);
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.top-about-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -51px;
  left: -32px;
  width: 135px;
  height: 159px;
  background: center/contain no-repeat url(../images/top/top-about-img-deco.png);
  z-index: -1;
}
.top-about-img::after {
  position: absolute;
  content: "";
  left: -29px;
  bottom: -16px;
  width: 376px;
  height: 94px;
  background: center/contain no-repeat url(../images/top/top-about-en.png);
}
.top-about-textbox {
  max-width: 520px;
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2;
}
.top-about-sub-content {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  -webkit-box-shadow: 10px 10px 0 0 #001d55;
          box-shadow: 10px 10px 0 0 #001d55;
  border-radius: 10px;
}
.top-about-sub-img {
  margin-bottom: 20px;
}
.top-about-sub-textbox {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
.top-about-sub-title {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.top-about-sub-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.top-about-sub-text:first-of-type {
  margin-bottom: 20px;
}
.top-about-sub-text:nth-of-type(2) {
  margin-bottom: 15px;
}

.area {
  overflow: hidden;
  background-color: #f2f5f7;
  position: relative;
  z-index: 1;
}
.area::before {
  position: absolute;
  content: "";
  top: -19px;
  right: 28px;
  width: 320px;
  height: 321px;
  background: center/cover no-repeat url(../images/top/area-bg.png);
  z-index: -1;
}
.area-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.area-img {
  width: 80%;
  margin-bottom: 20px;
}
.area-textbox {
  max-width: 364px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.area-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 446px;
  height: 378px;
  background: center/contain no-repeat url(../images/top/area-box-bg.png);
  z-index: -1;
}
.area-textbox .cmn-title {
  text-align: left;
}
.area-textbox .cmn-title .gradation {
  margin-left: 0;
}
.area-name {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 20px 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  border-radius: 10px;
}

.top-service {
  overflow: hidden;
  background-color: #f2f5f7;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: -77px;
  left: 50px;
  width: 320px;
  height: 321px;
  background: center/contain no-repeat url(../images/top/top-service-bg-deco.png);
  z-index: -1;
}
.top-service::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-service-bg-bottom.png);
  z-index: -1;
}
.top-service-content {
  padding: 25px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  -webkit-box-shadow: 10px 10px 0 0 #001d55;
          box-shadow: 10px 10px 0 0 #001d55;
  border-radius: 10px;
  position: relative;
}
.top-service-content::before {
  position: absolute;
  content: "";
  left: -59px;
  bottom: -52px;
  width: 179px;
  height: 110px;
  background: center/contain no-repeat url(../images/top/top-service-deco-l-b.png);
}
.top-service-content::after {
  position: absolute;
  content: "";
  top: -45px;
  right: -118px;
  width: 215px;
  height: 218px;
  background: center/contain no-repeat url(../images/top/top-service-deco-r-t.png);
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-list-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  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;
}
.top-service-list-item::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-top: 9px;
  background: center/contain no-repeat url(../images/top/top-service-line.png);
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 8px;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/link-banner-bg-top.png);
  z-index: -1;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
  height: 350px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/top/link-banner-img02.png);
}
.link-banner-list-item:nth-child(3) a {
  background: center/cover no-repeat url(../images/top/link-banner-img03.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 12px;
  background: center/cover no-repeat url(../images/top/link-banner-img01.png);
}
.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 {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.link-banner-title::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-text {
  font-size: 1.6rem;
  font-weight: 500;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.reserve::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.reserve-title {
  text-align: center;
  margin-bottom: 23px;
}
.reserve-title img {
  height: 82px;
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-textbox {
  max-width: 330px;
  width: 100%;
  padding: 38px 13px 56px 18px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  position: relative;
}
.reserve-text {
  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;
  margin-bottom: 8px;
}
.reserve-text .accent {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#004c80));
  background: -webkit-linear-gradient(left, #0096c9, #004c80);
  background: linear-gradient(to right, #0096c9, #004c80);
}
.reserve-text .bg {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 6px 6px;
  background-color: #fff;
}
.reserve-tel {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3.1rem;
  font-weight: 700;
  color: #474554 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 31px;
  height: 31px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 14px;
  bottom: 38px;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  max-width: 280px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
          box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
}
.reserve-btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.news {
  background-color: #f2f5f7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/news-bg-bottom.png);
  z-index: -1;
}
.news-inner {
  position: relative;
  z-index: 1;
}
.news-wrap {
  width: 100%;
}
.news-section-title {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  background: -webkit-linear-gradient(to right, #0096c9, #005e9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -69px;
  width: 218px;
  height: 147px;
  background: center/contain no-repeat url(../images/top/news-title-deco.png);
  z-index: -1;
}
.news-textbox {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-right {
  max-width: 814px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  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: 4px 9px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 25px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 19, 32, 0.15);
  position: relative;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -38px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
}
.news .more-btn:hover {
  opacity: 0.8;
}
.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: #005e9e;
  border: 2px solid #005e9e;
}
.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: #005e9e;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail {
  background-color: #f2f5f7;
}
.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 #005e9e;
  border-bottom: 1px solid #005e9e;
}
.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 #005e9e;
  border-right: 1px solid #005e9e;
}
.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: #005e9e !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.feature {
  background-color: #f2f5f7;
  background: top left/907px 699px no-repeat url(../images/about/feature-bg-l-t.png), right bottom/960px 658.5px no-repeat url(../images/about/feature-bg-r-b.png), #f2f5f7;
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.feature::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.feature-inner {
  padding-top: 75px;
}
.feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.feature-content:nth-of-type(2) .feature-title::before {
  background: center/cover no-repeat url(../images/about/feature-no02.png);
}
.feature-content:nth-of-type(3) .feature-title::before {
  background: center/cover no-repeat url(../images/about/feature-no03.png);
}
.feature-content:nth-of-type(4) .feature-title::before {
  background: center/cover no-repeat url(../images/about/feature-no04.png);
}
.feature-content:nth-of-type(5) .feature-title::before {
  background: center/cover no-repeat url(../images/about/feature-no05.png);
}
.feature-content:nth-of-type(6) .feature-title::before {
  background: center/cover no-repeat url(../images/about/feature-no06.png);
}
.feature-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-img {
  margin-bottom: 20px;
}
.feature-textbox {
  max-width: 606px;
  width: 100%;
  padding: 30px 15px 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
          box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
  border-radius: 10px;
}
.feature-title {
  font-size: 2.3rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #c9cdd6;
  width: 100%;
  position: relative;
}
.feature-title::before {
  position: absolute;
  content: "";
  top: -93px;
  left: -38px;
  width: 107px;
  height: 103px;
  background: center/contain no-repeat url(../images/about/feature-no01.png);
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.flow {
  overflow: hidden;
  background: left -100px top/690px 500px no-repeat url(../images/personal/rank-bg-l-t.png), right -100px bottom/690px 500px no-repeat url(../images/personal/rank-bg-r-b.png);
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.flow::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.flow-inner .cmn-title {
  margin-bottom: 144px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 250px;
  width: 100%;
  min-height: 202px;
  padding: 57px 20px 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
          box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
  border-radius: 10px;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 160px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 15px;
  height: 29px;
  background: center/contain no-repeat url(../images/about/flow-arrow.png);
}
.flow-icon {
  position: absolute;
  top: -130px;
  left: 20px;
  width: 80%;
}
.flow-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.flow-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.question {
  background-color: #f2f5f7;
  position: relative;
  z-index: 1;
}
.question-list-item {
  padding: 20px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  -webkit-box-shadow: 10px 10px 0 0 #001d55;
          box-shadow: 10px 10px 0 0 #001d55;
  border-radius: 10px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #c9cdd6;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.76;
  -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-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/about/A.png);
}

/*========================================
personal
==========================================*/
.about {
  overflow: hidden;
  background-color: #f2f5f7;
  position: relative;
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.about-textbox {
  max-width: 522px;
  width: 100%;
}
.about .cmn-title {
  text-align: left;
}
.about .cmn-title .gradation {
  font-size: 2.6rem;
  margin-left: 0;
  line-height: 1.35;
  margin-bottom: 21px;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
.about-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.about-text .accent {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0096c9;
}

.rank {
  background: left -100px top/690px 500px no-repeat url(../images/personal/rank-bg-l-t.png), right -100px bottom/690px 500px no-repeat url(../images/personal/rank-bg-r-b.png);
  position: relative;
  z-index: 1;
}
.rank::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.rank::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 130px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.rank-notice {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 30px;
}
.rank-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.rank-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 16px 0;
  margin-bottom: 32px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  border-radius: 10px;
}
.rank-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rank-list-item {
  max-width: 300px;
  width: 100%;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
          box-shadow: 0px 0px 40px 0 rgba(0, 148, 200, 0.3);
  border-radius: 10px;
  position: relative;
}
.rank-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.rank-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.rank-no {
  text-align: center;
  margin-bottom: 5px;
}

.example {
  background-color: #f2f5f7;
}
.example-notice {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 25px;
}
.example-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.example-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.example-img {
  margin-bottom: 20px;
}
.example-textbox {
  max-width: 580px;
  width: 100%;
}
.example-title {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 0;
  margin-bottom: 20px;
}
.example-table {
  width: 100%;
}
.example-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 12px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
}
.example-table tr th .accent {
  font-size: 1.4rem;
}
.example-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 12px 10px;
  background-color: #fff;
}

.case {
  background-color: #f2f5f7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.case::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 620px;
  height: 617px;
  background: center/cover no-repeat url(../images/personal/case-bg-l-t.png);
  z-index: -1;
}
.case-textbox {
  width: 100%;
}
.case-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-list-item {
  max-width: 400px;
  width: 100%;
  margin-bottom: 70px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  -webkit-box-shadow: 10px 10px 0 0 #001d55;
          box-shadow: 10px 10px 0 0 #001d55;
  border-radius: 10px;
  position: relative;
}
.case-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.case-title {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 18px;
}
.case-img-list {
  margin-bottom: 30px;
}
.case-img-list-item {
  border-radius: 10px;
  position: relative;
}
.case-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.case-img-list-item:nth-child(1) {
  max-width: 180px;
  width: 100%;
  height: 135px;
  margin-bottom: 30px;
}
.case-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "BEFORE";
  left: 0px;
  bottom: -23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #1137c1;
}
.case-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 14px;
  bottom: -78px;
  width: 50px;
  height: 51px;
  background: center/contain no-repeat url(../images/personal/case-arrow.png);
}
.case-img-list-item:nth-child(2) {
  max-width: 240px;
  width: 100%;
  height: 170px;
  margin-left: auto;
}
.case-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "AFTER";
  top: -23px;
  right: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.case-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  margin-right: 40px;
  border-bottom: 1px solid #c9cdd6;
  position: relative;
}
.case-more::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -45px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/personal/case-btn-arrow.png);
}
.case-more:hover {
  opacity: 0.8;
}
.case-detail {
  background-color: #f2f5f7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.case-detail::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 620px;
  height: 617px;
  background: center/cover no-repeat url(../images/personal/case-bg-l-t.png);
  z-index: -1;
}
.case-detail-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  -webkit-box-shadow: 10px 10px 0 0 #001d55;
          box-shadow: 10px 10px 0 0 #001d55;
  border-radius: 10px;
}
.case-detail-img-list {
  margin-bottom: 30px;
}
.case-detail-img-list-item {
  border-radius: 10px;
  position: relative;
}
.case-detail-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.case-detail-img-list-item:nth-child(1) {
  max-width: 180px;
  width: 100%;
  height: 135px;
  margin-bottom: 30px;
}
.case-detail-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "BEFORE";
  left: 0px;
  bottom: -23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #1137c1;
}
.case-detail-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 14px;
  bottom: -78px;
  width: 50px;
  height: 51px;
  background: center/contain no-repeat url(../images/personal/case-arrow.png);
}
.case-detail-img-list-item:nth-child(2) {
  max-width: 240px;
  width: 100%;
  height: 170px;
  margin-left: auto;
}
.case-detail-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "AFTER";
  top: -23px;
  right: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.case-detail-title {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
  margin-bottom: 19px;
  border-bottom: 1px solid #c9cdd6;
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  color: #fff;
  letter-spacing: 0.12em;
}
.case-detail-body img {
  max-width: 100%;
}

/*========================================
corporation
==========================================*/
#corporation .rank-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#corporation .rank-list-item {
  max-width: 510px;
  width: 100%;
  padding-bottom: 30px;
}
#corporation .rank-list-item:not(:last-child) {
  margin-bottom: 30px;
}
#corporation .rank-img {
  margin-bottom: 20px;
}

.works {
  background-color: #f2f5f7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.works::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 620px;
  height: 617px;
  background: center/cover no-repeat url(../images/personal/case-bg-l-t.png);
  z-index: -1;
}
.works-list-item {
  padding: 20px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  -webkit-box-shadow: 10px 10px 0 0 #001d55;
          box-shadow: 10px 10px 0 0 #001d55;
  border-radius: 10px;
}
.works-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.works-list-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c9cdd6;
}
.works-textbox {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.works-textbox img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.info {
  background-color: #f2f5f7;
}
.info-table {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  padding: 20px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 5px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #005e9e;
}
.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: #005e9e;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #005e9e;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #005e9e;
  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 #005e9e;
}
.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 #005e9e;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #005e9e;
  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 #005e9e;
  border-right: 1px solid #005e9e;
  -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
==========================================*/
.en-footer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 5px 0;
}

.footer {
  overflow: hidden;
  background-color: #f2f5f7;
}
.footer-inner {
  padding: 35px 0 20px 0;
  position: relative;
  z-index: 1;
}
.footer-inner::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 59px;
  width: 114px;
  height: 109px;
  background: center/cover no-repeat url(../images/top/footer-bg-l.png);
  z-index: -1;
}
.footer-inner::after {
  position: absolute;
  content: "";
  top: 16px;
  right: -20px;
  width: 121px;
  height: 144px;
  background: center/cover no-repeat url(../images/top/footer-bg-r.png);
  z-index: -1;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.footer-logo {
  width: 75%;
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.footer-left {
  max-width: 286px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-tel {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 3.1rem;
  font-weight: 700;
  color: #474554 !important;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 26px;
  height: 25px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/common/header-en-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: -16px;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
}
.footer-text .accent {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  padding: 4px 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#004c80));
  background: -webkit-linear-gradient(left, #0096c9, #004c80);
  background: linear-gradient(to right, #0096c9, #004c80);
}
.footer-text .bg {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 5px 8px 5px 10px;
  background-color: #e1e1e1;
}
.footer-right {
  max-width: 320px;
  width: 100%;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-btn {
  max-width: 280px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-sub-btn {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 9px;
  border-bottom: 1px solid #c9cdd6;
}
.footer-sub-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/footer-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-btn:hover::after {
  -webkit-transform: translate(4px, -4px);
          transform: translate(4px, -4px);
}
.footer-sub-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-sns-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 23px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 12px;
}
.footer-nav-list-item:nth-child(3) {
  margin-right: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #474554 !important;
  letter-spacing: 0.03em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-sub-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 15px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  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;
}
.footer-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-bottom {
  padding: 17px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#0096c9), to(#005e9e));
  background: -webkit-linear-gradient(left, #0096c9, #005e9e);
  background: linear-gradient(to right, #0096c9, #005e9e);
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}