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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #040922;
  -webkit-text-size-adjust: 100%;
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #040922;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}

button, input, select, textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
}

/*
スマホを基本設計にする
- 〜319px：スマートフォン小
- 320px〜479px：スマートフォン大
- 480px〜767px：スマートフォン横
- 768px〜1023px：タブレット
- 1024px〜1279px：PC小
- 1280px〜：PC大
*/
/*@mixin font-b { font-family: "NUDモトヤシーダ Std W5";}
@mixin font-eb { font-family: "NUDモトヤシーダ Std W6";}
@mixin font-other { font-family: メイリオ,Meiryo,sans-serif;}*/
/*枠青矢印右*/
/*枠青矢印左*/
/*グレーボタン*/
/*エントリーボタン*/
/* Scss Document */
@font-face {
  font-family: "icomoon";
  src: url("../icon/fonts/icomoon.eot?u99gzq");
  src: url("../icon/fonts/icomoon.eot?u99gzq#iefix") format("embedded-opentype"), url("../icon/fonts/icomoon.woff?u99gzq") format("woff"), url("../icon/fonts/icomoon.ttf?u99gzq") format("truetype"), url("../icon/fonts/icomoon.svg?u99gzq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* common */
@font-face {
  font-display: swap;
  font-weight: 800;
  font-style: normal;
  font-family: "Work Sans";
  src: url("../font/WorkSans-ExtraBold.ttf") format("truetype");
}
body {
  color: #222;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  body {
    font-size: 17px;
  }
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: initial;
  transition: initial;
  padding-top: 0;
}

a, button {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a img, button img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width:1024px) {
  a:hover, button:hover {
    color: #00a2ee;
  }
}
a:hover:before, button:hover:before {
  -webkit-transition: inherit;
  transition: inherit;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pcOnly {
  display: none !important;
}

.pcMinOnly {
  display: none !important;
}

.pcLargeOnly {
  display: none !important;
}

.spNone {
  display: none !important;
}

@media only screen and (min-width:361px) {
  .pcNone {
    display: block !important;
  }
  .spOnly {
    display: inline-block !important;
  }
}
@media only screen and (min-width:768px) {
  .pcOnly {
    display: none !important;
  }
  .pcNone {
    display: block !important;
  }
  .spNone {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1024px) {
  .pcNone {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .pcMinOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1281px) {
  .pcMinOnly {
    display: none !important;
  }
  .pcLargeOnly {
    display: block !important;
  }
}
/* wrapper */
.wrapper {
  padding-top: 50px;
}
@media only screen and (min-width:1024px) {
  .wrapper {
    padding-top: 0;
  }
}

/* header */
.header {
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 65px;
  }
}
@media only screen and (min-width:1281px) {
  .header {
    height: 70px;
  }
}
.header .headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn {
    margin: 0 auto;
    padding: 0 40px;
  }
}
.header .headerIn h1 {
  position: relative;
}
.header .headerIn h1.top_bk:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #8750d6), to(#8750d6));
  background-image: linear-gradient(90deg, #fff, #fff 50%, #8750d6 50%, #8750d6);
  background-size: 200%, 100%;
  border-radius: 5px;
  -webkit-animation-name: loading-bar;
          animation-name: loading-bar;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1); /* easeInOutQuintのイージング */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@-webkit-keyframes loading-bar {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes loading-bar {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@media only screen and (min-width:768px) {
  .header .headerIn h1.top_bk {
    /*left: 50%;
    margin-left: -59px;*/
  }
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1.top_bk {
    left: inherit;
    margin-left: 0;
  }
}
.header .headerIn h1.top {
  position: relative;
}
.header .headerIn h1.top:before {
  content: "";
  -webkit-animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: -3px;
  left: -160%;
  opacity: 0.9;
  position: absolute;
  z-index: 2;
}
@-webkit-keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.header .headerIn h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -2px;
  /*img {
  	width: 118px;
  	vertical-align: middle;
  	position: relative;
  	top: -5px;
  	@media only screen and (min-width:1024px) {
  		width: 140px;
  	}
  	@media only screen and (min-width:1281px) {
  		width: 223px;
  	}
  	&.no1 {
  		width: 130px;
  		margin-left: 7px;
  		@media only screen and (min-width:361px) {
  			width: 160px;
  		}
  		@media only screen and (min-width:1024px) {
  			width: 180px;
  		}
  		@media only screen and (min-width:1281px) {
  			width: 293px;
  		}
  	}
  }*/
}
.header .headerIn h1 a img.logo_parts1 {
  width: 30px;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1 a img.logo_parts1 {
    width: 47px;
  }
}
.header .headerIn h1 a img.logo_parts2 {
  width: 120px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1 a img.logo_parts2 {
    width: 170px;
    top: 8px;
  }
}
.header .headerIn .catch {
  display: none;
  font-size: 10px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .catch {
    display: block;
    margin-left: 15px;
    font-size: 11px;
    font-weight: bold;
  }
}
@media only screen and (min-width:1281px) {
  .header .headerIn .catch {
    margin-left: 20px;
    font-size: 12px;
  }
}
.header .headerIn .menuBtn {
  z-index: 2;
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn {
    display: none;
    width: 40px;
    height: 40px;
  }
}
.header .headerIn .menuBtn.active {
  background: #fff;
}
.header .headerIn .menuBtn .icon {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  background: #222;
  border-radius: 50px;
  position: relative;
  top: 15px;
  height: 2px;
  width: 27px;
  margin: 0 auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn .icon {
    top: 10px;
  }
}
.header .headerIn .menuBtn .icon:nth-child(2) {
  margin: 7px auto;
}
.header .headerIn .menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: 2px;
}
.header .headerIn .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .headerIn .menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 24px;
}
.header .headerIn .closeBtn {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
}
.header .headerIn .closeBtn.active {
  display: block;
}
.header .headerIn.type02 h1 img.logo_parts1 {
  width: 30px;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn.type02 h1 img.logo_parts1 {
    width: 47px;
  }
}
.header .headerIn.type02 h1 img.logo_parts2 {
  width: 120px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn.type02 h1 img.logo_parts2 {
    width: 170px;
    top: 8px;
  }
}

/* main */
.main {
  display: block;
  overflow: hidden;
}

/* menu_pc */
.menu_pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .menu_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    position: relative;
    top: -4px;
  }
}
@media only screen and (min-width:1024px) {
  .menu_pc li + li {
    margin-left: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .menu_pc li + li {
    margin-left: 30px;
  }
}
.menu_pc li a {
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  .menu_pc li a {
    font-size: 14px;
  }
}
@media only screen and (min-width:1281px) {
  .menu_pc li a {
    font-size: 15px;
  }
}
.menu_pc li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\e93d";
  font-size: 13px;
  color: #12509d;
}
.menu_pc li a:hover:before {
  color: #00a2ee;
}

/* menu_sp */
.menu_sp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
  z-index: 1;
}
@media only screen and (min-width:1024px) {
  .menu_sp {
    display: none;
  }
}
.menu_sp.open {
  opacity: 1;
  visibility: visible;
}
.menu_sp.open .menu_spIn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-transition: none;
}
.menu_sp .menu_spIn {
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 50px 0 20px;
}
.menu_sp .menu_spIn .menuList {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu_sp .menu_spIn .menuList li {
  border-bottom: 1px dotted #ccc;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList li:nth-child(2n) {
    border-left: 1px dotted #ccc;
  }
}
@media only screen and (min-width:1024px) {
  .menu_sp .menu_spIn .menuList li + li {
    margin-left: 30px;
  }
}
.menu_sp .menu_spIn .menuList li a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 13px 0 30px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
}
.menu_sp .menu_spIn .menuList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e93d";
  position: absolute;
  left: 12px;
  color: #12509d;
}
.menu_sp .menu_spIn .linkList {
  margin: 20px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 40px;
  }
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .linkList li {
    margin-right: 15px;
  }
}
.menu_sp .menu_spIn .linkList li + li {
  margin-top: 5px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .linkList li + li {
    margin-top: 0;
  }
}
.menu_sp .menu_spIn .linkList li a {
  font-size: 14px;
  font-weight: bold;
}
.menu_sp .menu_spIn .linkList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e902";
  color: #12509d;
  font-size: 10px;
}
.menu_sp .menu_spIn .linkList li a.blank:before {
  content: "\e920";
  margin-right: 1px;
  font-size: 13px;
}
.menu_sp .menu_spIn .siteList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .siteList {
    margin: 0 40px;
  }
}
.menu_sp .menu_spIn .siteList li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 3%;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .siteList li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.menu_sp .menu_spIn .siteList li a {
  display: block;
}
.menu_sp .menu_spIn .siteList li a img {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu_sp .menuBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* otherCnt */
.otherCnt {
  overflow: hidden;
  background: #f2fbff;
  position: relative;
  padding: 25px 20px;
}
@media only screen and (min-width:768px) {
  .otherCnt {
    padding: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt {
    padding: 65px 0;
  }
}
.otherCnt:before {
  content: "";
  display: block;
  background: url(../img/common/bg01.svg) no-repeat;
  position: absolute;
  top: -32px;
  right: -10px;
  width: 87px;
  height: 115px;
}
@media only screen and (min-width:768px) {
  .otherCnt:before {
    top: -50px;
    right: -19px;
    width: 140px;
    height: 190px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt:before {
    top: -100px;
    right: -50px;
    width: 277px;
    height: 368px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt:before {
    top: -50px;
    right: -19px;
  }
}
.otherCnt:after {
  content: "";
  display: block;
  background: url(../img/common/bg02.svg) no-repeat;
  position: absolute;
  bottom: -15px;
  left: -7px;
  width: 60px;
  height: 115px;
}
@media only screen and (min-width:768px) {
  .otherCnt:after {
    width: 80px;
    height: 150px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt:after {
    top: 180px;
    left: -10px;
    width: 183px;
    height: 342px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt:after {
    bottom: auto;
    top: 130px;
    left: 0;
  }
}
.otherCnt .otherCntIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  opacity: 0;
}
@media only screen and (min-width:1024px) {
  .otherCnt .otherCntIn {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt .otherCntIn {
    width: 1200px;
  }
}
.otherCnt .recruitArea, .otherCnt .contactArea {
  background: #fff;
  border: 1px solid #e3f2f9;
  padding: 20px;
}
@media only screen and (min-width:768px) {
  .otherCnt .recruitArea, .otherCnt .contactArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    z-index: 1;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt .recruitArea, .otherCnt .contactArea {
    padding: 40px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt .recruitArea, .otherCnt .contactArea {
    padding: 60px 50px;
  }
}
.otherCnt .title {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  font-size: 20px;
}
@media only screen and (min-width:1024px) {
  .otherCnt .title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.otherCnt .title span {
  display: block;
  font-size: 13px;
  color: #12509d;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width:1024px) {
  .otherCnt .title span {
    font-size: 16px;
  }
}
.otherCnt .txt {
  margin-bottom: 13px;
  line-height: 1.5;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .otherCnt .txt {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt .txt {
    margin-bottom: 35px;
  }
}
.otherCnt .btn {
  overflow: hidden;
  display: block;
  background: #12509d;
  position: relative;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 15px;
}
.otherCnt .btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #00a2ee;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
@media only screen and (min-width:1024px) {
  .otherCnt .btn:hover {
    cursor: pointer;
    color: #fff;
  }
  .otherCnt .btn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .otherCnt .btn:hover span {
    -webkit-animation: animButtonSpan01 0.4s;
            animation: animButtonSpan01 0.4s;
  }
}
.otherCnt .btn span {
  position: relative;
  z-index: 1;
  display: block;
}
.otherCnt .btn span:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e93d";
  position: absolute;
  right: 10px;
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .otherCnt .btn span:after {
    right: 12px;
  }
}
@-webkit-keyframes animButtonSpan01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animButtonSpan01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (min-width:768px) {
  .otherCnt .btn {
    width: 100%;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt .btn {
    width: 300px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}

/* footer */
.footer .footerIn {
  position: relative;
  padding: 15px 20px 35px;
}
@media only screen and (min-width:768px) {
  .footer .footerIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px 35px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerIn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn {
    width: 1200px;
  }
}
.footer .sitelogo {
  display: block;
  width: 120px;
  margin: 0 auto 20px;
}
@media only screen and (min-width:768px) {
  .footer .sitelogo {
    margin: 0;
  }
}
@media only screen and (min-width:1024px) {
  .footer .sitelogo {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
@media only screen and (min-width:768px) {
  .footer .menuArea {
    margin-left: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .menuArea {
    margin-left: auto;
    text-align: right;
  }
}
.footer .menuArea .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .footer .menuArea .menuList {
    margin-bottom: 15px;
  }
}
.footer .menuArea .menuList li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li + li {
    margin-left: 30px;
  }
}
.footer .menuArea .menuList li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li a {
    font-size: 15px;
  }
}
.footer .menuArea .menuList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\e93d";
  font-size: 13px;
  color: #12509d;
  position: absolute;
  left: 0;
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li a:before {
    top: 3px;
  }
}
.footer .menuArea .menuList li a:hover:before {
  color: #00a2ee;
}
.footer .menuArea .copy {
  display: block;
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width:768px) {
  .footer .menuArea .copy {
    text-align: left;
  }
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .copy {
    text-align: right;
    font-size: 11px;
  }
}
.footer .pagetop {
  display: block;
  background: rgba(255, 255, 252, 0.8);
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: 2px solid #12509d;
  width: 45px;
  height: 45px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .footer .pagetop {
    bottom: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .pagetop {
    width: 50px;
    height: 50px;
  }
}
.footer .pagetop:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: inherit;
  transition: inherit;
  content: "\e93e";
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 2px;
  color: #12509d;
  font-size: 22px;
}
@media only screen and (min-width:1281px) {
  .footer .pagetop:before {
    top: 6px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop:hover {
    border: 2px solid #00a2ee;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop:hover:before {
    color: #00a2ee;
  }
}
.footer.type02 {
  text-align: center;
  padding-bottom: 5px;
}
.footer.type02 .copy {
  display: block;
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width:1024px) {
  .footer.type02 .copy {
    font-size: 11px;
  }
}

.mg {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .mg {
    margin-bottom: 30px;
  }
}

.mg-half {
  margin-bottom: 5px;
}
@media only screen and (min-width:1024px) {
  .mg-half {
    margin-bottom: 10px;
  }
}

.mg-top {
  margin-top: 10px;
}
@media only screen and (min-width:1024px) {
  .mg-top {
    margin-top: 15px;
  }
}

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

/* Scss Document */
/* Scss Document */
/* page */
.page {
  position: relative;
}
@media only screen and (min-width:1281px) {
  .page:before {
    content: "";
    display: block;
    background: url(../img/common/bg01.svg) no-repeat;
    position: absolute;
    top: -60px;
    right: 0;
    width: 210px;
    height: 280px;
  }
}
@media only screen and (min-width:1281px) {
  .page:after {
    content: "";
    display: block;
    background: url(../img/common/bg02.svg) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    width: 135px;
    height: 255px;
  }
}

/* bread */
.bread {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  padding: 5px 0 20px;
}
@media only screen and (min-width:768px) {
  .bread {
    padding: 5px 0 25px;
  }
}
@media only screen and (min-width:1024px) {
  .bread {
    width: 1140px;
    margin: 15px auto 40px;
    padding: 0;
  }
}
@media only screen and (min-width:1281px) {
  .bread {
    width: 1200px;
  }
}
.bread li {
  display: inline;
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .bread li {
    font-size: 13px;
  }
}
.bread li + li:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e93d";
  top: -1px;
  margin: 0 3px 0 0;
  font-size: 10px;
  color: #12509d;
}
@media only screen and (min-width:1024px) {
  .bread li + li:before {
    margin: 0 5px;
  }
}
.bread li a {
  text-decoration: underline;
  color: #000;
}

/* titleArea */
.titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #12509d url(../img/common/bg_pageTitle.png) no-repeat right top;
  background-size: contain;
  position: relative;
  z-index: 1;
  height: 120px;
}
@media only screen and (min-width:1024px) {
  .titleArea {
    background: #12509d url(../img/common/bg_pageTitle_pc.png) no-repeat right top;
    height: 200px;
  }
}
.titleArea .pageTitle {
  padding: 20px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  font-size: 23px;
}
@media only screen and (min-width:768px) {
  .titleArea .pageTitle {
    font-size: 28px;
    padding: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .titleArea .pageTitle {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    font-size: 45px;
  }
}
@media only screen and (min-width:1281px) {
  .titleArea .pageTitle {
    width: 1200px;
  }
}
.titleArea .pageTitle span {
  position: relative;
  top: -6px;
  margin-left: 15px;
  font-family: "Work Sans", sans-serif;
  color: #7be4ef;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .titleArea .pageTitle span {
    top: -9px;
    margin-left: 20px;
    font-size: 19px;
  }
}

/* cnt */
.cnt > * {
  opacity: 0;
}
.cnt + .cnt {
  margin-top: 25px;
}
@media only screen and (min-width:768px) {
  .cnt + .cnt {
    margin-top: 35px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt + .cnt {
    margin-top: 50px;
  }
}
@media only screen and (min-width:1281px) {
  .cnt + .cnt {
    margin-top: 80px;
  }
}
.cnt .title {
  position: relative;
  border-bottom: 2px solid #12509d;
  margin-bottom: 12px;
  padding: 0 0 6px 20px;
  line-height: 1.2;
  font-weight: 900;
  font-size: 22px;
}
@media only screen and (min-width:768px) {
  .cnt .title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .title {
    margin-bottom: 25px;
    padding: 0px 0px 13px 32px;
    font-size: 32px;
  }
}
@media only screen and (min-width:1281px) {
  .cnt .title {
    margin-bottom: 35px;
  }
}
.cnt .title:before {
  content: "";
  display: block;
  background: #00a2ee;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width:1024px) {
  .cnt .title:before {
    top: 10px;
    width: 24px;
    height: 24px;
  }
}
.cnt .title:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 4px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
@media only screen and (min-width:1024px) {
  .cnt .title:after {
    top: 16px;
    left: 6px;
    width: 12px;
    height: 12px;
  }
}
.cnt .title + .table {
  margin-top: 20px;
}
@media only screen and (min-width:1024px) {
  .cnt .title + .table {
    margin-top: 0;
  }
}
.cnt .title2 {
  background: #12509d;
  position: relative;
  margin-bottom: 8px;
  padding: 12px 13px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (min-width:768px) {
  .cnt .title2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .title2 {
    padding: 14px 15px 16px;
    margin-bottom: 15px;
    font-size: 25px;
  }
}
.cnt .title3 {
  position: relative;
  margin-bottom: 7px;
  padding-left: 13px;
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .cnt .title3 {
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 21px;
  }
}
.cnt .title3:before {
  content: "";
  display: block;
  background: #00a2ee;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50px;
  width: 8px;
  height: 19px;
}
@media only screen and (min-width:1024px) {
  .cnt .title3:before {
    top: 5px;
    width: 9px;
    height: 24px;
  }
}
.cnt .title3 small {
  display: inline-block;
  line-height: 1.3;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .cnt .title3 small {
    font-size: 16px;
  }
}
.cnt .read {
  line-height: 1.5;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .read {
    font-size: 20px;
  }
}
.cnt .read em {
  font-weight: bold;
  color: #e72c5b;
}
@media only screen and (min-width:1024px) {
  .cnt .read .txt {
    font-size: 17px;
  }
}
.cnt .txt {
  line-height: 1.6;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt {
    font-size: 17px;
  }
}
.cnt .txt + .txt {
  margin-top: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt + .txt {
    margin-top: 15px;
  }
}
.cnt .txt + .list {
  margin-top: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt + .list {
    margin-top: 15px;
  }
}
.cnt .txt em {
  font-weight: bold;
  color: #12509d;
}
.cnt .txt .mail {
  position: relative;
  top: 2px;
  width: 180px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt .mail {
    width: auto;
  }
}
.cnt .en-sent {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 15px;
}
.cnt .table {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}
.cnt .table tr {
  border-top: 1px solid #ccc;
}
.cnt .table th {
  display: block;
  background: #f2fbff;
  padding: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (min-width:768px) {
  .cnt .table th {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .table th {
    border: 1px solid #ccc;
    padding: 17px;
    font-size: 17px;
  }
}
.cnt .table th .must {
  display: inline-block;
  background: #e72c5b;
  position: relative;
  top: -2px;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 11px;
  color: #fff;
}
.cnt .table td {
  display: block;
  padding: 14px;
  word-break: break-all;
  line-height: 1.3;
  font-size: 15px;
}
@media only screen and (min-width:768px) {
  .cnt .table td {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .table td {
    border: 1px solid #ccc;
    padding: 17px;
    font-size: 17px;
  }
}
.cnt .table td a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e916";
  margin-left: 5px;
  color: #12509d;
  font-size: 13px;
}
.cnt .list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .list li {
    padding-left: 12px;
    font-size: 18px;
  }
}
.cnt .list li:before {
  content: "";
  display: block;
  background: #12509d;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .list li:before {
    top: 10px;
  }
}
.cnt .list li + li {
  margin-top: 2px;
}
@media only screen and (min-width:1024px) {
  .cnt .list li + li {
    margin-top: 5px;
  }
}
.cnt .list li em {
  color: #e72c5b;
}
.cnt .list + .txt {
  margin-top: 10px;
}
.cnt .dlList {
  margin-top: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList {
    margin-top: 20px;
  }
}
.cnt .dlList dt {
  position: relative;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList dt {
    margin-bottom: 7px;
    font-size: 21px;
  }
}
.cnt .dlList dd + dt {
  margin-top: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList dd + dt {
    margin-top: 20px;
  }
}
.cnt .dlList dd .tit {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList dd .tit {
    font-size: 18px;
  }
}
.cnt .dlList dd .tit + .olList {
  margin-top: 0;
}
.cnt .dlList dd .txt + .tit {
  margin-top: 10px;
}
.cnt .olList {
  margin: 10px 0 0 1.3em;
}
@media only screen and (min-width:1024px) {
  .cnt .olList {
    margin: 20px 0 0 1.5em;
  }
}
.cnt .olList + .txt {
  margin-top: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .olList + .txt {
    margin-top: 10px;
  }
}
.cnt .olList li {
  list-style-type: decimal;
  line-height: 1.4;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .olList li {
    font-size: 18px;
  }
}
.cnt .olList li + li {
  margin-top: 5px;
}

/*英数字*/
@media only screen and (min-width:1024px) {
  a:hover {
    opacity: 0.9;
  }
}

.seminar-wrap {
  padding-top: 0;
}
.seminar-wrap .mainimage {
  background-image: url(../img/seminar/mainimage_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage {
    background-image: url(../img/seminar/mainimage_bg_pc.webp);
  }
}
.seminar-wrap .mainimage:before {
  content: "";
  height: 50px;
  background-image: url(../img/seminar/assignment_top.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage:before {
    background-size: 100%;
    width: 100%;
    height: 100px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage:before {
    background-size: cover;
    width: 100%;
    height: 170px;
  }
}
.seminar-wrap .mainimage section {
  max-width: 1100px;
  margin: auto;
  padding: 0 25px;
  position: relative;
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section {
    padding: 0 50px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 100px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section {
    padding: 30px 0 70px;
  }
}
.seminar-wrap .mainimage section .item {
  color: #fff;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  padding-top: 35px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item {
    padding-top: 45px;
  }
}
.seminar-wrap .mainimage section .item .sub-text {
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item .sub-text {
    font-size: 35px;
  }
}
.seminar-wrap .mainimage section .item .sub-text.type02 {
  font-size: 35px;
  line-height: 0.5;
  margin-bottom: 25px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .mainimage section .item .sub-text.type02 {
    font-size: 33px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item .sub-text.type02 {
    font-size: 58px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section .item .sub-text.type02 {
    font-size: 63px;
  }
}
.seminar-wrap .mainimage section .item .sub-text.type02 span {
  color: #fcfd70;
}
.seminar-wrap .mainimage section .item h1 {
  font-weight: 900;
  font-size: 60px;
  color: #fcfd70;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .mainimage section .item h1 {
    font-size: 57px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item h1 {
    font-size: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section .item h1 {
    font-size: 114px;
  }
}
.seminar-wrap .mainimage section .item h1 span {
  display: block;
  font-size: 73px;
  color: #fff;
}
.seminar-wrap .mainimage section .item .read-text {
  font-size: 14px;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item .read-text {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item .read-text {
    font-size: 19px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section .item .read-text {
    font-size: 21px;
  }
}
.seminar-wrap .mainimage section .item .development {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  padding: 17px 0 0;
  line-height: 1.3;
  font-size: 11px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item .development {
    width: 130px;
    height: 130px;
    padding: 32px 15px 15px;
    right: 125px;
    top: 60px;
    font-size: 17px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item .development {
    right: -15px;
    top: 68px;
  }
}
.seminar-wrap .mainimage section .item .development span {
  font-size: 16px;
  display: block;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item .development span {
    font-size: 20px;
  }
}
.seminar-wrap .mainimage section .item .attention-text {
  font-size: 11px;
  font-weight: 700;
  margin-top: 5px;
  text-align: right;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item .attention-text {
    font-size: 13px;
  }
}
.seminar-wrap .mainimage section .item.type02 {
  padding-top: 35px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item.type02 {
    padding-top: 15px;
  }
}
.seminar-wrap .mainimage section .item.type02 h1 {
  margin-bottom: 5px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item.type02 h1 {
    margin-bottom: 10px;
  }
}
.seminar-wrap .mainimage section .item.type02 .read-text {
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item.type02 .read-text {
    margin-bottom: 20px;
  }
}
.seminar-wrap .mainimage section .item.type02 .button {
  width: 100%;
  margin: 20px auto 0;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item.type02 .button {
    width: 480px;
    margin: 25px auto 0;
  }
}
.seminar-wrap .mainimage section .item.type02 .button a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8502), to(#ffb922));
  background: linear-gradient(to right, #ff8502 50%, #ffb922);
  background-clip: padding-box;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 2.3em;
  padding: 14px 55px 15px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-shadow: #ff7b05 1px 0 10px;
  position: relative;
  z-index: 3;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .mainimage section .item.type02 .button a {
    padding: 15px 46px 15px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item.type02 .button a {
    padding: 15px 70px 22px 80px;
    font-size: 23px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item.type02 .button a {
    padding: 13px 80px 20px 45px;
    font-size: 24px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section .item.type02 .button a {
    padding: 18px 80px 20px 40px;
    font-size: 27px;
  }
}
.seminar-wrap .mainimage section .item.type02 .button a span {
  font-size: 14px;
  display: block;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item.type02 .button a span {
    font-size: 20px;
  }
}
.seminar-wrap .mainimage section .item.type02 .button a:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 22px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .mainimage section .item.type02 .button a:before {
    width: 26px;
    height: 26px;
    bottom: 26px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item.type02 .button a:before {
    right: 20px;
    bottom: 23px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item.type02 .button a:before {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 29px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section .item.type02 .button a:before {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 32px;
  }
}
.seminar-wrap .mainimage section .item.type02 .button a:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ff7b05;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 29px;
  width: 8px;
  height: 15px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .mainimage section .item.type02 .button a:after {
    right: 23px;
    bottom: 33px;
    width: 7px;
    height: 12px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .item.type02 .button a:after {
    right: 30px;
    bottom: 31px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .item.type02 .button a:after {
    right: 33px;
    bottom: 40px;
    width: 10px;
    height: 18px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .mainimage section .item.type02 .button a:after {
    right: 32px;
    bottom: 43px;
    width: 10px;
    height: 18px;
  }
}
.seminar-wrap .mainimage section .developer {
  position: relative;
  right: 45px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .developer {
    width: 480px;
    top: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .developer {
    width: 100%;
    right: -45px;
    top: 0;
  }
}
.seminar-wrap .mainimage section .developer.type02 {
  position: relative;
  right: -45px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .developer.type02 {
    width: 480px;
    top: 15px;
    right: -105px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .developer.type02 {
    width: 100%;
    right: -45px;
    top: 0;
  }
}
.seminar-wrap .mainimage section .cv-button {
  position: absolute;
  right: 20px;
  bottom: 90px;
  z-index: 2;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button {
    bottom: 220px;
    right: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button {
    right: 0;
    bottom: 0;
  }
}
.seminar-wrap .mainimage section .cv-button a {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8502), to(#ffe328));
  background: linear-gradient(to right, #ff8502 50%, #ffe328);
  background-clip: padding-box;
  border: 5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a {
    width: 300px;
    height: 300px;
    border: 8px solid rgba(255, 255, 255, 0.4);
  }
}
.seminar-wrap .mainimage section .cv-button a .title {
  font-size: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 8px;
  text-shadow: #ff7b05 1px 0 10px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .title {
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 8px;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .title {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 13px;
  }
}
.seminar-wrap .mainimage section .cv-button a .title:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 7px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .title:before {
    width: 30px;
    height: 30px;
    right: 12px;
    bottom: 9px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .title:before {
    width: 35px;
    height: 35px;
    right: 10px;
    bottom: 10px;
  }
}
.seminar-wrap .mainimage section .cv-button a .title:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ff7b05;
  display: inline-block;
  position: absolute;
  right: 7px;
  bottom: 12px;
  width: 6px;
  height: 12px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .title:after {
    right: 22px;
    bottom: 17px;
    width: 8px;
    height: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .title:after {
    width: 10px;
    height: 18px;
    right: 21px;
    bottom: 18px;
  }
}
.seminar-wrap .mainimage section .cv-button a .title span {
  display: block;
  font-size: 19px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .title span {
    font-size: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .title span {
    font-size: 35px;
  }
}
.seminar-wrap .mainimage section .cv-button a .next {
  background-color: #fff;
  padding: 0 8px;
  border-radius: 2em;
  color: #ff9805;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .next {
    font-size: 14px;
  }
}
.seminar-wrap .mainimage section .cv-button a .date {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: #ff7b05 1px 0 10px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .date {
    font-size: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .date {
    font-size: 40px;
  }
}
.seminar-wrap .mainimage section .cv-button a .date .year {
  font-size: 10px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .date .year {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .date .year {
    font-size: 20px;
  }
}
.seminar-wrap .mainimage section .cv-button a .date .week {
  font-size: 10px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .date .week {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .date .week {
    font-size: 18px;
  }
}
.seminar-wrap .mainimage section .cv-button a .time {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: #ff7b05 1px 0 10px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button a .time {
    font-size: 16px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button a .time {
    font-size: 18px;
  }
}
.seminar-wrap .mainimage section .cv-button.fin a {
  pointer-events: none;
}
.seminar-wrap .mainimage section .cv-button.fin a:after {
  content: "";
  background: rgba(151, 117, 84, 0.8);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button.fin a:after {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .mainimage section .cv-button.fin a:after {
    width: 300px;
    height: 300px;
  }
}
.seminar-wrap .mainimage section .cv-button.fin a .fin-text {
  position: absolute;
  z-index: 5;
  text-shadow: rgb(91, 91, 91) 1px 0 10px;
  top: 35px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .mainimage section .cv-button.fin a .fin-text {
    top: inherit;
  }
}
.seminar-wrap .seminar-contents .assignment {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1fb), to(#c2e5fa));
  background: linear-gradient(to bottom, #e0f1fb, #c2e5fa);
  position: relative;
  /*&:before{
  	content: '';
  	width: 100%;
  	height: 50px;
  	background-image: url(../img/seminar/assignment_top.svg);
  	background-size: cover;
  	position: absolute;
  	top: -50px;
  	left: 0;
  	right: 0;
  	margin: auto;
  	@media only screen and (min-width:768px) {
  		width: auto;
  		height: 150px;
  		top: -149px;
  	}
  }*/
}
.seminar-wrap .seminar-contents .assignment section {
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px 25px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .assignment section {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .assignment section {
    padding: 0 40px 25px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section {
    padding: 40px 0 80px;
  }
}
.seminar-wrap .seminar-contents .assignment section:after {
  content: "";
  width: 100px;
  height: 25px;
  background-color: #c2e5fa;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section:after {
    width: 110px;
    height: 35px;
    bottom: -30px;
  }
}
.seminar-wrap .seminar-contents .assignment section h2 {
  font-weight: 900;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .assignment section h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
.seminar-wrap .seminar-contents .assignment section h2 span {
  color: #095bf1;
  background-color: #fff;
  display: inline-block;
  padding: 0 5px 1px;
  margin: 0 8px;
}
.seminar-wrap .seminar-contents .assignment section .read-text {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section .read-text {
    font-size: 25px;
    margin-bottom: 45px;
  }
}
.seminar-wrap .seminar-contents .assignment section .read-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #afd8f1));
  background: linear-gradient(transparent 60%, #afd8f1 60%);
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .assignment section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.seminar-wrap .seminar-contents .assignment section ul li {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 15px;
  padding: 15px 25px 20px;
  font-weight: 700;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(144, 205, 243, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(144, 205, 243, 0.8));
  text-align: left;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .assignment section ul li {
    width: 48%;
    margin: 0 15px 15px 0;
    padding: 25px 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section ul li {
    width: 30%;
    margin: 0 25px 30px 0;
    text-align: center;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .assignment section ul li {
    padding: 25px 35px 35px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .assignment section ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section ul li:nth-child(2n) {
    margin-right: 25px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .assignment section ul li:nth-child(3n) {
    margin-right: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.seminar-wrap .seminar-contents .assignment section ul li:last-child {
  margin-right: 0;
}
.seminar-wrap .seminar-contents .assignment section ul li h3 {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
  text-align: left;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section ul li h3 {
    font-size: 25px;
    padding-left: 25px;
  }
}
.seminar-wrap .seminar-contents .assignment section ul li h3:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#364fec), to(#5cdef9));
  background: linear-gradient(to right, #364fec, #5cdef9);
  border: 4px solid #e3f4ff;
  position: absolute;
  left: 0;
  top: 1px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section ul li h3:before {
    width: 30px;
    height: 30px;
    left: -21px;
    top: 3px;
  }
}
.seminar-wrap .seminar-contents .assignment section ul li h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .assignment section ul li h3:after {
    top: 16px;
    left: -8px;
  }
}
.seminar-wrap .seminar-contents .point {
  max-width: 1100px;
  margin: auto;
  padding: 50px 20px 0;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point {
    padding: 50px 40px 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point {
    padding: 80px 0 0;
    margin-bottom: 120px;
  }
}
.seminar-wrap .seminar-contents .point .catch-text {
  font-size: 23px;
  font-weight: 900;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point .catch-text {
    font-size: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .catch-text {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.seminar-wrap .seminar-contents .point .catch-text span {
  color: #095bf1;
}
.seminar-wrap .seminar-contents .point .read-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .read-text {
    font-size: 20px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point .point-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col {
    display: block;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item {
  text-align: left;
  background-color: #eff8fd;
  border-radius: 10px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point .point-col .item {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item:before {
  content: "";
  background-image: url(../img/seminar/point_01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 20px;
  top: -23px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:before {
    width: 110px;
    height: 110px;
    left: 50px;
    top: -20px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point .point-col .item:before {
    width: 120px;
    height: 120px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item .text-col {
  padding: 30px 25px 20px;
  font-weight: 700;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item .text-col {
    width: calc(100% - 550px);
    padding: 0 50px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point .point-col .item .text-col {
    width: calc(100% - 630px);
  }
}
.seminar-wrap .seminar-contents .point .point-col .item .text-col h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item .text-col h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item .text-col h2:after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #095bf1;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item .text-col h2:after {
    bottom: -15px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item img {
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point .point-col .item img {
    margin-top: auto;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item img {
    width: 550px;
    border-radius: 0 10px 10px 0;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point .point-col .item img {
    width: 630px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n):before {
    left: inherit;
    right: 370px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) .text-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) .text-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) picture {
    margin-top: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) picture {
    margin-top: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) img {
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2n) img {
    border-radius: 10px 0 0 10px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item:nth-child(2):before {
  width: 80px;
  background-image: url(../img/seminar/point_02.svg);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2):before {
    width: 130px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(2):before {
    width: 150px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item:nth-child(3):before {
  width: 80px;
  background-image: url(../img/seminar/point_03.svg);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(3):before {
    width: 130px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(3):before {
    width: 150px;
  }
}
.seminar-wrap .seminar-contents .point .point-col .item:nth-child(4):before {
  width: 80px;
  background-image: url(../img/seminar/point_04.svg);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(4):before {
    width: 130px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .point .point-col .item:nth-child(4):before {
    width: 150px;
  }
}
.seminar-wrap .seminar-contents .cv-col {
  background-image: url(../img/seminar/cv_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px 0 40px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col {
    background-image: url(../img/seminar/cv_bg_pc.webp);
    padding: 40px 0 60px;
  }
}
.seminar-wrap .seminar-contents .cv-col p {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .cv-col p {
    font-size: 22px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col p {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.seminar-wrap .seminar-contents .cv-col p:before, .seminar-wrap .seminar-contents .cv-col p:after {
  width: 3px;
  height: 22px;
  content: "";
  background-color: #fff;
  position: relative;
  top: 5px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .cv-col p:before, .seminar-wrap .seminar-contents .cv-col p:after {
    top: -3px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col p:before, .seminar-wrap .seminar-contents .cv-col p:after {
    width: 4px;
    height: 35px;
    top: 6px;
  }
}
.seminar-wrap .seminar-contents .cv-col p:before {
  margin-right: 0.8em;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col p:before {
    margin-right: 1em;
  }
}
.seminar-wrap .seminar-contents .cv-col p:after {
  margin-left: 0.8em;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col p:after {
    margin-left: 1em;
  }
}
.seminar-wrap .seminar-contents .cv-col.fin {
  padding: 30px 0 40px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .cv-col.fin {
    padding: 30px 0 40px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col.fin {
    padding: 40px 0 60px;
  }
}
.seminar-wrap .seminar-contents .cv-col.fin p {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .cv-col.fin p {
    margin-bottom: 25px;
  }
}
.seminar-wrap .seminar-contents .button {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .button {
    width: 350px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .button {
    width: 450px;
  }
}
.seminar-wrap .seminar-contents .button a {
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8502), to(#ffb922));
  background: linear-gradient(to right, #ff8502 50%, #ffb922);
  background-clip: padding-box;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 2.3em;
  padding: 16px 55px 16px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-shadow: #ff7b05 1px 0 10px;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .seminar-contents .button a {
    padding: 16px 46px 16px 15px;
    font-size: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .button a {
    padding: 16px 80px 20px 50px;
    font-size: 27px;
  }
}
.seminar-wrap .seminar-contents .button a:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 27px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .seminar-contents .button a:before {
    width: 26px;
    height: 26px;
    bottom: 21px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .button a:before {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 32px;
  }
}
.seminar-wrap .seminar-contents .button a:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ff7b05;
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 35px;
  width: 8px;
  height: 15px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .seminar-contents .button a:after {
    right: 23px;
    bottom: 28px;
    width: 7px;
    height: 12px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .button a:after {
    right: 32px;
    bottom: 43px;
    width: 10px;
    height: 18px;
  }
}
.seminar-wrap .seminar-contents .button a span {
  color: #fff;
  font-size: 14px;
  display: block;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .button a span {
    font-size: 18px;
  }
}
.seminar-wrap .seminar-contents .button.fin {
  width: 90%;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8502), to(#ffb922));
  background: linear-gradient(to right, #ff8502 50%, #ffb922);
  opacity: 0.6;
  background-clip: padding-box;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 2.3em;
  padding: 20px 20px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-shadow: #ff7b05 1px 0 10px;
  position: relative;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .seminar-contents .button.fin {
    padding: 18px 20px 22px;
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .button.fin {
    width: 400px;
    font-size: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .button.fin {
    width: 500px;
    padding: 25px 50px 30px;
    font-size: 27px;
  }
}
.seminar-wrap .seminar-contents .headline-style {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .headline-style {
    font-size: 50px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .headline-style {
    font-size: 70px;
    margin-bottom: 45px;
  }
}
.seminar-wrap .seminar-contents .headline-style span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #095bf1;
  display: block;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .headline-style span {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .headline-style span {
    font-size: 18px;
  }
}
.seminar-wrap .seminar-contents .features {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .features {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .features {
    padding: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features {
    padding: 90px 0;
  }
}
.seminar-wrap .seminar-contents .features .read-text {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 25px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .read-text {
    font-size: 25px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .features .features-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item {
  border-radius: 10px;
  border: 2px solid #095bf1;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .features .features-col .item {
    width: 48.5%;
    border: 3px solid #095bf1;
    margin-bottom: 30px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item h3 {
  background-color: #095bf1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  padding: 10px 0 12px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item h3 {
    font-size: 25px;
    padding: 15px 0 20px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item h3:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #095bf1;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -9px;
  margin: auto;
  width: 30px;
  height: 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item h3:after {
    bottom: -13px;
    width: 30px;
    height: 14px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item ul {
  padding: 20px 20px 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .features .features-col .item ul {
    padding: 20px 20px 15px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item ul {
    padding: 35px 40px 30px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item ul li {
  margin-bottom: 10px;
}
.seminar-wrap .seminar-contents .features .features-col .item ul li h4 {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  padding-left: 20px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item ul li h4 {
    font-size: 20px;
    padding-left: 23px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item ul li h4:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#364fec), to(#5cdef9));
  background: linear-gradient(to right, #364fec, #5cdef9);
  position: absolute;
  left: 0;
  top: 6px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item ul li h4:before {
    width: 16px;
    height: 16px;
    top: 9px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item ul li h4:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item ul li h4:after {
    left: 5px;
    top: 14px;
  }
}
.seminar-wrap .seminar-contents .features .features-col .item ul li p {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .features-col .item ul li p {
    padding-left: 23px;
    font-size: 16px;
  }
}
.seminar-wrap .seminar-contents .features .movie-col {
  text-align: center;
  background-color: rgba(9, 91, 241, 0.1);
  padding: 20px 20px 25px;
  border-radius: 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .movie-col {
    padding: 25px 40px 40px;
  }
}
.seminar-wrap .seminar-contents .features .movie-col h3 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 2px solid #095bf1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .movie-col h3 {
    font-size: 20px;
  }
}
.seminar-wrap .seminar-contents .features .movie-col iframe {
  display: block;
  width: 100%;
  height: 210px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .features .movie-col iframe {
    max-width: 450px;
    margin-inline: auto;
    height: 280px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .features .movie-col iframe {
    max-width: 560px;
    height: 340px;
  }
}
.seminar-wrap .seminar-contents .reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1fb), to(#c2e5fa));
  background: linear-gradient(to bottom, #e0f1fb, #c2e5fa);
  padding: 40px 20px 50px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason {
    padding: 80px 0;
  }
}
.seminar-wrap .seminar-contents .reason section {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .reason section {
    max-width: 1200px;
  }
}
.seminar-wrap .seminar-contents .reason section ul {
  margin-bottom: 25px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section ul {
    margin-bottom: 45px;
  }
}
.seminar-wrap .seminar-contents .reason section ul li {
  background-color: #fff;
  border-radius: 10px;
  outline: 1px solid #56c8f7;
  outline-offset: -10px;
  padding: 30px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(144, 205, 243, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(144, 205, 243, 0.8));
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section ul li {
    width: 32%;
    padding: 30px 20px 35px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section ul li {
    padding: 50px 40px 60px;
  }
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .reason section ul li {
    width: 31%;
  }
}
.seminar-wrap .seminar-contents .reason section ul li img {
  width: auto;
  height: 80px;
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section ul li img {
    height: 100px;
    margin-bottom: 15px;
  }
}
.seminar-wrap .seminar-contents .reason section ul li h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section ul li h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section ul li h3 {
    font-size: 23px;
  }
}
.seminar-wrap .seminar-contents .reason section ul li p {
  text-align: left;
  line-height: 1.4;
}
.seminar-wrap .seminar-contents .reason section .developer {
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(144, 205, 243, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(144, 205, 243, 0.8));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 35px;
  margin-bottom: 40px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section .developer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 50px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .developer {
    padding: 40px 100px;
    margin-bottom: 60px;
  }
}
.seminar-wrap .seminar-contents .reason section .developer .text-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section .developer .text-col {
    width: calc(100% - 290px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .developer .text-col {
    margin-right: 70px;
  }
}
.seminar-wrap .seminar-contents .reason section .developer .text-col .title {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .developer .text-col .title {
    font-size: 14px;
  }
}
.seminar-wrap .seminar-contents .reason section .developer .text-col h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .developer .text-col h3 {
    font-size: 25px;
  }
}
.seminar-wrap .seminar-contents .reason section .developer .text-col h3 span {
  color: #095bf1;
  font-size: 12px;
  margin-left: 10px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .developer .text-col h3 span {
    font-size: 14px;
  }
}
.seminar-wrap .seminar-contents .reason section .developer img {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section .developer img {
    width: 290px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.seminar-wrap .seminar-contents .reason section .catch-text {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section .catch-text {
    font-size: 25px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .catch-text {
    font-size: 30px;
  }
}
.seminar-wrap .seminar-contents .reason section .catch-text span {
  font-size: 22px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcfd70));
  background: linear-gradient(transparent 60%, #fcfd70 60%);
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .reason section .catch-text span {
    font-size: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .reason section .catch-text span {
    font-size: 40px;
  }
}
.seminar-wrap .seminar-contents .seminar {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(#fff)), url(../img/seminar/seminar_bg_sp.webp);
  background: linear-gradient(to bottom, transparent 0%, transparent 90%, #fff 100%), url(../img/seminar/seminar_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 20px 50px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(#fff)), url(../img/seminar/seminar_bg_pc.webp);
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(../img/seminar/seminar_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px 100px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar {
    padding: 90px 0 150px;
  }
}
.seminar-wrap .seminar-contents .seminar section {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width:1281px) {
  .seminar-wrap .seminar-contents .seminar section {
    max-width: 1200px;
  }
}
.seminar-wrap .seminar-contents .seminar section .headline-style {
  color: #fff;
}
.seminar-wrap .seminar-contents .seminar section .headline-style span {
  color: #fff;
}
.seminar-wrap .seminar-contents .seminar section .read-text {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width:360px) {
  .seminar-wrap .seminar-contents .seminar section .read-text {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .read-text {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col {
    padding: 30px 60px 40px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col {
    padding: 50px 90px 70px;
    margin-bottom: 90px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col h3 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col h3 span {
    font-size: 18px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table {
  border: 1px solid #ccc;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table {
    border: none;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table th, .seminar-wrap .seminar-contents .seminar section .seminar-col table td {
  padding: 10px 15px 12px;
  font-weight: 700;
  text-align: left;
  display: block;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table th, .seminar-wrap .seminar-contents .seminar section .seminar-col table td {
    padding: 25px 15px 30px;
    display: table-cell;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table th, .seminar-wrap .seminar-contents .seminar section .seminar-col table td {
    padding: 25px 30px 30px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table th {
  background-color: #eff8fd;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table th {
    width: 25%;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td {
    width: 75%;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td span {
  font-size: 11px;
  display: block;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td span {
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td ol {
  counter-reset: listnum;
  list-style: none;
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li {
  position: relative;
  z-index: 1;
  padding-left: 28px;
  margin-bottom: 8px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li {
    padding-left: 35px;
    margin-bottom: 10px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li:last-child {
  margin-bottom: 0;
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li:before {
  counter-increment: listnum;
  content: counter(listnum);
  padding-right: 10px;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  position: absolute;
  left: 7px;
  top: 2px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li:before {
    font-size: 18px;
    padding-right: 15px;
    left: 9px;
    top: 1px;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #095bf1;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: -1;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td ol li:after {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
.seminar-wrap .seminar-contents .seminar section .seminar-col table td .attention-text {
  font-size: 11px;
  color: #f35058;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td .attention-text {
    font-size: 13px;
    margin-left: 5px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .seminar section .seminar-col table td .attention-text {
    margin-left: 0;
  }
}
.seminar-wrap .seminar-contents .objective {
  font-weight: 700;
  font-size: 16px;
  padding: 40px 20px 80px;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .seminar-wrap .seminar-contents .objective {
    padding: 40px 80px 80px;
  }
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .objective {
    font-size: 22px;
    padding: 90px 0 150px;
    line-height: 1.8;
    text-align: center;
  }
}
.seminar-wrap .seminar-contents .objective span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcfd70));
  background: linear-gradient(transparent 60%, #fcfd70 60%);
}
.seminar-wrap .seminar-contents .objective h2 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap .seminar-contents .objective h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
.seminar-wrap footer {
  text-align: center;
  padding: 10px 0;
}
.seminar-wrap footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.seminar-wrap footer ul li {
  font-size: 13px;
  position: relative;
  margin-right: 14px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap footer ul li {
    font-size: 14px;
  }
}
.seminar-wrap footer ul li:last-child {
  margin-right: 0;
}
.seminar-wrap footer ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #000;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: -7px;
  top: 5px;
}
@media only screen and (min-width:1024px) {
  .seminar-wrap footer ul li:after {
    height: 15px;
  }
}
.seminar-wrap footer ul li:last-child:after {
  content: none;
}
.seminar-wrap footer .copyright {
  font-size: 10px;
}