/* CSS Document */

/*@media screen and (min-width: 768px) {*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

.sp,.sp-btn{
  display: none;
}


@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans CJK JP Black'),
    local('NotoSansCJKjp-Black'),
    local('NotoSansJP-Black'),
    url('../fonts/NotoSansJP-Black.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP Bold'),
    local('NotoSansCJKjp-Bold'),
    local('NotoSansJP-Bold'),
    url('../fonts/NotoSansJP-Bold.woff') format('woff');
}

.noto-bl {
  font-family: 'Noto Sans CJK JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}

.noto-bo {
  font-family: 'Noto Sans CJK JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

section,
nav,
article,
figure,
aside,
header,
footer,
main {
  display: block;
}

main {
  font-size: 1.6em;
  line-height: 1.75;
  color: #334358;
  padding-bottom: 0;
  margin-bottom: 0;
}

body,
h1,
h2,
h3,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  color: #334458;
}

body {
  font-family: 'Noto Sans CJK JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  color: #09d;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0 0 1em 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 150%;
}

.size-s {
  font-size: 0.8em;
}

.img-border{
  border: 1px solid #cad9e6;
}

#executive {
  box-shadow: 0 550px 0 0 #14103e inset;
  letter-spacing: 0.12em;
}

header {
  background-color: #14103e;
  overflow: hidden;
}

.size-m{
  font-size: 1.3em;
}

.txt-red{
  color: #df4640;
}

#logo {
  float: left;
  width: 20%;
  max-width: 400px;
  min-width: 245px;
  padding: 1.6vw 0 1.6vw 2.6vw;
}

#gnavi {
  float: right;
  width: 60%;
  padding: 1.2vw 2.6vw 1vw 0;
}

#gnavi ul {
  display: flex;
  justify-content: flex-end;
}

#gnavi li {
  margin-left: 1vw;
}

#gnavi a {
  display: block;
  color: #fff;
  font-size: 1.4em;
  padding: 0.7vw 0;
  line-height: 1;
  font-weight: 500;
}

#gnavi li:last-child {
  margin-left: 1.6vw;
}

#gnavi li:last-child a {
  display: block;
  background-color: #8c874d;
  padding: 0.7vw 0;
  width: 11vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  transition: ease all .2s;
}

#gnavi li:last-child a:hover {
  background-color: #a39e69;
}

#main-img {
  clear: both;
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: 550px;
  margin: auto;
  background-color: #000;
  background-image: url(../images/main_engineer2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}

#lp-marketer #main-img{
  background-image: url(../images/main_marketer.jpg);
}

#main-img h1 {
  position: absolute;
  left: 4.5%;
  top: 50%;
  color: #fff;
  line-height: 1.35;
  font-size: 1.9em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#main-img h1 span {
  display: block;
  font-size: 2em;
}

#main-img-data {
  clear: both;
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  height: 550px;
  margin: auto;
  background-color: #000;
  background-image: url(../images/main_data_utilization.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}

#main-img-data h1 span {
  display: block;
  font-size: 2.1em;
}

#main-img-data h1 {
  position: absolute;
  left: 4.5%;
  top: 50%;
  color: #fff;
  line-height: 1.35;
  font-size: 1.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#main-check {
  list-style-type: none;
  position: absolute;
  top: 74%;
  left: 4.5%;
}

#main-check li {
  background-image: url(../images/check_ico.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.35em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#top-main-form {
  position: absolute;
  top: 20px;
  right: 4.5%;
  width: 420px;
  background-color: #f1f3fd;
  padding: 20px 30px;
  color: #282828;
}

#top-main-form-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  line-height: 1;
}

#top-main-form dl {
  margin-top: 20px;
}

#top-main-form dt {
  font-size: 0.9em;
  line-height: 1;
  font-weight: 500;
  padding: 4px 0 4px 0;
}

#top-main-form dt span {
  display: inline-block;
  padding: 3px 10px;
  margin-left: 6px;
  background-color: #3288d2;
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  border-radius: 3px;
}

#top-main-form input[type="text"] {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #334358;
  margin: 2px 0;
  line-height: 1;
  font-size: 0.75em;
}

#top-main-form .size-s {
  line-height: 1.25;
  font-size: 0.75em;
}

#top-main-form .executive-btn {
  display: block;
  margin: auto;
  background-color: #f86f00;
  line-height: 1;
  padding: 10px;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  border: 2px solid #f86f00;
  transition: ease all .2s;
}

#top-main-form .executive-btn:hover {
  background-color: #fff;
  color: #f86f00;
}

#logo-area {
  padding: 30px 0;
}

#logo-area p {
  text-align: center;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

#logo-area ul {
  width: 70%;
  margin: 0 auto 2vw auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#logo-area li {
  width: 10.5%;
}

#executive-problem {
  background-color: #14103e;
  color: #fff;
}

#executive-problem h2 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 40px 0 25px 0;
}

#executive-problem ul {
  width: 100%;
  max-width: 900px;
  min-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#executive-problem li {
  width: 31%;
  text-align: center;
}

#executive-problem li p {
  font-size: 1.3em;
  color: #fff;
  line-height: 1.5;
  padding: 15px 0 0 0;
  font-weight: bold;
}

#executive-problem li span {
  color: #ff0;
  font-size: 1.1em;
}

.img-right {
  float: right;
  margin: 0 0 20px 30px;
}

.ico-sub {
  width: 150px;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  background-color: #3288d2;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

#course-pickup .course-btn {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 1.15em;
  width: 34vw;
}

#executive-index1 {
  background-color: #f1f3fd;
  padding-bottom: 1px;
}

#executive-index1::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5vw 50vw 0 50vw;
  border-color: #14103e transparent transparent transparent;
}

#executive-index1 h2,
#executive-index2 h2,
#executive-index3 h2,
#executive-index4 h2,
#executive-index5 h2 {
  color: #14103e;
  font-size: 2.2em;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  padding: 40px 0 30px 0;
}

#executive-index1 h2::before,
#executive-index2 h2::before,
#executive-index3 h2::before,
#executive-index4 h2::before,
#executive-index5 h2::before {
  content: "";
  display: block;
  background-color: #3288d2;
  width: 80px;
  height: 3.5px;
  margin: 0 auto 20px auto;
}

#executive-index1 h2 {
  margin-bottom: 50px;
}


#course-benefit {
  padding: 0 35px 70px 35px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: auto;
}

#course-benefit ul{
  padding: 0 20px 30px 20px;
}

ul.type6 li, ul.type7 li {
  background-image: url(../../common/images/check_ico1.png);
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 .5em;
  background-size: 16px;
  font-size: 1.25em;
  line-height: 1.4;
  padding: 2px 0 10px 24px;
}

.course-work{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.course-work li{
  width: 49%;
}

.course-work li img{
  height: 255px;
  width: auto;
  margin: auto;
}




.course-before {
  float: left;
  background-image: url(../../course/images/course_before.png);
  background-position: 50% 80px;
}

.course-after {
  float: right;
  background-image: url(../../course/images/course_after.png);
  background-position: 50% 85px;
}

.course-after, .course-before {
  background-color: #fff;
  padding: 25px 25px 0;
  width: 49%;
  background-repeat: no-repeat;
}

.course-after span, .course-before span {
  display: block;
  width: 140px;
  margin: 0 auto 200px;
  background-color: #899ead;
  border-radius: 25px;
  padding: 5px 0;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.course-after span {
  background-color: #f67000;
}




#executive-index5 h2 {
  line-height: 1.3;
}

.executive-course-box section {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto 70px auto;
  background-color: #fff;
  color: #14103e;
  padding: 70px 480px 35px 40px;
  position: relative;
  font-size: 1.1em;
}

#lms-function {}

#course-pickup section {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto 70px auto;
  background-color: #fff;
  color: #14103e;
  padding: 35px 40px;
  position: relative;
  font-size: 1.1em;
}

.executive-course-box section p {
  padding: 0;
}

.executive-course-box section table {
  margin-top: 1.2em;
}

.executive-course-box h3,
#course-pickup section h3 {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

#course-pickup section h3 {
  font-size: 1.5em;
  text-align: center;
}

#course-pickup p>a {
  text-decoration: underline;
}

.executive-course-box h3 div,
#course-pickup section h3 div {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
}

.executive-course-box h3 span {
  color: #f86f00;
}

.course-box {
  border: 10px solid #f1f3fd;
  padding: 30px;
  margin-bottom: 20px;
}

.course-name {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 20px;
}

.course-name span {
  display: block;
  font-weight: 600;
  font-size: 1.4em;
  color: #3288d2;
}

#course-pickup section h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: 500;
}

.executive-course-box table,
#course-pickup table {
  border-collapse: collapse;
}

.executive-course-box table caption {
  text-align: left;
  font-weight: bold;
}

.executive-course-box table caption span {
  font-size: 0.8em;
  font-weight: normal;
}

strong {
  font-size: 1.05em;
  color: #f86f00;
}

.executive-course-box th,
#course-pickup th {
  background-color: #14103e;
  color: #fff;
  border-bottom: 5px solid #fff;
  padding: 10px 15px;
  width: 20%;
}

.executive-course-box td,
#course-pickup td {
  background-color: #f1f3fd;
  border-bottom: 5px solid #fff;
  padding: 10px 15px;
  line-height: 1.5;
}

.executive-course-box td span,
#course-pickup td span {
  font-weight: bold;
  font-size: 1.2em;
}

.executive-course-box figure {
  width: 400px;
  float: left;
  position: absolute;
  top: 70px;
  right: 40px;

}

.executive-course-box figure img {
  display: block;
  width: 100%;
  height: auto;
}

#executive-index1 section::before {
  display: block;
  content: "";
  width: 100px;
  height: 80px;
  position: absolute;
  top: -25px;
  left: 2.5vw;
  background-size: auto 80px;
  background-repeat: no-repeat;
}

#executive-index1>div:nth-of-type(1) section::before {
  background-image: url(../images/num01.png);
}

#executive-index1>div:nth-of-type(2) section::before {
  background-image: url(../images/num02.png);
}

#executive-index1>div:nth-of-type(3) section::before {
  background-image: url(../images/num03.png);
}

.course-btn {
  background-color: #8c874d;
  line-height: 1.3;
  padding: 1.2vw 0;
  text-align: center;
  width: 30vw;
  transition: ease all .2s;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 1.3em;
  position: relative;
  margin-bottom: 80px;
}

.course-btn:hover {
  background-color: #a39f6d;
}

#executive-index1 div:nth-child(4) .course-btn {
  margin-bottom: 120px;
}

.course-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  top: calc(50% - 14px);
  right: -100px;
  width: 141px;
  height: 15px;
}

#executive-index2 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  min-width: 800px;
  margin: 0 auto 100px auto;
}

#executive-index2 li {
  width: 29%;
  font-weight: bold;
  font-size: 1.2em;
}

#executive-index2 li img {
  display: block;
  width: 100%;
  height: 100%;
}

#executive-index2 p {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 60px;
}

#executive-index2 figcaption {
  font-size: 1.1em;
  color: #3288d2;
  text-align: center;
  padding: 15px 0;
  line-height: 1.5;
}

#executive-index3 {
  background-color: #f1f3fd;
  padding-bottom: 100px;
}

.case-area {
  box-shadow: inset 60vw 0 0 0 #14103e;
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 40px auto 5vw auto;
  color: #fff;
  padding: 40px 500px 40px 40px;
  position: relative;
  font-size: 1.1em;
  font-weight: 500;
}

.case-area h3 {
  position: relative;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4;
  padding: 16px 0 0 100px;
  margin-bottom: 25px;
}

.case-area h3 span {
  position: absolute;
  top: 19px;
  left: 7px;
  display: block;
  background-color: #8c874d;
  width: 75px;
  height: 75px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 0 0 0;
  line-height: 1.25;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

.case-area figure {
  width: 450px;
  position: absolute;
  top: 5vw;
  right: 0;
}

.case-area strong {
  color: #ff0;
}

#executive-index4 section {
  width: 100%;
  max-width: 700px;
  min-width: 600px;
  margin: 0 auto 62px auto;
  background-color: #f1f3fd;
  position: relative;
  padding: 25px 60px;
  font-size: 1em;
}

#executive-index4 section::before {
  display: block;
  background-color: #14103e;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  font-size: 20px;
  padding-top: 25px;
  line-height: 1;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 35px);
  left: -35px;
}

#executive-index4 section::after {
  display: block;
  content: "";
  width: 33px;
  height: 18px;
  background-image: url(../images/flow_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 16px);
  bottom: -42px;
}

#executive-index4 section:last-child::after {
  display: none;
}

#executive-index4 section:nth-child(2)::before {
  content: "01";
}

#executive-index4 section:nth-child(3)::before {
  content: "02";
}

#executive-index4 section:nth-child(4)::before {
  content: "03";
}

#executive-index4 section:nth-child(5)::before {
  content: "04";
}

#executive-index4 section:nth-child(6)::before {
  content: "05";
}

#executive-index4 h3 {
  font-size: 1.25em;
}

#executive-index4 p {
  margin: 0 auto 60px auto;
  padding-bottom: 0;
}

#executive-index5 {
  background-color: #f1f3fd;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.subsidy-area p {
  text-align: center;
  width: 92%;
}

.subsidy-area figure {
  width: 940px;
  margin: auto;
}

table.type1,
table.type3 {
  width: 940px;
  border-collapse: collapse;
  border-left: 1px solid #cdd7e5;
  border-top: 1px solid #cdd7e5;
  margin: 0 auto 60px auto;
  line-height: 1.5
}

table.type1 td,
table.type1 th {
  border-right: 1px solid #cdd7e5;
  border-bottom: 1px solid #cdd7e5;
  padding: 15px;
  text-align: left
}

table.type3 td,
table.type3 th {
  border-right: 1px solid #cdd7e5;
  border-bottom: 1px solid #cdd7e5;
  padding: 3px 15px;
  text-align: left;
  font-size: .92em
}

table.type1 th,
table.type3 th {
  color: #334358;
  background-color: #f3f6f8
}

table.type1 th.type1 {
  background-color: #14103e;
  color: #fff;
}

table.type1 caption {
  font-weight: 700;
  text-align: left;
  font-size: 1.4em;
}

.txt-bold {
  font-weight: 700;
}

.size-l {
  font-size: 1.5em;
  line-height: 150%;
}

#inq-form {
  width: 100%;
  max-width: 800px;
  min-width: 700px;
  background-color: #fff;
  margin: auto;
  padding: 60px 100px;
  font-size: 1.2em;
}

#inq-form dt {
  color: #282828;
  font-weight: 500;
  margin-bottom: 5px;
}

#inq-form .form-necessary {
  vertical-align: middle;
  background-color: #3288d2;
  line-height: 1;
  font-size: 0.65em;
  text-align: center;
  display: inline-block;
  padding: 5px;
  width: 60px;
  color: #fff;
  margin: 0 0 4px 7px;
  border-radius: 5px;
  box-sizing: border-box;
}

#inq-form input[type="text"] {
  padding: 8px;
  width: 100%;
  background-color: #f1f3fd;
  border: 1px solid #f1f3fd;
  color: #334358;
  margin: 5px 0;
  line-height: 1;
  font-size: 1em;
}


.input-txtarea {
  padding: 8px;
  width: 100%;
  background-color: #f1f3fd;
  border: 1px solid #f1f3fd;
  color: #334358;
  margin: 5px 0;
  line-height: 1;
  font-size: 1em;
}

#inq-form p {
  color: #555;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.3;
}

#inq-form .executive-btn {
  display: block;
  margin: auto;
  background-color: #f86f00;
  line-height: 1;
  padding: 23px;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  border: 2px solid #f86f00;
  transition: ease all .2s;
  letter-spacing: 0.08em;
}

#inq-form .executive-btn:hover {
  background-color: #fff;
  color: #f86f00;
}

footer {
  background-color: #14103e;
  color: #fff;
  text-align: center;
  padding: 18px;
  margin: 0;
  font-size: 1.3em;
}

#navigation,
.top-sp-btn,
.header__inner {
  display: none;
}

#type-a-main {
  background-color: #d1e5fa;
  height: 100vh;
  position: relative;
  padding-top: 25px;
  background-image: url(../images/type_a_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

#type-a-main figure {
  width: 24%;
  margin: 0 0 0 4%;
}

#type-a-main h1 {
  font-size: 5em;
  color: #222;
  line-height: 1.25;
  text-align: center;
  padding: 12vh 0 0 0;
  margin-bottom: 30px;
  width: 100%;
}

#type-a-main h1 .target-industry{
  display: block;
  font-size: 0.6em;
  color: #0071e3;
}

#type-a-main a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 35vw;
  min-width: 500px;
  margin-bottom: 30px;
}

#type-a-main a span:nth-child(1) {
  color: #df4640;
  border: 1px solid #df4640;
  background: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 8px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 25px;
}

#type-a-main a span:nth-child(2) {
  display: block;
  width: 100%;
  padding: 25px 0;
  line-height: 1;
  background-color: #df4640;
  border-radius: 40px;
  border: 2px solid #df4640;
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 20px;
  transition: all ease .2s;
}

#type-a-main a:hover span:nth-child(2) {
  background-color: #fff;
  color: #df4640;
}

#type-a-main ul {
  display: flex;
  width: 1200px;
  margin: auto;
  padding-top: 180px;
  justify-content: space-between;
}

#type-a-main li {
  width: 32%;
  background-color: #fff;
  padding: 20px 0px;
  border-radius: 10px;
  height: 180px;
  font-size: 1.55em;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#type-a-main li div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#type-a-main li div span {
  color: #0071e3;
}

#type-a-point{
  background-image: url(../images/type_a_point.png);
  background-size: 100%;
  width: 14vw;
  height: 14vw;
  min-width: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  position: absolute;
  top:50px;
  left:70%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}

#type-a-point div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#type-a-point span{
  font-size: 1.6em;
  display: block;
}


/*SP用調整*/
@media screen and (max-width: 767px) {
  img {
    display: block;
    width: 100%;
    height: auto;
  }

  #logo {
    width: 45%;
    max-width: inherit;
    min-width: inherit;
  }

  #gnavi,
  #top-main-form {
    display: none;
  }

  #navigation {
    display: block;
    background-image: url(https://www.internetacademy.jp/common/images/logo.svg);
    background-repeat: no-repeat;
    background-size: 33% auto;
    background-position: 10px 10px;
  }

  #main-img {
    height: 60vh;
    background-size: auto 100%;
    background-position: 35% 0;
    margin-bottom: 90px;
    max-width: inherit;
    min-width: inherit;
    background-size: auto 350px;
    background-position: 0 0;
    background-color: #334358;
  }

  #executive {
    box-shadow: 0 80vh 0 0 #334358 inset;
  }

  .sp-btn{
    background-color: #f86f00;
    color: #fff;
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%)
  }

  #course-pickup section {
    max-width: inherit;
    min-width: inherit;
    padding: 25px;
  }

  #course-pickup section h3 {
    font-size: 1.5rem;
  }

  #main-img h1 {
    top: 61%;
    left: 0;
    width: 100%;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: -0.02em;
  }

  #logo-area{
    background-color: #fff;
  }

  .course-name {
    font-size: 1em;
  }

  .course-box {
    padding: 20px;
  }

  #main-img h1 span {
    font-size: 3.2rem;
  }

  #course-pickup .course-btn {
    width: 90%;
    font-size: 1.4rem;
    padding: 15px 0;
  }

  .subsidy-area figure,
  table.type1,
  table.type3 {
    width: 92%;
  }

  .img-right {
    width: 40%;
  }

  #main-check {
    top: 74%;
    left: 0;
    padding: 0 7.6%;
  }

  #main-check li {
    font-size: 1.4rem;
    line-height: 1.4;
    min-height: 2em;
    margin-bottom: 8px;
  }

  .top-sp-btn {
    background-color: #8c874d;
    width: 75%;
    margin: 0 auto 6vh auto;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 25px 0;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }

  #executive-problem h2 {
    font-size: 1.9rem;
    padding: 5vh 0 3.5vh 0;
  }

  #logo-area p {
    font-size: 1.6rem;
  }

  #logo-area ul {
    width: 92%;
  }

  #logo-area li {
    width: 23%;
  }

  #executive-problem ul {
    width: 86%;
    display: block;
    max-width: inherit;
    min-width: inherit;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }

  #executive-problem li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }

  #executive-problem li figure{
    width: 30%;
    float: left;
  }

  #executive-problem li p {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 15px 0 15px 0;
  }

  #executive-index1 h2,
  #executive-index2 h2,
  #executive-index3 h2,
  #executive-index4 h2,
  #executive-index5 h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  #executive-index1 h2::before,
  #executive-index2 h2::before,
  #executive-index3 h2::before,
  #executive-index4 h2::before,
  #executive-index5 h2::before {
    height: 3px;
    width: 16%;
    margin-bottom: 20px;
  }

  #executive-index1 h2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .executive-course-box section {
    background-color: #fff;
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    margin: auto;
    box-shadow: inherit;
    padding: 30px 6% 150px 6%;
    font-size: 0.95em;
    margin-bottom: 130px;
  }

  #executive-index1 section::before {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    top: -25px;
    left: -10px;
  }

  .pc{
    display: none;
  }

  .executive-course-box figure {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    float: none;
    padding: 5%;
    box-shadow: inset 0 -44vw 0 0 rgba(57, 133, 198, 0.35);
  }

  .executive-course-box figure img {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }

  .executive-course-box h3 {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .executive-course-box h3 span {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .course-btn {
    width: 80%;
    font-size: 1.4rem;
    margin-bottom: 70px;
    padding: 15px 0;
  }

  .course-btn::after {
    width: 40px;
    height: 5px;
    background-size: 100% auto;
    right: -25px;
    top: calc(50% - 5px);
  }

  #executive-index2 p {
    width: 90%;
    margin: auto;
    font-size: 1em;
  }

  #executive-index2 ul {
    width: 92%;
    max-width: inherit;
    min-width: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  #executive-index2 li {
    width: 30%;
    margin: 0 0.5% 15px 0.5%;
  }

  #executive-index2 figcaption {
    font-size: 1.4rem;
  }

  .case-area {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    background-color: #14103e;
    margin: 0 auto 100px auto;
    padding: 30px 5% 50px 5%;
    font-size: 0.9em;
  }

  .case-area figure {
    top: inherit;
  }

  .case-area h3 {
    padding: 0 0 0 50px;
    font-size: 1.6rem;
  }

  .case-area h3 span {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
    padding: 10px 0 0 0;
    left: 0;
    top: 0;
  }

  .case-area figure {
    width: 90%;
    margin: auto;
    right: 5%;
  }

  #executive-index4 section {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto 60px auto;
    padding: 3vh 10% 3vh 10%;
    font-size: 0.9em;
  }

  #executive-index4 section::before {
    width: 50px;
    height: 50px;
    font-size: 15px;
    left: -10px;
    top: -15px;
    padding-top: 18px;
  }

  #executive-index4 h3 {
    font-size: 1.8rem;
  }

  #inq-form {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    margin: auto;
    padding: 20px 5%;
    font-size: 1em;
  }

  #inq-form input[type="text"] {
    padding: 5px;
  }

  #inq-form .executive-btn {
    padding: 15px 0;
    font-size: 1.5rem;
  }

  header {
    overflow: visible;
    position: relative;
  }

  .humberger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
  }

  .global-navigation__list a {
    color: #131139;
    font-size: 1.4rem;
    display: block;
    padding: 20px;
  }

  .humberger.-active .humberger__line {
    background-color: transparent;
  }

  .humberger.-active .humberger__line::before {
    top: 0;
    transform: rotate(45deg);
  }

  .humberger.-active .humberger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .humberger.-active .humberger__line:before,
  .humberger.-active .humberger__line:after {
    background-color: #3d3a59;
  }

  .humberger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #fff;
    transition: 0.4s;
  }

  .humberger__line:before,
  .humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: inherit;
  }

  .humberger__line:before {
    top: -8px;
  }

  .humberger__line:after {
    top: 8px;
  }

  .humberger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .humberger__text::before {
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
  }

  .header {
    width: 300px;
  }

  .header__nav-area {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.2s;
    opacity: 0;
  }

  .header__nav-area.-active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .global-navigation {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 120px;
    padding-left: 0;
  }

  .global-navigation__list>li {
    padding-bottom: 0;
    border-bottom: 2px solid #f1f4fd;
  }

  .global-navigation__list>li:first-child {
    border-top: 2px solid #f1f4fd;
  }

  .global-navigation__list>li:last-child {
    padding: 40px;
    border: none;
  }

  .global-navigation__list>li:last-child a {
    background-color: #8c874d;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
  }

  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
  }

  .global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }

  .global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
  }

  .header__inner {
    display: block;
  }

  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }

  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }

  .accordion__list li {
    font-size: 0.75rem;
  }

  .accordion__list li+li {
    margin-top: 21px;
  }

  .accordion__link {
    color: #172e59;
  }

  #type-a-main {
    background-color: #d1e5fa;
    height: 620px;
    position: relative;
    padding-top: 25px;
    background-image: url(../images/type_a_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }

  #type-a-main figure {
    width: 45%;
    margin: 0 0 0 4%;
  }

  #type-a-main h1 {
    font-size: 2.8rem;
    color: #222;
    line-height: 1.25;
    text-align: center;
    padding: 50px 0 0 0;
    margin-bottom: 30px;
    width: 100%;
  }

  #type-a-main a {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    min-width:70%;
    margin-bottom: 30px;
  }

  #type-a-main a span:nth-child(1) {
    font-weight: bold;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0;
    font-size: 0.8em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 25px;
  }

  #type-a-main a span:nth-child(2) {
    display: block;
    width: 100%;
    padding: 20px 0;
    line-height: 1;
    border-radius: 40px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 20px;
    transition: all ease .2s;
  }

  #type-a-main ul {
    display: block;
    width: 92%;
    margin: auto;
    padding-top: 120px;
  }

  #type-a-main li {
    width: 75%;
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    height: inherit;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin:0 auto 15px auto;
  }

  #type-a-main li div {
    position: relative;
    width: 100%;
    top: 0;
    transform: inherit;
  }

  #type-a-main li div span {
    color: #0071e3;
  }

  #course-pickup table{
    font-size: 0.9em;
  }

  #type-a-point{
    background-image: url(../images/type_a_point.png);
    background-size: 100%;
    width: 100px;
    height: 100px;
    min-height: inherit;
    min-width:inherit ;
    background-repeat: no-repeat;
    position: absolute;
    top:20px;
    right: 15px;
    left: inherit;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.4;
  }
  
  #type-a-point div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  
  #type-a-point span{
    font-size: 1.6rem;
    display: block;
  }

  .sp{
    display: block;
  }

  #course-pickup section p{
    font-size: 0.85em;
  }

}