@charset "UTF-8";
.show {
  opacity: 1 !important;
  transition: 0.2s;
}

.hide {
  opacity: 0 !important;
  transition: 0.2s;
  display: none;
}

.page-contents-wrap {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

/****************************************************************************
************  PC  共通
****************************************************************************/
.floating-icon {
  width: 286px;
  height: 286px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 9999;
  opacity: 0.8;
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite;
  transition: 0.2s;
}
.floating-icon img {
  width: 100%;
}
.floating-icon:hover {
  opacity: 1;
}


.main-title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
p.sub-text {
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
}
.title-icon {
  position: relative;
}
.title-icon::before {
  content: "";
  display: block;
  background-image: url(../images/1x/title-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: -80%;
  left: -10%;
  width: 166px;
  height: 98px;
}

.btn {
  width: 280px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF0000;
  border-radius: 24px;
  position: relative;
}
.btn a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.btn::after {
  content: ">";
  display: block;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translate(-20px, -50%);
  color: #fff;
}

.page-header {
  width: 100%;
  height: 370px;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
.page-header::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #0071BC, #29ABE2);
  width: 100%;
  height: 370px;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}

.page-header-left-wave {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translate(-10%, -50%);
  max-width: 340px;
  z-index: -1;
}
.page-header-left-wave img {
  width: 100%;
}

.page-header-center-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 540px;
  z-index: -1;
}
.page-header-center-icon img {
  width: 100%;
}

.page-header-right-wave {
  position: absolute;
  top: 50%;
  right: 14%;
  transform: translate(-10%, -50%);
  max-width: 340px;
  z-index: -1;
}
.page-header-right-wave img {
  width: 100%;
}

.page-header-chara {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 30px);
  text-align: center;
  -webkit-animation: charaMove 1s forwards;
          animation: charaMove 1s forwards;
}
.page-header-chara img {
  width: 50%;
  margin: 0 auto;
}

h1.page-header-title {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

ul.page-breadcrumbs {
  padding: 10px 0;
}
ul.page-breadcrumbs li {
  font-size: 16px;
  margin-right: 8px;
}
ul.page-breadcrumbs li a {
  text-decoration: underline;
}

.page-top-title {
  position: relative;
}
.page-top-title::before {
  content: "";
  display: block;
  background-image: url(../images/2x/page-title-line@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 482px;
  height: 28.5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.page-start {
  margin: 50px auto 0;
}
.page-end {
  margin: 50px auto 0;
}
h2.page-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #FF3FDA;
  margin: 0px auto 0;
}
h2.page-title::before {
  content: "";
  display: block;
  background-image: url(../images/2x/page-title-icon-left@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 64px;
  height: 56.5px;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: -1;
  transform: translateY(-50%);
}
h2.page-title::after {
  content: "";
  display: block;
  background-image: url(../images/2x/page-title-icon-right@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 76px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: -1;
  transform: translateY(-50%);
}

.page-top-message {
  margin-top: 56px;
}
.page-top-message p {
  font-size: 17px;
  line-height: 1.6;
}

ul.page-top-list {
  margin-top: 30px;
}
ul.page-top-list li {
  font-size: 17px;
  line-height: 1.6;
}
ul.page-top-list li span {
  color: #3FFF72;
}

ul.page-message-area {
  margin: 90px auto 40px;
  justify-content: space-between;
}

h3.sec-title {
  font-size: 24px;
  color: #FF3FDA;
  font-weight: bold;
  position: relative;
  margin-left: 46px;
  border-bottom: solid 5px #FFF63F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h3.sec-title::before {
  content: "";
  display: block;
  width: 42px;
  height: 37px;
  background-image: url(../images/2x/h3-icon@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%);
  z-index: -1;
}

li.message-text {
  width: 70%;
  margin: 10px;
}
li.message-text p {
  font-size: 17px;
  margin-top: 24px;
}

li.message-img {
  width: 30%;
  max-width: 300px;
  height: 210px;
  margin: 10px;
}
li.message-img img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wave-bg {
  width: 100%;
  padding: 60px 0 0;
  background-color: #fff;
}
.wave-bg img {
  width: 100%;
}

.page-contents h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
  line-height: 1.6;
}
.page-contents h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.6;
}
.page-contents h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.page-contents p {
  font-size: 14px;
  line-height: 1.6;
}

/**  ヘッダー
****************************************************************************/
#header {
  width: 100%;
  height: 80px;
  background-color: #FBFF3F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 24px;
}

nav ul li {
  margin-right: 36px;
}
nav ul li a {
  font-size: 16px;
}
nav ul li:last-child {
  margin-right: 0;
}

/**  フッター
****************************************************************************/
#footer {
  background: linear-gradient(to top, #140068, #0071BC);
  padding: 150px 0 60px;
  position: relative;
  overflow: hidden;
}

.footer-fish-1 {
  position: absolute;
  top: 10%;
  right: -20%;
  -webkit-animation: fish1 6s infinite 2s;
          animation: fish1 6s infinite 2s;
}

.footer-fish-2 {
  position: absolute;
  top: 30%;
  right: -20%;
  -webkit-animation: fish2 5s infinite 1s;
          animation: fish2 5s infinite 1s;
}

.footer-fish-3 {
  position: absolute;
  top: 60%;
  right: -20%;
  -webkit-animation: fish3 6s infinite 2s;
          animation: fish3 6s infinite 2s;
}

.footer-fish-4 {
  position: absolute;
  top: 80%;
  right: -20%;
  -webkit-animation: fish4 5s infinite 1s;
          animation: fish4 5s infinite 1s;
}

.footer-fish-5 {
  position: absolute;
  top: 30%;
  right: -20%;
  -webkit-animation: fish5 6s infinite 1s;
          animation: fish5 6s infinite 1s;
}

.footer-fish-6 {
  position: absolute;
  top: 20%;
  right: -20%;
  -webkit-animation: fish6 3s infinite 1s;
          animation: fish6 3s infinite 1s;
}

.footer-fish-7 {
  position: absolute;
  top: 60%;
  right: -20%;
  -webkit-animation: fish7 8s infinite 1s;
          animation: fish7 8s infinite 1s;
}

.footer-area {
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-info {
  margin-bottom: 40px;
}

li.site-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

li.f-info {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}

ul.footer-nav li {
  margin-bottom: 20px;
}
ul.footer-nav li a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

li.nav-area:first-child {
  margin-right: 40px;
}

p.copyright {
  width: 100%;
  padding: 16px;
  text-align: center;
  font-size: 12px;
  background-color: #FBFF3F;
}

/****************************************************************************
************  SP  共通
****************************************************************************/
/****************************************************************************
************  レスポンシブ
****************************************************************************/
@media screen and (min-width: 781px) {
  .pc_part {
    display: block;
  }
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  .main-title h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .title-icon {
    position: relative;
  }
  .title-icon::before {
    content: "";
    display: block;
    background-image: url(../images/1x/title-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: -80%;
    left: -10%;
    width: 166px;
    height: 98px;
  }
  .btn {
    width: 280px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF0000;
    border-radius: 24px;
    position: relative;
  }
  .btn a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .btn::after {
    content: ">";
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 48%;
    right: 20px;
    transform: translate(-20px, -50%);
    color: #fff;
  }
  .page-header {
    width: 100%;
    height: 180px;
    margin-top: 80px;
  }
  .page-header::before {
    height: 180px;
  }
  .page-header-left-wave {
    top: 50%;
    left: 4%;
    max-width: 120px;
  }
  .page-header-right-wave {
    top: 50%;
    right: 4%;
    max-width: 120px;
  }
  .page-header-chara img {
    width: 60%;
  }
  h1.page-header-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
  }
  ul.page-breadcrumbs {
    padding: 10px 0;
  }
  ul.page-breadcrumbs li {
    font-size: 16px;
    margin-right: 8px;
  }
  .page-top-title::before {
    width: 241px;
    height: 14.25px;
  }
  h2.page-title {
    margin: 30px auto 0;
    font-size: 20px;
  }
  h2.page-title::before {
    width: 32px;
    height: 28.25px;
    top: 50%;
    left: -20px;
  }
  h2.page-title::after {
    width: 38px;
    height: 34.5px;
    top: 50%;
    right: -20px;
  }
  .page-top-message {
    margin-top: 30px;
  }
  .page-top-message p {
    font-size: 16px;
    line-height: 1.6;
  }
  ul.page-top-list {
    margin-top: 30px;
  }
  ul.page-top-list li {
    font-size: 16px;
    line-height: 1.6;
  }
  ul.page-message-area {
    margin: 50px auto 40px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  h3.sec-title {
    font-size: 18px;
    color: #FF3FDA;
    font-weight: bold;
    position: relative;
    margin-left: 24px;
  }
  h3.sec-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 24px;
    background-image: url(../images/2x/h3-icon@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    z-index: -1;
  }
  li.message-text {
    width: 100%;
    margin: 10px auto 0;
  }
  li.message-text p {
    font-size: 16px;
    margin-top: 24px;
  }
  li.message-img {
    width: 100%;
    max-width: 460px;
    height: 240px;
    margin: 10px auto;
  }
  li.message-img img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .wave-bg {
    width: 100%;
    padding-top: 60px;
  }
  .wave-bg img {
    width: 100%;
  }
  .floating-icon {
    display: none;
  }
  .floating-icon_sp {
    width: 100%;
    display: flex;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .floating-icon_sp a {
    width: 50%;
    height: 70px;
  }
  .floating-icon_sp a:first-child {
    background-color: #fbff3f;
  }
  .floating-icon_sp a:last-child {
    background-color: #00ff38;
  }
  .floating-icon_sp img {
    width: 100%;
    height: 70px;
    object-fit: contain;  
  }
  /**  ヘッダー
  ****************************************************************************/
  #header {
    width: 100%;
    height: 80px;
    background-color: #FBFF3F;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .header-container {
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 24px;
  }
  nav {
    width: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
  }
  nav ul {
    margin-right: 28px;
  }
  nav ul li {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  nav ul li a {
    font-size: 18px;
    font-weight: bold;
  }
  nav ul li:last-child {
    margin-right: 0;
  }
  .main-logo {
    padding: 24px 0 0 10px;
  }
  .menu-icon {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    transition: .3s;
  }
  .menu-icon::before {
    content: "MENU";
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    top: 30px;
    right: 10px;
  }
  .menu-icon img {
    height: 60px;
    padding-top: 10px;
  }
  .menu-list {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #FBFF3F;
    transition: 0.4s;
    opacity: 0;
    overflow: hidden;
  }
  .menu-switch {
    transform: rotate(45deg);
  }
  .menu-list .wave_2 {
    position: absolute;
    top: unset;
    left: 50%;
    bottom: -2px;
    width: 100%;
    transform: translateX(-50%);
  }
  .menu-open {
    right: 0;
    opacity: 1;
  }
  /**  フッター
  ****************************************************************************/
  #footer {
    background: linear-gradient(to top, #140068, #0071BC);
    padding: 150px 0 60px;
  }
  .footer-area {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-info {
    margin-bottom: 40px;
  }
  li.site-name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
  }
  li.f-info {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
  }
  ul.footer-nav {
    display: none;
  }
}