@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.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: 124px;
  background: center/cover no-repeat url(../images/common/header-bg.png);
  z-index: 10;
}
.header-inner {
  max-width: 1280px;
  width: 98%;
  height: 100%;
  padding: 0;
  -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;
}
.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: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: 124px;
  padding: 0 20px;
}
.header .en-visual-main {
  max-width: 830px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 860px;
  min-height: 565px;
  height: 65.6vw;
  margin-right: 60px;
  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: 29px 30px 37px 30px;
}
.header .en-visual-main .en-visual-textbox::before {
  right: 9px;
}
.header .en-visual-main .en-visual-title {
  text-align: center;
  margin-bottom: 11px;
}
.header .en-visual-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.header .en-visual-list-item {
  width: 100%;
  max-height: 400px;
  min-height: 253px;
  height: 30vw;
}
.header .en-visual-list-item:not(:last-child) {
  margin-bottom: 60px;
}
.header .en-visual-list-item:nth-child(1) .en-visual-textbox {
  padding: 29px 0 0 20px;
}
.header .en-visual-list-item:nth-child(2) .en-visual-textbox {
  padding: 22px 0 0 32px;
}
.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;
  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: 515px;
  width: 100%;
  height: 138px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  position: relative;
}
.header .en-visual-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 2px 16px;
  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: 860px;
  margin-top: 124px;
  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 .sub-visual {
  width: 100%;
  height: 430px;
  margin-top: 124px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  max-width: 960px;
  width: 60%;
  height: 100%;
  margin-left: auto;
  border-radius: 430px 0 0 0;
  overflow: hidden;
}
.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: 138px;
  z-index: 1;
}
.header .page-top {
  position: fixed;
  right: 10px;
  bottom: 220px;
  z-index: 10;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header .start-btn {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
}
.header .start-btn::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 15px;
  width: 31px;
  height: 32px;
  background: center/cover no-repeat url(../images/common/start-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .start-btn:hover {
  opacity: 0.8;
}
.header .start-btn:hover::before {
  right: 12px;
}

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

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-worry {
  position: relative;
  z-index: 1;
}
.top-worry::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 660px;
  height: 485px;
  background: center/cover 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: 575px;
  height: 665px;
  background: center/cover 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: 184px;
  height: 29px;
  background: center/cover 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 96px auto;
  text-align: center;
  position: relative;
}
.top-worry-title::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -188px;
  width: 384px;
  height: 189px;
  background: center/cover no-repeat url(../images/top/top-worry-title-deco.png);
}
.top-worry-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-worry-list-item {
  max-width: 330px;
  width: 100%;
  height: 178px;
  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: 2.1rem;
  font-weight: 700;
  color: #3a54b5;
  letter-spacing: 0.04em;
  line-height: 1.9;
  text-align: center;
  background-color: #fff;
  border: 1px dotted #3a54b5;
  border-radius: 12px;
  position: relative;
}
.top-worry-list-item::before {
  position: absolute;
  content: "";
  top: -60px;
  left: -29px;
  width: 120px;
  height: 125px;
  background: center/cover 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(:nth-child(3n)) {
  margin-right: 45px;
}
.top-worry-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 67px;
}
.top-worry-list-item:last-child {
  margin-right: 0;
}
.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 {
  margin-top: -50px;
  position: relative;
  z-index: 0;
}
.chart::before {
  position: absolute;
  content: "";
  top: -184px;
  left: 0;
  width: 497px;
  height: 733px;
  background: center/contain no-repeat url(../images/top/chart-bg-l-0t.png);
  z-index: -1;
}
@media (max-width: 1520px) {
  .chart::before {
    top: -145px;
    width: 397px;
    height: 586px;
  }
}
.chart::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 874px;
  height: 562px;
  background: center/cover no-repeat url(../images/top/chart-bg-r-b.png);
  z-index: -1;
}
.chart-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 110px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  top: 182px;
  right: -120px;
  width: 370px;
  height: 267px;
  background: center/contain no-repeat url(../images/top/chart-deco-r.png);
}
@media (max-width: 1734px) {
  .chart-inner::before {
    top: 200px;
    right: 0;
    width: 276px;
    height: 205px;
  }
}
.chart-main-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px auto;
  text-align: center;
  position: relative;
}
.chart-main-title::before {
  position: absolute;
  content: "";
  top: -65px;
  right: -60px;
  width: 377px;
  height: 164px;
  background: center/cover no-repeat url(../images/top/chart-title-deco.png);
}
.chart-sub-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #0184ec;
  margin-bottom: 50px;
  position: relative;
}
.chart-sub-text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 44px;
  background: center/cover 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: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #2a569d;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  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;
}
.chart .chart_title::before {
  content: "";
  width: 41px;
  height: 48px;
  margin-right: 22px;
  background: center/cover no-repeat url(../images/top/Q.png);
}
.chart .com_chart {
  padding-top: 200px;
  margin-top: -200px;
}
.chart .com_chart-inner {
  padding: 48px 0 30px 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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .chart_btn_list-item {
  max-width: 510px;
  width: 100%;
  height: 81px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:nth-child(even)) {
  margin-right: 59px;
}
.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: 2.1rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #0184ec;
  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 .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: 100%;
  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.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 .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: 40px 40px 0 40px;
  background-color: #fff;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
}
.chart .result_chart-inner::before {
  position: absolute;
  content: "";
  top: -60px;
  left: 40px;
  width: 130px;
  height: 130px;
  background: center/cover no-repeat url(../images/top/chart-result-deco.png);
}
.chart .result_container {
  width: 100%;
}
.chart .result_flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.chart .result_img {
  max-width: 470px;
  width: 100%;
  height: 400px;
  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: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 12px 68px;
  background-color: #2644ae;
  margin-bottom: 30px;
  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 {
  height: 1180px;
  background-color: #eaf6ff;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: center bottom/cover no-repeat url(../images/top/top-service-bg-top.png);
  z-index: -1;
}
.top-service::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 632px;
  height: 317px;
  background: center/cover no-repeat url(../images/top/top-service-bg-r-b.png);
  z-index: -1;
}
.top-service-inner {
  max-width: 1280px;
  padding-top: 120px;
  padding-bottom: 0;
}
.top-service-title {
  text-align: center;
  margin-bottom: 56px;
}
.top-service-list {
  width: 100%;
  height: 972px;
  position: relative;
}
.top-service-list-item {
  position: absolute;
  max-width: 487px;
  width: 100%;
  height: 487px;
}
.top-service-list-item:nth-child(2) {
  top: 40px;
  right: 0;
  max-width: 716px;
  height: 716px;
}
.top-service-list-item:nth-child(2) .top-service-list-title {
  right: auto;
  top: 62px;
  left: 95px;
}
.top-service-list-item:nth-child(3) {
  left: 155px;
  bottom: 0;
  max-width: 448px;
  height: 448px;
}
.top-service-list-item:nth-child(3) .top-service-list-title {
  top: -34px;
  right: 98px;
}
.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: 40px;
  right: 40px;
}
.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: 873px;
  height: 562px;
  background: center/contain no-repeat url(../images/top/top-intro-bg-l-b.png);
  z-index: -1;
}
@media (max-width: 1520px) {
  .top-intro::before {
    width: 873px;
    height: 562px;
  }
}
.top-intro-inner {
  padding-top: 120px;
  padding-bottom: 457px;
  position: relative;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  left: -308px;
  bottom: 299px;
  width: 460px;
  height: 213px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-deco-l.png);
  z-index: 2;
}
.top-intro-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.top-intro-img {
  position: absolute;
  top: 0;
  right: -420px;
  z-index: -1;
}
.top-intro-textbox {
  max-width: 460px;
  width: 100%;
  margin-top: 158px;
}
.top-intro-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 3.7rem;
  font-weight: 500;
  color: #1f37a5;
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin-bottom: 58px;
  position: relative;
}
.top-intro-title::before {
  position: absolute;
  content: "";
  top: -135px;
  left: -185px;
  width: 254px;
  height: 154px;
  background: center/cover 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/cover 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: 3.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.14em;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: -44px;
  left: -50px;
  width: 74px;
  height: 47px;
  background: center/cover no-repeat url(../images/top/news-section-title-deco.png);
}
.news-list {
  -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;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 330px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(3n)) {
  margin-right: 45px;
}
.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 {
  position: absolute;
  top: 68px;
  right: 0;
  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: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #3f4551;
  border: 2px solid #3f4551;
}
.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: #3f4551;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
  color: #3f4551;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f4551;
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #3f4551;
  border-right: 1px solid #3f4551;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f4551 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-info-inner {
  padding: 89px 0 61px 0;
}
.top-info-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-info-img {
  margin-left: -420px;
}
.top-info-textbox {
  max-width: 690px;
  width: 100%;
  margin-top: 30px;
}
.top-info-table {
  width: 100%;
  margin-bottom: 40px;
}
.top-info-table tr {
  display: block;
}
.top-info-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.top-info-table tr th {
  width: 100px;
  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: 3.7rem;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 0.14em;
  color: #1f37a5;
  position: relative;
}
.top-info-title::before {
  position: absolute;
  content: "";
  top: -75px;
  left: 58px;
  width: 273px;
  height: 109px;
  background: center/contain no-repeat url(../images/top/top-info-title-deco.png);
}
.top-info-tel-txt {
  display: inline-block;
  margin-left: 30px;
}
.top-info-tel-txt img {
  display: block;
}
.top-info-map {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.register-inner {
  padding-top: 50px;
}
.register-content {
  padding: 40px 60px;
  margin-bottom: 50px;
  background: center/cover no-repeat url(../images/top/register-bg.png);
  border-radius: 12px;
}
.register-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.register-table {
  width: 100%;
  margin-bottom: 40px;
}
.register-table tr {
  display: block;
}
.register-table tr:not(:last-of-type) {
  margin-bottom: 15px;
}
.register-table tr th {
  width: 190px;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.register-table tr td {
  width: 780px;
  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: 44px;
}
.concept-content {
  padding: 50px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.concept-content::before {
  position: absolute;
  content: "";
  right: -200px;
  bottom: 0;
  width: 288px;
  height: 147px;
  background: center/cover no-repeat url(../images/top/concept-bg-r-b.png);
}
.concept-sub-title {
  position: absolute;
  top: -15px;
  left: -60px;
}
.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: 109px;
  -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: 40px;
}
.concept-list-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #2644ae;
}
.concept-list-title .accent {
  font-size: 3.9rem;
  font-weight: 400;
  color: #0184ec;
}
.concept-no {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 400;
  width: 60px;
  line-height: 1;
  text-align: center;
  margin-right: 140px;
  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: 719px;
  height: 460px;
  background: center/cover no-repeat url(../images/about/about-bg-l-b.png);
  z-index: -1;
}
.about-inner {
  padding: 120px 0;
}
.about-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 47px;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  background-color: #0184ec;
  position: relative;
}
.about-title::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 252px;
  width: 547px;
  height: 104px;
  background: center/cover 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: 57px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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.6rem;
  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: -39px;
  width: 25px;
  height: 27px;
  background: center/cover no-repeat url(../images/about/about-sub-title-deco.png);
}
.about-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}
.about-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 30px;
}
.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: 2.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  background-color: #fff;
  padding: 37px 10px;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
}
.about-main-text::before {
  position: absolute;
  content: "";
  right: -80px;
  bottom: -60px;
  width: 265px;
  height: 145px;
  background: center/cover no-repeat url(../images/about/about-catch-deco.png);
}
.about-main-text::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 205px;
  width: 62px;
  height: 88px;
  background: center/cover no-repeat url(../images/about/about-catch-deco02.png);
}

.net {
  background: center/cover no-repeat url(../images/about/net-bg.png);
}
.net-inner {
  padding: 120px 0 80px 0;
}
.net-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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 {
  background: center/1920px 1387px repeat url(../images/about/feature-bg.png);
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 719px;
  height: 460px;
  background: center/contain no-repeat url(../images/about/feature-bg-r-b.png);
  z-index: -1;
}
@media (max-width: 1600px) {
  .feature::before {
    width: 473px;
    height: 303px;
  }
}
.feature-inner {
  padding: 120px 0;
}
.feature-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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 {
  position: relative;
}
.feature-img::before {
  position: absolute;
  content: "";
  left: -150px;
  bottom: 0;
  width: 190px;
  height: 108px;
  background: center/cover no-repeat url(../images/about/feature-img-deco.png);
}
.feature-textbox {
  max-width: 620px;
  width: 100%;
}
.feature-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  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: 20px;
  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/cover no-repeat url(../images/about/price-bg.png);
}
.price-inner {
  padding: 120px 0;
  position: relative;
}
.price-inner::before {
  position: absolute;
  content: "";
  top: 127px;
  left: 260px;
  width: 145px;
  height: 80px;
  background: center/cover no-repeat url(../images/about/price-deco.png);
}
.price-table {
  width: 100%;
  margin-bottom: 40px;
}
.price-table tr {
  display: block;
}
.price-table tr:not(:last-of-type) {
  margin-bottom: 11px;
}
.price-table tr th {
  width: 160px;
  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;
}
.price-table tr td {
  width: 920px;
  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-inner {
  padding: 120px 0;
}
.place-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  background-color: #0184ec;
}
.place-map {
  width: 100%;
  height: 380px;
  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: 19px 21px;
  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: 28px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-textbox {
  padding: 0px 20px;
  -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: 8px;
  margin-right: 28px;
  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 {
  background: center/cover no-repeat url(../images/about/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 685px;
  height: 600px;
  background: center/contain no-repeat url(../images/about/reserve-bg-r-t.png);
  z-index: -1;
}
.reserve-inner {
  padding: 60px 0 120px 0;
}
.reserve-content {
  padding: 58px 60px;
  background-color: #fff;
  border: 2px dotted #0d3f92;
  border-radius: 20px;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  left: -130px;
  bottom: -50px;
  width: 285px;
  height: 139px;
  background: center/cover no-repeat url(../images/about/reserve-bg-l-b.png);
}
.reserve-textbox {
  max-width: 420px;
  width: 100%;
}
.reserve-title {
  text-align: center;
  margin-bottom: 40px;
}
.reserve-sub-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0184ec;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0184ec;
}
.reserve-sub-title .border {
  font-size: 2.6rem;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #164ecb;
  margin-right: 29px;
}
.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-right: 29px;
  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-inner {
  padding: 120px 0;
}
.area-content {
  position: relative;
}
.area-img {
  display: block;
  text-align: right;
  margin-left: auto;
}
.area-wrap {
  display: block;
  text-align: right;
  margin-left: auto;
  position: relative;
}
.area-btn {
  position: absolute;
  top: 217px;
  right: 192px;
  padding: 0;
  z-index: 1;
}
.area dialog:modal {
  overlay: auto !important;
}
.area dialog[open] {
  display: block;
}
.area-detail-map {
  width: 1080px;
  height: 630px;
  padding: 10px;
  border: none;
}
.area-detail-map button {
  color: #fff;
  background-color: #0d3f92;
}
.area-img {
  width: 100%;
  height: 100%;
}
.area-title {
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 30px;
  background-color: #0184ec;
}
.area-title .border {
  position: relative;
}
.area-title .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 98%;
  height: 2px;
  background-color: #fff;
}

.ship {
  background: center/cover no-repeat url(../images/rental/ship-bg.png);
}
.ship-inner {
  padding: 120px 0;
}
.ship-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ship-img {
  margin-left: -100px;
}
.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 {
  width: 160px;
  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;
}
.ship-table tr td {
  width: 340px;
  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-sub-title .accent::after {
  position: absolute;
  content: "";
  top: -114px;
  left: -146px;
  width: 194px;
  height: 118px;
  background: center/cover no-repeat url(../../images/cruise/about-sub-title-deco.png);
}
#cruise .reserve::before {
  display: none;
}
#cruise .reserve-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cruise .reserve-content::before {
  display: none;
}
#cruise .reserve-sub-title {
  text-align: left;
  margin-bottom: 50px;
}
#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-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#info .feature-content:nth-of-type(even) .feature-img {
  margin-right: -200px;
}
#info .feature-img {
  margin-left: -200px;
}
#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: 719px;
  height: 460px;
  background: center/cover no-repeat url(../images/about/about-bg-l-b.png);
  z-index: -1;
}
.gallery-inner {
  padding: 120px 0;
  position: relative;
}
.gallery-inner::before {
  position: absolute;
  content: "";
  top: 165px;
  left: -122px;
  width: 145px;
  height: 80px;
  background: center/cover no-repeat url(../images/info/gallery-bg-l-t.png);
}
.gallery-inner::after {
  position: absolute;
  content: "";
  top: 135px;
  right: -240px;
  width: 288px;
  height: 147px;
  background: center/cover no-repeat url(../images/info/gallery-bg-r-t.png);
}
.gallery-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}
.gallery-list-item {
  max-width: 520px;
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
  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: 11px;
  background-color: rgba(73, 200, 242, 0.6);
  z-index: -1;
}
.gallery-img {
  max-width: 460px;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  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: 40px;
}
.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 input {
  color: #fff;
  background-color: #0184ec;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #0184ec;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  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.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #0184ec;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #0184ec;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 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
==========================================*/
.en-footer {
  padding: 20px 0;
  text-align: center;
}
.en-footer-bottom {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0184ec;
}

.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 80px 0;
}
.footer-left {
  max-width: 440px;
  width: 100%;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 29px;
}
.footer-tel {
  display: block;
  font-size: 2.8rem;
  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: 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;
}
.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;
  right: 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;
}
.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 {
  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 {
  margin-bottom: 35px;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 24px;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-right: 15px;
}
.footer-nav-list-item:nth-last-child(-n+5) {
  margin-right: 14px;
}
.footer-nav-list-item:last-child {
  margin-right: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  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-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 28px;
}
.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-right: 40px;
}
.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.4rem;
  font-weight: 500;
  color: #0184ec;
  letter-spacing: 0.04em;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}