@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}

a {
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

a:hover, a:active, a.active {
  color: #005398;
}

/* for bg image */
h1 a, .pgtop a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------common--------------------------------------------------------- */
.brpc {
  display: block;
}

.brsp {
  display: none;
}

header {
  width: calc(100% - 40px);
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
}
header.deactive {
  pointer-events: none;
}
header.on .tt p {
  background-image: none;
  background-color: #FFF;
}
header.on .tt p span {
  color: #000000;
}
header.on .buttons .entry a {
  color: #000000;
  background-color: #FFF;
  background-image: none;
}
header.on .buttons .hum {
  background-color: #FFF;
  background-image: none;
}
header.on .buttons .hum div span {
  background-color: #000000;
}
header.on .buttons .hum div span:nth-child(1) {
  width: 20px;
  top: 8px;
  transform: rotate(45deg);
}
header.on .buttons .hum div span:nth-child(2) {
  opacity: 0;
}
header.on .buttons .hum div span:nth-child(3) {
  width: 20px;
  top: 8px;
  transform: rotate(-45deg);
}
header .tt {
  width: 168px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 20px;
  transition: all 0.25s ease-in 0s;
}
header .tt.change {
  width: 120px;
}
header .tt.change h1 {
  margin-bottom: 0px;
}
header .tt.change h1 a {
  height: 40px;
  background-size: 66px 24px;
}
header .tt.change p {
  height: 30px;
}
header .tt.change p span {
  font-size: 1rem;
}
header .tt h1 {
  width: 100%;
  background-color: #FFF;
  margin-bottom: 4px;
}
header .tt h1 a {
  width: 100%;
  height: 92px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110px 40px;
  transition: all 0.25s ease-in 0s;
}
header .tt p {
  width: 100%;
  height: 40px;
  background-image: url(../images/bg_tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 12px 12px;
  transition: all 0.25s ease-in 0s;
}
header .tt p span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
header .buttons {
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 10px;
  position: fixed;
  top: 30px;
  right: 20px;
}
header .buttons .entry {
  width: 130px;
  margin-left: auto;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
header .buttons .entry:hover {
  filter: brightness(1.2);
}
header .buttons .entry a {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  height: 48px;
  background-image: url(../images/bg_tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  transition: all 0.25s ease-in 0s;
}
header .buttons .hum {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-image: url(../images/bg_tt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
header .buttons .hum:hover {
  filter: brightness(1.2);
}
header .buttons .hum:hover div span:nth-child(1), header .buttons .hum:hover div span:nth-child(2) {
  width: 20px;
}
header .buttons .hum div {
  width: 20px;
  height: 17px;
  position: relative;
}
header .buttons .hum div span {
  height: 2px;
  right: 0px;
  background-color: #FFF;
  border-radius: 2px;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
header .buttons .hum div span:nth-child(1) {
  width: 10px;
  top: 0px;
}
header .buttons .hum div span:nth-child(2) {
  width: 16px;
  top: 7px;
}
header .buttons .hum div span:nth-child(3) {
  width: 20px;
  top: 15px;
}

nav {
  width: 100%;
  height: 100vh;
  background-color: #27a7a6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 777;
  overflow-y: scroll;
  clip-path: inset(0 0 100% 0);
  pointer-events: "none";
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
nav.on {
  clip-path: inset(0 0 0 0);
  pointer-events: "auto";
  opacity: 1;
}
nav .inner {
  width: calc(100% - 160px);
  padding: 180px 0 90px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 80px;
}
nav .inner .line {
  text-align: left;
  width: calc((100% - 160px) / 3);
}
nav .inner .line dl {
  width: 100%;
}
nav .inner .line dl:not(:last-child) {
  margin-bottom: 40px;
}
nav .inner .line dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
nav .inner .line dl dt:not(:last-child) {
  margin-bottom: 24px;
}
nav .inner .line dl dd {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner .line dl dd:not(:last-child) {
  margin-bottom: 24px;
}
nav .inner .line dl dd.info p {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: solid 1px #5ad0c0;
}
nav .inner .line dl dd.info p:not(:last-child) {
  margin-bottom: 12px;
}
nav .inner .line dl dd p:not(:last-child) {
  margin-bottom: 8px;
}
nav .inner .line dl dd p.explain {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding-bottom: 8px;
  border-bottom: solid 1px #5ad0c0;
}
nav .inner .line dl dd p.sub {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
nav .inner .line dl dd p.sub:not(:last-child) {
  margin-bottom: 16px;
}
nav .inner .line dl dd p a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
nav .inner .line dl dd p a[target=_blank]::before {
  background-image: url(../images/icon_blank_nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 10px;
}
nav .inner .line dl dd p a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #003c89;
  background-image: url(../images/arrow_navi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 10px;
  border-radius: 12px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
nav .inner .line dl dd p a:hover::before {
  background-color: #5ad0c0;
}
nav .inner .line dl dd p a:hover span {
  color: #5ad0c0;
}
nav .inner .line dl dd p a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 8px;
  transition: all 0.25s ease-in 0s;
}
nav .inner .line .banner {
  width: 100%;
}
nav .inner .line .banner dl {
  width: 100%;
}
nav .inner .line .banner dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
nav .inner .line .banner dl dd {
  width: 100%;
  position: relative;
}
nav .inner .line .banner dl dd a {
  transition: all 0.25s ease-in 0s;
}
nav .inner .line .banner dl dd a:hover {
  opacity: 0.8;
}
nav .inner .line .banner dl dd a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #003c89;
  background-image: url(../images/icon_blank_nav.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 10px;
  border-radius: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
}
nav .inner ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner ul li {
  width: 100%;
}
nav .inner ul li:not(:last-child) {
  border-bottom: solid 1px #005398;
}
nav .inner ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all 0.25s ease-in 0s;
}
nav .inner ul li a:hover {
  background-color: #0081cc;
}
nav .inner ul li a::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/icon_submenu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav .inner ul li a dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}
nav .inner ul li a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
nav .inner ul li a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
nav .inner ul li a dl dd:not(:last-child) {
  margin-bottom: 10px;
}

.myindex {
  width: 100%;
  padding: 60px 0;
  background-color: #F1F1F1;
}
.myindex ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.myindex ul li {
  width: 216px;
  position: relative;
  clip-path: circle(0% at 50% 50%);
}
.myindex ul li:not(:first-child) {
  margin-left: 60px;
}
.myindex ul li:nth-child(1) {
  transition: all 0.5s ease-out 0s;
}
.myindex ul li:nth-child(2) {
  transition: all 0.5s ease-out 0.3s;
}
.myindex ul li:nth-child(3) {
  transition: all 0.5s ease-out 0.6s;
}
.myindex ul li:nth-child(4) {
  transition: all 0.5s ease-out 0.9s;
}
.myindex ul li a {
  width: 100%;
  height: 216px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 108px;
}
.myindex ul li a > span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
  z-index: 1;
}
.myindex ul li a > span > span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-top: 5px;
  display: inline-block;
}
.myindex ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 108px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.25s ease-in 0s;
}
.myindex ul li a::after {
  content: "MORE";
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  background-image: url(../images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 16px 12px;
  padding: 0 0 17px 0;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 27px);
  z-index: 1;
  display: block;
}
.myindex ul li a:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.myindex.on ul li {
  clip-path: circle(50% at 50% 50%);
}

footer {
  width: 100%;
  padding: 50px 0px;
  box-sizing: border-box;
}
footer .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 1;
  transition: all 0.5s ease-in 1s;
}
footer .inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 24px;
}
footer .inner ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
footer .inner ul li::after {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
footer .inner ul li span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
footer .inner p {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

.pgtop {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  cursor: pointer;
}
.pgtop:hover::before {
  opacity: 0.75;
}
.pgtop:hover span {
  opacity: 0.75;
}
.pgtop::before {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url(../images/arrow_pgtop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  transition: all 0.25s ease-in 0s;
}
.pgtop span {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.1990407674vw;
  }

  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  body {
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  header {
    width: calc(100% - 16px);
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    left: 8px;
    top: 0px;
    z-index: 999;
    box-sizing: border-box;
  }
  header.on .tt p {
    background-image: none;
    background-color: #FFF;
  }
  header.on .tt p span {
    color: #000000;
  }
  header.on .buttons .entry a {
    color: #000000;
    background-color: #FFF;
    background-image: none;
  }
  header.on .buttons .hum {
    background-color: #FFF;
    background-image: none;
  }
  header.on .buttons .hum div span {
    background-color: #000000;
  }
  header.on .buttons .hum div span:nth-child(1) {
    width: 16px;
    top: 6px;
  }
  header.on .buttons .hum div span:nth-child(2) {
    opacity: 0;
  }
  header.on .buttons .hum div span:nth-child(3) {
    width: 16px;
    top: 6px;
  }
  header .tt {
    width: 88px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .tt.change {
    width: 88px;
  }
  header .tt.change h1 {
    margin-bottom: 0px;
  }
  header .tt.change h1 a {
    height: 40px;
    background-size: 66px 24px;
  }
  header .tt.change p {
    height: 20px;
  }
  header .tt.change p span {
    font-size: 0.8rem;
  }
  header .tt h1 {
    width: 100%;
    background-color: #FFF;
    margin-bottom: 0px;
  }
  header .tt h1 a {
    width: 100%;
    height: 40px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66px 24px;
  }
  header .tt p {
    width: 100%;
    height: 20px;
    border-radius: 0 0 8px 8px;
  }
  header .tt p span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transition: all 0.25s ease-in 0s;
  }
  header .buttons {
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 10px;
    top: 16px;
    right: 8px;
  }
  header .buttons .entry {
    width: 96px;
    margin-left: auto;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  header .buttons .entry:hover {
    filter: brightness(1.2);
  }
  header .buttons .entry a {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    height: 32px;
    border-radius: 16px;
  }
  header .buttons .hum {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
  header .buttons .hum:hover {
    filter: brightness(1.2);
  }
  header .buttons .hum:hover div span:nth-child(1), header .buttons .hum:hover div span:nth-child(2) {
    width: 16px;
  }
  header .buttons .hum div {
    width: 16px;
    height: 12px;
    position: relative;
  }
  header .buttons .hum div span {
    height: 2px;
    right: 0px;
    border-radius: 1px;
  }
  header .buttons .hum div span:nth-child(1) {
    width: 8px;
    top: 0px;
  }
  header .buttons .hum div span:nth-child(2) {
    width: 12px;
    top: 5px;
  }
  header .buttons .hum div span:nth-child(3) {
    width: 16px;
    top: 10px;
  }

  nav .inner {
    width: calc(100% - 40px);
    padding: 92px 0 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 0;
  }
  nav .inner .line {
    width: 100%;
  }
  nav .inner .line dl {
    width: 100%;
  }
  nav .inner .line dl:not(:last-child) {
    margin-bottom: 40px;
  }
  nav .inner .line dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  nav .inner .line dl dt:not(:last-child) {
    margin-bottom: 16px;
  }
  nav .inner .line dl dd {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner .line dl dd:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .inner .line dl dd.info p {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: solid 1px #5ad0c0;
  }
  nav .inner .line dl dd.info p:not(:last-child) {
    margin-bottom: 12px;
  }
  nav .inner .line dl dd.info p.explain {
    display: none;
  }
  nav .inner .line dl dd p:not(:last-child) {
    margin-bottom: 8px;
  }
  nav .inner .line dl dd p.explain {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding-bottom: 8px;
    border-bottom: solid 1px #5ad0c0;
  }
  nav .inner .line dl dd p.sub {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  nav .inner .line dl dd p.sub:not(:last-child) {
    margin-bottom: 16px;
  }
  nav .inner .line dl dd p a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner .line dl dd p a[target=_blank]::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 7px;
  }
  nav .inner .line dl dd p a::before {
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow_navi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4px 8px;
    border-radius: 8px;
  }
  nav .inner .line dl dd p a:hover::before {
    background-color: #5ad0c0;
  }
  nav .inner .line dl dd p a:hover span {
    color: #5ad0c0;
  }
  nav .inner .line dl dd p a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 8px;
    transition: all 0.25s ease-in 0s;
  }
  nav .inner .line .banner {
    width: 100%;
  }
  nav .inner .line .banner dl {
    width: 100%;
  }
  nav .inner .line .banner dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  nav .inner .line .banner dl dd {
    width: 100%;
    position: relative;
  }
  nav .inner .line .banner dl dd a {
    transition: all 0.25s ease-in 0s;
  }
  nav .inner .line .banner dl dd a:hover {
    opacity: 0.8;
  }
  nav .inner .line .banner dl dd a::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #003c89;
    background-image: url(../images/icon_blank_nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 10px;
    border-radius: 12px;
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
  }
  nav .inner ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav .inner ul li {
    width: 100%;
  }
  nav .inner ul li:not(:last-child) {
    border-bottom: solid 1px #005398;
  }
  nav .inner ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    transition: all 0.25s ease-in 0s;
  }
  nav .inner ul li a:hover {
    background-color: #0081cc;
  }
  nav .inner ul li a::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../images/icon_submenu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  nav .inner ul li a dl {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }
  nav .inner ul li a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  nav .inner ul li a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  nav .inner ul li a dl dd:not(:last-child) {
    margin-bottom: 10px;
  }

  .myindex {
    width: 100%;
    padding: 60px 0;
    background-color: #F1F1F1;
  }
  .myindex ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .myindex ul li {
    width: 216px;
    position: relative;
    clip-path: circle(0% at 50% 50%);
  }
  .myindex ul li:not(:first-child) {
    margin-left: 60px;
  }
  .myindex ul li:nth-child(1) {
    transition: all 0.5s ease-out 0s;
  }
  .myindex ul li:nth-child(2) {
    transition: all 0.5s ease-out 0.3s;
  }
  .myindex ul li:nth-child(3) {
    transition: all 0.5s ease-out 0.6s;
  }
  .myindex ul li:nth-child(4) {
    transition: all 0.5s ease-out 0.9s;
  }
  .myindex ul li a {
    width: 100%;
    height: 216px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 108px;
  }
  .myindex ul li a > span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .myindex ul li a > span > span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-top: 5px;
    display: inline-block;
  }
  .myindex ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 108px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  .myindex ul li a::after {
    content: "MORE";
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    background-image: url(../images/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 16px 12px;
    padding: 0 0 17px 0;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 27px);
    z-index: 1;
    display: block;
  }
  .myindex ul li a:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .myindex.on ul li {
    clip-path: circle(50% at 50% 50%);
  }

  footer {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
  footer .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 24px;
  }
  footer .inner ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  footer .inner ul li::after {
    width: 14px;
    height: 12px;
  }
  footer .inner ul li span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  footer .inner p {
    color: #0059b8;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }

  .pgtop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 5;
    cursor: pointer;
  }
  .pgtop:hover::before {
    opacity: 0.75;
  }
  .pgtop:hover span {
    opacity: 0.75;
  }
  .pgtop::before {
    content: "";
    width: 11px;
    height: 15px;
    background-image: url(../images/arrow_pgtop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    transition: all 0.25s ease-in 0s;
  }
  .pgtop span {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.25s ease-in 0s;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/*# sourceMappingURL=style_common.css.map */
