@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  background: center/cover no-repeat url(../images/common/en-visual-bg.png);
  position: relative;
}
.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: center/cover no-repeat url(../images/common/header-bg.png);
  z-index: 100;
}
.header-inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a {
  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;
  max-width: 180px;
  width: 100%;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 935px;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-info {
  width: 100%;
  margin-bottom: 19px;
}
.header-link {
  max-width: 490px;
  width: 100%;
}
.header-contact {
  position: relative;
}
.header-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: center/cover no-repeat url(../images/common/header-mail-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-contact:nth-of-type(2)::before {
  right: 29px;
  background: center/cover no-repeat url(../images/common/header-shop-icon.png);
}
.header-contact.shop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
.header-contact.shop::before {
  right: 29px;
  background: center/cover no-repeat url(../images/common/header-shop-icon.png);
}
.header-contact:hover {
  opacity: 0.8;
}
.header-contact:hover::before {
  top: 45%;
}
.header-textbox {
  max-width: 425px;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #164ecb;
}
.header-text .accent {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 3px 18px;
  margin-right: 10px;
  background-color: #e3f1fd;
}
.header-tel {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0184ec !important;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 16px;
  height: 28px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-line:hover {
  opacity: 0.7;
}
.header .global-nav {
  max-width: 635px;
  width: 100%;
  margin-left: auto;
  margin-right: 15px;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #0184ec;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover {
  color: #0184ec;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item a.current {
  color: #0184ec;
}
.header .global-nav-list-item a.current::before {
  width: 100%;
}
.header .en-visual {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .en-visual-main {
  max-width: 830px;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  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;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.header .en-visual-main a:hover {
  opacity: 0.8;
}
.header .en-visual-main a:hover .en-visual-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .en-visual-main .en-visual-textbox {
  max-width: 631px;
  width: 98%;
  height: auto;
  padding: 22px 15px;
}
.header .en-visual-main .en-visual-textbox::before {
  right: 3px;
}
.header .en-visual-main .en-visual-title {
  text-align: center;
  margin-bottom: 11px;
}
.header .en-visual-main .en-visual-title img {
  height: 40px;
}
.header .en-visual-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.header .en-visual-list-item {
  width: 100%;
  height: 200px;
}
.header .en-visual-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.header .en-visual-list-item:nth-child(1) .en-visual-title img {
  height: 40px;
}
.header .en-visual-list-item:nth-child(2) .en-visual-textbox {
  padding-left: 35px;
}
.header .en-visual-list-item:nth-child(2) .en-visual-title img {
  height: 40px;
}
.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;
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 12px;
}
.header .en-visual-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .en-visual-list-item a:hover .en-visual-btn::before {
  right: 3px;
}
.header .en-visual-textbox {
  max-width: 300px;
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  position: relative;
}
.header .en-visual-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: center/cover no-repeat url(../images/common/en-arrow.png);
}
.header .en-visual-title {
  text-align: left;
}
.header .en-visual-text {
  display: block;
  width: 92%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 2px 5px;
  background-color: rgba(1, 132, 236, 0.6);
  border-radius: 4px;
}
.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.4s;
  transition: all 0.4s;
}
.header .main-visual {
  width: 100%;
  height: 310px;
  margin-top: 80px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  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;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 240px;
}
.header .sub-visual {
  width: 100%;
  height: 270px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 960px;
  width: 77%;
  height: 54%;
  margin-left: auto;
  border-radius: 430px 0 0 0;
  overflow: hidden;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1340px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
  padding-bottom: 145px;
  z-index: 1;
}
.header .sub-visual-title img {
  height: 70px;
}
.header .page-top {
  position: fixed;
  right: 10px;
  bottom: 125px;
  z-index: 5;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header .page-top img {
  height: 50px;
}
.header .start-btn {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 5;
}
.header .start-btn::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  width: 21px;
  height: 22px;
  background: center/cover no-repeat url(../images/common/start-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .start-btn img {
  height: 110px;
}
.header .start-btn:hover {
  opacity: 0.8;
}

#overall_top .header-inner {
  max-width: 1080px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-worry {
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 227px;
  height: 167px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-l-t.png);
  z-index: -1;
}
.top-worry::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 175px;
  height: 202px;
  background: center/contain no-repeat url(../images/top/top-worry-bg-r-b.png);
  z-index: -1;
}
.top-worry-inner {
  padding: 57px 0 55px 0;
  position: relative;
}
.top-worry-inner::before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 93px;
  height: 15px;
  background: center/contain no-repeat url(../images/top/top-worry-arrow.png);
}
.top-worry-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  text-align: center;
  position: relative;
}
.top-worry-title::before {
  position: absolute;
  content: "";
  top: -18px;
  right: -38px;
  width: 157px;
  height: 81px;
  background: center/contain no-repeat url(../images/top/top-worry-title-deco.png);
}
.top-worry-title img {
  height: 140px;
}
.top-worry-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-worry-list-item {
  max-width: 330px;
  width: 100%;
  height: 140px;
  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.9rem;
  font-weight: 700;
  color: #3a54b5;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  background-color: #fff;
  border: 1px dotted #3a54b5;
  border-radius: 12px;
  position: relative;
}
.top-worry-list-item::before {
  position: absolute;
  content: "";
  top: -32px;
  left: -24px;
  width: 83px;
  height: 86px;
  background: center/contain no-repeat url(../images/top/top-worry-no01.png);
}
.top-worry-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/top/top-worry-no02.png);
}
.top-worry-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../images/top/top-worry-no03.png);
}
.top-worry-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../images/top/top-worry-no04.png);
}
.top-worry-list-item:nth-child(5)::before {
  background: center/cover no-repeat url(../images/top/top-worry-no05.png);
}
.top-worry-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-worry-list-item .border {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.top-worry-list-item .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background-color: rgba(73, 200, 242, 0.6);
  z-index: -1;
}

.chart {
  position: relative;
  z-index: 0;
}
.chart::before {
  position: absolute;
  content: "";
  top: -70px;
  left: 0;
  width: 143px;
  height: 211px;
  background: center/contain no-repeat url(../images/top/chart-bg-l-0t.png);
  z-index: -1;
}
.chart::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 374px;
  height: 241px;
  background: center/contain no-repeat url(../images/top/chart-bg-r-b.png);
  z-index: -1;
}
.chart-inner {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 115px 0 50px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  top: 175px;
  right: -11px;
  width: 99px;
  height: 74px;
  background: center/contain no-repeat url(../images/top/chart-deco-r.png);
}
.chart-main-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  text-align: center;
  position: relative;
}
.chart-main-title::before {
  position: absolute;
  content: "";
  top: -32px;
  right: -45px;
  width: 150px;
  height: 66px;
  background: center/contain no-repeat url(../images/top/chart-title-deco.png);
}
.chart-main-title img {
  height: 80px;
}
.chart-sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: #0184ec;
  margin-bottom: 30px;
  position: relative;
}
.chart-sub-text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
  height: 34px;
  background: center/contain no-repeat url(../images/top/chart-sub-text-deco.png);
}
.chart-sub-text .border {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.chart-sub-text .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(73, 200, 242, 0.5);
  z-index: -1;
}
.chart {
  /*診断タイトル*/
}
.chart .chart_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #2a569d;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.chart .chart_title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 35px;
  margin-right: 15px;
  background: center/contain no-repeat url(../images/top/Q.png);
}
.chart .com_chart {
  padding-top: 150px;
  margin-top: -150px;
}
.chart .com_chart-inner {
  padding: 25px 0;
  background-color: #fff;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
  position: relative;
}
.chart {
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
}
.chart .chart_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart .chart_btn_list-item {
  max-width: 510px;
  width: 95%;
  height: 70px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:last-child) {
  margin-bottom: 25px;
}
.chart .chart_btn_list-item:last-child {
  margin-right: 0;
}
.chart {
  /*回答ボタン*/
}
.chart .answer_btn {
  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;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #0184ec;
  background-color: #fff;
  text-align: center;
  padding: 0 16px;
  border: 1px solid #0184ec;
  -webkit-box-shadow: 4px 4px 0 0 rgba(34, 34, 34, 0.1);
          box-shadow: 4px 4px 0 0 rgba(34, 34, 34, 0.1);
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chart .answer_btn:hover {
  opacity: 0.8;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chart {
  /*戻るボタン*/
}
.chart .btn_wrp {
  max-width: 470px;
  width: 80%;
  height: 60px;
  margin: 0 auto 10px auto;
}
.chart .btn_wrp a {
  width: 100%;
  height: 100%;
}
.chart .more_btn {
  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;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #0184ec;
  line-height: 1;
  background-color: #fff;
  text-align: center;
  padding: 0 16px;
  border: 1px solid #0184ec;
  -webkit-box-shadow: 4px 4px 0 0 rgba(34, 34, 34, 0.1);
          box-shadow: 4px 4px 0 0 rgba(34, 34, 34, 0.1);
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chart .more_btn:hover {
  opacity: 0.8;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.chart {
  /*診断結果
  ----------------------------------------------- */
}
.chart .result_title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  color: #0184ec;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
.chart .result_chart {
  padding-top: 150px;
  margin-top: -150px;
}
.chart .result_chart-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  background-color: #fff;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
}
.chart .result_chart-inner::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 10px;
  width: 70px;
  height: 70px;
  background: center/contain no-repeat url(../images/top/chart-result-deco.png);
}
.chart .result_container {
  width: 100%;
}
.chart .result_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.chart .result_img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.chart .result_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart .result_txtxbx {
  max-width: 470px;
  width: 100%;
}
.chart .result_container-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  background-color: #2644ae;
  margin-bottom: 20px;
  position: relative;
}
.chart .result_container-title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 15px;
  background: center/cover no-repeat url(../images/top/chart-result-arrow.png);
}
.chart .result_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 24px;
}
.chart .back_btn_wrp {
  max-width: 470px;
  width: 100%;
  height: 60px;
  margin: 0 auto 40px auto;
}
.chart .back_btn_wrp 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;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #0184ec;
  line-height: 1;
  background-color: #fff;
  text-align: center;
  padding: 0 21px;
  border: 1px solid #0184ec;
  -webkit-box-shadow: 4px 4px 0 0 rgba(34, 34, 34, 0.1);
          box-shadow: 4px 4px 0 0 rgba(34, 34, 34, 0.1);
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chart .back_btn_wrp a:hover {
  opacity: 0.8;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-service {
  background-color: #eaf6ff;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: center bottom/cover no-repeat url(../images/top/top-service-bg-top.png);
  z-index: -2;
}
.top-service::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 332px;
  height: 166px;
  background: center/contain no-repeat url(../images/top/top-service-bg-r-b.png);
  z-index: -2;
}
.top-service-title {
  text-align: center;
  margin-bottom: 40px;
}
.top-service-title img {
  height: 100px;
}
.top-service-list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.top-service-list-item {
  max-width: 320px;
  width: 100%;
  height: 320px;
}
.top-service-list-item:nth-child(2) {
  max-width: 350px;
  height: 350px;
}
.top-service-list-item:nth-child(2) .top-service-list-title {
  right: auto;
  top: 25px;
  left: 30px;
}
.top-service-list-item:nth-child(2) .top-service-list-title img {
  height: 180px;
}
.top-service-list-item:nth-child(3) .top-service-list-title {
  top: -30px;
  right: 40px;
}
.top-service-list-item:nth-child(3) .top-service-list-title img {
  height: 230px;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}
.top-service-list-item a:hover {
  opacity: 0.8;
}
.top-service-list-item a:hover .top-service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top-service-list-title {
  position: absolute;
  top: 20px;
  right: 20px;
}
.top-service-list-title img {
  height: 160px;
}
.top-service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 50%;
}
.top-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-intro {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top-intro::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 373px;
  height: 240px;
  background: center/contain no-repeat url(../images/top/top-intro-bg-l-b.png);
  z-index: -1;
}
.top-intro-inner {
  padding-bottom: 115px;
  position: relative;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  left: -18px;
  bottom: 39px;
  width: 184px;
  height: 85px;
  background: center/contain no-repeat url(../images/top/top-intro-bg-deco-l.png);
  z-index: 2;
}
.top-intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-intro-img {
  margin-bottom: 43px;
  z-index: -1;
}
.top-intro-textbox {
  max-width: 460px;
  width: 100%;
}
.top-intro-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 500;
  color: #1f37a5;
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
  position: relative;
}
.top-intro-title::before {
  position: absolute;
  content: "";
  top: -65px;
  left: -79px;
  width: 134px;
  height: 81px;
  background: center/contain no-repeat url(../images/top/top-intro-deco-txt.png);
}
.top-intro-title::after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -13px;
  width: 40px;
  height: 38px;
  background: center/contain no-repeat url(../images/top/top-intro-title-deco.png);
}
.top-intro-title .accent {
  color: #0184ec;
}

.news {
  background: center/1920px 663px repeat url(../images/top/news-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 15px;
  letter-spacing: 0.14em;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: -25px;
  left: -13px;
  width: 47px;
  height: 30px;
  background: center/contain no-repeat url(../images/top/news-section-title-deco.png);
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 330px;
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0184ec;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.news-visual {
  max-width: 270px;
  width: 100%;
  height: 210px;
  margin-bottom: 19px;
  border-radius: 6px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a54b5;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 6px;
  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: 2px 5px;
  background-color: #0184ec;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-textbox .post-none-text {
  color: #fff;
}
.news .cmn-btn {
  background: none;
  color: #fff;
  border-color: #fff;
}
.news .cmn-btn::before {
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow03.png);
}
.news .cmn-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: #0184ec;
  border: 2px solid #0184ec;
}
.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: #0184ec;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #0184ec;
  border-bottom: 1px solid #0184ec;
}
.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 #0184ec;
  border-right: 1px solid #0184ec;
}
.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: #0184ec !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-info-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-info-img {
  margin-bottom: 20px;
}
.top-info-textbox {
  max-width: 690px;
  width: 100%;
}
.top-info-table {
  width: 100%;
  margin-bottom: 30px;
}
.top-info-table tr {
  display: block;
}
.top-info-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.top-info-table tr th {
  width: 205px;
  font-size: 1.4rem;
  line-height: 2;
  color: #0184ec;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  border-bottom: 1px solid #0184ec;
  vertical-align: top;
}
.top-info-table tr td {
  width: 590px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #3a54b5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.top-info-title {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.14em;
  color: #1f37a5;
  position: relative;
}
.top-info-title::before {
  position: absolute;
  content: "";
  top: -37px;
  left: 58px;
  width: 190px;
  height: 75px;
  background: center/contain no-repeat url(../images/top/top-info-title-deco.png);
}
.top-info-tel-txt {
  display: block;
}
.top-info-tel-txt img {
  display: block;
}
.top-info-map {
  width: 100%;
  height: 60vw;
  border-radius: 12px;
  overflow: hidden;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.register-content {
  padding: 20px 15px;
  margin-bottom: 30px;
  background: center/cover no-repeat url(../images/top/register-bg.png);
  border-radius: 12px;
}
.register-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.register-table {
  width: 100%;
}
.register-table tr {
  display: block;
}
.register-table tr:not(:last-of-type) {
  margin-bottom: 15px;
}
.register-table tr th {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  vertical-align: top;
}
.register-table tr td {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
}
.register .cmn-btn {
  max-width: 560px;
  height: 65px;
  margin: 0 auto;
}
.register .cmn-btn::before {
  display: none;
}
.register .cmn-btn::after {
  content: "";
  width: 38px;
  height: 38px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow02.png);
}

.concept {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/concept-bg.png);
}
.concept-inner {
  padding-top: 50px;
}
.concept-title {
  text-align: center;
  margin-bottom: 50px;
}
.concept-title img {
  height: 70px;
}
.concept-content {
  padding: 90px 20px 20px 20px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.concept-content::before {
  position: absolute;
  content: "";
  right: -44px;
  bottom: 0;
  width: 145px;
  height: 74px;
  background: center/contain no-repeat url(../images/top/concept-bg-r-b.png);
}
.concept-sub-title {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.concept-sub-title img {
  height: 100px;
}
.concept-list {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
}
.concept-list-item {
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.concept-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
  height: 4px;
  background: center/cover no-repeat url(../images/top/concept-dot.png);
}
.concept-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.concept-list-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #2644ae;
}
.concept-list-title .accent {
  font-size: 2.5rem;
  font-weight: 400;
  color: #0184ec;
}
.concept-no {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 400;
  width: 40px;
  line-height: 1;
  text-align: center;
  margin-right: 90px;
  color: #2644ae;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}
.concept-no::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(73, 200, 242, 0.5);
  z-index: -1;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 466px;
  height: 298px;
  background: center/contain no-repeat url(../images/about/about-bg-l-b.png);
  z-index: -1;
}
.about-inner .cmn-title {
  line-height: 1.2;
}
.about-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 47px;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  background-color: #0184ec;
  position: relative;
}
.about-title::before {
  position: absolute;
  content: "";
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 347px;
  height: 65px;
  background: center/contain no-repeat url(../images/about/about-title-deco.png);
}
.about-title .border {
  position: relative;
}
.about-title .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 98%;
  height: 2px;
  background-color: #fff;
}
.about-content {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 450px;
  width: 100%;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #3a54b5;
}
.about-text:not(:last-of-type) {
  margin-bottom: 19px;
}
.about-sub-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0184ec;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #0184ec;
}
.about-sub-title .accent {
  position: relative;
}
.about-sub-title .accent::before {
  position: absolute;
  content: "";
  top: -16px;
  right: -25px;
  width: 25px;
  height: 27px;
  background: center/cover no-repeat url(../images/about/about-sub-title-deco.png);
}
.about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.about-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}
.about-list-img {
  margin-bottom: 13px;
}
.about-list-title {
  width: 100%;
  height: 64px;
  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.8rem;
  font-weight: 700;
  text-align: center;
  color: #3a54b5;
  line-height: 1.7777;
}
.about-list-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
.about-main-text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  background-color: #fff;
  padding: 23px 10px;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
}
.about-main-text::before {
  position: absolute;
  content: "";
  right: -60px;
  bottom: -65px;
  width: 165px;
  height: 91px;
  background: center/contain no-repeat url(../images/about/about-catch-deco.png);
}
.about-main-text::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 40px;
  height: 57px;
  background: center/contain no-repeat url(../images/about/about-catch-deco02.png);
}

.net {
  background: center/cover no-repeat url(../images/about/net-bg.png);
}
.net-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.net-img {
  margin-bottom: 20px;
}
.net-textbox {
  max-width: 617px;
  width: 100%;
}
.net-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #3a54b5;
}
.net-text:not(:last-of-type) {
  margin-bottom: 19px;
}

.feature {
  overflow: hidden;
  background: center/1920px 1387px repeat url(../images/about/feature-bg.png);
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -50px;
  width: 273px;
  height: 175px;
  background: center/contain no-repeat url(../images/about/feature-bg-r-b.png);
  z-index: -1;
}
.feature-inner {
  padding-bottom: 100px;
}
.feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.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-img {
  margin-bottom: 20px;
  position: relative;
}
.feature-img::before {
  position: absolute;
  content: "";
  left: -15px;
  bottom: 0;
  width: 90px;
  height: 53px;
  background: center/contain no-repeat url(../images/about/feature-img-deco.png);
}
.feature-textbox {
  max-width: 620px;
  width: 100%;
}
.feature-title {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0184ec;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: 1px solid #0184ec;
  -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-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 43px;
  height: 43px;
  margin-right: 15px;
  background: center/contain no-repeat url(../images/about/feature-no01.png);
}
.feature-title::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 27px;
  margin-left: 8px;
  margin-bottom: 12px;
  background: center/contain no-repeat url(../images/about/feature-title-deco.png);
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #3a54b5;
}
.feature-text:not(:last-of-type) {
  margin-bottom: 19px;
}

.price {
  background: center/1920px 831px repeat url(../images/about/price-bg.png);
}
.price-inner {
  position: relative;
}
.price-inner::before {
  position: absolute;
  content: "";
  top: 53px;
  left: -3px;
  width: 93px;
  height: 51px;
  background: center/contain no-repeat url(../images/about/price-deco.png);
}
.price-table {
  width: 100%;
  margin-bottom: 30px;
}
.price-table tr {
  display: block;
}
.price-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.price-table tr th {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  color: #0184ec;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  vertical-align: top;
}
.price-table tr td {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3a54b5;
  line-height: 2;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}

.place-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 22px 13px;
  text-align: center;
  background-color: #0184ec;
}
.place-map {
  width: 100%;
  height: 60vw;
  overflow: hidden;
}
.place-map:not(:last-of-type) {
  margin-bottom: 40px;
}
.place-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.question-list-item:not(:last-child) {
  margin-bottom: 80px;
}
.question-list-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0;
  padding: 17px 15px;
  margin-bottom: 23px;
  background-color: #0184ec;
  -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-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 27px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-textbox {
  padding: 0px 10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 26px;
  margin-top: 5px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/about/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3a54b5;
  letter-spacing: 0.04em;
}
.question-body img {
  max-width: 100%;
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../images/about/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
  width: 171px;
  height: 150px;
  background: center/contain no-repeat url(../images/about/reserve-bg-r-t.png);
  z-index: -1;
}
.reserve-inner {
  padding: 30px 0 70px 0;
}
.reserve-content {
  padding: 25px 14px;
  background-color: #fff;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: -25px;
  bottom: -68px;
  width: 169px;
  height: 83px;
  background: center/contain no-repeat url(../images/about/reserve-bg-l-b.png);
}
.reserve-textbox {
  max-width: 420px;
  width: 100%;
}
.reserve-title {
  text-align: center;
  margin-bottom: 30px;
}
.reserve-title img {
  height: 70px;
}
.reserve-sub-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #0184ec;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0184ec;
}
.reserve-sub-title .border {
  font-size: 2.1rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.reserve-sub-title .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(73, 200, 242, 0.5);
  z-index: -1;
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #164ecb;
  margin-bottom: 20px;
}
.reserve-text .accent {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 3px 18px;
  margin-right: 10px;
  background-color: #e3f1fd;
}
.reserve-tel {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0184ec !important;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
  margin-bottom: 20px;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 16px;
  height: 28px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  max-width: 270px;
  width: 100%;
  height: 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;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #0184ec;
  background-color: #fff;
  text-align: center;
  padding: 0 21px;
  border: 2px dotted #0184ec;
  border-radius: 6px;
  position: relative;
}
.reserve-btn::after {
  content: "";
  width: 34px;
  height: 34px;
  margin-left: 11px;
  background: center/cover no-repeat url(../images/about/reserve-contact-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
rental
==========================================*/
#rental .about-list-item {
  max-width: 225px;
}

.area {
  background: center/cover no-repeat url(../images/rental/area-bg.png);
}
.area-content {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.area-wrap {
  max-width: 400px;
  width: 100%;
  display: block;
  text-align: right;
  margin-left: auto;
  position: relative;
}
.area-btn {
  position: absolute;
  top: 33%;
  right: 16%;
  padding: 0;
  width: 120px;
  z-index: 1;
}
.area dialog:modal {
  overlay: auto !important;
}
.area dialog[open] {
  display: block;
}
.area-detail-map {
  width: 100%;
  padding: 10px;
  border: none;
}
.area-detail-map button {
  color: #fff;
  background-color: #0d3f92;
}
.area-detail-img {
  width: 500px;
}
.area-notice {
  font-size: 1.5rem;
  color: #0d3f92;
  line-height: 1;
  margin-bottom: 10px;
}
.area-img {
  width: 100%;
  height: 100%;
}
.area-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 20px 10px;
  background-color: #0184ec;
}
.area-title .border {
  position: relative;
}
.area-title .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 98%;
  height: 2px;
  background-color: #fff;
}

.ship {
  background: center/cover no-repeat url(../images/rental/ship-bg.png);
}
.ship-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ship-img {
  margin-bottom: 20px;
}
.ship-textbox {
  max-width: 500px;
  width: 100%;
}
.ship-table {
  width: 100%;
}
.ship-table tr {
  display: block;
}
.ship-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.ship-table tr th {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  color: #0184ec;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  vertical-align: top;
}
.ship-table tr td {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #3a54b5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}

/*========================================
cruise
==========================================*/
#cruise .about-content {
  margin-bottom: 90px;
}
#cruise .about-sub-title {
  padding-bottom: 25px;
}
#cruise .about-sub-title .accent::after {
  position: absolute;
  content: "";
  top: -75px;
  left: -51px;
  width: 132px;
  height: 79px;
  background: center/contain no-repeat url(../../images/cruise/about-sub-title-deco.png);
}
#cruise .reserve::before {
  display: none;
}
#cruise .reserve-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cruise .reserve-content::before {
  display: none;
}
#cruise .reserve-img {
  margin-bottom: 20px;
}
#cruise .reserve-title img {
  height: 76px;
}
#cruise .reserve-sub-title {
  text-align: left;
  margin-bottom: 30px;
}
#cruise .reserve .cmn-btn {
  max-width: 420px;
  height: 65px;
  margin: 0 auto;
  padding-left: 50px;
}
#cruise .reserve .cmn-btn::before {
  display: none;
}
#cruise .reserve .cmn-btn::after {
  content: "";
  width: 38px;
  height: 38px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/cmn-btn-arrow02.png);
}

/*========================================
info
==========================================*/
#info .feature {
  overflow: hidden;
}
#info .feature-img::before {
  display: none;
}

.gallery {
  background: center/1920px 1415px repeat url(../images/info/gallery-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 466px;
  height: 298px;
  background: center/contain no-repeat url(../images/about/about-bg-l-b.png);
  z-index: -1;
}
.gallery-inner {
  position: relative;
}
.gallery-inner::before {
  position: absolute;
  content: "";
  top: 54px;
  left: -11px;
  width: 91px;
  height: 51px;
  background: center/contain no-repeat url(../images/info/gallery-bg-l-t.png);
}
.gallery-inner::after {
  position: absol ute;
  content: "";
  top: 8px;
  right: -7px;
  width: 133px;
  height: 68px;
  background: center/contain no-repeat url(../images/info/gallery-bg-r-t.png);
}
.gallery-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.gallery-list-item {
  max-width: 520px;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px dotted #3a54b5;
  border-radius: 12px;
}
.gallery-list-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0184ec;
  position: relative;
  z-index: 1;
}
.gallery-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(73, 200, 242, 0.5);
  z-index: -1;
}
.gallery-img {
  max-width: 350px;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.gallery-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a54b5;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.gallery-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3a54b5;
  margin-bottom: 15px;
}
.gallery-text .accent {
  display: inline-block;
  margin-right: 15px;
}
.gallery-body {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
.gallery-body img {
  max-width: 100%;
}

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

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

.footer {
  background: center/1920px 480px repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 30px 0;
}
.footer-left {
  max-width: 440px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-logo {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  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-bottom: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 16px;
  height: 28px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.footer-text .accent {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 3px 18px;
  margin-right: 10px;
  border: 1px solid #fff;
}
.footer-contact {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: center/cover no-repeat url(../images/top/footer-mail-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-contact:hover::before {
  top: 45%;
}
.footer-right {
  max-width: 553px;
  width: 100%;
}
.footer-nav {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}
.footer-nav::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 480px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 24px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 9px;
}
.footer-nav-list-item:last-child {
  margin-right: 0;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.footer-btn {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-btn::after {
  content: "";
  width: 34px;
  height: 34px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover::after {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-insta:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-banner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.footer-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.footer-bottom {
  font-size: 1.3rem;
  font-weight: 500;
  color: #0184ec;
  letter-spacing: 0.03em;
  padding: 15px 0 185px 0;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}