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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

body {
  background-position: center;
  height: 100%;
  outline: none;
}

.sp_only {
  display: none;
}

a:focus {
  outline: none;
}

header .inner .contact a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .inner .contact a:hover {
  opacity: 0.7;
}

/*----------------------------
Base
------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans" ,"Hiragino Sans", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  margin: 0;
  padding: 0;
  color: #3a3a3a;
  line-height: 1.8;
  font-size: 15px;
}

.mb10{
  margin-bottom:10px;
}

header {
  width: 100%;
  height: 70px;
}
header .inner {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header .inner .f-logo {
  flex-basis: 200px;
  padding-top: 20px;
}
header .inner .site-title {
  flex-basis: 310px;
  padding-top: 20px;
}
header .inner .contact {
  flex-basis: 180px;
}
header .inner .contact a {
  background: #000;
  color: #fff;
  display: block;
  line-height: 70px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
header .inner img {
  width: 100%;
  height: auto;
}

.main-visual {
  width: 100%;
  height: 575px;
  background: url("../images/main_visual.jpg") no-repeat 50%;
  background-size: cover;
}
.main-visual__inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin: auto;
  padding-top: 140px;
}
.main-visual__inner h1 {
  background: url("../images/title.svg") no-repeat 50%;
  background-size: contain;
  width: 640px;
  height: 190px;
  text-indent: -9999px;
  margin: auto;
}
.main-visual__inner .term {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  /* color: #fff; */
  margin-top: 160px;
}
.main-visual__inner .term span {
  font-size: 30px;
  font-weight: 700;
}

.section {
  width: 100%;
}
.section .text-right {
  text-align: right;
}
.section ul.greeting {
  margin-top: 30px;
}
.section ul.greeting li {
  width: 260px;
  height: 60px;
  background: #666;
  margin-bottom: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
}
.section ul.greeting li:hover {
  opacity: 0.7;
}
.section ul.greeting li a {
  display: block;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.section ul.greeting li a span {
  font-size: 14px;
}
.section ul.greeting li a::after {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/icon-play@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}
.section.greeting {
  /* background: url("../images/greeting-bg@2x.png") no-repeat 50%;
  background-size: 1500px; */
  margin: 100px 0;
}
.section.greeting p {
  margin-bottom: 1em;
}
.section.index ul{
  margin-bottom:50px;
}
.section.index ul li{
  background: #f2f2f2;
  margin-bottom:20px;
  position:relative;
}
.section.index ul li.special{
  background: #DBD7CE;
}

.section.index ul li a{
  position:absolute;
  width:100%;
  height:100%;
  text-indent: -9999px;
  left:0;
  top:0;
}
.section.index ul li div.index__inner{
  width:1100px;
  margin:auto;
  padding:15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section.index ul li div.index__inner::after{
  content:'';
  border-top: 16px solid #9841B5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.section.index ul li:hover div.index__inner{
  opacity: 0.65;
}
.section.index ul li div.index__inner .c1{
  flex-basis: 220px;
  font-size:14px;
  line-height: 1.4;
}
.section.index ul li div.index__inner .c1 span{
  font-size:22px;
  font-weight:500;
  color:#9841B5;
}
.section.index ul li div.index__inner .c2{
  flex-basis: 430px;
  font-size:26px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.section.index ul li div.index__inner .c2 span{
  font-size:20px;
}
.section.index ul li div.index__inner .c2 span.sub{
  font-size:20px;;
  color:#666
}
.section.index ul li div.index__inner .c3{
  flex-basis: 210px;
  font-size:14px;
}
.section.index ul li div.index__inner .c4{
  flex-basis: 120px;
  font-size:20px;
}
.section.index ul li div.index__inner .c2-multi{
  flex-basis: 820px;
}
.section.index ul li div.index__inner .c2-multi .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/* .section.index ul li div.index__inner .c2-multi .inner:first-child{
  border-bottom:1px solid #fff;
  padding-bottom:15px;
  margin-bottom:15px;
} */
.section.index ul li div.index__inner .c2m{
  flex-basis: 420px;
  font-size:26px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.section.index ul li div.index__inner .c2m span{
  font-size:20px;
}
.section.index ul li div.index__inner .c2m span.sub{
  font-size:20px;;
  color:#666
}
.section.index ul li div.index__inner .c3m{
  flex-basis: 200px;
  font-size:14px;
}
.section.index ul li div.index__inner .c4m{
  flex-basis:120px;
  font-size:20px;
}
.section.index ul li div.index__inner .c5m{
  flex-basis: 360px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section.index ul li div.index__inner .c2-multi .bt{
  border-top:1px solid #fff;
  padding-top:10px;
  margin-top:10px;
}
.section.session01 {
  padding-top: 0;
  margin:50px 0;
}
.section.session01 .title.special {
  width: 100%;
  background:#333;
  color: #fff;
}
.section.session01 .title.lecture {
  width: 100%;
  background:#DBD7CE;
  color:#333;
  position:relative;
}

.section.session02 .title.seminar {
  background: linear-gradient(90deg, #333 0%, #333 50%, #DBD7CE 50%, #DBD7CE 100%);
  width: 100%;
}
.section.session02 .title.seminar .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width:1100px;
  margin:auto;
}

.section.session02 .title.lecture {
  width: 100%;
  background:#DBD7CE;
  color:#333;
  position:relative;
}
.section.session02 .inner .title{
  flex-basis: 300px;
  padding:20px 0;
}
.section.session02 .inner .title p {
  font-size: 28px;
  font-weight: 700;
  color:#fff;
  flex-basis: 300px;
  /* margin-bottom: 10px; */
}
.section.session02 .inner .lecture{
  flex-basis: 800px;
  background-color: #DBD7CE;
  padding:10px 0 10px 55px;
  box-sizing: border-box;
  color:#333;
  height:110px;
}
.section.session02 .inner .lecture h3{
  font-size: 24px;
  line-height: 1.5;
  padding:10px 0;
}

.section .title__inner {
  width: 1100px;
  margin: auto;
  position: relative;
  padding:20px 0;
}
.section .title__inner p {
  font-size: 28px;
  font-weight: 700;
  /* margin-bottom: 10px; */
}
.section .title__inner h3 {
  font-size: 36px;
  line-height: 1.5;
  padding:20px 0;
  font-feature-settings: "palt";
}
.section .title__inner h3 span {
  font-size: 28px;
  font-weight: 300;
  color:#666;
}
.section .title__inner sup {
  font-size: 14px;
  vertical-align: super;
}
.section.session01 li {
  width: 260px;
  height: 60px;
  background: #888;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section.session01 li:hover {
  opacity: 0.7;
}
.section.session02 {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 0;
}
.section.session02 .title {
  width: 100%;
}
.section.session02 li {
  width: 260px;
  height: 60px;
  background: #888;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section.session02 li:hover {
  opacity: 0.7;
}
.section.session02 h4{
  font-size:36px;
  margin-bottom:30px;
  font-feature-settings: "palt";
  line-height: 1.5;
  font-weight:500;
}
.section.session02 h4 span{
  font-size:28px;
  font-weight:400;
}
.section.session02 .col-tx p{
  margin-bottom:40px;
  color:#666;
}


.section.session01 .title.lecture div.btn{
  position:absolute;
  top:50%;
  right:0;
  width: 260px;
  margin-top:-55px;
}
.section.session02 .col-tx div.btn {
  position:absolute;
  bottom:0;
  right:0;
  width: 260px;
}
.section.session01 .title.lecture div.btn p,
.section.session02 .col-tx div.btn p{
  font-size:20px;
  color:#9841B5;
  font-weight:400;
  padding-bottom:10px;
  margin-bottom:0;
}
.section.session01 .title.lecture div.btn ul li,
.section.session02 .col-tx div.btn ul li {
  width: 260px;
  height: 60px;
  background: #888;
  /* margin-bottom: 20px; */
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section.session01 .title.lecture div.btn ul li a,
.section.session02 .col-tx div.btn ul li a {
  display: block;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.section.session01 .title.lecture div.btn ul li a span,
.section.session02 .col-tx div.btn ul li a span {
  font-size: 14px;
}
.section.session01 .title.lecture div.btn ul li a::after,
.section.session02 .col-tx div.btn ul li a:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/icon-play@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}




.section.session03 {
  margin-top: 30px;
  padding-top: 0;
}
.section.session03 .title {
  width: 100%;
  height: 185px;
  background: #eaeaea;
  overflow: hidden;
}
.section.session03 .title .prof-photo {
  position: absolute;
  width: 170px;
  left: 200px;
  top: 30px;
}
.section.session03 .title .prof-photo img {
  width: 100%;
  height: auto;
}
.section.session03 ul.greeting {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.section .title__inner p .name {
  font-weight: 700;
}
.section .title__inner p .small {
  font-size: 16px;
}
.section .title__inner p.caution {
  font-size: 14px;
  margin-top: 40px;
}

.section .session-body {
  background: #f5f5f5;
  color: #333;
  padding: 40px 0;
}
.section__inner {
  width: 1100px;
  margin: auto;
}
.section__inner h2 {
  text-align: center;
  font-size: 45px;
  color: #7b7a7b;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}
.section__inner h2 span {
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 500;
}
.section__inner h2 span.sub {
  font-size: 24px;
}
.section__inner .col2 {
  display: flex;
  justify-content: space-between;
  position:relative;
}
.section__inner .col2.rev {
  flex-direction: row-reverse;
}
.section__inner .col2 .col-tx {
  flex-basis: 740px;
}
.section__inner .col2 .col-tx.s{
  flex-basis: 400px;
}
.section__inner .col2 .col-tx p {
  line-height: 30px;
  font-size: 16px;
}
.section__inner .col2 .col-tx p.ls {
  line-height: 40px;
  font-size: 22px;
}
.section__inner .col2 .col-tx p.prof {
  line-height: 28px;
  font-size: 14px;
}
.section__inner .col2 .col-tx p.signature-matsubara {
  text-align: right;
  margin-top: 30px;
}
.section__inner .col2 .col-tx p.signature-matsubara img {
  width: 200px;
  height: auto;
}
.section__inner .col2 .col-tx p.prof-t {
  font-size: 20px;
  font-weight: 500;
  color: #9841B5;
  margin: 25px 0 10px;
}
.section__inner .col2 .col-tx p strong {
  font-weight: 700;
}
.section__inner .col2 .col-tx p strong span {
  font-size: 20px;
}
.section__inner .col2 .col-prof {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 300px;
  /* border-left: 1px solid #fff; */
  /* padding-right: 40px; */
  position:relative;
}

.section__inner .col2 .col-prof .signature{
  width:170px!important;
  height:50px!important;
  object-fit: contain;
}
/* .section.greeting .section__inner .col2 .col-prof{
  border-color: #333;
}
.section__inner .col2 .col-prof:before{
  content:'';
  width:1px;
  border-left:1px solid #333;
  position:absolute;
  height:176px;
  left:-1px;
  top:0;
} */
.section__inner .col2 .col-prof .prof-photo {
  width: 300px;
  margin-bottom: 20px;
}
.section__inner .col2 .col-prof .prof-photo img {
  width: 100%;
  height: auto;
}

.section__inner .col2 .col-prof p,
.section__inner .col2 .col-tx p.position {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8;
  color:#666;
}
.section__inner .col2 .col-prof p.name,
.section__inner .col2 .col-tx p.name {
  font-size: 20px;
  font-weight: 500;
}
.section__inner .col2 .col-prof p.name span,
.section__inner .col2 .col-tx p.name span {
  font-size: 15px;
}
.section__inner .col2 .col-prof p .photo-by {
  text-align: right;
}
.section__inner .col2 .col-prof h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
}
.section__inner .col2 .col-prof ul {
  margin-top: 20px;
}
.section__inner .col2 .col-prof ul li a {
  display: block;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.section__inner .col2 .col-prof ul li a span {
  font-size: 14px;
}
.section__inner .col2 .col-prof ul li a::after {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/icon-play@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}
.section.inquiry {
  margin: 80px 0;
}
.section.inquiry .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 550px;
  height: 90px;
  border: 1px solid #036eb8;
  display: block;
  line-height: 90px;
  color: #036eb8;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section.inquiry .btn a::after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: '';
  width: 28px;
  height: 24px;
  background: url("../images/arrow@2x.png") no-repeat;
  background-size: contain;
  margin-top: -12px;
}
.section.inquiry .btn a:hover {
  background-color: #efefef;
}


.foot-title{
  opacity: .8;
  width:850px;
  height:450px;
  background: url('../images/footer_bg.png') no-repeat 0;
  background-size: cover;
  margin:auto;
  padding-top:30px;
  box-sizing: border-box;
}
.foot-title div{
  width:380px;
  margin:auto;
  opacity: 0.6;
}
footer {
  background: #231815;
  font-size: 13px;
  text-align: center;
  color: #999;
  padding: 50px 0;
}

#button {
  display: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#mes {
  width: 310px;
  margin-top: 80px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#mes img {
  width: 100%;
  height: auto;
}

.movie {
  width: 100%;
  padding: 30px 30px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.movie .mov__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.movie .mov__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie .btn {
  margin-bottom: 0px;
}
.movie .btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 550px;
  height: 90px;
  border: 1px solid #036eb8;
  display: block;
  line-height: 90px;
  color: #036eb8;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.movie .btn a::after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: '';
  width: 28px;
  height: 24px;
  background: url("../images/arrow@2x.png") no-repeat;
  background-size: contain;
  margin-top: -12px;
}
.movie .btn a:hover {
  background-color: #efefef;
}



.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}
.pagetop a {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  position: relative;

}
.pagetop a:after{
  content:'';
  display: inline-block;
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-left:2px solid #fff;
  transform: rotate(45deg);
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-5px;
  margin-top:-3px;
}

@media only screen and (max-width: 599px) {
  .sp_only {
    display: block;
  }

  .pc_only{
    display: none;
  }

  header {
    width: 100%;
    height: 50px;
  }
  header .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 20px;
  }
  header .inner .f-logo {
    flex-basis: 145px;
    padding-top: 15px;
  }
  header .inner .site-title {
    display: none;
  }
  header .inner .contact {
    flex-basis: 145px;
  }
  header .inner .contact a {
    line-height: 50px;
  }
  .main-visual {
    width: 100%;
    height: 610px;
    background: url("../images/sp-main_visual.png") no-repeat 50%;
    background-size: cover;
  }

  .main-visual__inner {
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  .main-visual__inner h1 {
    background: url("../images/sp-title.svg") no-repeat 50%;
    background-size: contain;
    max-width: 300px;
    height: 240px;
  }
  .main-visual__inner .term {
    text-align: right;
    font-size: 16px;
    margin: 200px auto 0;
    width: auto;
    display: inline-block;
    line-height: 1.3;
    width:100%;
    box-sizing: border-box;
    padding-right:30px;
  }
  .main-visual__inner .term span {
    font-size: 26px;
  }

  .section.greeting {
    /* background: url("../images/greeting-bg@2x.png") no-repeat 50% 50%;
    background-size: 800px; */
    margin: 100px 0;
  }
  .section.index ul li div.index__inner{
    width:100%;
    box-sizing:border-box;
    display: block;
    padding:20px 50px 20px 20px;
    position:relative;
  }
  .section.index ul li div.index__inner::after{
    content:'';
    border-top: 12px solid #9841B5;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position:absolute;
    top:50%;
    right:20px;
  }
  .section.index ul li div.index__inner div:nth-child(1){
    font-size:18px;
  }
  .section.index ul li div.index__inner div:nth-child(1) span{
    font-size:14px;
  }
  .section.index ul li div.index__inner div:nth-child(3){
    font-size:18px;
    margin-top:5px;
  }
  .section.index ul li div.index__inner .c1{
    font-size: 16px;
  }
  .section.index ul li div.index__inner .c1 span{
    font-size: 18px!important;
    font-weight: 700;
    color: #9841B5;
}
  .section.index ul li div.index__inner .c2,
  .section.index ul li div.index__inner .c2m  {
    font-size: 20px!important;
    line-height: 1.4;
    margin:10px 0 20px;
}
.section.index ul li div.index__inner .c2 span,
.section.index ul li div.index__inner .c2m span{
  font-size:16px!important;
}
  .section.session01 .title, .section.session02 .title {
    min-height: 0;
    height:auto;
    /* background-size: 50%; */

    /* background-repeat: repeat-y;
    background-size: contain; */
  }
  .section.session01 .title .title__inner, .section.session02 .title  .title__inner{
    padding:20px 0 1px;
  }
  .section.session02 .title.seminar {
    background:none;
  }
  .section.session02 .inner .title{
    background-color: #333;
    padding:20px 0 1px;
  }
  .section.session02 .inner .title p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
  }

  .section.session03 .title {
    min-height: 390px;
    height:auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-repeat: repeat-y;
    background-size: contain; */
    padding: 0 20px;
  }
  .section.session03 .title .prof-photo {
    left: 50%;
    margin-left: -80px;
    top: 150px;
  }
  .section.session03 .title ul.greeting {
    width: 100%;
    top: 350px;
  }
  .section.session03 .title ul.greeting li {
    width: 100%;
    text-align: left;
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  }
  .section .title__inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 20px;
    text-align: center;
  }
  .section .title__inner p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .section .title__inner p .small {
    font-size: 14px;
  }
  .section .title__inner p.caution {
    margin-top: 20px;
  }
  .section .title__inner h3 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom:20px;
    padding:0 20px;
  }
  .section .title__inner h3 span {
    font-size: 20px;
  }
  .section__inner {
    width: 100%;
  }
  .section .session-body {
    padding: 40px 0 20px;
  }
  .section.session02 .title.seminar .inner {
    display: block;
    width:100%;
  }
  .section.session02 .inner .lecture {
    width: 100%;
    height:auto;
    padding:0 20px;
    text-align: center;
  }
  .section.session01 .inner .lecture h3{
    font-size:20px;
  }
  .section.session02 .inner .lecture h3{
    font-size:16px;

  }
  .section.session01 .title.lecture div.btn{
    position:relative;
    top:0;
    right:0;
    width: 260px;
    margin:auto;
  }
  .section.session01 .title.lecture div.btn ul li a, .section.session02 .col-tx div.btn ul li a {
    padding-left:0;
    padding-right:40px;
  }
  .section.session01 .title.lecture div.btn p, .section.session02 .col-tx div.btn p,
  .section.session02 .col-tx div.btn p,
  .section.session02 .col-tx div.btn {
    position:relative;
    top:0;
    right:0;
    width: 260px;
    margin:auto;
    font-size:16px;
    text-align: center;
  }

  .section__inner .col2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 20px;
  }
  .section__inner .col2 .col-tx p {
    line-height: 2;
  }
  .section__inner .col2 .col-tx p.prof-t {
    font-size: 18px;
    margin-top: 40px;
  }
  .section__inner .col2 .col-tx .signature-matsubara {
    margin-bottom: 40px;
  }
  .section__inner .col2 .col-prof {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 350px;
    margin: 0 auto 20px;
    border-left: none;
    padding-left: 0;
  }

  .section__inner .col2 .col-prof:before{
    display: none;
  }
  .section__inner .col2 .col-prof .prof-photo {
    margin: auto;
  }
  .section__inner .col2 .col-prof.session {
    /* margin-top: -250px; */
    border-left: none;
  }
  .section__inner .col2 .col-prof ul {
    margin-bottom: 60px;
  }
  .section__inner .col2 .col-prof ul li {
    width: 100%;
  }
  .section__inner .col2 .col-tx{
    margin-bottom:30px;
  }
  .section__inner .col2 .col-prof p.name, .section__inner .col2 .col-tx p.name {
    font-size: 18px;
  }
  div.index__inner .c5m {
    display: block!important;
  }
  .section.session02 h4{
    font-size:24px;
    margin-bottom:10px;
    text-align: center;
    padding:0 20px;
  }
  .section.session02 h4 span{
    font-size:18px;
  }
  .section.inquiry .btn a {
    width: 300px;
    margin: auto;
    height: 110px;
    line-height: 1.6;
    padding: 20px 80px 20px 20px;
  }
  footer {
    padding: 30px 0;
  }
  .foot-title{
    width:90%;
    height:250px;
    background-size: contain;
    padding:0 20px;
  }
  .foot-title div{
    width:100%;
  }
  #mes {
    width: 100%;
    margin-top: 40px;
  }

  .movie {
    width: 100%;
    padding: 0;
  }
  .movie .btn a {
    width: 100%;
    margin: auto;
    height: 110px;
    line-height: 1.6;
    padding: 20px 80px 20px 20px;
  }
}
