@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #fff;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
menu {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

object,
embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type=button],
input[type=submit],
.touch-hover {
  -webkit-tap-highlight-color: transparent;
}

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

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #000;
  height: auto;
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.5rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 2px;
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

.font2 {
  font-family: "Montserrat", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #464646;
}

.g3 {
  color: #5c5c5c;
}

.g4 {
  color: #88919b;
}

.g5 {
  color: #efeeee;
}

.g6 {
  color: #dddddd;
}

.c1 {
  color: #1E3471;
}

.c2 {
  color: #32BF99;
}

.c3 {
  color: #006CFF;
}

.c4 {
  color: #5FF2CA;
}

.c5 {
  color: #0155C7;
}

.c6 {
  color: #ffe668;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1;
  }
}
body.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900;
}
/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/* ======= hiwrite ======= */
::-moz-selection {
  background: #ededed;
}
::selection {
  background: #ededed;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1;
}
.underHiwrite::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-color: #ff0;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
  color: #000;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #1E3471;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #1E3471;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  wrapper
---------------------------------------------*/
main {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 50px 0 0;
  }
}

/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1310px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.-large {
  max-width: 1120px;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .container.-large {
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.-small {
  max-width: 900px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    max-width: unset;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.-min {
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    max-width: unset;
  }
}
.container.-fluid {
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(250, 250, 250) inset;
}

/*  hover
---------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  transition: all 200ms ease;
  font-size: 1.4rem;
}

.pc input[type=text]:hover,
.pc input[type=tel]:hover,
.pc input[type=email]:hover,
.pc input[type=password]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid #1E3471;
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #000;
}

input[type=button]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
input[type=file],
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 768px) {
  input.short,
  select.short,
  textarea.short {
    width: 100%;
  }
}
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #e20c0c;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
/* ======= hover ======= */
.pc input[type=button]:hover,
.pc input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type=checkbox],
input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
  transition: 0s;
}

label.checkbox,
label.radio {
  padding-left: 0.7em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0s;
}

label.checkbox input,
label.radio input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
}

/* ======= checkbox ======= */
label.checkbox::before,
label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease;
}

label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

label.checkbox.-checked::before {
  background: #32BF99;
  border: 1px solid #32BF99;
}

label.checkbox.-checked::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* ======= radio ======= */
label.radio::before,
label.radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s;
}
@media screen and (max-width: 768px) {
  label.radio::before,
  label.radio::after {
    transition: 0s;
  }
}

label.radio::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%;
}

label.radio::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
}

label.radio.-checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #32BF99;
  border-radius: 100%;
}

/*  input file
---------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #1E3471;
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #32BF99;
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9 ;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
  label.select::before {
    display: none;
  }
}
/* ======= sp ======= */
@media screen and (max-width: 768px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}
p.jqv-error {
  font-size: 1.2rem;
  color: #e20c0c;
}

em.require {
  font-size: 1.2rem;
  background: #e20c0c;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
  font-weight: bold;
  padding: 0em 0.2em;
}

.checkmark {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #d9a9a6;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #d9a9a6;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #d9a9a6;
  }
}
.thankyou {
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .thankyou {
    padding: 30px 0;
  }
}
.thankyou .ttl {
  font-size: 5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thankyou .ttl {
    margin-bottom: 30px;
  }
}
.thankyou .ttl span {
  display: block;
  font-size: 1.5rem;
}
.thankyou .ill {
  width: 420px;
  margin: 0px auto 40px;
}
@media screen and (max-width: 768px) {
  .thankyou .ill {
    max-width: 320px;
  }
}
.thankyou .txt p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
.thankyou svg {
  width: 80px;
  height: 80px;
  margin: 0px auto 20px;
}

.suggestion {
  padding: 0px 0 60px;
}
@media screen and (max-width: 768px) {
  .suggestion {
    padding: 0px 0 40px;
  }
}
.suggestion h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1E3471;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.suggestion_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .suggestion_list {
    flex-flow: column;
    align-items: center;
  }
}
.suggestion_list .btnbox {
  width: 300px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .suggestion_list .btnbox {
    padding: 10px;
    width: 100%;
    max-width: 320px;
  }
}
.suggestion_list .btnbox a {
  width: 100%;
}

/*==================================================================
    .h01
===================================================================*/
.h01 {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .h01 {
    margin-bottom: 40px;
  }
}
.h01 em {
  font-size: 5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(45deg, #006CFF 40%, #5FF2CA 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #006CFF;
}
@media screen and (max-width: 768px) {
  .h01 em {
    margin-bottom: 10px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.h01 span {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .h01 span {
    padding-top: 0;
  }
}
.h01.-top em {
  background: linear-gradient(45deg, #ff6a25 40%, #ffd000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  letter-spacing: normal;
}

/*==================================================================
    .h02
===================================================================*/
.h02 {
  position: relative;
  margin-bottom: 60px;
}
.h02 em {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .h02 em {
    margin-bottom: 0px;
    font-size: 2.8rem;
  }
}
.h02 span {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/*==================================================================
    .h03
===================================================================*/
.h03 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .h03 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

/*==================================================================
    .h04
===================================================================*/
.h04 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.7em;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .h04 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.h04::before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #1E3471;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.h05 {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .h05 {
    margin-bottom: 40px;
  }
}
.h05 em {
  font-size: 5rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(45deg, #006CFF 40%, #7fff7c 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #006CFF;
}
@media screen and (max-width: 768px) {
  .h05 em {
    margin-bottom: 10px;
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.h05 span {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .h05 span {
    padding-top: 0;
  }
}
.h05.-top em {
  background: linear-gradient(45deg, #ff6a25 40%, #ffd000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  letter-spacing: normal;
}

/*==================================================================
    .btn
===================================================================*/
.btn01 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 1.6rem;
  }
}
.btn01.disabled {
  opacity: 0.1;
}
.btn01.disabled::after {
  display: none;
}
.btn01.disabled::before {
  display: none;
}
.btn01.disabled:hover {
  color: #000;
}
.btn01.disabled:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn01 i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: transparent linear-gradient(270deg, #1F30AF 0%, #BA0064 100%);
}
.btn01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #006CFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn01:hover {
  color: #fff;
}
.btn01:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn01:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn01.-lhl {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .btn01.-lhl {
    height: 55px;
  }
}
.btn01.-lhm {
  height: 60px;
}
.btn01.-lh {
  height: 50px;
}

.btn02 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: transparent;
  padding: 0 2em 0 1em;
  border: 2px solid #006CFF;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .btn02 {
    font-size: 1.4rem;
  }
}
.btn02 i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #006CFF;
}
.btn02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn02:hover {
  color: #006CFF;
}
.btn02:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn02:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_black01.svg);
}
.btn02.-lhl {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .btn02.-lhl {
    height: 60px;
  }
}
.btn02.-lhm {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .btn02.-lhm {
    height: 50px;
  }
}
.btn02.-lh {
  height: 50px;
}
.btn02.-type01 {
  font-size: 1.4rem;
}

.btn03 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: transparent;
  padding: 0 2em 0 1em;
  border: 2px solid #32BF99;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .btn03 {
    font-size: 1.4rem;
  }
}
.btn03 i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn03::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #32BF99;
}
.btn03::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn03:hover {
  color: #32BF99;
}
.btn03:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn03:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_black01.svg);
}
.btn03.-lhl {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .btn03.-lhl {
    height: 60px;
  }
}
.btn03.-lhm {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .btn03.-lhm {
    height: 50px;
  }
}
.btn03.-lh {
  height: 50px;
}
.btn03.-lhs {
  height: 32px;
  font-size: 1rem;
  padding: 0;
  border: 1px solid #000;
  letter-spacing: 0.05em;
}
.btn03.-lhs i {
  width: 9px;
  height: 8px;
  background: url(/seminar/asset/img/common/icon-arrow-right_white02.svg);
}
.btn03.-lhs:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_black02.svg);
}

.btn04 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .btn04 {
    font-size: 1.6rem;
  }
}
.btn04.disabled {
  opacity: 0.1;
}
.btn04.disabled::after {
  display: none;
}
.btn04.disabled::before {
  display: none;
}
.btn04.disabled:hover {
  color: #000;
}
.btn04.disabled:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn04 i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn04::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: transparent linear-gradient(270deg, #EF4862 0%, #FF8D08 100%);
}
.btn04::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #006CFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn04:hover {
  color: #fff;
}
.btn04:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn04:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn04.-lhl {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .btn04.-lhl {
    height: 55px;
  }
}
.btn04.-lhm {
  height: 60px;
}
.btn04.-lh {
  height: 50px;
}

.btn05 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .btn05 {
    font-size: 1.6rem;
  }
}
.btn05.disabled {
  opacity: 0.1;
}
.btn05.disabled::after {
  display: none;
}
.btn05.disabled::before {
  display: none;
}
.btn05.disabled:hover {
  color: #000;
}
.btn05.disabled:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn05 i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn05::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: linear-gradient(45deg, #485BEF 0%, #5FF2CA 100%);
}
.btn05::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #006CFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn05:hover {
  color: #fff;
}
.btn05:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn05:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn05.-lhl {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .btn05.-lhl {
    height: 55px;
  }
}
.btn05.-lhm {
  height: 60px;
}
.btn05.-lh {
  height: 50px;
}

.btn06 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .btn06 {
    font-size: 1.6rem;
  }
}
.btn06.disabled {
  opacity: 0.1;
}
.btn06.disabled::after {
  display: none;
}
.btn06.disabled::before {
  display: none;
}
.btn06.disabled:hover {
  color: #000;
}
.btn06.disabled:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn06 i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn06::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: transparent linear-gradient(270deg, #ff9d00 0%, #f40c69 100%);
}
.btn06::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #006CFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn06:hover {
  color: #fff;
}
.btn06:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn06:hover i {
  background: url(/seminar/asset/img/common/icon-arrow-right_white01.svg);
}
.btn06.-lhl {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .btn06.-lhl {
    height: 55px;
  }
}
.btn06.-lhm {
  height: 60px;
}
.btn06.-lh {
  height: 50px;
}

.cta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .cta {
    flex-flow: column;
  }
}
.cta h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta h2 {
    font-size: 1.3rem;
    letter-spacing: normal;
    margin-bottom: 12px;
  }
}
.cta_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta_box {
    margin: 0px auto;
  }
}
.cta_inner {
  width: 50%;
  padding: 0px 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_inner {
    width: 90%;
    max-width: 480px;
    margin: 0px auto 20px;
  }
  .cta_inner:last-child {
    margin-bottom: 0;
  }
}
.cta p {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .cta p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.cta a {
  font-size: 1.5rem !important;
  letter-spacing: normal !important;
}

.en .cta h2 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .en .cta h2 {
    font-size: 1.3rem;
    letter-spacing: normal;
    margin-bottom: 12px;
  }
}
.en .cta_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .en .cta_box {
    margin: 0px auto;
  }
}
.en .cta_inner {
  width: 50%;
  padding: 0px 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .en .cta_inner {
    width: 90%;
    max-width: 480px;
    margin: 0px auto 20px;
  }
  .en .cta_inner:last-child {
    margin-bottom: 0;
  }
}
.en .cta p {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .en .cta p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.en .cta a {
  font-size: 1.6rem !important;
  letter-spacing: normal !important;
  font-family: "Roboto Condensed", sans-serif;
}

/*==================================================================
    .tbl01
===================================================================*/
.tbl01 {
  border: 0px;
  border-collapse: collapse;
}
.tbl01 th {
  background: #f8f8f8;
  border: 1px solid #dce6eb;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .tbl01 th {
    min-width: auto;
  }
}
.tbl01 td {
  padding: 10px;
  background: #fff;
  border: 1px solid #dce6eb;
  font-size: 12px;
  line-height: 20px;
}

/*==================================================================
    .header
===================================================================*/
.header {
  width: 100%;
  padding: 0px 0px 0px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.6s all;
  height: 100px;
  background: #fff;
  transform: translate3d(0, -100px, 0);
}
.header .lang {
  padding-left: 10px;
}
.header .lang a {
  background-color: #fff;
  color: #1E3471;
  border: 1px solid #1E3471;
  line-height: 24px;
  padding: 0 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .lang a {
    font-size: 1rem;
  }
}
.header.-appeared {
  transform: translate3d(0, 0px, 0);
  animation-delay: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0px 0 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
  }
}
.header_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .header_inner {
    width: 100%;
    height: 60px;
  }
}
.header_logo {
  line-height: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_logo img {
    width: 130px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header_logo img {
    width: 110px;
  }
}
.header_logo .crepo {
  padding-left: 20px;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .header_logo .crepo {
    padding-left: 10px;
  }
}
.header_logo .crepo img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .header_logo .crepo img {
    width: 70px;
  }
}
.header_right {
  display: flex;
}
.header_menu {
  display: flex;
}
@media screen and (max-width: 991px) {
  .header_menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 75px 4vw;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
  .header_menu.open {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.header_menu .nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header_menu .nav {
    margin-right: 0;
    flex-flow: column;
    justify-content: center;
  }
}
.header_menu .nav_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_list {
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.header_menu .nav_item {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 1vw;
}
@media screen and (max-width: 1024px) {
  .header_menu .nav_item {
    padding: 0 0.5vw;
  }
}
@media screen and (max-width: 991px) {
  .header_menu .nav_item {
    width: 100%;
    font-size: 1.4rem;
    padding: 1em;
    text-align: center;
  }
}
.header_menu .nav_item a {
  color: #000;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_item a {
    color: #fff;
  }
}
.header_menu .nav_item a:hover {
  animation: fastblink 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_item a:hover {
    animation: none;
  }
}
.header_menu .nav_item a.-disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: unset;
}
.header_sub {
  display: flex;
}
.header_trigger {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_trigger {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    transition: all 200ms ease;
    background-color: #32BF99;
    position: relative;
    cursor: pointer;
    z-index: 1111;
  }
  .header_trigger.open {
    background-color: transparent;
    transition: all 200ms ease;
  }
}
@media screen and (max-width: 768px) {
  .header_trigger {
    width: 60px;
    height: 60px;
  }
}
.header_trigger em {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.15em;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .header_trigger em {
    font-size: 0.8rem;
    padding-top: 4px;
  }
}
.header .login {
  margin-right: 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .login_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header .login_list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header .login_list img {
    width: 60px;
  }
}

@keyframes fastblink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================================
    .menu-trigger
===================================================================*/
.menu-trigger,
.menu-trigger span {
  display: block;
  transition: all 0.4s;
}

.menu-trigger {
  width: 25px;
  height: 16px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .menu-trigger {
    margin-bottom: 10px;
  }
}
.menu-trigger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 200ms ease;
  position: absolute;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -8px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 8px;
  transform: translateY(7.5px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: -8px;
  transform: translateY(-7.5px) rotate(315deg);
}

/*==================================================================
    .overlay
===================================================================*/
.overlay {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #535d6f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease;
}
.overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

/*==================================================================
    .grandNav
===================================================================*/
.grandNav {
  width: 100%;
  height: 100%;
  background-color: #1E3471;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .grandNav {
    overflow-y: auto;
  }
}
.grandNav .lang {
  margin-bottom: 20px;
}
.grandNav .lang a {
  color: #fff;
  border: 1px solid #fff;
  line-height: 24px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .grandNav .lang a {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.grandNav_close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 4rem;
  font-weight: 400;
}
.grandNav.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.grandNav_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column-reverse;
  margin: 0px auto;
  justify-content: flex-end;
  padding: 100px 0 80px;
}
.grandNav_logo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .grandNav_logo {
    padding-top: 40px;
  }
}
.grandNav_logo .logo {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
.grandNav_logo .logo img {
  max-width: 210px;
}
.grandNav_logo dl {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .grandNav_logo dl {
    font-size: 1.2rem;
  }
}
.grandNav_logo ul {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .grandNav_logo ul {
    justify-content: center;
  }
}
.grandNav_logo ul li {
  margin-right: 5px;
}
.grandNav_logo ul li a {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 28px;
  font-size: 1.2rem;
  color: #fff;
  border: solid 1px #fff;
}
.grandNav_logo ul li a:hover {
  color: #000;
  background-color: #fff;
}
.grandNav_main {
  width: 100%;
}
.grandNav_main .main_blocks {
  width: 100%;
  padding: 0px;
}
.grandNav_main .main_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_list {
    margin-bottom: 0px;
  }
}
.grandNav_main .main_list a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 44px;
  padding: 0px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.grandNav_main .main_list a:hover {
  opacity: 0.6;
}
.grandNav_main .main_list a.blank {
  padding-right: 20px;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_list a.blank {
    background-position: right 20px top 50%;
  }
}
.grandNav_main .main_links {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_links {
    padding: 30px 15px;
  }
}
.grandNav_main .main_btn {
  margin-bottom: 10px;
}
.grandNav_main .main_btn a {
  display: block;
  width: 160px;
  height: 42px;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_btn a {
    width: 100%;
  }
}
.grandNav_main .main_btn a span {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/*==================================================================
    .pagetop
===================================================================*/
.pagetop {
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  background-color: #000;
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    padding-top: 15px;
    bottom: 70px;
    right: 10px;
  }
}
.pagetop:hover {
  opacity: 0.6;
}
.pagetop img {
  width: 20px;
  height: 20px;
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  padding: 100px 0px;
  background-color: #2F4057;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0px 0px 60px;
  }
}
.footer_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    flex-flow: column-reverse;
    margin: 0px -15px;
  }
}
.footer_info {
  padding-right: 50px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .footer_info {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
  }
}
.footer_info img {
  margin-bottom: 15px;
}
.footer_info p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.footer_info li {
  line-height: 1.4;
  padding-bottom: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer_info li {
    text-align: center;
  }
}
.footer_link {
  width: 500px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .footer_link {
    display: none;
  }
}
.footer_link li {
  padding: 0px 15px 25px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer_link li {
    width: 100%;
    margin-bottom: 0;
  }
  .footer_link li:last-child {
    margin-bottom: 0px;
  }
}
.footer_link li a {
  color: #fff;
}
.footer_link li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer_link li a {
    line-height: 40px;
  }
}
.footer_link span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding-top: 10px;
}
.footer .copy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    justify-content: center;
  }
}
.footer .copy_right {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer .copy_right {
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 1.1rem;
  }
}

/*==================================================================
    .hero
===================================================================*/
.hero {
  position: relative;
  width: 100%;
  background-image: url(/seminar/asset/img/common/bg-grid_gray.svg);
  margin-top: 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 60px;
  }
}
.hero_btn {
  width: 50%;
  padding-left: 20px;
}
.hero_btn a {
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.hero_btn a:hover {
  background: #fff;
  color: #000;
}
.hero h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.hero h1 span {
  padding-top: 10px;
  font-size: 6rem;
  display: block;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hero h1 span {
    font-size: 3.4rem;
  }
}
.hero h1 span em {
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
  font-size: 3rem;
  color: #006CFF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero h1 span em {
    display: block;
    font-size: 2rem;
    padding-left: 0;
    padding-top: 10px;
  }
}

/*==================================================================
    .hero-ul
===================================================================*/
.hero-ul {
  position: relative;
  width: 100%;
  height: 220px;
  background-image: url(/asset/img/top/bg-function_polygon-blue.svg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hero-ul {
    margin-top: 60px;
    height: 220px;
    background-size: 140vw;
  }
}
.hero-ul h1 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hero-ul h1 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.hero-ul h1 em {
  font-family: "Montserrat", sans-serif;
  padding-top: 15px;
  font-size: 1.6rem;
  background: linear-gradient(45deg, #006CFF 40%, #5FF2CA 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .hero-ul h1 em {
    display: block;
    font-size: 2rem;
    padding-left: 0;
    padding-top: 10px;
  }
}

.en .hero_btn {
  width: 50%;
  padding-left: 20px;
}
.en .hero_btn a {
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.en .hero_btn a:hover {
  background: #fff;
  color: #000;
}
.en .hero h1 {
  font-weight: 300;
}
.en .hero h1 span {
  letter-spacing: -0.02em;
  display: block;
  font-family: "Montserrat", sans-serif;
}

/*==================================================================
    .pankuz
===================================================================*/
.pankuz {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .pankuz {
    padding: 10px 0;
  }
}
.pankuz ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pankuz ul li {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #7e7e7e;
  letter-spacing: 0.15em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pankuz ul li {
    font-size: 1rem;
  }
}
.pankuz ul li::after {
  display: inline-block;
  content: "/";
  margin: 0 0.5em;
}
.pankuz ul li:last-child {
  white-space: normal;
}
.pankuz ul li:last-child::after {
  display: none;
}
.pankuz ul li a {
  color: #7e7e7e;
}
.pankuz ul li a:hover {
  text-decoration: underline;
}

/*==================================================================
    modal
===================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
  .modal {
    padding: 20px;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 2;
  font-size: 4rem;
  line-height: 40px;
  font-weight: 400;
}
.modal-close-btn.-w {
  color: #fff;
  top: 10px;
}
.modal-content {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 8vw);
  overflow-y: scroll;
  padding: 40px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 40px 15px;
  }
}
.modal-content-inner {
  padding: 30px 0;
}
.modal-content-inner h3 {
  line-height: 1.5;
}
.modal-upperbtnarea {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.modal-bottomline {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
.modal-heading {
  margin: -40px -30px 0px;
  background-color: #77808c;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.modal-heading h3 {
  padding: 20px 15px;
  font-size: 2rem;
  font-weight: bold;
}

#perchase {
  z-index: 103;
}
#perchase .modal-content {
  max-width: 600px;
}
#perchase h3 {
  text-align: center;
  margin-bottom: 15px;
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    #AI-20261021 .outline
===================================================================*/
@media screen and (max-width: 768px) {
  #AI-20261021 .cta_inner {
    width: 100%;
  }
}

#AI-20261021 .header {
  background: none;
  position: absolute !important;
  top: -100px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .header {
    top: -60px;
  }
}

#AI-20261021 .hero h1 {
  margin-bottom: 30px !important;
  z-index: 50;
  font-size: clamp(3.2rem, 4vw, 5rem);
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .hero h1 {
    margin-bottom: 15px !important;
  }
}
#AI-20261021 .hero h1 span {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
#AI-20261021 .hero .dateline {
  position: relative;
  z-index: 12;
  max-width: 500px;
  margin: 0px auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .hero .dateline {
    width: 80%;
  }
}
#AI-20261021 .hero-under {
  padding: 40px 0;
  position: relative;
}
#AI-20261021 .hero-under .eyecatch {
  position: absolute;
  max-width: 160px;
  width: 14.5454545455%;
  top: -130px;
  right: 30px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .hero-under .eyecatch {
    top: -70px;
    width: 18.2291666667%;
  }
}

#AI-20261021 .heading-box {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
#AI-20261021 .heading-box .headright {
  right: 0;
  top: -100px;
  position: absolute;
  width: 21.2727272727%;
  max-width: 360px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .heading-box .headright {
    top: -60px;
    width: 25.78125%;
  }
}
#AI-20261021 .heading-box .headleft {
  left: 0;
  top: 0;
  position: absolute;
  width: 25.3636363636%;
  max-width: 410px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .heading-box .headleft {
    width: 23.4375%;
  }
}
#AI-20261021 .heading-box .timetable {
  max-width: 600px;
  margin: 0px auto;
  width: 100%;
}
#AI-20261021 .heading-box .timetable dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .heading-box .timetable dl {
    font-size: 1.4rem;
    margin-bottom: 15px;
    align-items: flex-start;
  }
}
#AI-20261021 .heading-box .timetable dl dt {
  background-color: #464646;
  color: #fff;
  font-weight: 500;
  padding: 3px 1em;
  text-align: center;
  margin-right: 10px;
  font-size: 1.5rem;
  width: 60px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .heading-box .timetable dl dt {
    font-size: 1.2rem;
    width: 50px;
  }
}
#AI-20261021 .heading-box .timetable dl dd {
  width: calc(100% - 70px);
  font-weight: bold;
  line-height: 1.6;
}
#AI-20261021 .heading-box .timetable dl dd span {
  font-size: 1.2rem;
}

#AI-20261021 .greeting {
  padding: 80px 0;
  position: relative;
  background-image: url(../img/bg-polygonline.png);
  background-position: right bottom;
  background-size: 40%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .greeting {
    padding: 0px 0 80px;
    background-size: 60%;
  }
}
#AI-20261021 .greeting-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .greeting-box {
    flex-flow: column;
  }
}
#AI-20261021 .greeting-box .txt {
  padding-right: 40px;
  width: calc(60% + 5vw);
}
@media screen and (max-width: 768px) {
  #AI-20261021 .greeting-box .txt {
    padding-right: 0;
    width: 100%;
  }
}
#AI-20261021 .greeting-box p {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 1.5rem;
}
#AI-20261021 .greeting-box p span {
  font-size: 1.3rem;
  display: block;
  padding-top: 30px;
}
#AI-20261021 .greeting-box .img {
  width: 40%;
  margin-right: -5vw;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .greeting-box .img {
    width: 100%;
    max-width: 500px;
    margin: 0px -15px 0 auto;
  }
}

#AI-20261021 .presentation {
  background-color: #F7F7F8;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation {
    padding: 40px 0;
  }
}
#AI-20261021 .presentation h2 {
  background-color: #1d6d16;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 20px;
}
#AI-20261021 .presentation h2 span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation h2 span {
    font-size: 1.8rem;
  }
}
#AI-20261021 .presentation-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation-list {
    flex-flow: column;
  }
}
#AI-20261021 .presentation-list dl {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation-list dl {
    padding: 15px;
  }
}
#AI-20261021 .presentation-list dl dt {
  width: 25%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation-list dl dt {
    margin-right: 10px;
  }
}
#AI-20261021 .presentation-list dl dd {
  width: calc(75% - 25px);
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation-list dl dd {
    width: calc(75% - 10px);
    padding-top: 15px;
  }
}
#AI-20261021 .presentation-list dl dd span {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation-list dl dd span {
    font-size: 1.1rem;
  }
}
#AI-20261021 .presentation-list dl dd .prof {
  margin-top: 15px;
}
#AI-20261021 .presentation-list dl dd .prof p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .presentation-list dl dd .prof p {
    font-size: 1.3rem;
  }
}

#AI-20261021 .outline {
  padding: 160px 0 80px;
  position: relative;
  background-image: url(../img/bg-polygonline.png);
  background-position: right top;
  background-size: 40%;
  background-repeat: no-repeat;
  margin-top: -80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .outline {
    padding-right: 0;
    background-size: 60%;
  }
}
#AI-20261021 .outline-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .outline-box {
    margin-bottom: 25px;
  }
}
#AI-20261021 .outline-box .txt {
  padding-right: 40px;
  width: calc(50% + 5vw);
}
@media screen and (max-width: 991px) {
  #AI-20261021 .outline-box .txt {
    padding-right: 0;
    width: 100%;
    max-width: 500px;
    margin: 0px auto 50px;
  }
}
#AI-20261021 .outline-box .txt dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  #AI-20261021 .outline-box .txt dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
#AI-20261021 .outline-box .txt dl dt {
  background-color: #464646;
  color: #fff;
  font-weight: 500;
  padding: 3px 1em;
  text-align: center;
  margin-right: 10px;
  font-size: 1.3rem;
  min-width: 90px;
}
@media screen and (max-width: 991px) {
  #AI-20261021 .outline-box .txt dl dt {
    margin-bottom: 5px;
  }
}
#AI-20261021 .outline-box .txt dl dd {
  font-weight: 500;
  line-height: 1.5;
}
#AI-20261021 .outline-box .txt dl dd span {
  font-size: 1.2rem;
}
#AI-20261021 .outline-box .txt dl dd a {
  text-decoration: underline;
}
#AI-20261021 .outline-box p {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 1.5rem;
}
#AI-20261021 .outline-box p span {
  font-size: 1.3rem;
  display: block;
  padding-top: 30px;
}
#AI-20261021 .outline-box .img {
  width: 50%;
  margin-right: -5vw;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .outline-box .img {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
  }
}
#AI-20261021 .outline-map {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .outline-map {
    height: 300px;
  }
}
#AI-20261021 .outline-map iframe {
  width: 100%;
  height: 100%;
}

#AI-20261021 .schedule {
  padding: 80px 0;
  position: relative;
  background-image: url(../img/bg-polygonline.png);
  background-position: left top;
  background-size: 30%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule {
    padding-right: 0;
    background-size: 60%;
  }
}
#AI-20261021 .schedule-list {
  max-width: 800px;
  margin: 0px auto 80px;
}
#AI-20261021 .schedule-block {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding-bottom: 70px;
  position: relative;
}
#AI-20261021 .schedule-block:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block {
    padding-bottom: 30px;
    padding-right: 0;
  }
}
#AI-20261021 .schedule-block dt {
  padding-left: 45px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  width: 200px;
  color: #6F7070;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block dt {
    padding-left: 30px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#AI-20261021 .schedule-block dt::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #006CFF;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block dt::before {
    width: 18px;
    height: 18px;
  }
}
#AI-20261021 .schedule-block dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block dd {
    width: calc(100% - 45px);
    padding-left: 30px;
  }
}
#AI-20261021 .schedule-block dd h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block dd h4 {
    font-size: 1.8rem;
  }
}
#AI-20261021 .schedule-block dd h4 span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block dd h4 span {
    margin-bottom: 5px;
  }
}
#AI-20261021 .schedule-block dd p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block dd p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#AI-20261021 .schedule-block::before {
  content: "";
  position: absolute;
  left: 12.5px;
  height: 100%;
  top: 12.5px;
  width: 1px;
  background-color: #006CFF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .schedule-block::before {
    left: 9px;
  }
}
#AI-20261021 .schedule-block:last-child::before {
  display: none;
}
#AI-20261021 .schedule-block.-generate::before {
  background-color: #32BF99;
}
#AI-20261021 .schedule-block.-generate dt {
  background-color: #32BF99;
}
#AI-20261021 .schedule-block.-logo::before {
  background-color: #36d9e0;
}
#AI-20261021 .schedule-block.-logo dt {
  background-color: #36d9e0;
}

#AI-20261021 .imgblock {
  background-image: url(../img/blockimg.jpg);
  background-size: cover;
  padding-bottom: 25%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .imgblock {
    padding-bottom: 35%;
  }
}

#AI-20261021 .lecture {
  padding: 80px 0;
  position: relative;
  background-image: url(../img/bg-polygonline.png), url(../img/bg-polygonline.png);
  background-position: right top, left bottom;
  background-size: 30%, 30%;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture {
    padding-right: 0;
    background-size: 60%;
  }
}
#AI-20261021 .lecture-list {
  display: flex;
  flex-flow: column;
  margin: 0px auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-list {
    flex-flow: column;
  }
}
#AI-20261021 .lecture-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-item {
    margin-bottom: 50px;
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
#AI-20261021 .lecture-item dl {
  padding-right: 40px;
  max-width: 280px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-item dl {
    padding-right: 0;
    max-width: unset;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0px;
  }
}
#AI-20261021 .lecture-item dl dt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-item dl dt {
    margin-bottom: 0;
    padding-right: 15px;
    width: 40%;
    max-width: 180px;
  }
}
#AI-20261021 .lecture-item dl dd {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-item dl dd {
    font-size: 1.6rem;
  }
}
#AI-20261021 .lecture-item dl dd span {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
  display: block;
}
#AI-20261021 .lecture-item .txt {
  max-width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-item .txt {
    max-width: unset;
    margin-bottom: 30px;
  }
}
#AI-20261021 .lecture-item .txt span {
  color: #464646;
  display: block;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
}
#AI-20261021 .lecture-item .txt h5 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #AI-20261021 .lecture-item .txt h5 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
#AI-20261021 .lecture-item .txt h5 em {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4rem;
}