/* reset */
body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 10px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

.pagetop {
  bottom: 70px;
  right: 10px;
}

.pagetop > a {
  width: 46px;
  height: 46px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  height: 50px;
}

#header .logo {
  height: 50px;
  padding: 16px 0;
}

#header .logo-link .text01 {
  font-size: 18px;
  margin-bottom: 0;
}

#header .logo-link .text02 {
  display: none;
}

#header .nav {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  float: none;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#header .nav > .list {
  background-color: #fff;
  border-top: 1px solid #efefef;
  display: block;
}

#header .nav > .list > li {
  border-bottom: 1px solid #efefef;
  display: block;
}

#header .nav > .list > li + li {
  margin-left: 0;
}

#header .nav > .list a {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px;
  line-height: 60px;
}

#header .nav > .list a::before {
  content: '';
  background: url(../img/arrow_right-blk.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 9px;
  height: 15px;
}

#header .nav > .contact {
  background-color: #fff;
  display: block;
  width: auto;
  margin-left: 0;
  padding: 20px 0;
  text-align: center;
}

#header .nav > .contact a {
  position: relative;
  border-radius: 5px;
  display: inline-block;
  width: 81%;
}

#header .nav > .contact a.tel {
  background: #024cba;
  margin-bottom: 10px;
}

#header .nav > .contact .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  height: 23px;
}

#header .nav > .contact .icon > img {
  height: 23px;
}

#header .nav > .contact .text {
  padding-left: 0;
}

#header .nav-btn {
  background-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 16px 12.5px;
}

#header .nav-btn > .inner {
  position: relative;
  width: 25px;
  height: 18px;
}

#header .nav-btn span {
  position: absolute;
  left: 0;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #004296;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .nav-btn span:nth-child(1) {
  top: 0;
}

#header .nav-btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#header .nav-btn span:nth-child(3) {
  bottom: 0;
}

#header .nav-btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotateZ(45deg);
          transform: translateY(8px) rotateZ(45deg);
}

#header .nav-btn.is-active span:nth-child(2) {
  opacity: 0;
}

#header .nav-btn.is-active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
          transform: translateY(-8px) rotateZ(-45deg);
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer > .content {
  padding: 26px 0;
}

#footer .logo img {
  width: 80px;
}

#footer .logo-name {
  margin-top: 10px;
}

#footer .address > li {
  display: block;
}

#footer .address > li + li {
  margin-left: 0;
  margin-top: 10px;
}

#footer .address span {
  font-size: 18px;
}

#footer .address a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding-left: 10px;
}

#footer > .copyright {
  font-size: 15px;
  padding: 12px 0;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
#main {
  padding-top: 50px;
}

.sec-title {
  margin-bottom: 30px;
}

.sec-title > .ja {
  font-size: 30px;
  margin-bottom: 12px;
}

.sec-title > .en {
  font-size: 15px;
  letter-spacing: normal;
}

.cmn-btn {
  background: #d30227;
}

/*--- resolution ---*/
.resolution-container {
  padding: 21px 0;
}

.resolution-container > .title {
  font-size: 22px;
  line-height: 1.45;
}

/*--- case ---*/
.case-container {
  padding: 50px 0;
}

.case-container > .title {
  font-size: 22px;
  margin-bottom: 30px;
}

.case-container > .inner {
  width: auto;
  padding: 0 10px;
}

.case-container .list > li {
  font-size: 18px;
  float: none;
  width: auto;
  line-height: 1.56;
  padding: 12px;
}

.case-container .list > li + li {
  margin-top: 10px;
}

.case-container .list > li:nth-child(2n) {
  float: none;
}

.case-container .list > li:nth-child(n+3) {
  margin-top: 10px;
}

/*--- kv ---*/
.kv-block {
  height: auto;
  padding: 20px 0;
}

.kv-sp > img {
  width: 100%;
}

/*--- introduction ---*/
.introduction-block {
  padding: 50px 0;
}

.introduction-sec01 > .title {
  padding: 0 15px;
  margin-bottom: -57px;
}

.introduction-sec01 > .title > span {
  border-radius: 15px;
  display: block;
  font-size: 20px;
  padding: 11px 10px;
  height: auto;
  line-height: 1.51;
}

.introduction-sec01 > .title > span::after {
  bottom: -15px;
  margin-left: -15px;
  border-width: 15px 15px 0 15px;
}

.introduction-sec01 .body {
  padding: 95px 10px 40px;
}

.introduction-sec01 .list > li {
  font-size: 18px;
  font-weight: normal;
  margin-right: 0;
  padding-left: 25px;
  line-height: 1.33;
}

.introduction-sec01 .list > li::before {
  top: 4px;
  width: 15px;
  height: 13px;
}

.introduction-sec01 .list > li + li {
  margin-top: 18px;
}

.introduction-sec01 .list > li:nth-child(n+3) {
  margin-top: 18px;
}

.introduction-sec02 {
  padding: 25px 0;
}

.introduction-sec02 > .text {
  font-size: 18px;
  text-align: justify;
  line-height: 1.6;
}

.introduction-sec03 {
  padding: 3px;
}

.introduction-sec03 > .inner {
  padding: 15px 10px;
}

.introduction-sec03 .list {
  padding: 0 0 25px;
}

.introduction-sec03 .list > li {
  text-align: justify;
  margin-bottom: 25px;
  line-height: 1.6;
}

.introduction-sec03 .list > li::before {
  width: 13px;
  height: 14px;
  bottom: -13px;
  margin-left: -6px;
}

.introduction-sec03 .list > li:nth-child(2n+1), .introduction-sec03 .list > li:nth-child(2n) {
  font-size: 15px;
  width: calc(50% - 7px);
  padding: 15px 10px;
}

.introduction-sec03 .list > li:first-child {
  font-size: 16px;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 25px;
}

.introduction-sec03 .img {
  width: 57%;
  margin: 0 auto 15px;
  padding-top: 57%;
  height: auto;
}

.introduction-sec03 .img > .text {
  font-size: 5.625vw;
}

.introduction-sec03 .textarea {
  width: auto;
}

.introduction-sec03 .textarea > .text {
  line-height: 1.61;
}

.introduction-sec03 .textarea > .name {
  position: static;
  text-align: right;
  margin-top: 10px;
}

.introduction-sec03 .textarea > .name img {
  width: 125px;
}

.introduction-movie {
  padding-bottom: 25px;
}

.introduction-movie .title > span {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1.6;
}

.introduction-movie .main {
  width: auto;
}

.introduction-movie .main .title > span {
  width: auto;
}

.introduction-movie .thumbnail {
  width: auto;
  margin-top: 30px;
}

.introduction-movie .thumbnail .list > li {
  width: 48%;
}

.introduction-movie .thumbnail .list > li:nth-child(2n) {
  float: right;
}

.introduction-movie .thumbnail .list > li:nth-child(2n+1) {
  clear: both;
}

.introduction-movie .thumbnail .list > li:nth-child(n+3) {
  margin-top: 4%;
}

.introduction-movie .thumbnail .list > li + li {
  margin-left: 0;
}

/*--- lecturer ---*/
.lecturer-block {
  padding: 50px 0;
}

.lecturer-container {
  padding: 30px 15px;
}

.lecturer-container .img {
  float: none;
  width: 63%;
  margin: 0 auto 20px;
}

.lecturer-container .img > img {
  width: 100%;
}

.lecturer-container .body {
  padding-left: 0;
  overflow: inherit;
}

.lecturer-container .head {
  margin-bottom: 20px;
}

.lecturer-container .post {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.2;
  text-align: justify;
}

.lecturer-container .name {
  display: block;
  font-size: 30px;
}

.lecturer-container .name > span {
  font-size: 25px;
}

.lecturer-container .text {
  line-height: 1.61;
}

.lecturer-container .text + .text {
  margin-top: 1.61em;
}

.lecturer-container .profile > .title {
  margin-bottom: 25px;
}

.lecturer-container .profile > .title > span {
  padding-right: 15px;
}

.lecturer-container .author {
  display: block;
}

.lecturer-container .author > * {
  display: block;
}

.lecturer-container .author > .title {
  font-size: 18px;
  font-weight: bold;
  width: auto;
  padding: 14px 0;
}

.lecturer-container .author > .text {
  font-size: 16px;
  padding: 16px 10px;
}

/*--- program ---*/
.program-block {
  padding: 50px 0;
}

.program-table {
  font-size: 18px;
  line-height: 1.61;
}

.program-table th {
  width: 3.2em;
}

.program-table .name > span {
  font-size: 15px;
}

.program-table .post {
  font-size: 14px;
  margin-top: 0;
}

.program-theme {
  margin-bottom: 25px;
}

.program-theme > .number {
  font-size: 10px;
  width: 85px;
  padding-top: 10px;
  padding-bottom: 6px;
}

.program-theme > .number > span {
  font-size: 20px;
}

.program-theme > .title {
  font-size: 22px;
  padding-left: 0;
  text-align: justify;
  margin-top: 10px;
  line-height: 1.5;
}

.program-list > li {
  font-size: 18px;
  line-height: 1.56;
  padding-left: 20px;
  text-align: justify;
}

.program-list > li::before {
  top: 8px;
}

.program-list > li + li {
  margin-top: 10px;
}

.program-list.type02 > li {
  font-size: 18px;
  line-height: 1.56;
}

.program-step {
  top: -2px;
  left: -2px;
  width: 85px;
  height: 70px;
  padding-top: 10px;
  padding-left: 7px;
}

.program-step::before {
  border-width: 70px 85px 0 0;
}

.program-step .text {
  font-size: 14px;
}

.program-step .text > span {
  font-size: 20px;
  margin-top: 1px;
}

.program-subhead > span {
  padding: 8px 10px 4px;
}

.program-subhead > .number {
  font-size: 20px;
  width: 35px;
}

.program-subhead > .text {
  font-size: 18px;
}

.program-type01 + .program-type01 {
  margin-top: 50px;
}

.program-type01 > .title {
  width: auto;
  padding: 0 25px;
  margin-bottom: -51.5px;
}

.program-type01 > .title::before {
  left: 10px;
  border-width: 51.5px 15px 51.5px 0;
}

.program-type01 > .title::after {
  right: 10px;
  border-width: 51.5px 0 51.5px 15px;
}

.program-type01 > .title span {
  font-size: 18px;
  line-height: 1.56;
  padding: 9.5px 0;
  height: 103px;
  white-space: nowrap;
}

.program-type01 > .body {
  padding: 75px 10px 30px;
}

.program-type01 .head {
  margin-bottom: 40px;
}

.program-type01 .head > .item {
  display: block;
}

.program-type01 .head > .item + .item {
  padding-left: 0;
}

.program-type01 .head > .img {
  width: 65%;
  margin: 0 auto 18px;
}

.program-type01 .head > .img.img-col {
  width: 100%;
}

.program-type01 .head > .img.img-col img {
  width: calc((100% - 20px) / 2);
}

.program-type01 .head > .img.img-col img + img {
  margin-left: 20px;
}

.program-type02 {
  border-width: 2px;
  padding: 60px 10px 40px;
}

.program-type02 .head {
  margin-bottom: 25px;
}

.program-type02 .title {
  font-size: 22px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 12px;
}

.program-type02 .sub > span {
  display: block;
  font-size: 15px;
  line-height: 1.61;
}

.program-type02 .sub > .name {
  font-size: 15px;
}

.program-type02 .sub > .name > span {
  font-size: 12px;
}

.program-type02 .sub > .company {
  font-size: 14px;
  padding-left: 0;
}

/*--- guidelines ---*/
.guidelines-block {
  padding: 50px 0;
}

.guidelines-box {
  float: none;
  width: auto;
}

.guidelines-box + .guidelines-box {
  float: none;
  margin-top: 40px;
}

.guidelines-box .title {
  font-size: 22px;
  padding: 10px 0;
}

.guidelines-box > .list > li {
  display: block;
  padding: 22px 10px 18px;
}

.guidelines-box > .list > li > * {
  display: block;
}

.guidelines-box .head {
  font-size: 18px;
  width: auto;
  padding: 0;
  line-height: 1 !important;
  margin-bottom: 8px;
  text-align: center;
}

.guidelines-box .body {
  font-size: 18px;
  padding: 0;
  line-height: 1.56;
  text-align: center;
}

.guidelines-box .body.t01 {
  font-size: 18px;
}

.guidelines-box .body.t01 span {
  font-size: 24px;
}

.guidelines-box .body.t02 > .place {
  font-size: 19px;
  display: inline-block;
  margin-top: 0;
  padding-left: 19px;
}

.guidelines-box .body.t02 > .place::before {
  width: 12px;
  height: 17px;
}

.guidelines-box .body.t04 {
  text-align: justify;
}

.guidelines-box .body.t04 > .note {
  font-size: 14px;
}

/*--- application ---*/
.application-block {
  padding: 50px 0;
}

.application-box {
  width: auto;
  padding: 30px 10px;
  text-align: justify;
}

.application-box > .list > li {
  font-size: 18px;
  line-height: 1.56;
  padding-left: 20px;
  text-align: justify;
}

.application-box > .list > li::before {
  top: 9px;
}

.application-box > .list > li + li {
  margin-top: 20px;
}

.application-box .text-area {
  margin-top: 20px;
}

.application-box .text {
  line-height: 1.56;
}

.application-box .contact {
  margin-top: 25px;
}

.application-box .contact span {
  padding-left: 24px;
}

.application-box .contact span::before {
  width: 18px;
}

.application-box .contact span.tel::before {
  height: 18px;
}

.application-box .contact span.fax::before {
  height: 19px;
}

.application-box .contact a {
  color: #00388f;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}

.application-box .contact a::before {
  content: '';
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}

.application-box .contact > li {
  font-size: 28px;
  display: block;
}

.application-box .contact > li + li {
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
  padding-top: 20px;
}

.application-box .contact > li + li::before {
  bottom: auto;
  right: 0;
  width: 40px;
  height: 1px;
}

.application-box .btn-wrap {
  margin-top: 25px;
}

.application-box .btn {
  border-radius: 5px;
  font-size: 18px;
  display: block;
  width: auto;
  height: 60px;
  padding: 21px 0;
  text-align: center;
}

.application-box .btn::after {
  right: 15px;
}

.application-box .btn > span {
  padding-left: 28px;
}

.application-box .btn > span::before {
  width: 20px;
  height: 20px;
}

/*--- fixed ---*/
.fixed-container {
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.fixed-container > a {
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  width: calc(50% - 5px);
  padding: 13.5px 8px;
  padding-left: 40px;
  height: 45px;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
}

.fixed-container > a::after {
  top: 0;
  bottom: 0;
  left: 15px;
  right: auto;
  width: 20px;
  height: 20px;
}

.fixed-container > a:first-child {
  background: #024cba;
  letter-spacing: -0.6px;
  padding: 8px;
}

.fixed-container > a:first-child::after {
  content: none;
}

.fixed-container > a:first-child > span {
  display: block;
}

.fixed-container > a:first-child .t01 {
  font-size: 11px;
}

.fixed-container > a:first-child .t02 {
  font-size: 16px;
  margin-top: 5px;
}

.fixed-container > a:first-child .t02 > span {
  font-size: 11px;
}

.fixed-container > a:last-child {
  font-size: 18px;
  margin-left: 10px;
  padding-right: 20px;
}

.fixed-container > a:last-child span {
  display: block;
  text-indent: -9999px;
  height: 0;
}