/* CSS Document */
/* SCSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@keyframes anime1 {
  0% {
    margin-top: -20px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
* {
  box-sizing: border-box; }

a {
  color: #012497; }

img {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.63vw, 16px); }

p {
  line-height: 1.8;
  font-size: clamp(14px, 1.63vw, 16px); }

.title01 {
  display: block;
  width: fit-content;
  margin: 0 auto 1.5em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(21px, 3vw, 32px);
  color: #012497;
  border-bottom: #012497 2px solid;
  padding-bottom: 10px;
  font-weight: bold; }
  .title01 span {
    color: #CC0056; }
  .title01.left {
    margin-left: 0; }
    @media (max-width: 768px) {
      .title01.left.tb-center {
        margin-left: auto; } }
  @media (max-width: 480px) {
    .title01 {
      margin-bottom: 1em;
      border-bottom: #012497 1px solid; } }

.cta {
  padding: 0 15px 7%; }
  .cta a {
    display: block;
    background: #012497;
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-size: clamp(20px, 2.5vw, 25px);
    font-weight: bold;
    overflow: hidden; }
    .cta a:before {
      display: block;
      width: 380px;
      height: 380px;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 190px;
      content: "";
      transition: all linear 0.3s; }
      @media (max-width: 480px) {
        .cta a:before {
          width: 260px;
          height: 260px;
          border-radius: 130px; } }
    .cta a span {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center; }
      .cta a span i {
        margin-right: 10px;
        font-size: 130%; }
    .cta a:hover:before {
      width: 600px;
      height: 600px;
      border-radius: 300px; }
      @media (max-width: 480px) {
        .cta a:hover:before {
          width: 460px;
          height: 460px;
          border-radius: 230px; } }

.header {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .header {
      padding: 10px; } }
  .header .logo a {
    display: flex;
    align-items: center;
    text-decoration: none; }
    .header .logo a .logomark {
      width: 60px;
      margin-right: 10px; }
    .header .logo a h1 {
      font-size: 32px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 0; }
      .header .logo a h1 span {
        display: block;
        font-size: 15px;
        padding-left: 5px; }
    @media (max-width: 768px) {
      .header .logo a .logomark {
        width: 40px;
        margin-right: 5px; }
      .header .logo a h1 {
        font-size: 25px; }
        .header .logo a h1 span {
          font-size: 12px; } }
    @media (max-width: 380px) {
      .header .logo a .logomark {
        margin-right: 0; }
      .header .logo a h1 {
        font-size: 23px; } }
  .header .header-tel {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header .header-tel b {
      display: block;
      border: #012497 1px solid;
      padding: 5px 15px;
      font-size: 16px;
      font-weight: normal;
      margin-right: 20px;
      color: #012497; }
    .header .header-tel strong {
      line-height: 1; }
      .header .header-tel strong a {
        text-decoration: none;
        font-weight: bold;
        font-size: 28px;
        letter-spacing: 0.05em; }
        .header .header-tel strong a span {
          display: block;
          font-size: 14px;
          font-weight: normal;
          padding-top: 3px;
          letter-spacing: 0; }
    .header .header-tel i {
      font-weight: bold;
      font-size: 30px;
      color: #012497; }
    .header .header-tel.sp {
      display: none; }
    @media (max-width: 768px) {
      .header .header-tel.pc {
        display: none; }
      .header .header-tel.sp {
        display: flex;
        align-items: center; }
        .header .header-tel.sp a {
          text-decoration: none;
          display: flex;
          line-height: 1;
          text-align: center; } }

.box1500 {
  display: block;
  max-width: 1500px;
  margin: 7% auto; }
  @media (max-width: 1500px) {
    .box1500 {
      padding-left: 15px;
      padding-right: 15px; } }

.box1260 {
  display: block;
  max-width: 1260px;
  margin: 7% auto; }
  @media (max-width: 1260px) {
    .box1260 {
      padding-left: 15px;
      padding-right: 15px; } }

.comming_soon {
  display: block;
  text-align: center;
  padding: 100px 15px;
  background: #F7F7F7; }
  .comming_soon b {
    color: #CFCFCF; }

.mainvisual {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .mainvisual .catch {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/bg1.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 3vw 0 0 5vw; }
    .mainvisual .catch h2 {
      display: block;
      color: #FFF;
      font-family: "Noto Serif JP", serif;
      font-size: clamp(20px, 5vw, 80px);
      font-weight: 400;
      line-height: 1.6; }
      @media (max-width: 480px) {
        .mainvisual .catch h2 {
          font-size: clamp(20px, 10vw, 80px); } }
    .mainvisual .catch em {
      display: block;
      text-align: center;
      position: absolute;
      bottom: -0.08em;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: clamp(25px, 15vw, 150px);
      opacity: 0.3;
      font-style: normal;
      line-height: 1;
      color: #FFF; }
  .mainvisual .mv_slider {
    position: relative;
    z-index: 0; }
    .mainvisual .mv_slider img {
      width: 100%;
      height: auto; }

.index01 {
  width: fit-content;
  margin: 0 auto 7%;
  padding: 0 15px; }
  .index01 .wp-element-caption {
    display: none; }
  .index01 table {
    width: 100%; }
    .index01 table td {
      padding: 15px;
      border-color: #999;
      text-align: center; }
      .index01 table td:first-of-type {
        background: #F7F7F7;
        text-align: left; }
    .index01 table tr:nth-of-type(1) td {
      background: #E4E7F2; }
      .index01 table tr:nth-of-type(1) td:first-of-type {
        background: #E4E7F2; }
  .index01.sp {
    display: none; }
  @media (max-width: 480px) {
    .index01.pc {
      display: none; }
    .index01.sp {
      display: block; }
      .index01.sp table td {
        padding: 10px; }
        .index01.sp table td:first-of-type {
          text-align: center; } }

.index02 {
  display: block;
  background: url("../images/img01.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 30px; }
  .index02 .box {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 40px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px; }
    .index02 .box ul {
      list-style-type: none;
      padding-left: 0; }
      .index02 .box ul li {
        display: flex;
        padding: 10px 0; }
        .index02 .box ul li:last-of-type {
          padding-bottom: 0; }
        .index02 .box ul li b {
          width: calc(100% - 50px);
          font-family: "Noto Serif JP", serif;
          font-size: clamp(18px, 3vw, 25px);
          font-weight: bold; }
          .index02 .box ul li b span {
            color: #CC0056; }
        .index02 .box ul li:before {
          display: flex;
          justify-content: center;
          align-items: center;
          border: #7C90CE 1px solid;
          width: 40px;
          height: 40px;
          text-align: center;
          font-family: "Noto Serif JP", serif;
          background: #FFF;
          font-size: 30px;
          color: #7C90CE;
          margin-right: 10px;
          line-height: 1; }
        .index02 .box ul li:nth-of-type(1):before {
          content: "1"; }
        .index02 .box ul li:nth-of-type(2):before {
          content: "2"; }
        .index02 .box ul li:nth-of-type(3):before {
          content: "3"; }
    @media (max-width: 768px) {
      .index02 .box {
        padding: 20px; }
        .index02 .box ul li {
          padding: 5px 0; }
          .index02 .box ul li b {
            font-size: clamp(16px, 2vw, 25px);
            width: calc(100% - 40px); }
          .index02 .box ul li:before {
            width: 30px;
            height: 30px;
            font-size: 20px; } }

.index03 {
  display: flex;
  max-width: 1500px;
  margin: 7% auto 0; }
  @media (max-width: 1500px) {
    .index03 {
      padding-left: 15px;
      padding-right: 15px; } }
  .index03 .textbox {
    width: 50%; }
  .index03 .photo {
    width: 50%;
    padding-left: 30px; }
  @media (max-width: 768px) {
    .index03 {
      flex-wrap: wrap; }
      .index03 .textbox {
        width: 100%; }
      .index03 .photo {
        width: 100%;
        padding-left: 0;
        text-align: center; }
        .index03 .photo img {
          max-width: 300px; } }

.index04 {
  display: block;
  background: #E2E7F4;
  padding: 150px 0 40px;
  margin-top: -100px; }
  .index04 .loopslider div {
    padding: 0 7px; }
  @media (max-width: 768px) {
    .index04 {
      padding: 130px 0 40px; } }

.index05_wrapper {
  background: url("../images/bg2.png") repeat-y;
  background-size: 60%;
  background-position: right top;
  padding: 50px 15px;
  margin: 7% 0; }
  @media (max-width: 768px) {
    .index05_wrapper {
      padding: 30px 15px; } }

.index05 {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1500px;
  margin: 0 auto; }
  .index05 .textbox {
    width: 50%; }
    .index05 .textbox ul {
      list-style-type: none;
      padding-left: 0;
      display: flex; }
      .index05 .textbox ul li {
        width: 48%;
        margin: 1%; }
  .index05 .photo {
    width: 50%;
    padding-right: 30px; }
  @media (max-width: 768px) {
    .index05 {
      flex-wrap: wrap; }
      .index05 .textbox {
        width: 100%; }
      .index05 .photo {
        margin-top: -1%;
        width: 100%;
        padding: 0 1%;
        text-align: center; } }

#page-top {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1; }
  @media (max-width: 480px) {
    #page-top {
      width: 40px;
      height: 40px;
      bottom: 10px;
      right: 10px; } }

.footer p {
  font-size: 12px;
  color: #4B4B4B; }
  .footer p a {
    color: #4B4B4B; }
.footer address {
  display: block;
  padding: 20px;
  background: #F7F7F7;
  font-size: 12px;
  color: #4B4B4B;
  font-style: normal;
  text-align: center;
  margin: 0; }
