@charset "UTF-8";
html {
    box-sizing: border-box;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    box-sizing: inherit;
    background-repeat: no-repeat
}

:after,:before {
    vertical-align: inherit;
    text-decoration: inherit
}

* {
    margin: 0;
    padding: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

pre {
    font-size: 1em
}

b,strong {
    font-weight: bolder
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,input,optgroup,select,textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button],[type=button],[type=reset],[type=submit],button {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

button,input,select,textarea {
    border-style: none;
    background-color: transparent
}

a:focus,button:focus,input:focus,select:focus,textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
    border: 0
}

::-webkit-file-upload-button {
    font: inherit;
    color: inherit;
    -webkit-appearance: button
}

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

html {
    font-size: 62.5%;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #222
}

body {
    counter-reset: section;
    background-color: #f5f5f5
}

body,button,input,select,textarea {
    font-family: Hiragino Sans,Meiryo,sans-serif
}

a {
    color: #222
}

a:active,a:link,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: none
}

ol,ul {
    list-style: none
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

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

.hide {
    text-indent: 150%
}

.hide,.sr-only {
    overflow: hidden;
    white-space: nowrap
}

.sr-only {
    position: absolute!important;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border-width: 0
}

@media screen and (max-width: 767px) {
#tko_header *, #tko_footer * {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, 'Meiryo', 'メイリオ', sans-serif;
  font-weight: normal;
  font-feature-settings: normal !important;
  letter-spacing: 0 !important;
}

#tko_header a, #tko_footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  text-decoration: none;
}

#tko_header a:link, #tko_header a:active, #tko_footer a:link, #tko_footer a:active {
  color: #000;
  text-decoration: none;
}

#tko_header a:visited, #tko_footer a:visited {
  color: #000;
  text-decoration: none;
}

#tko_header a:focus, #tko_footer a:focus {
  outline: none;
}

#tko_header {
  width: 100%;
  height: 50px;
  background: #fff;
}

#tko_header .tko_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 0 10px;
}

#tko_header .logo {
  width: 127px;
}

#tko_header .logo a {
  display: block;
}

#tko_header .logo a img {
  display: block;
  width: 127px;
  height: 40px;
}

#tko_header .ad .cliant {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#tko_header .ad .cliant p {
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #333;
}

#tko_header .ad .cliant img {
  display: block;
  width: 24px;
  height: auto;
  margin: 0 0 0 auto;
}

#tko_header .ad .date {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #333;
}

    .g-footer {
        margin-top: 42px;
        background-color: #6c7883;
        order: 99;
    }
    .g-footer-menu {
        display: grid;
        margin: 0 auto;
        padding: 30px 14px 0;
        grid-template-columns: 99px auto;
        align-items: center;
        justify-content: space-between;
    }
    .g-footer-logo {
        width: 99px;
    }
    .g-footer-sns {
        justify-self: flex-end;
    }
    .m-sns {
        display: flex;
        list-style: none;
        align-items: center;
        gap: 17px;
    }
    .m-sns__item {
        width: 24px;
    }
    .g-footer-nav {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        gap: 10px;
        grid-column: 1 / -1;
    }
    .g-footer-nav__list.\--genre, .g-footer-nav__list.\--main {
        font-size: 1.4rem;
        font-weight: 600;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }
    .g-footer-nav__list.\--genre {
        margin-top: 6px;
        font-size: 1.4rem;
        font-weight: 600;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }
    .g-footer-nav__link {
        color: #fff;
    }
    .g-footer-nav__link.\--blank:after {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-left: 8px;
        content: "";
        background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .g-footer-related {
        margin-top: 24px;
        padding: 0 14px;
    }
    .g-footer-nav {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
        gap: 10px;
        grid-column: 1 / -1;
    }
    .g-footer-nav__ttl {
        font-size: 1.5rem;
        font-weight: 600;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        color: #fff;
        border-bottom: 1px solid #c1c1c1;
    }
    .g-footer-nav__list {
        font-size: 1.3rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .g-footer-nav__list.\--cols-2 {
        display: grid;
        grid-template-columns: auto auto;
    }
    .g-footer-nav__ttl.\--blank:after {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-left: 8px;
        content: "";
        background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .g-footer-info {
        display: flex;
        margin-top: 24px;
        padding: 0 14px 50px;
        flex-wrap: wrap;
        gap: 10px 24px;
    }
    .g-footer-info .g-footer-nav, .g-footer-info .g-footer-nav__list {
        display: contents;
    }
    .g-footer-bottom {
        padding: 14px;
        background-color: #fff;
    }
    .g-footer-bottom__inner-wrap {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 10px;
        align-items: center;
    }
    .g-footer-bottom__inner {
        display: contents;
    }
    .g-footer-bottom__txt {
        font-size: 1.2rem;
        text-align: center;
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .g-footer-bottom__logo {
        width: 184px;
        grid-column: 1;
        grid-row: 1;
    }
    .g-footer-bottom__abj {
        width: 48px;
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }
}
@media screen and (min-width: 768px) {
    #tko_header *, #tko_footer * {
    font-family: Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: normal;
  }
  #tko_header a:hover, #tko_footer a:hover {
    color: #000;
    text-decoration: underline;
  }
  #tko_header {
    height: 80px;
  }
  #tko_header .tko_header_inner {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 8px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tko_header .logo {
    width: 192px;
  }
  #tko_header .logo a img {
    width: 192px;
    height: 60px;
  }
  #tko_header .ad {
    padding-top: 5px;
  }
  #tko_header .ad .cliant {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  #tko_header .ad .cliant p {
    margin-right: 15px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }
  #tko_header .ad .cliant img {
    width: 30px;
  }
  #tko_header .ad .date {
    font-size: 14px;
    text-align: right;
    list-style: 1;
    color: #333;
  }
    .g-footer {
        background-color: #6c7883;
    }
    .g-footer-menu {
        display: grid;
        width: 1200px;
        margin: 0 auto;
        padding: 38px 0 15px;
        grid-template-columns: 137px auto auto;
        align-items: center;
        gap: 40px;
    }
    .g-footer-logo {
        width: 137px;
        margin-right: 60px;
    }
    .m-sns {
        display: flex;
        list-style: none;
        align-items: center;
        gap: 17px;
    }
    .m-sns__item {
        width: 24px;
    }
    .g-footer-nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .g-footer-nav__link {
        color: #fff;
    }
    .g-footer-nav__list.\--genre, .g-footer-nav__list.\--main {
        font-weight: 600;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .g-footer-nav__list.\--main {
        font-size: 1.6rem;
        gap: 23px;
    }
    .g-footer-nav__list.\--genre {
        font-size: 1.5rem;
        gap: 21px;
    }
    .g-footer-nav__list.\--genre, .g-footer-nav__list.\--main {
        font-weight: 600;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .g-footer-nav__link.\--blank:after {
        position: relative;
        top: 1px;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-left: 3px;
        content: "";
        background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .g-footer-related {
        display: flex;
        width: 1200px;
        margin: 0 auto;
        padding-top: 38px;
        align-items: flex-start;
        gap: 58px;
    }
    .g-footer-nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .g-footer-nav__ttl {
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
    }
    .g-footer-nav__ttl.\--blank:after {
        position: relative;
        top: 1px;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-left: 3px;
        content: "";
        background: url(https://tk.ismcdn.jp/common/tko/images/icon/icon_blank-wht.svg) 0 0 no-repeat;
        background-size: 100% auto;
        margin-left: 10px;
    }
    .g-footer-nav__list {
        font-size: 1.4rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .g-footer-nav__list.\--cols-2 {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px 50px;
    }
    .g-footer-info {
        width: 1200px;
        margin: 0 auto;
        padding-top: 24px;
    }
    .g-footer-nav.\--row {
        flex-direction: row;
        align-items: center;
        gap: 29px;
    }
    .g-footer-nav.\--row+.g-footer-nav.\--row {
        margin-top: 8px;
        padding: 14px 0;
        border-top: 1px solid #c1c1c1;
    }
    .g-footer-nav__list.\--company {
        flex-direction: row;
        gap: 29px;
    }
    .g-footer-nav__list.\--regal {
        flex-direction: row;
        gap: 21px;
    }
    .g-footer-bottom {
        background-color: #fff;
    }
    .g-footer-bottom__inner-wrap {
        position: relative;
        display: flex;
        width: 1200px;
        margin: 0 auto;
        padding: 16px 0;
        justify-content: space-between;
    }
    .g-footer-bottom__inner {
        display: flex;
        align-items: center;
    }
    .g-footer-bottom__logo {
        display: block;
        width: 144px;
        margin-right: 20px;
    }
    .g-footer-bottom__txt {
        font-size: 1.4rem;
    }
    .g-footer-bottom__abj {
        display: block;
        width: 55px;
    }
}



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

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.inner {
  box-sizing: content-box;
  max-width: 1000px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #000;
}

body a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}



/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */

.l-contents {
  font-weight: 500;
}

.kv {
  background: url(../images/bg_kv.png) center no-repeat;
  background-size: cover;
  padding: 30px 5% 0;
  position: relative;
}

.kv_pic {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}

.kv_pic img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {

  .kv {
    background: none;
    padding: 0;
  }
  .kv_logo {
    width: 24%;
    top: 0;
    right: 0;
  }
}
/*----------------------------------------------------- */
/*  bg           */
/*----------------------------------------------------- */
.bg {
  background: #fff;
  position: relative;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}

.bg_wrap {
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bg_wrap .main {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .bg_wrap {
    padding: 0 3%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .bg {
    padding: 30px 0;
  }
  .bg::after {
    height: 100px;
  }
  .bg_wrap {
    padding: 0 3%;
    display: block;
  }
}
/*----------------------------------------------------- */
/*  apply           */
/*----------------------------------------------------- */
.apply {
  width: 485px;
  max-width: 485px;
  margin-left: 4%;
  padding: 30px 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
}

.apply #eh-root select {
  padding: 0 16px;
}

.apply h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.apply #eh-root form {
  padding: 0;
  width: 100%;
  max-width: 564px;
}

.apply #eh-root button {
  max-width: 420px;
  margin: 40px auto 0;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  background: linear-gradient(90deg, #3b2673 0%, #489fbb 100%);
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.apply #eh-root button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .apply {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .apply {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding: 20px 10px;
  }
  .apply h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .apply #eh-root button {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 20px auto 0;
  }
}
/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro_txt {
  line-height: 2;
  max-width: 900px;
  margin: 0 auto 40px;
}

.intro_btn {
  max-width: 420px;
  margin: 0 auto;
}

.intro h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.intro_box {
  border: 1px solid #fff;
  max-width: 800px;
  margin: 0 auto 60px;
}

.intro_box h3 {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.intro_box h3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.intro_box ul {
  margin: 30px 20px;
}

.intro_box ul li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.intro_box ul li p {
  background: url(../images/ico_check.png) left top no-repeat;
  background-size: 30px;
  padding-left: 40px;
}

.intro_box ul li + li {
  margin-top: 10px;
}

.outline_list01 {
  margin: 0 auto 40px;
}

.outline_list01 li {
  background: #e9edf6;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.outline_list01 li h3 {
  font-size: 18px;
  font-weight: bold;
  width: 18%;
  min-width: 6em;
  margin-right: 3%;
}

.outline_list01 li div {
  flex: 1;
}

.outline_list01 li p {
  font-size: 18px;
  font-weight: bold;
}

.outline_list01 li a {
  text-decoration: underline;
}

.outline_list01 li span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .intro_txt {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 0;
  }
  .intro_txt {
    margin: 0 auto;
  }
  .intro p {
    font-size: 14px;
  }
  .intro_btn a {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .intro h2 {
    font-size: 20px;
  }
  .intro_box {
    margin: 0 auto;
  }
  .intro_box h3 {
    font-size: 18px;
  }
  .intro_box ul {
    margin: 30px 10px;
  }
  .outline_list01 li span {
    font-size: 12px;
  }
}
/*----------------------------------------------------- */
/*  program           */
/*----------------------------------------------------- */
.program {
  position: relative;
}

.program_sec {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 6% 40px;
  position: relative;
  z-index: 10;
  background-color: #e9edf6;
  border-radius: 20px;
}

.program_sec h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.program_sec .time {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.program_sec .time span {
  background: #3b2673;
  padding: 2px 15px;
  color: #fff;
}

.program_sec h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.program_sec h3 span {
  font-size: 24px;
}

.program_sec ul {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
}

.program_sec ul .pic {
  max-width: 160px;
  margin-right: 30px;
}

.program_sec ul .contents {
  flex: 1;
}

.program_sec ul .name {
  font-size: 18px;
  font-weight: bold;
}

.program_sec ul .name em {
  font-size: 24px;
  font-style: normal;
}

.program_sec ul .role {
  margin-bottom: 10px;
}

.program_sec ul .role span {
  border: 1px solid #000;
  font-size: 14px;
  padding: 0 10px;
}

.program_sec ul .logo img {
  height: 30px;
}

.program_sec .list01 {
  max-width: 580px;
}

.program_sec .list02 {
  max-width: 720px;
}

.program_sec .list03 {
  border-top: 1px solid #fff;
  padding-top: 30px;
  max-width: 720px;
}

.program_sec .details {
  margin-bottom: 40px;
}

.program_sec .details dt {
  font-size: 18px;
  background: linear-gradient(90deg, #3b2673 0%, #489fbb 100%);
  text-align: center;
  width: 240px;
  border-radius: 100px;
  padding: 8px 0;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.program_sec .details dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 16px;
  height: 9px;
  background: url(../images/ico_arrow_02.png) no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

.program_sec .details dt.active::after {
  transform: rotate(180deg);
}

.program_sec .details dd {
  display: none;
  padding-top: 20px;
}

.detail_txt {
  margin-bottom: 40px;
}

.program_sec .profile {
  margin-bottom: 20px;
}

.program_sec .profile dt {
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #3b2673 0%, #489fbb 100%);
  text-align: center;
  width: 240px;
  border-radius: 100px;
  padding: 8px 0;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

.program_sec .profile dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 16px;
  height: 9px;
  background: url(../images/ico_arrow_02.png) no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

.program_sec .profile dt.active::after {
  transform: rotate(180deg);
}

.program_sec .profile dd {
  display: none;
  padding-top: 20px;
}

.program_sec .profile + ul {
  margin-top: 60px;
}

.program_sec + .program_sec {
  margin-top: 60px;
}

.program_note {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .program {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .program {
    padding: 60px 0;
  }
  .program_sec {
    padding: 40px 4% 30px;
  }
  .program_sec h2 {
    font-size: 20px;
  }
  .program_sec .time {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .program_sec h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .program_sec h3 span {
    font-size: 16px;
  }
  .program_sec ul {
    align-items: flex-start;
  }
  .program_sec ul .pic {
    max-width: 100px;
    margin-right: 20px;
  }
  .program_sec ul .post {
    font-size: 12px;
  }
  .program_sec ul .role {
    margin-bottom: 5px;
  }
  .program_sec ul .role span {
    font-size: 12px;
  }
  .program_sec ul .name {
    font-size: 16px;
    font-weight: bold;
  }
  .program_sec ul .name em {
    font-size: 20px;
    font-style: normal;
  }
  .program_sec .details {
    margin-bottom: 30px;
  }
  .program_sec .details dt {
    font-size: 14px;
    width: 160px;
  }
  .program_sec .details dt::after {
    top: calc(50% - 3px);
    right: 12px;
    width: 12px;
    height: 6px;
  }
  .program_sec .details dd {
    display: none;
    padding-top: 20px;
  }
  .program_sec .profile {
    margin-bottom: 20px;
  }
  .program_sec .profile dt {
    font-size: 14px;
    width: 160px;
  }
  .program_sec .profile dt::after {
    top: calc(50% - 3px);
    right: 12px;
    width: 12px;
    height: 6px;
  }
  .program_sec .profile dd {
    display: none;
    padding-top: 20px;
  }
  .program_sec + .program_sec {
    margin-top: 30px;
  }
  .program_note {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
  }
}
/*----------------------------------------------------- */
/*  outline           */
/*----------------------------------------------------- */
.outline {
  padding: 80px 0;
  position: relative;
  background: #f5f5f5;
}

.outline h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.outline_list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.outline_list02 li {
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
}

.outline_list02 li img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

.outline_list02 li a {
  transition: 0.3s ease-in-out;
}

.outline_list02 li a:hover {
  opacity: 0.7;
}

.outline_list02_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.outline_list02_ttl span {
  font-size: 16px;
  border: 1px solid #000;
  padding: 2px 20px;
}

.outline_txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.outline_txt a {
  text-decoration: underline;
}

.outline_note01 {
  font-weight: bold;
  color: #007fcb;
}

.outline_note01 b {
  font-size: 24px;
  color: #f00;
  font-weight: bold;
}

.contact {
  max-width: 520px;
  margin: 60px auto 0;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  padding: 30px 3% 25px;
}

.contact h3 {
  background: #000;
  color: #fff;
  font-weight: bold;
  width: 140px;
  padding: 2px 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.contact a {
  text-decoration: underline;
}

.hybrid {
  margin: 60px auto 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 30px 3% 25px;
}
.hybrid p + p {
  margin-top: 20px;
}
.hybrid h2 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin: 30px auto;
}
.hybrid h2 span {
  font-size: 16px;
  font-weight: 500;
}

.hybrid h3 {
  background: #3b2673;
  color: #fff;
  font-weight: bold;
  width: 180px;
  padding: 2px 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.hybrid a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .outline {
    padding: 30px 0 50px;
  }
  .outline::after {
    top: -59px;
    height: 60px;
  }
  .outline h2 {
    font-size: 20px;
  }
  .outline h2::after {
    content: "";
    position: absolute;
    top: -3px;
    left: calc(50% - 70px);
    width: 140px;
    height: 40px;
  }
  .outline_list01 {
    margin: 0 auto 40px;
  }
  .outline_list01 li {
    padding: 15px 10px;
    display: block;
  }
  .outline_list01 li h3 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .outline_list01 li p {
    font-size: 16px;
  }
  .outline_list01 li span {
    font-size: 16px;
  }
  .outline_list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
  .outline_list02 li {
    width: 48%;
    text-align: center;
    margin-bottom: 40px;
  }
  .outline_list02 li h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .outline_list02 li h3 span {
    font-size: 14px;
  }
  .outline_list02 li p {
    text-align: center;
    font-size: 16px;
  }
  .outline_list02 li img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .outline_txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .outline_btn {
    max-width: 420px;
    margin: 0 auto 60px;
  }
  .outline_btn a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .outline_note01 b {
    font-size: 18px;
  }
  .hybrid {
    margin: 60px auto 0;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 30px 3% 25px;
  }
  .hybrid h2 {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin: 30px auto;
  }
  .hybrid h2 span {
    font-size: 14px;
    font-weight: 500;
  }
  .hybrid .sp_only {
    display: inline !important;
  }
} 
.sub_btn {
  background-color: rgba(233, 237, 246, 0.8);
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.sub_btn a {
  max-width: 420px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  background: linear-gradient(90deg, #3b2673 0%, #489fbb 100%);
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.sub_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .sub_btn {
    padding: 15px 10px;
  }
  .sub_btn a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
.color01 {
  font-size: 18px;
  font-weight: normal;
  color: blue;
}

.color02 {
  font-size: 18px;
  font-weight: normal;
  color: red;
}/*# sourceMappingURL=style.css.map */