@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

/* デフォルト設定 ******************************************************/
html {
  height: 100%;
}

body {
  height: 100%;
  box-sizing: border-box;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 1.78;
}

body.js_isSafari {
  font-family: sans-serif;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 736px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a:active {
  color: #5fb2de;
}

h1, h2, h3 {
  font-feature-settings: "palt";
}

h1.title-jp, h2.title-jp, h3.title-jp {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
}

h1.title-jp_A1, h2.title-jp_A1, h3.title-jp_A1 {
  font-family: "A-OTF A1明朝", "A1 Mincho";
  font-weight: normal;
  color: #2990c7;
  line-height: 1;
}

h1.title-en, h2.title-en, h3.title-en {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #2990c7;
  opacity: 0.3;
  letter-spacing: -0.03em;
}

h1.title-en_crimson, h2.title-en_crimson, h3.title-en_crimson {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.03em;
}

h1.title-jp_A1 {
  margin: 0.5em auto;
  font-size: 70px;
  color: #003380;
  font-weight: normal;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  h1.title-jp_A1 {
    font-size: 63px;
  }
}

@media only screen and (max-width: 736px) {
  h1.title-jp_A1 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 500px) {
  h1.title-jp_A1 {
    font-size: 44.8px;
  }
}

h2.title-en {
  font-size: 88px;
}

h2.title-jp {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  padding: 5px 0;
  color: #2990c7;
  text-align: center;
}

h2.title-jp_A1 {
  margin: 1.25em auto;
  font-size: 51px;
  color: #003380;
  font-weight: normal;
  line-height: 1.2;
}

@media only screen and (max-width: 736px) {
  h2.title-en {
    font-size: 70.4px;
  }
  h2.title-jp {
    font-size: 34px;
  }
  h2.title-jp_A1 {
    font-size: 40.8px;
  }
}

@media only screen and (max-width: 500px) {
  h2.title-en {
    font-size: 56.3px;
  }
  h2.title-jp {
    font-size: 30px;
  }
  h2.title-jp_A1 {
    font-size: 32.6px;
  }
}

h3.title-en_crimson {
  margin: 0.6em auto;
  font-size: 74px;
}

h3.title-jp {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-size: 18px;
  color: #2990c7;
  font-weight: 600;
  line-height: 1.5;
}

h3.title-jp_A1 {
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  h3.title-jp_A1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 736px) {
  h3.title-en_crimson {
    font-size: 59px;
  }
  h3.title-jp {
    font-size: 16.2px;
  }
  h3.title-jp_A1 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 500px) {
  h3.title-en_crimson {
    font-size: 47px;
  }
  h3.title-jp_A1 {
    font-size: 23.2px;
  }
}

.tag-yoyaku::before {
  content: "要予約";
  font-size: 45%;
  padding: 1px 0.3em;
  margin-right: 0.2em;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  background-color: #2990c7;
}

main {
  border-bottom: solid 0.1px transparent;
}

video {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  align-self: center;
}

.com-flex {
  display: flex;
  align-items: center;
}

.com-flex__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.com-flex--right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.com-flex--right__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.com-flex--left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.com-flex--left__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.com-flex--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.com-flex--center__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.com-flex--around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.com-flex--around__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.com-flex--between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.com-flex--between__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.com-align {
  text-align: justify !important;
}

.com-align--center {
  text-align: center !important;
}

.com-align--right {
  text-align: right !important;
}

.com-align--left {
  text-align: left !important;
}

.com-annotation {
  display: block;
  font-size: 87.5%;
  line-height: 1.2;
}

.com-note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* 共通ロゴ **********************************************************/
.aquas-logo {
  position: relative;
  display: block;
}

.aquas-logo .logo-aquas {
  fill: #084780;
}

.aquas-logo .logo-yellow {
  fill: #CEC021;
}

.aquas-logo--wh {
  position: relative;
}

.aquas-logo--wh .logo-aquas {
  fill: #fff;
}

.aquas-logo--wh .logo-yellow {
  display: none;
}

.aquas-logo--wh .logo-txt {
  fill: #fff;
}

.aquas-logo--wh.notxt .logo-txt {
  display: none;
}

.aquas-logo.notxt {
  position: relative;
}

.aquas-logo.notxt .logo-txt {
  display: none;
}

a.logoLink {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a.logoLink img {
  width: 100%;
  height: 100%;
}

svg {
  display: block;
  max-width: 220px;
  min-width: 180px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  svg {
    max-width: 180px;
    min-width: auto;
  }
}

@media only screen and (max-width: 500px) {
  svg {
    max-width: 140px;
    min-width: auto;
  }
}

.arrow-rignt {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-left: 5px;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #ffe023;
  color: #2990c7;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.arrow-rignt:hover {
  transform: translate(1px, 1px);
}

.new_icon::before {
  content: "NEW";
  padding: 1px 5px;
  border-radius: 14px;
  color: white;
  background-color: dodgerblue;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.required {
  margin: 0 0.2em;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #2990c7;
  text-decoration: underline;
}

.required:hover {
  color: #5fb2de;
}

.required::before {
  content: "\f15c";
  margin-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
}

.priceBox {
  color: black;
}

.priceBox .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.priceBox .price::before {
  content: "￥";
  font-size: 80%;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}

.priceBox .price.puls::after {
  content: "/";
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 85%;
  color: black;
}

/* ボタンスタイル ******************************************************/
.btnWrap {
  margin-top: 20px;
  padding: 0 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .btnWrap {
    padding: 0 40px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 736px) {
  .btnWrap {
    padding: 0 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .btnWrap {
    padding: 0 20px;
  }
}

.btnWrap.set-left {
  justify-content: flex-start;
  padding-left: 0;
}

.btnWrap.set-left .BT-line {
  margin: 10px 10px 0 0;
}

.btnWrap.set-left .BT-face {
  margin: 10px 10px 0 0;
}

.btnWrap.set-right {
  justify-content: flex-end;
  padding-right: 0;
}

.btnWrap.set-right .BT-line {
  margin: 10px 0 0 10px;
}

.btnWrap.set-right .BT-face {
  margin: 10px 0 0 10px;
}

.btnWrap.set-vertical {
  flex-direction: column;
  align-items: center;
}

.btnWrap.set-vertical.set-left {
  align-items: flex-start;
}

.btnWrap.set-vertical.set-right {
  align-items: flex-end;
}

.BT-line, .BT-line--small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  margin: 10px 10px;
  padding: 0 0.5em;
  box-sizing: border-box;
  border: solid 1px #00b2d1;
  border-radius: 22.5px;
  font-size: 22px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-decoration: none;
  line-height: 1;
}

.BT-line.set-freewidth, .BT-line--small.set-freewidth {
  width: auto;
}

.BT-line:link, .BT-line--small:link {
  color: #00b2d1;
}

.BT-line:visited, .BT-line--small:visited {
  color: #00b2d1;
}

.BT-line:hover, .BT-line--small:hover {
  background-color: rgba(41, 144, 199, 0.15);
}

.BT-line.iconPosition-R, .BT-line--small.iconPosition-R {
  padding: 0 1.5em;
}

.BT-line.iconPosition-R::after, .BT-line--small.iconPosition-R::after {
  content: "\f105";
  color: #ffe023;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 120%;
}

.BT-line.iconPosition-L, .BT-line--small.iconPosition-L {
  padding: 0 1.5em;
}

.BT-line.iconPosition-L::before, .BT-line--small.iconPosition-L::before {
  content: "\f105";
  color: #ffe023;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 120%;
}

@media only screen and (max-width: 736px) {
  .BT-line, .BT-line--small {
    font-size: 18px;
  }
}

.BT-line--small {
  width: 170px;
  height: 40px;
  margin: 8px;
  padding: 0 0.5em;
  font-size: 15px;
}

.BT-face {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  min-width: 240px;
  margin: 10px;
  padding: 0 0.5em;
  box-sizing: border-box;
  background-color: #2990c7;
  border-radius: 27px;
  font-size: 28px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.BT-face:link {
  color: white;
}

.BT-face:visited {
  color: white;
}

.BT-face:hover {
  background-color: #00b2d1;
  color: #ffe023;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  transform: translateY(1px);
}

@media only screen and (max-width: 736px) {
  .BT-face {
    min-width: 220px;
    font-size: 22.4px;
  }
}

@media only screen and (max-width: 500px) {
  .BT-face {
    height: 48px;
    min-width: 200px;
    margin: 8px;
  }
}

/* 共通の囲みブロック ***************************************************/
.infoFrame {
  margin: 20px auto;
  padding: 5px 0;
  border: solid 4px #cbcbcb;
  box-sizing: border-box;
}

.infoFrame .priceList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  min-height: 74px;
}

.infoFrame .priceList .priceListTitle {
  font-size: 112.5%;
}

.infoFrame .priceList .priceListTitle small {
  display: block;
  font-size: 66.66%;
}

.infoFrame .priceList .breakWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: calc(100% - 150px);
}

.infoFrame .priceList .priceBoxWrap {
  text-align: center;
}

.infoFrame .priceList .priceBoxWrap small {
  font-size: 112.5%;
  color: #808080;
}

.infoFrame .priceList .priceBox .price {
  color: #2990c7;
  font-size: 42px;
  line-height: 1;
}

.infoFrame .priceList .priceBox .tax {
  vertical-align: text-top;
  font-size: 70%;
  color: #2990c7;
  white-space: nowrap;
  margin-right: -0.5em;
}

.infoFrame .priceList .priceBox .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.infoFrame .priceList .priceBox .tax::after {
  content: "）";
}

.infoFrame .priceList .priceBox--s .price {
  color: #2990c7;
  font-size: 38px;
  line-height: 1;
}

.infoFrame .priceList .priceBox--s .tax {
  vertical-align: text-top;
  font-size: 70%;
  color: #2990c7;
  white-space: nowrap;
}

.infoFrame .priceList .priceBox.icon-plus::before {
  content: "\f055";
  margin-right: 0.1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #989898;
}

.infoFrame .priceVariation {
  list-style: none;
  margin-top: -5px;
  margin-bottom: -5px;
}

.infoFrame .priceVariation li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 2px #d2d2d2;
}

.infoFrame .priceVariation li:last-child {
  border: none;
}

.infoFrame .priceVariation .normal {
  background-color: rgba(232, 218, 33, 0.1);
}

.infoFrame .priceVariation .member {
  background-color: rgba(0, 113, 168, 0.1);
}

.infoFrame.plusImg {
  padding-top: 0;
  padding-bottom: 0;
}

.infoFrame.plusImg .priceVariation {
  margin: 0;
}

.infoFrame.rightImg {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}

.infoFrame.rightImg .priceVariation {
  margin: 0;
}

.infoFrame.rightImg > * {
  width: 50%;
}

.infoFrame.rightImg .imgPhoto {
  padding-top: 0;
  flex-wrap: unset;
}

.infoFrame.rightImg .imgPhoto li {
  width: 100%;
  background-color: gray;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 736px) {
  .infoFrame.rightImg {
    flex-direction: column;
  }
  .infoFrame.rightImg > * {
    width: inherit;
  }
  .infoFrame.rightImg .imgPhoto li {
    padding-top: 30%;
  }
}

.infoFrame .imgPhoto {
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 0;
  background-color: #c4c4c4;
}

.infoFrame .imgPhoto > * {
  margin: 8px;
  list-style: none;
}

@media only screen and (max-width: 1024px) {
  .infoFrame .priceList .priceBoxWrap .priceBox .price {
    font-size: 37.8px;
  }
  .infoFrame .priceList .priceBoxWrap .priceBox.icon-plus::before {
    font-size: 30.6px;
  }
  .infoFrame .priceList .break-tb {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .infoFrame .priceList .priceBoxWrap .priceBox .price {
    font-size: 34px;
  }
  .infoFrame .priceList .priceBoxWrap .priceBox.icon-plus::before {
    font-size: 27.6px;
  }
  .infoFrame .priceList .break-pb {
    display: none;
  }
  .infoFrame .imgPhoto {
    flex-wrap: wrap;
    padding: 3px 3px 0;
  }
  .infoFrame .imgPhoto > * {
    width: calc(50% - 12px);
    margin: 6px;
  }
  .infoFrame .imgPhoto > * img {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .infoFrame .priceList .priceBoxWrap .priceBox .price {
    font-size: 30.6px;
  }
  .infoFrame .priceList .priceBoxWrap .priceBox.icon-plus::before {
    font-size: 24.8px;
  }
  .infoFrame .priceList .break-sp {
    display: none;
  }
  .infoFrame .imgPhoto {
    padding: 2px 2px 0;
  }
  .infoFrame .imgPhoto > * {
    width: calc(50% - 8px);
    margin: 4px;
  }
}

.infoFrame--list {
  margin: 20px auto;
  border: solid 4px #cbcbcb;
  box-sizing: border-box;
  list-style: none;
}

.infoFrame--list .frameList {
  list-style: none;
}

.infoFrame--list .frameList li {
  border-top: dashed 1px #cbcbcb;
  border-bottom: dashed 1px #cbcbcb;
}

.infoFrame--list .frameList li:first-child {
  border-top: none;
}

.infoFrame--list .frameList li:last-child {
  border-bottom: none;
}

.infoFrame--list .frameList li.bg-blue {
  background-color: #d3edfb;
}

.infoFrame--list .descriptionList {
  display: flex;
  align-items: center;
  min-height: 41px;
}

.infoFrame--list .timetableList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 41px;
}

/* ダイビング概要囲み枠 *************************************************/
.summaryFrame {
  padding: 10px 20px;
  border: solid 6px #00b2d1;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #00b2d1;
}

.summaryFrame li {
  position: relative;
  text-align: left;
  margin: 20px 0;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  list-style: none;
}

.summaryFrame li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  width: 32px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 140%;
  color: rgba(150, 150, 150, 0.4);
}

.summaryFrame li::before {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 80%;
  min-width: 5em;
}

.summaryFrame li.people {
  padding-left: 2em;
}

.summaryFrame li.people::after {
  content: "\f007";
}

.summaryFrame li.time {
  padding-left: 2em;
}

.summaryFrame li.time::after {
  content: "\f017";
}

.summaryFrame li.time::before {
  content: "所要時間：";
}

.summaryFrame li.holding {
  padding-left: 2em;
}

.summaryFrame li.holding::after {
  content: "\f073";
}

.summaryFrame li.holding::before {
  content: "開催期間：";
}

.summaryFrame li.qualification {
  padding-left: 2em;
}

.summaryFrame li.qualification::after {
  content: "\f1ae";
}

.summaryFrame li.qualification::before {
  content: "参加資格：";
}

@media only screen and (max-width: 1024px) {
  .summaryFrame li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 736px) {
  .summaryFrame li {
    margin: 15px 0;
    font-size: 18px;
  }
}

#diving-system {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 60px 20px;
}

#diving-system h2 {
  text-align: right;
}

#diving-system h2 img {
  width: 615px;
}

#diving-system .systemvisualWrap .imgblock {
  position: relative;
}

#diving-system .systemvisualWrap .imgblock > .illust1 {
  position: absolute;
  top: 54%;
  left: 37%;
  width: 16%;
}

#diving-system .systemvisualWrap .imgblock > .illust2 {
  position: absolute;
  top: 30%;
  left: 71%;
  width: 11.5%;
}

#diving-system .systemvisualWrap .linkblock img {
  width: 100%;
  height: 10px;
}

#diving-system .systemvisual {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}

#diving-system .systemvisual:hover li {
  opacity: 0.5;
}

#diving-system .systemvisual li {
  position: relative;
  width: 25%;
  padding-top: 35%;
  box-sizing: border-box;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#diving-system .systemvisual li:hover {
  opacity: 1;
}

#diving-system .systemvisual li:hover::before {
  content: url(../images/arrow-btm.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#diving-system .systemvisual li.row1 .category_txt {
  height: 43%;
}

#diving-system .systemvisual li.row2 .illust1 {
  position: absolute;
  bottom: 14%;
  right: -12%;
  width: 64%;
  z-index: 2;
}

#diving-system .systemvisual li.row2 .category_txt {
  height: 65%;
}

#diving-system .systemvisual li.row3 .category_txt {
  height: 65%;
}

#diving-system .systemvisual li.row3 .category_txt dt small {
  padding-top: 0.9em;
}

#diving-system .systemvisual li.row4 .illust2 {
  position: absolute;
  bottom: 17%;
  right: 70%;
  width: 46%;
  z-index: 2;
}

#diving-system .systemvisual li.row4 .category_txt {
  height: 75%;
}

#diving-system .systemvisual li .category_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8%;
  text-align: center;
}

#diving-system .systemvisual li .category_txt dt {
  padding: 0 5%;
  line-height: 1.2;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #003380;
}

#diving-system .systemvisual li .category_txt dt small {
  display: block;
  font-size: 110%;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
}

#diving-system .systemvisual li .category_txt dd {
  min-height: 3.5em;
  padding: 0 10%;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: white;
}

#diving-system .systemlink {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
}

#diving-system .systemlink li {
  position: relative;
  box-sizing: border-box;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
}

#diving-system .systemlink li:hover {
  opacity: 0.7;
}

#diving-system .systemlink li a {
  text-decoration: none;
}

#diving-system .systemlink li a::after {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 160%;
  line-height: 1;
}

#diving-system .systemlink li a:hover::after {
  transform: translateY(3px);
}

#diving-system .systemlink li.row1 {
  width: 25%;
}

#diving-system .systemlink li.row1 a {
  color: #29abe2;
}

#diving-system .systemlink li.row2 {
  width: 50%;
}

#diving-system .systemlink li.row2 a {
  color: #44bdc0;
}

#diving-system .systemlink li.row3 {
  width: 25%;
  letter-spacing: -0.05em;
}

#diving-system .systemlink li.row3 a {
  color: #0071bc;
}

@media only screen and (max-width: 1024px) {
  #diving-system {
    padding: 0 40px;
  }
  #diving-system .systemvisual li .category_txt dt {
    font-size: 2.05vw;
  }
  #diving-system .systemvisual li .category_txt dt small {
    font-size: 1.94vw;
  }
  #diving-system .systemvisual li .category_txt dd {
    font-size: 1.638vw;
  }
  #diving-system .systemlink li {
    font-size: 2.05vw;
  }
}

@media only screen and (max-width: 736px) {
  #diving-system {
    padding: 0 20px;
  }
  #diving-system h2 {
    text-align: center;
  }
  #diving-system .scroll_y {
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: auto;
  }
  #diving-system .systemvisualWrap {
    padding-left: 40px;
    padding-right: 40px;
    width: 657px;
  }
  #diving-system .systemvisual li .category_txt dt {
    font-size: 15px;
  }
  #diving-system .systemvisual li .category_txt dt small {
    font-size: 14.3px;
  }
  #diving-system .systemvisual li .category_txt dd {
    font-size: 12px;
  }
  #diving-system .systemlink li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 500px) {
  #diving-system {
    padding: 0 20px;
  }
  #diving-system .scroll_y {
    margin-left: -20px;
    margin-right: -20px;
  }
  #diving-system .systemvisualWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* サイト幅 ***********************************************************/
.basicWrap {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .basicWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 736px) {
  .basicWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .basicWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wideWrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 1024px) {
  .wideWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 736px) {
  .wideWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .wideWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 表示制限 ***********************************************************/
@media screen and (min-width: 1024px) {
  .is-active--sp {
    display: none;
  }
  .is-active--sp.is-active--pc {
    display: block;
  }
  .is-active--tb {
    display: none;
  }
  .is-active--tb.is-active--pc {
    display: block;
  }
}

@media screen and (min-width: 500px) and (max-width: 1024px) {
  .is-active--pc {
    display: none;
  }
  .is-active--pc.is-active--tb {
    display: block;
  }
  .is-active--sp {
    display: none;
  }
  .is-active--sp.is-active--tb {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .is-active--pc {
    display: none;
  }
  .is-active--pc.is-active--sp {
    display: block;
  }
  .is-active--tb {
    display: none;
  }
  .is-active--tb.is-active--sp {
    display: block;
  }
}

/* リセット余白 ***************************************************/
.mgb-0px {
  margin-bottom: 0 !important;
}

.mgr-0px {
  margin-right: 0 !important;
}

/* 段落区切りボーダー ***************************************************/
hr {
  border: none;
  border-top: solid 1px #333;
}

hr.set-margin--word {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 736px) {
  hr.set-margin--word {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

hr.set-margin--content {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 736px) {
  hr.set-margin--content {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

hr.set-margin--section {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 736px) {
  hr.set-margin--section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

hr.basicWrap {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  hr.basicWrap {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 736px) {
  hr.basicWrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #00b2d1;
  font-weight: normal;
  width: 100%;
}

.anchorlink {
  padding-top: 80px;
  margin-top: -80px;
}

/* Modalスタイル ******************************************************/
.modal {
  margin: 0 auto;
  border-radius: 10px;
  background-color: white;
}

.modal .modalWrap {
  overflow: hidden;
  border-radius: 10px;
}

.modal .modalWrap .modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 60px;
  border-bottom: solid 1px #888;
}

.modal .modalWrap .modal-contentsWrap {
  max-height: 80vh;
  overflow-y: auto;
}

.modal .modalWrap .modal-contentsWrap .modal-contents {
  padding: 25px 40px;
}

@media only screen and (max-width: 736px) {
  .modal .modalWrap .modal-contentsWrap .modal-contents {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .modal .modalWrap .modal-title {
    height: 60px;
  }
  .modal .modalWrap .modal-contentsWrap .modal-contents {
    padding: 25px 20px;
  }
}

.lity-wrap {
  padding-left: 10%;
  padding-right: 10%;
}

@media only screen and (max-width: 736px) {
  .lity-wrap {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media only screen and (max-width: 500px) {
  .lity-wrap {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.lity-container {
  min-width: 500px;
}

@media only screen and (max-width: 500px) {
  .lity-container {
    width: 90%;
    min-width: inherit;
  }
}

/* 共通見出し **********************************************************/
.common-contentsSpacing {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .common-contentsSpacing {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 736px) {
  .common-contentsSpacing {
    margin-top: 64px;
  }
}

.common-contentsSpacing--half {
  margin-top: 50px;
}

@media only screen and (max-width: 736px) {
  .common-contentsSpacing--half {
    margin-top: 40px;
  }
}
