@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c-header .inner-block {
  padding: 50px 15px 0;
}
.c-header .header-logo {
  max-width: 160px;
  margin-right: auto;
  margin-left: 0;
}
.c-header .header-logo > a {
  display: block;
}

.c-footer {
  background: #050F2D;
  padding: 60px 20px;
  color: #fff;
}
.c-footer .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .linkbox a {
  font-size: 14px;
  text-decoration: underline;
}
.c-footer .copyright {
  font-size: 12px;
  letter-spacing: 0.03em;
  padding-top: 7px;
}

.c-ttl01 {
  text-align: left;
  font-size: min(24px, calc( 1.1111111111vw + 12px));
  font-weight: bold;
  margin-bottom: min(30px, calc( 1.3888888889vw + 15px));
  color: #050F2D;
  line-height: 1.6;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.irayple-seminor .entry-btn {
  font-size: 22px;
  margin: 50px auto 0;
  background: #FFA300;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 23px 95px 27px 85px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #FFA300;
  -webkit-box-shadow: 0 0 12px #8d8d8d;
          box-shadow: 0 0 12px #8d8d8d;
  border-radius: 8px;
}
.irayple-seminor .entry-btn::after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  right: 25px;
  margin: auto 0;
  height: 21px;
  width: 14px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.irayple-seminor .txt {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.irayple-seminor .txt + .txt {
  margin-top: min(20px, calc( 0.9259259259vw + 10px));
}
.irayple-seminor .mv-section .box {
  position: relative;
  width: 100%;
}
.irayple-seminor .mv-section .box .mv-img {
  width: 100%;
  height: auto;
  top: 0;
  display: block;
}
.irayple-seminor .mv-section .box .mv-img img {
  width: 100%;
}
.irayple-seminor .mv-section .box .inner-block {
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.irayple-seminor .mv-section .box .mv-txt-upper {
  color: #fff;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.irayple-seminor .mv-section .box .mv-txt-upper .lead {
  font-size: min(2.7777777778vw, 30px);
}
.irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl {
  font-size: min(5.3703703704vw, 58px);
  font-weight: bold;
  line-height: normal;
}
.irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl .white-box {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 5px 6px 7px;
  line-height: 1;
}
.irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl .white-box + .white-box {
  margin-left: 2px;
}
.irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl .white-box:last-child {
  margin-right: 5px;
}
.irayple-seminor .mv-section .box .mv-txt-lower {
  margin-top: 90px;
}
.irayple-seminor .mv-section .box .mv-txt-lower .txt-border {
  background: #fff;
  display: block;
  padding: 5px 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  color: #050F2D;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.irayple-seminor .mv-section .box .mv-txt-lower .date {
  color: #fff;
  font-size: min(24px, calc( 1.1111111111vw + 12px));
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.07em;
}
.irayple-seminor .mv-section .box .mv-txt-lower .time {
  font-size: min(24px, calc( 1.1111111111vw + 12px));
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.irayple-seminor .mv-section .box .mv-txt-lower .btn {
  margin: 15px 0 0;
}
.irayple-seminor .mv-section .box .mv-txt-lower .btn .entry-btn {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.irayple-seminor .txt-section {
  padding: min(93px, calc( 4.3055555556vw + 46.5px)) 0 min(80px, calc( 3.7037037037vw + 40px));
}
.irayple-seminor .txt-section .ttl-cont {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.irayple-seminor .txt-section .txt {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.irayple-seminor .txt-section .txt-box {
  margin: 25px 0;
  font-weight: bold;
}
.irayple-seminor .txt-section .txt-box .txt {
  margin: 0 auto;
}
.irayple-seminor .overview-section {
  padding: min(350px, calc( 21.875vw + -70px)) 0 min(2.7777777778vw, 30px);
  position: relative;
}
.irayple-seminor .overview-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: min(250px, calc( 15.625vw + -50px));
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.irayple-seminor .overview-section {
  background: #e9edf2;
  padding-bottom: min(2.7777777778vw, 30px);
}
.irayple-seminor .overview-section .entry-btn {
  margin-top: min(7.4074074074vw, 80px);
}
.irayple-seminor .overview-section .table-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.irayple-seminor .overview-section .table-block .table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.irayple-seminor .overview-section .table-block .table-item .head {
  padding: 15px 20px;
  background: #D2D6DC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 168px;
}
.irayple-seminor .overview-section .table-block .table-item .contents {
  padding: 15px 20px;
  background: #fff;
  width: 392px;
}
.irayple-seminor .overview-section .table-block .table-item .contents .small {
  font-size: 12px;
}
.irayple-seminor .overview-section .table-block .table-item + .table-item {
  margin-top: min(13.3333333333px, calc( 1.3333333333vw + 5px));
}
.irayple-seminor .entry-section {
  padding: min(350px, calc( 21.875vw + -70px)) 0 min(9.2592592593vw, 100px);
  position: relative;
}
.irayple-seminor .entry-section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  height: min(250px, calc( 15.625vw + -50px));
  background: #e9edf2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.irayple-seminor .entry-section .entry-btn {
  margin: 0 auto;
}

.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 0.6s both;
          animation: fadeInUp 0.6s both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anm-fadeZoom {
  opacity: 0;
}

.anm-fadeZoom.is-animated {
  -webkit-animation: fadeZoom 0.6s both;
          animation: fadeZoom 0.6s both;
}

@-webkit-keyframes fadeZoom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 min(20px, calc( 2vw + 7.5px));
  }
  .pc {
    display: none !important;
  }
  .c-header .header-logo {
    max-width: 120px;
    height: 32px;
  }
  .c-header .header-logo > a {
    height: 26px;
  }
  .c-footer {
    padding: min(40px, calc( 4vw + 15px)) 0;
  }
  .c-footer .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .c-footer .linkbox a {
    font-size: 12px;
  }
  .c-footer .copyright {
    font-size: 10px;
  }
  .c-ttl01 {
    font-size: min(24px, calc( 2.4vw + 9px));
    margin-bottom: min(20px, calc( 2vw + 7.5px));
  }
  .irayple-seminor .entry-btn {
    font-size: 16px;
    padding: min(24px, calc( 2.4vw + 9px)) 0;
    width: 80%;
    margin: min(26.6666666667px, calc( 2.6666666667vw + 10px)) auto;
    min-width: 280px;
  }
  .irayple-seminor .entry-btn::after {
    right: min(26.6666666667px, calc( 2.6666666667vw + 10px));
    height: min(26.6666666667px, calc( 2.6666666667vw + 10px));
    width: min(16px, calc( 1.6vw + 6px));
  }
  .irayple-seminor .txt {
    font-size: min(16px, calc( 1.6vw + 6px));
  }
  .irayple-seminor .mv-section .box {
    background: url(../img/kv_sp.png.webp) no-repeat left center/cover;
    height: min(1024px, calc( 102.4vw + 384px));
    max-height: calc(var(--vh) * 100);
  }
  .irayple-seminor .mv-section .box .mv-txt-upper .lead {
    font-size: min(22.6666666667px, calc( 2.2666666667vw + 8.5px));
  }
  .irayple-seminor .mv-section .box .mv-txt-lower .txt-border {
    font-size: min(18.6666666667px, calc( 1.8666666667vw + 7px));
    padding: min(5.3333333333px, calc( 0.5333333333vw + 2px)) min(21.3333333333px, calc( 2.1333333333vw + 8px));
  }
  .irayple-seminor .mv-section .box .mv-txt-lower .date {
    font-size: min(24px, calc( 2.4vw + 9px));
  }
  .irayple-seminor .mv-section .box .mv-txt-lower .time {
    font-size: min(26.6666666667px, calc( 2.6666666667vw + 10px));
  }
  .irayple-seminor .txt-section {
    padding: min(66.6666666667px, calc( 6.6666666667vw + 25px)) 0 min(26.6666666667px, calc( 2.6666666667vw + 10px));
  }
  .irayple-seminor .overview-section {
    padding: min(133.3333333333px, calc( 13.3333333333vw + 50px)) 0 min(20px, calc( 2vw + 7.5px));
  }
  .irayple-seminor .overview-section::before {
    height: min(100px, calc( 10vw + 37.5px));
  }
  .irayple-seminor .overview-section {
    padding-bottom: min(26.6666666667px, calc( 2.6666666667vw + 10px));
  }
  .irayple-seminor .overview-section .entry-btn {
    margin-top: min(66.6666666667px, calc( 6.6666666667vw + 25px));
  }
  .irayple-seminor .overview-section .table-block {
    gap: min(13.3333333333px, calc( 1.3333333333vw + 5px));
  }
  .irayple-seminor .overview-section .table-block .table-list {
    width: 100%;
  }
  .irayple-seminor .overview-section .table-block .table-item {
    gap: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: min(16px, calc( 1.6vw + 6px));
  }
  .irayple-seminor .overview-section .table-block .table-item .head {
    padding: min(13.3333333333px, calc( 1.3333333333vw + 5px));
    width: 100%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: min(18.6666666667px, calc( 1.8666666667vw + 7px));
  }
  .irayple-seminor .overview-section .table-block .table-item .contents {
    width: 100%;
    padding: min(13.3333333333px, calc( 1.3333333333vw + 5px));
  }
  .irayple-seminor .overview-section .table-block .table-item .contents .small {
    font-size: min(13.3333333333px, calc( 1.3333333333vw + 5px));
  }
  .irayple-seminor .entry-section {
    padding: min(133.3333333333px, calc( 13.3333333333vw + 50px)) 0 min(66.6666666667px, calc( 6.6666666667vw + 25px));
  }
  .irayple-seminor .entry-section::before {
    height: min(100px, calc( 10vw + 37.5px));
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .irayple-seminor .entry-btn:hover {
    -webkit-box-shadow: 0 0 0 #8d8d8d;
            box-shadow: 0 0 0 #8d8d8d;
    background: #fff;
    color: #FFA300;
  }
  .irayple-seminor .entry-btn:hover::after {
    background: #FFA300;
    right: 20px;
  }
  .irayple-seminor .mv-section {
    background: #0d1216;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .irayple-seminor .mv-section .box {
    max-width: 1280px;
    max-height: min(100vh, 1080px);
    min-height: 550px;
    aspect-ratio: 16/9;
    background: url(../img/kv.png.webp) no-repeat center center/cover;
  }
  .irayple-seminor .mv-section .box .inner-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
  }
  .irayple-seminor .mv-section .box .mv-txt-upper .lead {
    text-shadow: 0px 0px 10px #000;
  }
  .irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl {
    text-shadow: 0px 0px 10px #000;
  }
  .irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl .white-box {
    text-shadow: none;
  }
}

@media only screen and (max-width: 1100px) {
  .c-header .inner-block {
    padding: 30px 15px 0;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .c-header .inner-block {
    padding: min(26.6666666667px, calc( 2.6666666667vw + 10px)) min(26.6666666667px, calc( 2.6666666667vw + 10px)) 0;
  }
}

@media only screen and (max-width: 1250px) {
  .irayple-seminor .mv-section .box .inner-block {
    top: 15px;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 767px) {
  .irayple-seminor .mv-section .box .inner-block {
    left: 0;
    right: inherit;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 90px min(20px, calc( 2vw + 7.5px)) min(26.6666666667px, calc( 2.6666666667vw + 10px));
  }
}

@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .irayple-seminor .mv-section .box .mv-txt-upper .mv-ttl {
    line-height: 1.4;
    margin-top: 15px;
    font-size: min(41.3333333333px, calc( 4.1333333333vw + 15.5px));
  }
  .irayple-seminor .mv-section .box .mv-txt-lower {
    margin-top: min(186.6666666667px, calc( 18.6666666667vw + 70px));
    margin-bottom: 30px;
  }
  .irayple-seminor .mv-section .box .mv-txt-lower .btn .entry-btn {
    padding: 20px 50px;
    margin: 20px auto 0;
    font-size: min(24px, calc( 2.4vw + 9px));
  }
}

@media only screen and (max-width: 1200px) {
  .irayple-seminor .mv-section .box .mv-txt-lower {
    margin-top: 60px;
  }
  .irayple-seminor .mv-section .box .mv-txt-lower .btn .entry-btn {
    padding: 20px 70px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1279px) {
  .irayple-seminor .overview-section .table-block {
    gap: 10px;
  }
}
/*# sourceMappingURL=style.css.map */