@charset "utf-8";

/*** ----------------------------------------------------------------------------- 
reset
-----------------------------------------------------------------------------  ***/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-table;
  zoom: 1;
}
/*Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
img {
  vertical-align: bottom;
}
table caption {
  font-weight: bold;
  margin: 0 0 5px;
}

/*** ------------------------------------------------------------------------------ 
  HTML5
  -----------------------------------------------------------------------------  ***/
header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
}
/*** ------------------------------------------------------------------------------ 
  common
  -----------------------------------------------------------------------------  ***/
html,
body {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ StdN", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "Noto Sans JP",
    "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*** ------------------------------------------------------------------------------ 
  リンク
  -----------------------------------------------------------------------------  ***/
/* 基本 */
a {
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}
a:active {
  color: #f2a10e;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.9;
}

/*** ------------------------------------------------------------------------------ 
  共通
  -----------------------------------------------------------------------------  ***/
section .inner {
  width: 1200px;
  padding: 100px 0 80px;
  margin: 0 auto;
}
section .catch-area {
  content: "";
  background: url(../img/catch-area_bg.png) no-repeat center center / cover;
  width: 100%;
  height: 180px;
}
section .catch-area .tlt {
  margin: 0 0 0 200px;
  padding: 30px 0;
  position: relative;
}
section .catch-area .tlt::before {
  position: absolute;
  content: "";
  left: -3%;
  top: 28%;
  background: #fff;
  width: 10px;
  height: 55%;
  border-radius: 10px;
}
section .catch-area .tlt h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
section .catch-area .tlt .en {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
section .inner p {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.yu {
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 1200px) {
  section .inner {
    width: 100%;
  }
}
@media (max-width: 737px) {
  section .inner {
    padding: 40px 0;
  }
  section .catch-area {
    height: 120px;
  }
  section .catch-area .tlt {
    margin: 0 0 0 40px;
  }
  section .catch-area .tlt::before {
    left: -6%;
    width: 6px;
    height: 50%;
  }
  section .catch-area .tlt h2 {
    font-size: 24px;
  }
  section .catch-area .tlt .en {
    font-size: 14px;
  }
}

/*** ------------------------------------------------------------------------------ 
  header
  -----------------------------------------------------------------------------  ***/
header {
}
header .logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 90px;
  margin: 0 0 0 60px;
}
header .logo h1 {
  /*width: 185px;*/
  width: 280px;
  margin-right: 30px;
}

header nav {
  display: grid;
  padding: 12px 0;
  position: absolute;
  right: 0;
  grid-template-columns: 4fr 5fr;
  top: 0;
  /* margin: 0 100px 0 0; */
}
header nav .tel {
  text-align: right;
  padding: 0 10px 0 0;
}
header nav li:last-child {
  border-right: none;
}
header nav li a {
  color: #003288;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  width: 100%;
  transition: 0.3s;
}

header .btn {
  right: 0;
  top: 0;
  display: flex;
  margin: 10px 0 0 0;
  text-align: center;
}
/*
header .btn li:nth-child(1) {
  margin: 0 50px 0 10px;
}
*/
header .btn li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 16px 15px 16px 20px;
  transition: 0.3s;
  border-bottom: 8px solid #003963;
}
header .btn a:hover {
  opacity: 0.7;
}
/*
header .btn li:nth-child(1) a {
  background-color: #005492;
  position: relative;
}
header .btn li:nth-child(1) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  width: 27px;
  height: 27px;
  background: url(../img/consult.svg?ver=240229) no-repeat top center / contain;
}
*/
header .btn li:nth-child(1) a {
  background-color: #de0144;
  border-bottom: 8px solid #ab0034;
  position: relative;
  padding: 16px 15px 16px 30px;
}
header .btn li:nth-child(1) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/email.svg?ver=230329) no-repeat top center / contain;
}
@media (max-width: 1200px) {
  header nav {
    width: 700px;
  }
  header nav .tel {
    width: 85%;
    position: relative;
  }
  header nav .tel img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 40px;
  }
  header .btn li a {
    font-size: 1.4rem;
  }
  /*
  header .btn li:nth-child(1) a:before {
    top: 14px;
    left: 8px;
    width: 20px;
    height: 20px;
  }
  */
  header .btn li:nth-child(1) a:before {
    top: 14px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1140px) {
  header {
    max-width: none;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
  }
  header nav .tel {
    width: 75%;
    position: relative;
  }
  header nav .tel img {
    left: 70px;
  }
}
@media (max-width: 1000px) {
  header {
    max-width: 100%;
    position: initial;
    top: initial;
    left: initial;
    transform: none;
  }
  header .logo {
    justify-content: center;
    margin: 0;
  }
  header nav {
    display: none;
  }
}
@media (max-width: 737px) {
header .logo{
    height:50px;
}
header .logo h1{
    width:200px;
}
.logo img {
    width:100%;
}
}
/*** ------------------------------------------------------------------------------ 
  #mvarea
  -----------------------------------------------------------------------------  ***/

#mvarea {
  position: relative;
}
#mvarea .mvimg {
  width: 100%;
}
#mvarea .mvTxt {
  position: absolute;
  bottom: 0;
  right: 0;
    width: 60%;
}
#mvarea .mvTxt img {
  width: 100%;
}
@media (max-width: 1500px) {
  #mvarea .mvTxt {
    width: 58%;
  }
}
#mvarea .btn-area {
  position: absolute;
  margin: 0 auto;
  width: 1200px;
  border: 3px solid #005492;
  border-radius: 5px;
  padding: 35px 56px 35px 47px;
  background: #fff;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#mvarea .btn-area .btn {
  display: flex;
  justify-content: center;
  justify-items: center;
  position: relative;
}
#mvarea .btn-area .btn::before {
  position: absolute;
  content: "";
  background: url(../img/btn_left1.png) no-repeat center center / cover;
  width: 275px;
  height: 170px;
  left: -56px;
  top: -35px;
}
#mvarea .btn-area .btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn_right1.png) no-repeat center center / cover;
  width: 275px;
  height: 170px;
  right: -56px;
  top: -35px;
}
#mvarea .btn-area .btn li {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#mvarea .btn-area .btn li:nth-child(1) {
  margin: 0 36px 0 0;
}
#mvarea .btn-area .btn li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 15px;
  transition: 0.3s;
  border-bottom: 8px solid #003963;
}
#mvarea .btn-area .btn a:hover {
  opacity: 0.7;
}
#mvarea .btn-area .btn li:nth-child(1) a {
  background-color: #de0144;
  border-bottom: 8px solid #ab0034;
  position: relative;
  padding: 10px 15px 10px 30px;
}
#mvarea .btn-area .btn li:nth-child(1) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/email.svg?ver=230329) no-repeat top center / contain;
}
#mvarea .btn-area .btn li:nth-child(2) a {
  background-color: #005492;
  position: relative;
}
#mvarea .btn-area .btn li:nth-child(2) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/icon-tel.svg?ver=240229) no-repeat top center / contain;
}
#mvarea .btn-area .btn li span{
    font-weight:normal;
    font-size:16px;
}
@media (max-width: 1400px) {
  #mvarea .btn-area {
    width: 1000px;
    padding: 25px 56px 25px 47px;
  }
  #mvarea .btn-area .btn::before {
    width: 240px;
    height: 150px;
    left: -50px;
    top: -25px;
  }
  #mvarea .btn-area .btn::after {
    width: 222px;
    height: 149px;
    right: -56px;
    top: -23px;
  }
  #mvarea .btn-area .btn li:nth-child(1) {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1100px) {
  #mvarea .btn-area {
    width: 80%;
    padding: 10px 0 80px;
    bottom: -240px;
  }
  #mvarea .btn-area .btn::before {
    width: 100px;
    height: 80px;
    left: -30px;
    top: unset;
    bottom: -80px;
  }
  #mvarea .btn-area .btn::after {
    width: 100px;
    height: 80px;
    right: -30px;
    top: unset;
    bottom: -80px;
  }
  #mvarea .btn-area .btn {
    display: block;
    margin: 0 30px;
  }
  #mvarea .btn-area .btn li {
    font-size: 12px;
  }
  #mvarea .btn-area .btn li:nth-child(1) {
    margin: 0 0 20px;
  }
  #mvarea .btn-area .btn li a {
    font-size: 1.2rem;
    padding: 5px 8px;
    border-bottom: 4px solid #003963;
  }
  #mvarea .btn-area .btn li:nth-child(1) a {
    border-bottom: 4px solid #ab0034;
    padding: 5px 8px;
  }
  #mvarea .btn-area .btn li:nth-child(1) a:before {
    top: 6px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
  #mvarea .btn-area .btn li:nth-child(2) a:before {
    top: 8px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
  #mvarea .btn-area .btn li span{
      font-size:12px;
  }
}
/*** ------------------------------------------------------------------------------ 
 #worries 
  -----------------------------------------------------------------------------  ***/

#worries {
  background: #f3f3f3;
  padding: 50px 0;
}

@media (max-width: 1100px) {
  #worries {
    padding: 120px 0 50px;
  }
  #worries .inner .img img {
    width: 100%;
  }
}
@media (max-width: 737px) {
  #worries {
    padding: 220px 20px 30px;
  }
}

/*** ------------------------------------------------------------------------------ 
 #point
  -----------------------------------------------------------------------------  ***/

#point {
  background: #ecfbfe;
  position: relative;
  background: url(../img/point_bg.jpg) no-repeat center center / cover;
}
#point .inner .box {
  position: relative;
  margin: 0 0 200px;
}
#point .inner .box .img {
  max-width: 500px;
  z-index: 1;
  position: relative;
}
#point .inner .box .img img {
  width: 100%;
}
#point .inner .box .txt-area {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 600px;
  padding: 56px 50px 52px 150px;
  background: #fff;
}
#point .inner .box .txt-area::after {
  position: absolute;
  content: "";
  background: url(../img/01.png) no-repeat center center / cover;
  width: 239px;
  height: 223px;
  top: 15px;
  right: 5px;
}
#point .inner .box:nth-child(2) .txt-area::after {
  background: url(../img/02.png) no-repeat center center / cover;
  right: 130px;
}
#point .inner .box:nth-child(3) .txt-area::after {
  background: url(../img/03.png) no-repeat center center / cover;
}
#point .inner .box {
  position: relative;
  margin: 0 0 160px;
  display: flex;
}
#point .inner .box:nth-child(2n) {
  flex-flow: row-reverse;
}
#point .inner .box .img {
  max-width: 500px;
  z-index: 1;
  position: relative;
}
#point .inner .box .img img {
  width: 100%;
}
#point .inner .box .txt-area {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 600px;
  padding: 56px 50px 52px 150px;
  background: #fff;
  border-radius: 10px;
}
#point .inner .box:nth-child(2n) .txt-area {
  right: unset;
  left: 0;
  padding: 56px 150px 52px 50px;
}
#point .inner .box .txt-area .en {
  color: #de0144;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
}
#point .inner .box .txt-area .midashi {
  color: #005492;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 35px;
}
#point .inner .box .txt-area .midashi span {
  font-size: 28px;
}
#point .inner .box .txt-area .txt {
  font-size: 18px;
}
#point .inner .l-box {
  width: 1200px;
  height: 202px;
  background: #fff;
  border: 8px solid #de0144;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
#point .inner .l-box .img:nth-child(1) {
  margin: 0 20px 0 0;
  z-index: 1;
  position: relative;
}
#point .inner .l-box .img:nth-child(1) img {
  position: absolute;
  bottom: 0px;
}
#point .inner .l-box .img:nth-child(2) {
  margin: 20px 0 0 280px;
}
@media (max-width: 1200px) {
  #point .inner .box .img {
    max-width: 300px;
  }
  #point .inner .box .img img {
    width: 100%;
  }
  #point .inner .box .txt-area {
    bottom: -25px;
    right: -160px;
    width: 420px;
    padding: 36px 25px 30px 100px;
  }
  #point .inner .box .txt-area::after {
    width: 150px;
    height: 140px;
    top: 15px;
    right: 5px;
  }
  #point .inner .box:nth-child(2) .txt-area::after {
    right: 130px;
  }
  #point .inner .box {
    position: relative;
    margin: 0px auto 80px;
    display: flex;
    max-width: 600px;
  }
  #point .inner .box:nth-child(2n) {
    flex-flow: row-reverse;
  }
  #point .inner .box:nth-child(2n) .txt-area {
    right: unset;
    left: -160px;
    padding: 36px 100px 30px 25px;
  }
  #point .inner .box .txt-area .en {
    font-size: 18px;
    margin: 0 0 10px;
  }
  #point .inner .box .txt-area .midashi {
    font-size: 24px;
    margin: 0 0 20px;
  }
  #point .inner .box .txt-area .midashi span {
    font-size: 18px;
  }
  #point .inner .box .txt-area .txt {
    font-size: 14px;
  }
  #point .inner .l-box {
    width: 700px;
    height: 130px;
    border: 6px solid #de0144;
    border-radius: 10px;
    margin: 0 auto;
  }
  #point .inner .l-box .img:nth-child(1) {
    margin: 0 20px 0 0;
    z-index: 1;
    position: relative;
  }
  #point .inner .l-box .img:nth-child(1) img {
    position: absolute;
    bottom: -98px;
    max-width: 180px;
  }
  #point .inner .l-box .img:nth-child(2) {
    margin: 0px 20px 0 220px;
  }
  #point .inner .l-box .img:nth-child(2) img {
    width: 100%;
  }
}
@media (max-width: 737px) {
  #point .inner .box {
    margin: 0 0 40px;
    flex-wrap: wrap;
  }
  #point .inner .box:nth-child(3) {
    margin: 0 0 260px;
  }
  #point .inner .box .img {
    max-width: 100%;
    position: relative;
    margin: 0 10px;
  }
  #point .inner .box .img img {
    width: 100%;
  }
  #point .inner .box .txt-area {
    bottom: -140px;
    right: unset;
    width: 90%;
    padding: 30px 10px 10px 20px;
    background: #fff;
  }
  #point .inner .box:nth-child(3) .txt-area {
    bottom: -210px;
  }

  #point .inner .box {
    position: relative;
    margin: 0px auto 200px;
    display: flex;
    max-width: 600px;
  }
  #point .inner .box:nth-child(2n) .txt-area {
    left: unset;
    padding: 30px 10px 10px 20px;
    bottom: -160px;
  }
  #point .inner .box .txt-area .en {
    color: #de0144;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
  }
  #point .inner .box .txt-area .midashi {
    color: #005492;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
  }
  #point .inner .box .txt-area .midashi span {
    font-size: 18px;
  }
  #point .inner .box .txt-area .txt {
    font-size: 14px;
  }
  #point .inner .l-box {
    width: 95%;
    height: 70px;
    background: #fff;
    border: 4px solid #de0144;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #point .inner .l-box .img:nth-child(1) {
    margin: 0 20px 0 0;
    z-index: 1;
    position: relative;
  }
  #point .inner .l-box .img:nth-child(1) img {
    position: absolute;
    bottom: unset;
    top: -65px;
    max-width: 95px;
  }
  #point .inner .l-box .img:nth-child(2) {
    margin: 0px 10px 0 10px;
  }
  #point .inner .l-box .img:nth-child(2) img {
    width: 100%;
  }
}

/*** ------------------------------------------------------------------------------ 
 #course
  -----------------------------------------------------------------------------  ***/

#course .day2 {
  background: #ecfbfe;
}
#course .inner .txt {
  background: #0e97c1;
  font-size: 4em;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 10px 20px 15px;
  line-height: 1;
  position:relative;
  box-sizing: border-box;
}
#course .inner .txt:hover{
    cursor:pointer;
}
#course .inner .txt span {
  font-size: 40px;
}
#course .inner .txt:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    display: block;
    right: 30px;
    top: 50%;
    margin: -10px 0 0;
    border-right: 3px #FFF solid;
    border-bottom: 3px #FFF solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
}
#course .inner .txt.open:after{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#course .inner .detail-content {
    display:none;
}

#course .inner .wrap .table1 {
  border-collapse: separate;
  border-spacing: 8px 0;
  width: 100%;
}
#course .inner .wrap .table1 tr th {
  background: #0e97c1;
  width: 20%;
  height: 141px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

#course .inner .wrap .table1 tr td {
  background: #f3f3f3;
  width: 80%;
  padding: 25px 35px;
  border-radius: 10px;
}
#course .inner .wrap .table1 tr td .tlt {
  font-size: 22px;
  color: #0e97c1;
  font-weight: 700;
  margin: 0 0 15px;
}
#course .inner .wrap .table1 tr td p {
  font-size: 16px;
}


@media (max-width: 737px) {
    #course .inner .txt {
    font-size: 18px;
    margin: 0 5px 20px;
    padding: 10px 44px 15px 20px;
    width:auto;
    line-height:1.4;
  }
    #course .inner .txt:after{
    right: 20px;    
    }
  #course .inner .txt span {
    font-size: 28px;
  }
   #course .inner .wrap .table1 {
    display: block;
    width: 100%;
  }
    #course .inner .wrap .table1 tr th{
        display: block;
        height: auto;
        width: 100%;
        padding: 10px 0;
        margin: 20px 0 15px;
    }

    #course .inner .wrap .table1 tr td{
        display: block;
        width: 100%;
        padding: 0;
    }
    #course .inner .wrap .table1 tr td p{
        padding: 20px;
    }

}



/** 240301　追記 **/
#course .contens-txt{
    text-align: center;
    margin: 0 auto 30px;
}
#course .contens-txt h3{
    font-size: 5.5em;
    color: #005492;
    font-weight: 700;
}
#course .contens-txt p.heading{
    font-size: 4.5em;
    margin: 30px 0 10px;
    font-weight: bold;
    color: #0E97C1;
}
#course .contens-txt p.heading::before{
    content:"― ";
    color:#0E97C1;
    font-weight:bold;
}
#course .contens-txt p.heading::after{
    content:" ―";
    color:#0E97C1;
    font-weight:bold;
}
#course .inner .wrap {
    margin:0 0 40px;
}

#course .inner .table-area {
  background: #F3F3F3;
  font-size: 18px;
  padding: 35px 100px;
  margin: 0 auto 30px;
  border-radius: 10px;
}
#course .inner .table-area h3{
    color: #0e97c1;
    font-weight: bold;
    font-size: 1.45em;
}
#course .inner .detail {
  width: 100%;
}
#course .inner .detail tr {
  border-bottom: 1px solid #CCC;
}
#course .inner .detail tr th {
  width: 20%;
  vertical-align: top;
  padding: 12px 0 0 0;
}
#course .inner .detail tr td {
  width: 80%;
  padding: 12px 0;
  font-size: 16px;  
}
#course .inner .detail tr td .tlt {
  font-size: 18px;
  color: #0e97c1;
  font-weight: 700;
}
#course .inner .detail tr td span {
  display: block;
  font-size: 16px;
}
#course .inner .detail tr td .red {
  color: #de0144;
}
@media (max-width: 737px) {
    #course .contens-txt{
    text-align: left;
    margin: 0 10px 30px;
}
#course .contens-txt h3{
    font-size: 4.5em;
    padding: 0 0 5px;
}
#course .contens-txt p.heading{
    font-size: 4.0em;
    margin: 30px 0 10px;
    font-weight: bold;
    color: #0E97C1;
    text-align: center;
    line-height: 38px;
}
#course .contens-txt p.heading::before{
    content:"";
}
#course .contens-txt p.heading::after{
    content:"";
}    
  
    
  #course .inner .table-area {
    font-size: 14px;
    padding: 25px 20px;
    margin: 10px;
  }
  #course .inner .detail {
    display: block;
    width:auto;
      
  }
  #course .inner .detail tr th {
      display: block;
    width: 100%;
    padding: 10px 0 0 0;
  }
  #course .inner .detail tr td {
      display: block;
    width: 100%;
    padding: 0 0 15px;
  }
  #course .inner .detail tr td span {
    display: block;
    font-size: 12px;
  }
  #course .inner .detail tr td .tlt{
        padding: 0 0 5px;
        line-height: 26px;
    }
    
}



/*** ------------------------------------------------------------------------------ 
 #difference
  -----------------------------------------------------------------------------  ***/

#difference .inner .img img {
  width: 100%;
}
#difference .inner .differencePoint {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
#difference .inner .differencePoint .tlt {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 12px;
}
#difference .inner .differencePoint .tlt .en {
  color: #de0144;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0.15em;
}

#difference .inner .differencePoint .tlt .en span {
  display: block;
  font-size: 52px;
  line-height: 1;
}
#difference .inner .differencePoint .tlt .ja {
  position: absolute;
  font-size: 24px;
  vertical-align: baseline;
  line-height: 1;
  bottom: 5px;
  left: 70px;
  color: #0e97c1;
  font-weight: 700;
}
#difference .inner .differencePoint .tlt .ja span {
  font-size: 36px;
  margin: 0 5px 0;
}
#difference .inner .differencePoint .txt {
  background: #ecfbfe;
  padding: 25px;
  border-radius: 10px;
  font-size: 16px;
}

#seminarDetail .btn-area {
  margin: 0 auto 100px;
  border: 3px solid #005492;
  border-radius: 5px;
  padding: 35px 56px 35px 47px;
  background: #fff;
  max-width:1100px;
}
#seminarDetail .btn-area .btn {
  display: flex;
  justify-content: center;
  justify-items: center;
  position: relative;
}
#seminarDetail .btn-area .btn::before {
  position: absolute;
  content: "";
  background: url(../img/btn_left1.png) no-repeat center center / cover;
  width: 275px;
  height: 170px;
  left: -56px;
  top: -35px;
}
#seminarDetail .btn-area .btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn_right1.png) no-repeat center center / cover;
  width: 275px;
  height: 170px;
  right: -56px;
  top: -35px;
}
#seminarDetail .btn-area .btn li {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#seminarDetail .btn-area .btn li:nth-child(1) {
  margin: 0 36px 0 0;
}
#seminarDetail .btn-area .btn li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 15px;
  transition: 0.3s;
  border-bottom: 8px solid #003963;
}
#seminarDetail .btn-area .btn a:hover {
  opacity: 0.7;
}
#seminarDetail .btn-area .btn li:nth-child(1) a {
  background-color: #de0144;
  border-bottom: 8px solid #ab0034;
  position: relative;
  padding: 10px 15px 10px 30px;
}
#seminarDetail .btn-area .btn li:nth-child(1) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/email.svg?ver=230329) no-repeat top center / contain;
}
#seminarDetail .btn-area .btn li:nth-child(2) a {
  background-color: #005492;
  position: relative;
}
#seminarDetail .btn-area .btn li:nth-child(2) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/icon-tel.svg?ver=240229) no-repeat top center / contain;
}
#seminarDetail .btn-area .btn li span{
    font-weight:normal;
    font-size:16px;
}
@media (max-width: 1400px) {
  #seminarDetail .btn-area {
    width: 1000px;
    padding: 25px 56px 25px 47px;
  }
  #seminarDetail .btn-area .btn::before {
    width: 240px;
    height: 150px;
    left: -50px;
    top: -25px;
  }
  #seminarDetail .btn-area .btn::after {
    width: 222px;
    height: 149px;
    right: -56px;
    top: -23px;
  }
  #seminarDetail .btn-area .btn li:nth-child(1) {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1100px) {
  #seminarDetail .btn-area {
    width: 80%;
    padding: 10px 0 80px;
    bottom: -210px;
    margin: 0 auto 20px;
  }
  #seminarDetail .btn-area .btn::before {
    width: 100px;
    height: 80px;
    left: -30px;
    top: unset;
    bottom: -80px;
  }
  #seminarDetail .btn-area .btn::after {
    width: 100px;
    height: 80px;
    right: -30px;
    top: unset;
    bottom: -80px;
  }
  #seminarDetail .btn-area .btn {
    display: block;
    margin: 0 30px;
  }
  #seminarDetail .btn-area .btn li {
    font-size: 12px;
  }
  #seminarDetail .btn-area .btn li:nth-child(1) {
    margin: 0 0 20px;
  }
  #seminarDetail .btn-area .btn li a {
    font-size: 1.2rem;
    padding: 5px 8px;
    border-bottom: 4px solid #003963;
  }
  #seminarDetail .btn-area .btn li:nth-child(1) a {
    border-bottom: 4px solid #ab0034;
    padding: 5px 8px;
  }
  #seminarDetail .btn-area .btn li:nth-child(1) a:before {
    top: 6px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
  #seminarDetail .btn-area .btn li:nth-child(2) a:before {
    top: 8px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 737px) {
  #difference .inner .differencePoint {
    grid-template-columns: 1fr;
    margin: 0 10px;
    padding: 25px 0;
  }
  #difference .inner .differencePoint .tlt .en {
    font-size: 14px;
  }

  #difference .inner .differencePoint .tlt .en span {
    font-size: 48px;
  }
  #difference .inner .differencePoint .tlt .ja {
    font-size: 20px;
  }
  #difference .inner .differencePoint .tlt .ja span {
    font-size: 30px;
  }
}

/*** ------------------------------------------------------------------------------ 
 #seminarDetail
  -----------------------------------------------------------------------------  ***/

#seminarDetail {
  background: url(../img/seminarDetail_bg.jpg) no-repeat center center / cover;
  padding:0 0 1px;
}
#seminarDetail .inner .table-area {
  background: #fff;
  font-size: 18px;
  padding: 50px 100px;
  margin: 0 auto;
  border-radius: 10px;
}
#seminarDetail .inner .detail {
  width: 100%;
}
#seminarDetail .inner .detail tr {
  border-bottom: 1px solid #ccc;
}
#seminarDetail .inner .detail tr th {
  width: 20%;
  vertical-align: top;
  padding: 16px 0 0 0;
  color: #005492;
  font-weight: 700;
}
#seminarDetail .inner .detail tr td {
  width: 80%;
  padding: 16px 0;
}
#seminarDetail .inner .detail tr td span {
  display: block;
  font-size: 16px;
}
#seminarDetail .inner .detail tr td .red {
  color: #de0144;
}
@media (max-width: 737px) {
  #seminarDetail .inner .table-area {
    padding: 20px 25px 40px;
    margin: 10px;
  }
  #seminarDetail .inner .detail {
    width: 100%;
  }
  #seminarDetail .inner .detail tr th {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 1.2em;
    margin: 10px 0 0;
  }
  #seminarDetail .inner .detail tr td {
    width: 100%;
      display: block;
    padding: 10px 0;
  }
}


/** 240304 追記 **/

#seminarDetail .inner .table-area p.explanation{
    color: #0e97c1;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
#seminarDetail .inner .detail tr td span{
    font-weight: bold;
    font-size: 18px;
}
#seminarDetail .inner .detail tr td span.list-txt{
        padding: 15px 0 0;
}


/*** ------------------------------------------------------------------------------ 
 #teacher
  -----------------------------------------------------------------------------  ***/

#teacher {
  background: #0e97c1;
  background: -moz-linear-gradient(
    -45deg,
    #0e97c1 0%,
    #95e6ff 50%,
    #0e97c1 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #0e97c1 0%,
    #95e6ff 50%,
    #0e97c1 100%
  );
  background: linear-gradient(135deg, #0e97c1 0%, #95e6ff 50%, #0e97c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e97c1', endColorstr='#0e97c1',GradientType=1 );
}
#teacher .inner .box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  margin: 0 0 30px;
}
#teacher .inner .box:nth-child(1) {
  align-items: flex-end;
  margin: 0 0 50px;
}
#teacher .inner .box .img {
  margin: 0 20px 0 0;
}
#teacher .inner .box .img img {
  width: 100%;
}
#teacher .inner .box .txt-area {
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
  padding: 37px 30px;
}
#teacher .inner .box:nth-child(1) .txt-area {
  max-width: 750px;
}
#teacher .inner .box .txt-area .company {
  color: #005492;
  font-size: 18px;
  font-weight: 700;
}
#teacher .inner .box .txt-area .name {
  color: #005492;
  font-size: 18px;
  font-weight: 700;
}
#teacher .inner .box .txt-area span {
  font-size: 28px;
}
@media (max-width: 737px) {
  #teacher .inner .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin: 0 0 30px;
  }
  #teacher .inner .box:nth-child(1) {
    align-items: center;
    margin: 0 0 30px;
  }
  #teacher .inner .box .img {
    margin: 0 auto 10px;
  }
  #teacher .inner .box .img img {
    width: 100%;
  }
  #teacher .inner .box .txt-area {
    padding: 20px 10px;
    margin: 0 10px;
  }
  #teacher .inner .box .txt-area .company {
    color: #005492;
    font-size: 12px;
    font-weight: 700;
  }
  #teacher .inner .box .txt-area .name {
    color: #005492;
    font-size: 14px;
    font-weight: 700;
  }
  #teacher .inner .box .txt-area span {
    font-size: 20px;
  }
}

/*** ------------------------------------------------------------------------------ 
 #cta
  -----------------------------------------------------------------------------  ***/

#cta {
  background: url(../img/foot.png) no-repeat center center / cover;
  padding: 50px 0;
}
#cta .btn-area {
  margin: 0 auto;
  width: 1200px;
  border: 3px solid #005492;
  border-radius: 5px;
  padding: 35px 56px 35px 47px;
  background: #fff;
}
#cta .btn-area .btn {
  display: flex;
  justify-content: center;
  justify-items: center;
  position: relative;
}
#cta .btn-area .btn::before {
  position: absolute;
  content: "";
  background: url(../img/btn_left1.png) no-repeat center center / cover;
  width: 275px;
  height: 170px;
  left: -56px;
  top: -35px;
}
#cta .btn-area .btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn_right1.png) no-repeat center center / cover;
  width: 275px;
  height: 170px;
  right: -56px;
  top: -35px;
}
#cta .btn-area .btn li {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#cta .btn-area .btn li:nth-child(1) {
  margin: 0 36px 0 0;
}
#cta .btn-area .btn li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 15px;
  transition: 0.3s;
  border-bottom: 8px solid #003963;
}
#cta .btn-area .btn a:hover {
  opacity: 0.7;
}
#cta .btn-area .btn li:nth-child(1) a {
  background-color: #de0144;
  border-bottom: 8px solid #ab0034;
  position: relative;
  padding: 10px 15px 10px 30px;
}
#cta .btn-area .btn li:nth-child(1) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/email.svg?ver=230329) no-repeat top center / contain;
}
#cta .btn-area .btn li:nth-child(2) a {
  background-color: #005492;
  position: relative;
}
#cta .btn-area .btn li:nth-child(2) a:before {
  content: "";
  color: #fff;
  line-height: 1;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/icon-tel.svg?ver=240229) no-repeat top center / contain;
}
#cta .btn-area .btn li span{
    font-weight:normal;
    font-size:16px;
}
@media (max-width: 1400px) {
  #cta .btn-area {
    width: 1000px;
    padding: 25px 56px 25px 47px;
  }
  #cta .btn-area .btn::before {
    width: 240px;
    height: 150px;
    left: -50px;
    top: -25px;
  }
  #cta .btn-area .btn::after {
    width: 222px;
    height: 149px;
    right: -56px;
    top: -23px;
  }
  #cta .btn-area .btn li:nth-child(1) {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1100px) {
  #cta .btn-area {
    width: 80%;
    padding: 10px 0 80px;
    bottom: -210px;
  }
  #cta .btn-area .btn::before {
    width: 100px;
    height: 80px;
    left: -30px;
    top: unset;
    bottom: -80px;
  }
  #cta .btn-area .btn::after {
    width: 100px;
    height: 80px;
    right: -30px;
    top: unset;
    bottom: -80px;
  }
  #cta .btn-area .btn {
    display: block;
    margin: 0 30px;
  }
  #cta .btn-area .btn li {
    font-size: 12px;
  }
  #cta .btn-area .btn li:nth-child(1) {
    margin: 0 0 20px;
  }
  #cta .btn-area .btn li a {
    font-size: 1.2rem;
    padding: 5px 8px;
    border-bottom: 4px solid #003963;
  }
  #cta .btn-area .btn li:nth-child(1) a {
    border-bottom: 4px solid #ab0034;
    padding: 5px 8px;
  }
  #cta .btn-area .btn li:nth-child(1) a:before {
    top: 6px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
  #cta .btn-area .btn li:nth-child(2) a:before {
    top: 8px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
}

/*** ------------------------------------------------------------------------------ 
 #form
  -----------------------------------------------------------------------------  ***/
#form .inner{
    max-width:1000px;
}
#form .inner iframe{
    width:100% !important;
}

/* footer */
footer {
  text-align: center;
  font-size: 12px;
  color: #005492;
}
