@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
* {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

html,
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 13px;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  line-height: 1.5;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 960px) {
  html,
  body {
    font-size: 16px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#header

-------------------------------*/
#header {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1000;
}
#header .logo {
  width: 150px;
}
#header .logo img {
  width: 100%;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
  padding: 0 5px 0 0;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
  position: relative;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #e63663;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  color: #000;
  transition: all 0.1s ease;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.share-link-btn:active {
  transform: scale(0.95);
}

.custom-line-btn {
  transform: scale(1.2);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.bg {
  position: relative;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
.bg:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -999;
}
@media screen and (max-width: 960px) {
  .bg:before {
    background: url(../img/bg_sp.jpg);
  }
}

.mv {
  background-image: url(../img/mv_bg.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .mv {
    background: url(../img/mv-inner_sp.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.mv-inner {
  padding: 10% 5% 5%;
  margin: 0 auto;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .mv-inner {
    padding: 0 0 3rem 0;
  }
}
.mv-inner-top {
  width: 73%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 960px) {
  .mv-inner-top {
    width: 100%;
    margin: 0 auto;
  }
}
.mv-inner-top-img {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv-inner-top-img img {
  width: 45%;
  margin: 0 10px;
}
.mv-text {
  color: #162b6b;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .mv-text {
    font-size: 1.5rem;
  }
}
.mv-text-logo {
  font-size: 2.5rem;
  margin: 0 auto 1rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .mv-text-logo {
    background-image: url(../img/mv_bg_sp.jpg);
    background-position: center bottom;
    padding: 30% 3% 82%;
    background-size: cover;
    margin-bottom: 2rem;
  }
}
.mv-text-logo img {
  width: 100%;
}
.mv-text p {
  width: 60%;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .mv-text p {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.mv-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mv-content-item {
  border: 2px solid #fff;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 2% 0;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  text-align: center;
  width: 21%;
  margin: 0 10px;
}
@media screen and (max-width: 960px) {
  .mv-content-item {
    width: 45%;
    margin: 0.5rem;
    padding: 4% 0;
  }
}
.mv-content-item-ttl {
  font-size: clamp(1.125rem, 1.88vw, 1.5rem);
  margin-bottom: 1rem;
  color: #162b6b;
}
@media screen and (max-width: 960px) {
  .mv-content-item-ttl {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.mv-content-item p {
  font-size: clamp(1.25rem, 0.497rem + 1.25vw, 1.5rem);
  font-weight: bold;
  color: #162b6b;
}
@media screen and (max-width: 960px) {
  .mv-content-item p {
    font-size: 1.75rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
.mv-content-item p .arrow {
  width: 0.75rem;
  display: block;
  transform: rotate(90deg);
  width: 7%;
  margin: 2px auto;
}
@media screen and (max-width: 960px) {
  .mv-content-item p .arrow {
    width: 100%;
  }
}
.mv-content-item p .arrow img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .mv-content-item p .arrow img {
    width: 10%;
    max-width: 25px;
  }
}
.mv-content-item p .mv-content-item-grad {
  background: #c92048;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
}
.mv-content-item p .mv-content-item-large {
  font-weight: bold;
}

.cta {
  padding: 5% 0;
}
.cta-wrapper {
  background: #fff;
  padding: 5% 2.5%;
  z-index: 10;
}
.cta-wrapper-texts {
  width: 60%;
  margin: 0 auto 3rem;
  max-width: 700px;
}
@media screen and (max-width: 960px) {
  .cta-wrapper-texts {
    width: 100%;
  }
}
.cta-wrapper-texts h3 {
  color: #f48816;
  margin-bottom: 1rem;
  font-size: 2.375rem;
  text-align: left;
}
.cta-wrapper-texts h4 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .cta-wrapper-texts h4 {
    font-size: 1.375rem;
  }
}
.cta-wrapper-texts .aisemi-exm-content-item-inner-semicontent {
  text-align: center;
  margin: 0 auto 2rem;
}
.cta-wrapper-texts .aisemi-exm-content-item-inner-semicontent li {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .cta-wrapper-texts .aisemi-exm-content-item-inner-semicontent li {
    font-size: 1.375rem;
  }
}
.cta-wrapper-texts .aisemi-list {
  margin: 0 auto;
}
.cta-wrapper-texts .aisemi-list dd {
  text-align: left;
}
.cta-wrapper-texts p {
  text-align: center;
}
.cta p {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .cta p {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .cta {
    padding: 10% 0 5%;
  }
}

.lead {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  margin: 0 0 3rem;
}
@media screen and (max-width: 960px) {
  .lead {
    margin: 0 0 3rem;
    border-radius: 0;
    flex-wrap: wrap;
    padding: 0 0 2rem 0;
  }
}
.lead-text {
  width: 50%;
  padding: 5% 0 5% 4%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .lead-text {
    width: 100%;
    padding: 0 4%;
  }
}
.lead-text-copy {
  font-size: clamp(3.5rem, -1.019rem + 7.52vw, 5rem);
  margin-bottom: 2rem;
  font-weight: bold;
  background: #f48816;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  filter: drop-shadow(1px 1px 0px rgb(255, 255, 255));
}
@media screen and (max-width: 960px) {
  .lead-text-copy {
    font-size: 5rem;
    margin-top: -5.5rem;
    white-space: wrap;
    line-height: 1 !important;
  }
}
.lead-text-copy-spacing {
  letter-spacing: -0.05em;
}
.lead-text-texts {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .lead-text-texts {
    font-size: 1rem;
  }
}
.lead-text-prof {
  margin-top: 3rem;
  max-width: 500px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .lead-text-prof {
    margin-top: 3rem;
  }
}
.lead-text-prof-role {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lead-text-prof-name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lead-text-prof-text {
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 1.5;
  font-weight: bold;
}
.lead-img {
  width: 50%;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .lead-img {
    width: 100%;
    margin-left: 0;
  }
}
.lead-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc-br {
    display: none;
  }
}

.aisemi {
  padding: 10% 0;
}
.aisemi-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 4%;
  max-width: 960px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 960px) {
  .aisemi-inner {
    width: 95%;
    padding: 8% 3%;
  }
}
.aisemi-ttl-gift {
  background: #c92048;
  color: #fff !important;
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px 10px !important;
  margin-bottom: 0.5rem;
}
.aisemi-ttl p {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px 10px 5px 0;
  color: #333;
}
@media screen and (max-width: 960px) {
  .aisemi-ttl p {
    padding: 5px 10px 0 0;
  }
}
.aisemi-ttl h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
  background: #2651d5;
  line-height: 1.2 !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 960px) {
  .aisemi-ttl h3 {
    font-size: 2.5rem;
  }
}
.aisemi-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: bold;
}
.aisemi-list dt {
  width: 15%;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  border: solid 1px #010d5a;
  margin-right: 15px;
  padding: 5px;
  color: #010d5a;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 960px) {
  .aisemi-list dt {
    width: 30%;
    margin-right: 5px;
  }
}
.aisemi-list dd {
  font-size: 1.25rem;
  width: 80%;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .aisemi-list dd {
    width: 67%;
  }
}
.aisemi-list dd .small {
  font-size: 0.875rem;
}
.aisemi-expl-texts {
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.aisemi-expl-texts::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40%;
  background-image: url(../img/semi_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 960px) {
  .aisemi-expl-texts::after {
    width: 130px;
    right: 0;
    bottom: -30%;
  }
}
.aisemi-expl-texts-exg {
  font-size: 1.75rem;
  font-weight: bold;
  color: #c92048;
}
.aisemi-expl-texts p {
  line-height: 1.5;
  font-weight: bold;
}
.aisemi-expl-texts-text {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 2rem;
}
.aisemi-expl-texts-text p {
  margin-bottom: 1rem;
}
.aisemi-expl-texts-text-block {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .aisemi-expl-texts-text-block {
    margin-bottom: 0;
  }
}
.aisemi-expl-texts-text-inline {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 960px) {
  .aisemi-expl-texts-text-inline {
    margin-bottom: 0;
    display: block;
  }
}
.aisemi-expl-texts-text-normal {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.aisemi-exm-ttl {
  border-top: 1px solid #333;
  color: #162b6b;
  margin-top: 50px;
  padding: 50px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .aisemi-exm-ttl {
    padding: 50px 0 10px;
  }
}
.aisemi-exm-ttl-caution {
  font-size: 1rem;
  font-weight: normal;
  color: #333 !important;
}
.aisemi-exm-content-item {
  border-left: 6px solid #8640b0;
  padding: 0 0 0 3%;
  margin-bottom: 2rem;
}
.aisemi-exm-content-item:first-child {
  border-left: 5px solid #e62e8b;
}
.aisemi-exm-content-item:first-child .aisemi-exm-content-item-ttl {
  color: #e62e8b;
}
.aisemi-exm-content-item:first-child .aisemi-exm-content-item-ttl-border {
  background: #e62e8b;
}
.aisemi-exm-content-item:last-child {
  border-left: 5px solid #2651d5;
}
.aisemi-exm-content-item:last-child .aisemi-exm-content-item-ttl {
  color: #2651d5;
}
.aisemi-exm-content-item:last-child .aisemi-exm-content-item-ttl .aisemi-exm-content-item-ttl-border {
  background: #2651d5;
}
.aisemi-exm-content-item-ttl {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #8640b0;
}
@media screen and (max-width: 960px) {
  .aisemi-exm-content-item-ttl {
    font-size: 1.75rem;
  }
}
.aisemi-exm-content-item-ttl-border {
  background: #8640b0;
  font-size: 1.125rem;
  padding: 3px 5px;
  margin-right: 5px;
  color: #fff;
}
.aisemi-exm-content-item-ttl-sub {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}
@media screen and (max-width: 960px) {
  .aisemi-exm-content-item-ttl-sub {
    display: block;
  }
}
.aisemi-exm-content-item-inner-semittl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.aisemi-exm-content-item .aisemi-exm-content-item-inner-semicontent-ouyou {
  position: relative;
}
@media screen and (max-width: 960px) {
  .aisemi-exm-content-item .aisemi-exm-content-item-inner-semicontent-ouyou {
    padding-bottom: 4rem !important;
  }
}
.aisemi-exm-content-item .aisemi-exm-content-item-inner-semicontent-ouyou:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 100px;
  height: 100px;
  background: url(../img/aisemi_icon.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .aisemi-exm-content-item .aisemi-exm-content-item-inner-semicontent-ouyou:after {
    right: 15%;
    width: 80px;
    height: 80px;
    right: 5%;
    bottom: -15px;
  }
}
.aisemi-exm-content-item-inner-semicontent li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  position: relative;
}
.aisemi-exm-content-item-inner-semicontent li:before {
  position: absolute;
  left: -1rem;
  top: 0.625rem;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
}

.apply {
  background: #fff;
  padding: 5% 10% 5%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .apply {
    padding: 10% 3%;
  }
}
.apply-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
.apply-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto 3rem;
  text-align: center;
}
.apply-text p {
  text-align: left;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
}
.apply-text-caution {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  max-width: 730px;
}
.apply-btn {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.apply-btn a {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  border-radius: 50px;
  margin: 0 1rem 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .apply-btn a {
    width: 90%;
    margin-bottom: 2rem;
  }
}
.apply-btn a:hover {
  opacity: 0.8;
}
.apply-btn-icon {
  width: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  vertical-align: middle;
}
.apply-btn-icon img {
  width: 100%;
}
.apply-btn-form {
  color: #fff;
  background: #c92048;
  filter: drop-shadow(5px 5px 0px #ccc);
}
.apply-btn-mail {
  background: #d57826;
  color: #fff;
  filter: drop-shadow(5px 5px 0px #ccc);
}
.apply-contact {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 3rem;
  text-align: center;
}

/* セミナー終了メッセージのスタイル */
.seminar-ended {
  font-size: 0.5em;
}/*# sourceMappingURL=style.css.map */