@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v53/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #333;
  font-size: 62.5%;
  /* 10px */
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
}
body {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 2.6rem / 2;
  }
  .outerBlock {
    min-width: 375px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 375px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
body,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  body,
  p {
    font-size: 2.6rem / 2;
  }
}
@media screen and (max-width: 1200px) and (min-width: 900px) {
  body,
  p {
    font-size: 2.6rem;
  }
}
a {
  transition: 0.3s ease-in-out;
}
.innerBlock {
  padding: 0 100px;
}
@media screen and (max-width: 1200px) {
  .innerBlock {
    padding: 0 30px / 2;
  }
}
button {
  outline: none;
}
strong {
  font-family: initial;
}
/*------------------------------------------------------------------------------
    common
------------------------------------------------------------------------------*/
h1,
h2 {
  line-height: 1;
}
h3,
h4 {
  font-weight: bold;
  line-height: 1.5;
}
h3 {
  font-size: 3rem;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 1.8rem;
    margin: 0 auto 30px;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 5%;
    width: 100%;
  }
}
@media (max-width: 1220px) {
  .wrap {
    padding: 0 5%;
    width: 100%;
  }
}
.list_wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .list_wrap {
    display: block;
  }
}
.center {
  text-align: center;
}
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
  padding: 21px 0;
  height: 70px;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .innerRight a {
  display: inline-block;
  vertical-align: middle;
}
header .wrap .innerRight a:hover {
  opacity: 0.7;
}
header .wrap .innerRight nav {
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .innerRight nav ul {
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .innerRight nav ul li {
  line-height: 1.1;
  padding-left: 34px;
  font-size: 15px;
}
header .wrap .innerRight nav ul li a {
  line-height: 1;
}
header .wrap .innerRight .hamburger {
  display: none;
}
header .wrap .innerRight .nav_btn,
header .wrap .innerRight .nav_bg {
  display: none;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 15px 0;
    background-color: #fff;
    height: 50px;
  }
  header .innerLeft {
    margin-left: 0;
  }
  header .innerLeft h1 {
    width: 130px;
  }
  header .innerRight {
    margin-right: 3%;
    /* bager menu */
  }
  header .innerRight a:first-child,
  header .innerRight a:nth-child(2) {
    display: none;
  }
  header .innerRight a:hover {
    opacity: 0.7;
  }
  header .innerRight nav {
    padding: 0;
  }
  header .innerRight nav ul#navi {
    transition: all 0.6s;
    overflow-y: auto;
    padding: 60px 12% 0 4%;
    width: 100%;
    height: 100vh;
    z-index: 200;
    top: 0;
    margin-right: -2%;
    right: -100%;
    background-color: #fff;
    position: fixed;
    display: block;
  }
  header .innerRight nav ul#navi .line {
    border-bottom: 1px #ee72aa solid;
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  header .innerRight nav ul#navi li {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: inherit;
    border-right: none;
    padding-left: 0;
  }
  header .innerRight nav ul#navi li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  header .innerRight nav ul#navi li a {
    display: block;
    padding: 0.5em 0.5em 1em;
  }
  header .innerRight nav ul#navi li a .menu_title {
    font-size: 2.8rem;
    background: linear-gradient(270deg, #B961D5 0%, #ED7BD4 40%, #EE71A7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .innerRight nav ul#navi li a .sub {
    font-size: 1.2rem;
    padding-top: 15px;
    display: block;
    background: linear-gradient(268deg, #B961D5 80%, #ED7BD4 50%, #EE71A7 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .innerRight nav ul#navi li .page {
    font-size: 14px;
    background: linear-gradient(268deg, #B961D5 80%, #ED7BD4 50%, #EE71A7 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .innerRight .nav_btn,
  header .innerRight .nav_bg {
    display: block !important;
  }
  header .innerRight .nav_btn {
    width: 50px;
    height: 50px;
    z-index: 300;
    position: absolute;
    top: 2%;
    right: 2%;
  }
  header .innerRight .nav_btn .hamburger_line {
    transition: all 0.6s;
    width: 26px;
    height: 2px;
    left: 11px;
    background-color: #333;
    position: absolute;
  }
  header .innerRight .nav_btn .hamburger_line.hamburger_line1 {
    top: 14px;
  }
  header .innerRight .nav_btn .hamburger_line.hamburger_line2 {
    top: 23px;
  }
  header .innerRight .nav_btn .hamburger_line.hamburger_line3 {
    top: 32px;
  }
  header .innerRight .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open {
    height: 100%;
    overflow: hidden;
  }
  .nav_open nav {
    position: absolute;
  }
  .nav_open nav ul#navi {
    right: -5% !important;
  }
  .nav_open .nav_bg {
    opacity: 0.8 !important;
    visibility: visible !important;
  }
  .nav_open .nav_btn {
    top: 2.6vw !important;
  }
  .nav_open .nav_btn .hamburger_line.hamburger_line1 {
    transform: rotate(45deg);
    top: 24px !important;
  }
  .nav_open .nav_btn .hamburger_line.hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .nav_btn .hamburger_line.hamburger_line3 {
    transform: rotate(-45deg);
    top: 24px !important;
  }
}
/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 30px 0 0;
  background: #191919;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .wrap .logoWrap {
  width: 380px;
}
@media screen and (max-width: 1200px) {
  footer .wrap .logoWrap {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  footer .wrap .logoWrap img {
    width: 50%;
  }
}
footer .wrap .footerLink {
  width: 720px;
  margin: 0 0 30px auto;
  text-align: right;
}
footer .wrap .footerLink li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
footer .wrap .footerLink li a {
  color: #fff;
}
footer .copy {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
/*------------------------------------------------------------------------------
    parts
------------------------------------------------------------------------------*/
@media screen and (min-width: 1201px) {
  #underHeader {
    padding-top: 162px;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #FE74A8 0%, #AC5BD3 100%);
    border-image-slice: 1;
  }
  .btn_to_home {
    display: block;
    text-align: center;
    padding-bottom: 150px;
  }
  .btn_to_home img {
    width: 34%;
  }
}
@media screen and (max-width: 1200px) {
  #underHeader {
    padding: 82px 0 28px;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #FE74A8 0%, #AC5BD3 100%);
    border-image-slice: 1;
  }
  .btn_to_home {
    display: block;
    text-align: center;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1201px) {
  .bg {
    background: linear-gradient(135deg, #fdf4f8 2%, #fdf5fc 51%, #f9f3fc 100%);
  }
  #breadcrumbs {
    padding-top: 12px;
  }
  #table01 {
    width: 70%;
    margin: 70px auto;
  }
  #table01 tr {
    border-bottom: 1px solid #b5b1b1;
  }
  #table01 th,
  #table01 td {
    padding: 24px 0;
    border: none;
  }
  #table01 th {
    width: 22%;
    text-align: left;
  }
  .side {
    margin-bottom: -16px;
  }
  .side .title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 5.9rem;
    font-weight: bold;
    background: linear-gradient(270deg, #B961D5 0%, #ED7BD4 40%, #EE71A7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .side .sub {
    display: inline-block;
    font-size: 1.9rem;
    padding-left: 10px;
    line-height: 1;
    background: linear-gradient(270deg, #B961D5 0%, #ED7BD4 40%, #EE71A7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  .bg {
    background: linear-gradient(135deg, #fdf4f8 2%, #fdf5fc 51%, #f9f3fc 100%);
  }
  #breadcrumbs {
    padding-top: 12px;
  }
  #table01 {
    width: 100%;
    margin: 40px auto 70px;
  }
  #table01 tr {
    border-bottom: 1px solid #b5b1b1;
    display: block;
    padding: 20px 0;
  }
  #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 14px;
  }
  .side .title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 3.9rem;
    font-weight: bold;
    background: linear-gradient(270deg, #B961D5 0%, #ED7BD4 40%, #EE71A7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
    text-align: center;
  }
  .side .sub {
    line-height: 1;
    background: linear-gradient(270deg, #B961D5 0%, #ED7BD4 40%, #EE71A7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
}
