@charset "utf-8";

/*============================
  FRAMEWORK
============================*/
/* @ === font === @ */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #444;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

.under {
  padding-top: 10.6rem;
}

h1,h2,h3,h4,h5,h6,strong,dt,th,u,.bold {
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6,strong,u,.bold {
  font-weight: 300;
  line-height: 1;
}

/*@ = laptop = @*/
@media (max-width : 1199px) {
  html {
    font-size: .8vw;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  html {
    font-size: 1.3vw;
  }

  body {
    font-size: 1.4rem;
  }

  .under {
    padding-top: calc(40px + 3rem);
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  html {
    font-size: 1.75vw;
  }

  body {
    line-height: 1.5;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  html {
    font-size: 2.5vw;
  }
}

/* @ === block === @ */
article {
  overflow: hidden;
}

img {
  vertical-align: middle;
}

table {
  width: 100%;
}

.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.main_sec {
  padding: 10rem 0;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.d_list01 {
  line-height: 1.4;
}

.d_list01 li {
  position: relative;
  padding-left: 1.5em;
}

.d_list01 li:before {
  position: absolute;
  content: "";
  background: #000;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  left: 0;
  top: .25em;
  transform: scale(.5);
}

.d_list01 li:nth-child(n+2) {
  margin-top: 1em;
}

.d_list01.d_list_b li:before {
  background: #4c82b5;
}

.d_list01.d_list_g li:before {
  background: #ccb682;
}


.movie_box{
  position:relative;
  width:100%;
}
.movie_box > *{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.movie_box a:before{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.2);
  z-index:2;
}
.movie_box a:after{
  position:absolute;
  content:"";
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:15%;
  padding-top:15%;
  background:url(../../common/image/icon_play.png) no-repeat center center / contain;
  z-index:2;
  border-radius:50%;
  box-shadow:0 0 10px rgba(255,255,255,.5);
  background-color:#fff;
}
.movie_box a img{
  position:relative;
  z-index:1;
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .main_sec {
    padding: 6rem 0;
  }
}

/*@ = course page column = @*/
.under .sec_column {
  padding:10rem 0;
  background: url(../../top/image/column_bg.jpg) no-repeat center center / cover;
}

.under .sec_column .ttl_box{
  margin-bottom: 1em;
  font-size: 3.6rem;
}
.under .sec_column .ttl_box .h_ttl01{
  margin-bottom: .5em;
  line-height: 1;
}
.under .sec_column .ttl_box .ttl_deco_02{
  font-size: .5em;
}
.under .sec_column .column_box ul {
  justify-content: center;
  margin-bottom: 5rem;
}

.under .sec_column .column_box li {
  width: 28.4%;
}

.under .sec_column .column_box li:nth-child(n+2) {
  margin-left: 7.4%;
}

.under .sec_column .column_box li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 1.4rem;
}

.under .sec_column .column_box .image {
  position: relative;
  width: 100%;
  padding-top: 73.5%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #fff;
}

.under .sec_column .column_box .image img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.under .sec_column .column_box .info {
  font-size: 1.4rem;
  line-height: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
}

.under .sec_column .column_box time {
  color: #444;
}

.under .sec_column .column_box .title {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #444;
  margin-bottom: .5em;
}

.under .sec_column .column_box .terms {
  font-size: 1.3rem;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: -.5em;
  margin-bottom: 1.5em;
}

.under .sec_column .column_box .terms span {
  text-align: center;
  padding: .5em 1em;
  border-radius: 4em;
  color: #fff;
  background: #598ab9;
  max-width: 100%;
  margin-top: .5em;
}

.under .sec_column .column_box .terms span:not(:last-child) {
  margin-right: .5em;
}

.under .sec_column .column_box .link_txt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.under .sec_column .column_box .link_btn {
  text-align: center;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 992px) {
  .under .sec_column .column_box li a:hover {
    opacity: .75;
  }

  .under .sec_column .column_box li a:hover .link_txt span:before {
    transform: scaleX(.8);
  }

  .under .sec_column .column_box li a:hover .link_txt span:after {
    transform: rotateX(360deg);
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .under .sec_column {
    padding:6rem 0;
  }
  .under .sec_column .column_box ul {
    display: block;
    padding: 4rem;
    background-color: rgba(255, 255, 255, .6);
    margin-bottom: 4rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .05);
  }

  .under .sec_column .column_box li {
    width: 100%;
  }

  .under .sec_column .column_box li:nth-child(n+2) {
    margin-left: 0;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: solid 1px #5989b9;
  }

  .under .sec_column .column_box li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .under .sec_column .column_box .image {
    width: 30%;
    padding-top: 22.05%;
    margin-bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  }

  .under .sec_column .column_box .detail {
    width: 65%;
  }

  .under .sec_column .column_box .terms {
    font-size: 1.2rem;
  }

  .under .sec_column .column_box .link_txt {
    position: static;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .under .sec_column .column_box ul {
    padding: 2.5rem;
  }

  .under .sec_column .column_box li a {
    flex-wrap: wrap;
  }

  .under .sec_column .column_box .info_box {
    width: 55%;
    padding-top: 1rem;
  }

  .under .sec_column .column_box .info {
    font-size: 1.3rem;
  }

  .under .sec_column .column_box .title {
    line-height: 1.4;
  }

  .under .sec_column .column_box .detail {
    width: 100%;
    margin-top: 1.5em;
  }

  .under .sec_column .column_box .image {
    width: 40%;
    padding-top: 29.4%;
  }
}


/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .under .sec_column .column_box .terms {
    font-size: 1.1rem;
  }
}
/*@ = under page title = @*/
.under .ttl_block {
  background: #eef7ff;
  overflow: hidden;
}

.under .ttl_block .page_ttl {
  position: relative;
  padding-top: 30rem;
  line-height: 1;
  color: #598ab9;
  font-size: 6rem;
}

.under .ttl_block .page_ttl:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 52.3rem;
  height: 40.2rem;
  background: url(../image/mv_deco.png) no-repeat center center / contain;
  transform: translateY(-58%);
  z-index: 1;
}

.under .ttl_block .page_ttl span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  z-index: 2;
}

.under .ttl_block.course .page_ttl {
  padding-top: 50rem;
}

/*@ = laptop = @*/
@media (max-width : 1199px) {
  .under .ttl_block .page_ttl {
    padding-top: 40rem;
}
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .under .ttl_block .page_ttl {
    font-size: 4rem;
    padding-top: 30rem;
  }

  .under .ttl_block .page_ttl:after {
    height: 30rem;
    width: 39rem;
    transform: translateY(-50%);
    right: -8rem;
}

  .under .ttl_block .page_ttl span {
    text-shadow: 0 0 5px rgba(255,255,255,.5);
}

  .under .ttl_block.course .page_ttl {
    padding-top: 35rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .under .ttl_block .page_ttl {
    padding-top: 25rem;
}

  .under .ttl_block .page_ttl:after {height: 25rem;width: 32.5rem;}
  .under .ttl_block.course .page_ttl {
    padding-top: 30rem;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .under .ttl_block .page_ttl:after {height: 20rem;width: 26rem;}

  .under .ttl_block .page_ttl span {
    z-index: 2;
  }

  .under .ttl_block.course .page_ttl {
    padding-top: 25rem;
    font-size: 3.6rem;
  }
}

/*@ = breadcrumbs = @*/
.under .breadcrumbs {
  line-height: 1;
  font-size: 1.4rem;
  padding: 2rem 0;
}

.under .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.under .breadcrumbs ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.under .breadcrumbs ul li:nth-last-child(n+2) {
  margin-right: 2rem;
}

.under .breadcrumbs ul li:nth-last-child(n+2):after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url(../image/arrow_h01.png) no-repeat center center / contain;
  margin-left: 2.5rem;
}

.under .breadcrumbs ul li a {
  display: block;
  color: #598ab9
}

.under .breadcrumbs ul li:last-child a {
  color: #444;
  pointer-events: none;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*@ = laptop = @*/
@media (max-width : 1199px) {
  .under .breadcrumbs {
    font-size:16px;
  }
}
/*@ = tablet = @*/
@media (max-width : 991px) {
  .under .breadcrumbs {
    display: none;
  }
}

/*@ = background decoration = @*/
.bg_deco_left,
.bg_deco_right {
  position: relative;
  overflow: hidden;
}

.bg_deco_left:before,
.bg_deco_right:before {
  position: absolute;
  content: "";
  width: 40rem;
  height: 34rem;
  background: url(../image/bg_deco01.png) no-repeat center center /contain;
  z-index: -1;
}

.bg_deco_left:before {
  transform: rotateY(180deg);
}

/*@ = laptop L = @*/
@media (max-width : 1499px) {

  .bg_deco_left:before,
  .bg_deco_right:before {
    opacity: .15;
  }
}

/*@ = decoration box = @*/
.deco_wrap {
  padding: 2rem;
  background: #fff;
}

.deco_wrap .deco_box {
  position: relative;
  background-image: url(../image/border_deco_blue_lt.png), url(../image/border_deco_blue_rt.png), url(../image/border_deco_blue_rb.png), url(../image/border_deco_blue_lb.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 8.7rem 8.7rem, 8.7rem 8.7rem, 8.7rem 8.7rem, 8.7rem 8.7rem;
  background-position: left top, right top, right bottom, left bottom;
}

.deco_wrap .deco_box .inner {
  position: relative
}

.deco_wrap .deco_box::before,
.deco_wrap .deco_box::after {
  position: absolute;
  display: block;
  content: "";
  left: 8.7rem;
  right: 8.7rem;
  height: 5px;
  margin: 0 auto;
  background: url(../image/border_deco_blue_line_h.png) repeat-x left top / 1px 100%;
}

.deco_wrap .deco_box:before {
  top: 0;
  transform: rotate(180deg);
}

.deco_wrap .deco_box:after {
  bottom: 0;
}

.deco_wrap .deco_box .inner:before,
.deco_wrap .deco_box .inner:after {
  position: absolute;
  display: block;
  content: "";
  top: 8.7rem;
  bottom: 8.7rem;
  width: 5px;
  margin: auto 0;
  background-color: #000;
  background: url(../image/border_deco_blue_line_v.png) repeat-y left top / 100% 1px;
}

.deco_wrap .deco_box .inner:before {
  left: 0;
}

.deco_wrap .deco_box .inner:after {
  right: 0;
  transform: rotate(180deg);
}

/* decoration blue */
.deco_wrap .deco_box.deco_b {
  background-image: url(../image/border_deco_blue_lt.png), url(../image/border_deco_blue_rt.png), url(../image/border_deco_blue_rb.png), url(../image/border_deco_blue_lb.png);
}

.deco_wrap .deco_box:before,
.deco_wrap .deco_box:after {
  background-image: url(../image/border_deco_blue_line_h.png);
}

.deco_wrap .deco_box .inner:before,
.deco_wrap .deco_box .inner:after {
  background-image: url(../image/border_deco_blue_line_v.png);
}

/* decoration gold */
.deco_wrap.deco_g .deco_box {
  background-image: url(../image/border_deco_gold_lt.png), url(../image/border_deco_gold_rt.png), url(../image/border_deco_gold_rb.png), url(../image/border_deco_gold_lb.png);
}

.deco_wrap.deco_g .deco_box:before,
.deco_wrap.deco_g .deco_box:after {
  background-image: url(../image/border_deco_gold_line_h.png);
}

.deco_wrap.deco_g .deco_box .inner:before,
.deco_wrap.deco_g .deco_box .inner:after {
  background-image: url(../image/border_deco_gold_line_v.png);
}

/* decoration white */
.deco_wrap.deco_w {
  background: rgba(89, 138, 185, .8);
}

.deco_wrap.deco_w .deco_box {
  background-image: url(../image/border_deco_white_lt.png), url(../image/border_deco_white_rt.png), url(../image/border_deco_white_rb.png), url(../image/border_deco_white_lb.png);
}

.deco_wrap.deco_w .deco_box:before,
.deco_wrap.deco_w .deco_box:after {
  background-image: url(../image/border_deco_white_line_h.png);
}

.deco_wrap.deco_w .deco_box .inner:before,
.deco_wrap.deco_w .deco_box .inner:after {
  background-image: url(../image/border_deco_white_line_v.png);
}

/* @ === title === @ */
.h_ttl01 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1;
}

.h_ttl02 {
  font-size: 3rem;
  line-height: 1.45;
  margin-bottom: 1.35em;
  text-align: center;
}

.h_ttl03 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: .8em;
}

.ttl_b {
  color: #164878;
}

.ttl_g {
  color: #5f4400;
}

.ttl_deco_01 {
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.3;
  padding-top: 15rem;
  background: url(../image/decoration/title_deco_b01.png) no-repeat center top / auto 10rem;
  margin-bottom: 5rem;
}

.ttl_deco_01.ttl_b {
  background-image: url(../image/decoration/title_deco_b01.png);
}

.ttl_deco_01.ttl_g {
  background-image: url(../image/decoration/title_deco_g01.png);
}

.ttl_deco_02 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 2em;
}

.ttl_deco_02 span {
  position: relative;
  padding: .24em 4.5em .3em;
  display: inline-block;
}

.ttl_deco_02 span:before,
.ttl_deco_02 span:after {
  position: absolute;
  content: "";
  top: 0;
  width: 3.375em;
  height: 1.54em;
  background: url(../image/decoration/title_deco_g02.png) no-repeat left center / contain;
}

.ttl_deco_02 span:before {
  left: 0;
}

.ttl_deco_02 span:after {
  right: 0;
  transform: rotateY(180deg);
}

.ttl_deco_02.ttl_b span:before,
.ttl_deco_02.ttl_b span:after {
  background-image: url(../image/decoration/title_deco_b02.png);
}

.ttl_deco_02.ttl_g span:before .ttl_deco_02.ttl_g span:after {
  background-image: url(../image/decoration/title_deco_g02.png);
}


.ttl_deco_03 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  padding-top: .5rem;
}

.ttl_deco_03 span {
  position: relative;
  display: inline-block;
  padding: 0 3.5em;
}

.ttl_deco_03 span em {
  position: relative;
  display: inline-block;
  padding: 0 3.85em;
  font-style: normal;
}

.ttl_deco_03 span:before,
.ttl_deco_03 span:after {
  position: absolute;
  content: "";
  width: 3.3em;
  height: 1px;
  top: 60%;
  background: #ebdbb8;
}

.ttl_deco_03 span:before {
  left: 0;
}

.ttl_deco_03 span:after {
  right: 0;
}

.ttl_deco_03 span em:before,
.ttl_deco_03 span em:after {
  position: absolute;
  content: "";
  top: 0;
  width: 2.85em;
  height: 100%;
  background: url(../../common/image/decoration/title_deco_g03.png) no-repeat center left / contain;
}

.ttl_deco_03 span em:before {
  left: 0;
}

.ttl_deco_03 span em:after {
  right: 0;
  transform: rotateY(180deg);
}

/*@ = laptop = @*/
@media (max-width: 1199px) {
  .h_ttl03 {
    font-size: 2rem;
}
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .h_ttl01 {
    font-size: 2.8rem;
    margin-bottom: 1.3em;
  }

  .h_ttl02 {
    font-size: 2.4rem;
}

  .ttl_deco_01 {
    font-size: 3.6rem;
    padding-top: 10rem;
    background-size: auto 7.5rem;
    margin-bottom: 3.5rem;
  }

  .ttl_deco_03 {
    margin-bottom: 1em;
  }
}

/*@ = Mobile L = @*/
@media (max-width: 767px) {
  .h_ttl01 {
    font-size: 2.4rem;
  }

  .h_ttl02 {
    font-size: 2rem;
}

  .ttl_deco_01 {
    font-size: 3.2rem;
}
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .h_ttl02 {
    font-size: 1.8rem;
}

  .ttl_deco_01 {
    font-size: 3rem;
    padding-top: 8rem;
    background-size: auto 6rem;
    margin-bottom: 2.5rem;
  }

  .ttl_deco_03 {
    padding: 0;
  }

  .ttl_deco_03 span {
    padding: 0;
  }

  .ttl_deco_03 span:before,
  .ttl_deco_03 span:after {
    display: none;
    ;
  }
}

/* @ === link === @ */
a {
  color: #598ab9;
  text-decoration: none;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.link_txt,
.link_btn {
  line-height: 1;
}

.link_txt a,
.link_btn a {
  display: inline-block;
}

.link_txt .link_01 {
  position: relative;
  text-align: right;
  display: block;
  font-size: 1.4rem;
}

.link_txt .link_01 span {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0.05em;
  padding-right: 1.5em;
  padding-left: 10.5em;
  color: #598ab9;
}

.link_txt .link_01 span:before,
.link_txt .link_01 span:after {
  position: absolute;
  content: "";
}

.link_txt .link_01 span:before {
  width: 8.7em;
  height: 1px;
  top: .5em;
  left: 0;
  background: #598ab9;
  transform-origin: right center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.link_txt .link_01 span:after {
  width: 1em;
  height: 1em;
  right: 0;
  top: 0;
  background: url(../image/arrow_h01.png) no-repeat center center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.link_txt .link_01.link_b span {
  color: #598ab9;
}

.link_txt .link_01.link_b span::before {
  background: #598ab9;
}

.link_txt .link_01.link_b span:after {
  background-image: url(../image/arrow_h01.png);
}

.link_txt .link_01.link_y span {
  color: #ccb682;
}

.link_txt .link_01.link_y span:before {
  background: #ccb682;
}

.link_txt .link_01.link_y span:after {
  background-image: url(../image/arrow_h02.png);
}

.btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_wrap> :nth-child(n+2) {
  margin-left: 3rem;
}

.link_btn .btn_01 {
  position: relative;
  font-size: 1.4rem;
  padding: 1.65em 4.7em;
}

.link_btn .btn_01:before,
.link_btn .btn_01:after {
  position: absolute;
  content: "";
  width: 3.7em;
  height: 100%;
  top: 0;
  background: url(../image/button_deco_02_b.png) no-repeat right center /contain;
}

.link_btn .btn_01.btn_blk {
  color: #444;
}

.link_btn .btn_01.btn_blk:before,
.link_btn .btn_01.btn_blk:after {
  background-image: url(../image/button_deco_02_blk.png);
}

.link_btn .btn_01.btn_gld {
  color: #5f4400;
}

.link_btn .btn_01.btn_gld:before,
.link_btn .btn_01.btn_gld:after {
  background-image: url(../image/button_deco_02_g.png);
}
.link_btn .btn_01:before {
  left: 0;
  transform: rotate(180deg);
}

.link_btn .btn_01:after {
  right: 0;
}

.link_btn .btn_02 {
  position: relative;
  text-align: center;
  width: 15rem;
  padding: 2.2rem 0;
  color: #fff;
  font-size: 1.4rem;
}

.link_btn .btn_02:before,
.link_btn .btn_02:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.2rem;
  background: url(../image/button_deco_01_w.png) no-repeat center top /contain;
  left: 0;
}

.link_btn .btn_02:before {
  top: 0;
}

.link_btn .btn_02:after {
  bottom: 0;
  transform: rotateX(180deg);
}

.link_btn .btn_02 span {
  display: block;
  padding: 1.43em 0;
}

/*@ = PC ONLY = @*/
@media (min-width: 992px) {
  .link_txt .link_01:hover span:before {
    transform: scaleX(.8);
  }

  .link_btn .btn_01:hover {
    opacity: .5;
  }

  .link_btn .btn_02:hover {
    opacity: .5;
  }

  .tel_link {
    pointer-events: none;
  }
}
/*@ = tablet = @*/
@media (max-width : 991px) {

  .link_txt .link_01 {
    font-size: 1.3rem;
  }

  .link_btn .btn_01 {
    font-size: 1.3rem;
  }

  .link_btn .btn_02 {
    font-size: 1.3rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .btn_wrap {
    display: block;
    text-align: center;
  }

  .btn_wrap> :nth-child(n+2) {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .link_txt .link_01 span {
    padding-left: 7.5em;
  }

  .link_txt .link_01 span:before {
    width: 5.7em;
  }

  .link_btn .btn_01 {
    font-size: 1.2rem;
  }

  .link_btn .btn_02:before,
  .link_btn .btn_02:after {
    height: 1.8rem;
  }

  .link_btn .btn_02 span {
    padding: 1em 0;
  }
}


/*============================
  HEADER
============================*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 2.5rem 0 0;
  z-index: 100;
  background: #fff;
}

header.fixed {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}

header .h_logo a {
  display: block;
}

header .h_logo a img {
  height: 6.3rem;
}

header .hd_menu .hd_tel {
  line-height: 1;
  font-size: 2rem;
  text-align: right;
  margin-bottom: 2rem;
}

header .hd_menu .hd_tel a {
  display: inline-block;
  vertical-align: bottom;
  background: url(../image/icon_tel_b.png) no-repeat left center /contain;
  padding: 0 0 0 1.4em;
  color: #444;
}

header .hd_menu .hd_tel a img {
  height: 1.5rem;
  vertical-align: bottom;
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  header {
    padding: 1.5rem 0;
  }

  header .h_logo a img {
    height: 40px;
  }

  header .hd_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  header .hd_menu .hd_tel {
    display: none;
  }
}

/*============================
  GLOBAL NAVI (PC)
============================*/
header .hd_menu .gnavi {
  line-height: 1;
}


header .hd_menu .gnavi>ul>li {
  letter-spacing: 0.05em;
  padding-bottom: 2.5rem;
}

header .hd_menu .gnavi>ul>li:nth-child(n+2) {
  margin-left: 3.8rem;
}

header .hd_menu .gnavi>ul>li>.gnavi_item {
  position: relative;
  color: #444;
  padding: .5rem 0 .55rem;
}

header .hd_menu .gnavi>ul>li>.gnavi_item:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #598ab9;
  transform: scaleX(0);
  transition: all .6s;
}

header .hd_menu .gnavi>ul>li.menu_toggle>.gnavi_item {
  padding-right: 2rem;
  background: url(../image/arrow_v01.png) no-repeat center right;
}

.megamenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fafafa;
  padding: 4rem 0;
  line-height: 1;
  display: none;
  border-top: solid 2px #c4ab70;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.course_menu.megamenu ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.course_menu.megamenu li {
  width: 32%;
}

.course_menu.megamenu li:nth-child(n+2):not(:nth-child(3n+1)) {
  margin-left: 2%;
}

.course_menu.megamenu li:nth-child(n+4) {
  margin-top: 2%;
}

.course_menu li a {
  position: relative;
  padding: 1rem;
  display: block;
  text-align: center;
}

.course_menu li a.course_menu_01 {
  background: url(../image/course_menu_01.png) no-repeat center center / cover;
}

.course_menu li a.course_menu_02 {
  background: url(../image/course_menu_02.png) no-repeat center center / cover;
}

.course_menu li a.course_menu_03 {
  background: url(../image/course_menu_03.png) no-repeat center center / cover;
}

.course_menu li a.course_menu_04 {
  background: url(../image/course_menu_04.png) no-repeat center center / cover;
}

.course_menu li a.course_menu_05 {
  background: url(../image/course_menu_05.png) no-repeat center center / cover;
}

.course_menu li a:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #fff;
}

.course_menu .deco_wrap {
  padding: .5rem;
  background: rgba(255, 255, 255, .9);
}

.course_menu .deco_wrap .deco_box {
  background-size: 3.4rem 3.4rem, 3.4rem 3.4rem, 3.4rem 3.4rem, 3.4rem 3.4rem;
}

.course_menu .deco_wrap .deco_box .inner {
  padding: 3.4rem 0;
}

.course_menu .deco_wrap .deco_box .inner span {
  display: block;
  font-size: 2rem;
  padding: .7em 0;
}

.course_menu .deco_wrap .deco_box:before,
.course_menu .deco_wrap .deco_box:after {
  height: 3px;
  left: 3.6rem;
  right: 3.6rem;
}

.course_menu .deco_wrap .deco_box .inner:before,
.course_menu .deco_wrap .deco_box .inner:after {
  top: 3.6rem;
  bottom: 3.6rem;
  width: 3px;
}

.course_menu .deco_wrap.deco_b {
  color: #164878;
}

.course_menu .deco_wrap.deco_g {
  color: #5f4400;
}

/*@ = PC ONLY = @*/
@media (min-width: 992px) {
  header .hd_menu .gnavi ul li.menu_toggle:hover {
    cursor: pointer;
  }

  header .hd_menu .gnavi ul li a.gnavi_item:hover:after,
  header .hd_menu .gnavi ul li.menu_toggle.active .gnavi_item:after {
    transform: scaleX(1);
  }


  .course_menu li a:hover {
    opacity: .5;
  }
}

/*============================
  GLOBAL NAVI (SP)
============================*/
.spbtn_menu .drawer-toggle.drawer-hamburger {
  position: relative;
  padding: 0;
  width: 30px;
  height: 40px;
  right: 0;
}

.spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:before,
.spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:after {
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
}

.spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:before {
  transform: translateY(-5px);

}

.spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:after {
  transform: translateY(5px);
}

.drawer-open header {
  background: #eef7ff;
  box-shadow: none;
}

.drawer-open .spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:before,
.drawer-open .spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:after {
  top: calc(50% - 1px);
}

.drawer-open .spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .spbtn_menu .drawer-toggle.drawer-hamburger .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

.drawer-nav {
  width: 100%;
  z-index: 99;
  background: #eef7ff;
}

.drawer--right .drawer-nav {
  right: 0;
  transition-duration: .6s;
  transition-property: opacity, transform;
  transition-timing-function: linear;
  transform: translateX(100%);
  opacity: 0;
}

.drawer-menu {
  padding: 12rem 8rem 8rem;
}

.drawer--right.drawer-open .drawer-nav {
  transform: translateX(0%);
  opacity: 1;
}

.drawer_head {
  margin-bottom: 4rem;
}

.drawer_head .ttl_deco_02 {
  margin-bottom: 1.5em;
}

.drawer_head .menu_arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.drawer_head .menu_arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: solid 2px #598ab9;
  transform-origin: 50% 50%;
}

.drawer_head .menu_arrow.prev_arrow {
  left: -3rem;
}

.drawer_head .menu_arrow.next_arrow {
  right: -3rem;
}

.drawer_head .menu_arrow.prev_arrow:before {
  border-left: solid 2px #598ab9;
  transform: rotate(45deg);
}

.drawer_head .menu_arrow.next_arrow:before {
  border-right: solid 2px #598ab9;
  transform: rotate(-45deg);
}

.drawer_body {
  margin-bottom: 4rem;
}

.drawer_body>ul>li {
  line-height: 1;
  border-bottom: solid 1px #598ab9;
}

.drawer_body>ul>li .sp_menu_item {
  display: block;
  text-align: center;
  padding: 1.5em 1em;
  color: #444;
}

.drawer_body>ul>li .sp_menu_item.ac_toggle {
  position: relative;
}

.drawer_body>ul>li .sp_menu_item.ac_toggle:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  background: url(../image/arrow_v01.png) no-repeat center center;
  bottom: calc(.75em - 3px);
  left: calc(50% - 5px);
}

.drawer_body>ul>li .ac_menu {
  display: none;
}

.drawer_body>ul>li .ac_menu li {
  text-align: center;
}

.drawer_body>ul>li .ac_menu li:nth-child(n+2) {
  border-top: dotted 1px #fff;
}

.drawer_body>ul>li .ac_menu li a {
  background: #598ab9;
  color: #fff;
  display: block;
  padding: 1.5em 1em;
}

.drawer_foot .ex_menu_ttl {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.drawer_foot .ex_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.drawer_foot .ex_list li {
  width: 48%;
  text-align: center;
}

.drawer_foot .ex_list li:nth-child(n+2) {
  margin-left: 4%;
}

.drawer_foot .ex_list li a {
  display: block;
  padding: 1em;
  border: double 3px #5989b9;
  background: #fff;
  color: #5989b9;
  ;
}

.drawer_foot .sns_link {
  justify-content: center;
  align-items: center;
}

.drawer_foot .sns_link li:nth-child(n+2) {
  margin-left: 2em;
}

.drawer_foot .sns_link li a {
  display: block;
}

.drawer_foot .sns_link li img {
  height: 5rem;
}

/*@ = Mobile S = @*/
@media (max-width : 767px) {
  .drawer-menu {
    padding: 3rem;
    padding-top: calc(3rem + 40px + 6rem);
  }

  .drawer_head {
    margin-bottom: 3rem;
  }

  .drawer_head .ttl_deco_02 {
    margin-bottom: 1.5em;
    font-size: 2.2rem;
  }

  .drawer_head .menu_arrow.prev_arrow {
    left: -2rem;
  }

  .drawer_head .menu_arrow.next_arrow {
    right: -2rem;
  }

  .drawer_head .course_menu .deco_wrap .deco_box .inner span {
    font-size: 1.8rem
  }

  .drawer_head .course_menu .deco_wrap .deco_box .inner {
    padding: 2.5rem 0;
  }

  .drawer_body {
    margin-bottom: 3rem;
  }

  .drawer_foot .ex_list {
    display: block;
  }

  .drawer_foot .ex_list li {
    width: 100%;
  }

  .drawer_foot .ex_list li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 2rem
  }
}

/*============================
  FOOTER
============================*/
footer .foot_contact {
  padding: 10rem 0;
  background: #f7f4ec;
  margin-top: 0;
}

.foot_contact .h_ttl01 {
  position: relative;
}

.foot_contact .h_ttl01 span {
  position: relative;
  background: #f7f4ec;
  padding: 0 1em;
  z-index: 1;
}

.foot_contact .h_ttl01:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 6px;
  border-top: solid 1px #d3c6a6;
  border-bottom: solid 1px #d3c6a6;
  z-index: 1;
}

.foot_contact p {
  text-align: center;
  line-height: 1;
  margin-bottom: 1.75em;
}

.foot_contact .inquiry {
  position: relative;
  line-height: 1;
  font-size: 2.4rem;
  padding-bottom: 5rem;
}

.foot_contact .inquiry:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 6px;
  border-top: solid 1px #d3c6a6;
  border-bottom: solid 1px #d3c6a6;
  z-index: 1;
}


.foot_contact .inquiry ul {
  justify-content: center;
  align-items: center;
}

.foot_contact .inquiry li:nth-child(n+2) {
  margin-left: 2em;
}

.foot_contact a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #444;
}

.foot_contact a i {
  position: relative;
  display: block;
  width: 9rem;
  height: 9rem;
  background: #d3c6a6;
  border-radius: 50%;
  margin-right: 1em;
}

.foot_contact a i:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../image/icon_tel.png) no-repeat center center / auto 2.4rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.foot_contact a i.tel+span {
  font-size: 1.25em;
}

.foot_contact a i.mail:before {
  background-image: url(../image/icon_mail.png);
}

.foot_bottom {
  padding: 3rem 0;
  font-size: 1.4rem;
}

.foot_bottom .ft_menu_upper {
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 3rem;
}

.foot_bottom .ft_menu_upper li {
  letter-spacing: 0;
}

.foot_bottom .ft_menu_upper a {
  color: #444;
  display: block;
}

.foot_bottom .sns_list li img {
  width: 45px;
}

.foot_bottom .sns_list li:nth-child(n+2) {
  margin-left: 1.5em;
}

.foot_bottom .ft_menu_upper .ex_list {
  line-height: 1;
  align-items: center;
  justify-content: flex-start;
}

.foot_bottom .ft_menu_upper .ex_list dt {
  background: #5989b9;
  color: #fff;
  padding: .5em 1em;
  margin-right: 1.5em;
}

.foot_bottom .ft_menu_upper .ex_list dd {
  margin-left: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.foot_bottom .ft_menu_upper .ex_list dd:last-child:before {
  content: "/";
  padding-right: 1em
}

.foot_bottom .ft_menu_bottom {
  line-height: 1;
}

.foot_bottom .link_txt a {
  color: #444;
}

/*@ = PC ONLY = @*/
@media (min-width: 992px) {
  .foot_contact .inquiry li a:hover {
    opacity: .65;
  }

  .foot_contact .inquiry li a:hover i:before {
    transform: rotateY(360deg);
  }

  .foot_bottom .link_txt a:hover,
  .foot_bottom .ft_menu_upper a:hover {
    opacity: .5;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  footer .foot_contact {
    padding: 6rem 0;
  }

  .foot_contact p {
    margin-bottom: 2.5em;
  }

  .foot_contact .inquiry {
    font-size: 2rem;
    padding-bottom: 4rem;
  }

  .foot_contact a i {
    width: 7rem;
    height: 7rem;
  }

  .foot_contact .inquiry a:not(.tel_link) i:before {
    background-size: auto 1.8rem;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .foot_contact .inquiry {
    font-size: 1.8rem;
  }

  .foot_contact .inquiry li:nth-child(n+2) {
    margin-left: 1.5em;
  }

  .foot_contact a i {
    width: 5rem;
    height: 5rem;
    margin-right: .8em;
  }

  .foot_contact a i.mail:before {
    background-size: auto 2rem;
  }

  .foot_bottom .sns_list li img {
    width: 5rem;
  }

  .foot_bottom .ft_menu_upper .ex_list {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 4rem;
  }

  .foot_bottom .ft_menu_upper .ex_list dt {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: .25em 0;
    margin-bottom: .8em;
  }

  .foot_bottom .ft_menu_upper .ex_list dd {
    margin-left: 0;
  }

  .foot_bottom .ft_menu_upper .ex_list dd:last-child {
    margin-left: 1em;
  }

  .foot_bottom .ft_menu_bottom {
    display: block;
    text-align: center;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .foot_contact .inquiry {
    text-align: center;
  }

  .foot_contact .inquiry ul {
    display: inline-block;
    text-align: left;
  }

  .foot_contact .inquiry li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 1em;
  }

  .foot_bottom .ft_menu_upper {
    flex-direction: column-reverse;
  }

  .foot_bottom .ft_menu_upper .ex_list {
    margin-left: 0;
    margin-bottom: 1.5em;
    font-size: 1.6rem;
  }

  .foot_bottom .ft_menu_upper .ex_list dt {
    padding: .5em 1em;
    margin-bottom: 1em;
  }
}

/*============================
  WP EDITOR
============================*/
.wp_editor {
  margin-bottom: 5rem;
}
.wp_editor img{
  max-width: 100%;
  height: auto;
}
.wp_editor>* {
  margin-bottom: 1.25em;
}

.wp_editor a {
  text-decoration: underline;
}

.wp_editor hr {
  margin: 3em 0;
  border-style: dashed;
}

.wp_editor>*:last-child {
  margin-bottom: 0 !important;
}

.wp_editor h2,
.wp_editor h3,
.wp_editor h4 {
  line-height: 1.2;
}

.wp_editor h2:not(:first-child),
.wp_editor h3:not(:first-child),
.wp_editor h4:not(:first-child) {
  margin-top: 2em;
}

.wp_editor h2 {
  position: relative;
  font-size: 2.6rem;
  padding-left: 30px;
  color: #164878
}

.wp_editor h2:before,
.wp_editor h2:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 1.2em;
  background: #598ab9;
  border-radius: 3px;
}

.wp_editor h2:after {
  left: 10px;
  background: #e1edf7;
}

.wp_editor h3 {
  position: relative;
  font-size: 2.2rem;
  padding-left: 30px;
  color: #5f4400
}

.wp_editor h3:before,
.wp_editor h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 6px;
  height: 1.2em;
  background: #d3c6a6;
  border-radius: 3px;
}

.wp_editor h3:after {
  left: 10px;
  background: #ece7d7;
}

.wp_editor h4 {
  position: relative;
  font-size: 1.8rem;
}

.wp_editor table,
.wp_editor ul,
.wp_editor ol {
  line-height: 1.4;
}

.wp_editor table:not(:first-child),
.wp_editor ul:not(:first-child),
.wp_editor ol:not(:first-child) {
  margin-top: 2em;
}

.wp_editor table:not(:last-child),
.wp_editor ul:not(:last-child),
.wp_editor ol:not(:last-child) {
  margin-bottom: 2em;
}

.wp_editor li:not(:last-child) {
  margin-bottom: 1em;
}

.wp_editor ul {}

.wp_editor ul li {
  position: relative;
  padding-left: 1.5em;
}

.wp_editor ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: .25em;
  width: 1em;
  height: 1em;
  background: #598ab9;
  border-radius: 50%;
  transform: scale(.4);
}

.wp_editor ol {
  counter-reset: num01 0;
}

.wp_editor ol li {
  position: relative;
  counter-increment: num01 1;
  padding-left: 1.5em;
}

.wp_editor ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(num01)')';
  color: #598ab9;
}

.wp_editor .tablepress th,
.wp_editor .tablepress td {
  border: solid 1px #eee;
  padding: 1em 1.5em;
}

.wp_editor .sheet_01 thead th {
  background: #eef7ff;
  color: #164878;
  font-size
}

.wp_editor .sheet_02 td:first-child {
  background: #eef7ff;
  color: #164878;
}

.wp_editor .sheet_03 thead th {
  background: #eef7ff;
  color: #164878;
  font-size
}

.wp_editor .sheet_03 td:first-child {
  background: #fafbfc;
  color: #164878;
}

/*@ = PC ONLY = @*/
@media (min-width: 992px) {
  .wp_editor a:hover {
    text-decoration: none;
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .wp_editor {
      margin-bottom: 3rem;
  }
}
/*@ = PAGER = @*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  width: 100%;
}

.wp-pagenavi * {
  width: 2em;
  line-height: 2;
  text-align: center;
}

.wp-pagenavi *:nth-child(n+2) {
  margin-left: 10px;
}

.wp-pagenavi .current {
  background: #598ab9;
  color: #fff;
}

/*@ = PC ONLY = @*/
@media (min-width: 992px) {
  .wp-pagenavi a:hover {
    background: #598ab9;
    color: #fff;
  }
}
/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .wp-pagenavi {
    margin-top:3rem;
  }
}
/*============================
  COMMON ANIMATION
============================*/
/*@ = PC ONLY = @*/
*[animate-scroll]{
  -webkit-perspective: 1px;
  perspective: 1px;
}
@media (min-width: 992px) {
  *[animate-duration="0"] {
    transition-duration: 0s;
  }

  *[animate-duration="100"] {
    transition-duration: 0.1s;
  }

  *[animate-duration="200"] {
    transition-duration: 0.2s;
  }

  *[animate-duration="300"] {
    transition-duration: 0.3s;
  }

  *[animate-duration="400"] {
    transition-duration: 0.4s;
  }

  *[animate-duration="500"] {
    transition-duration: 0.5s;
  }

  *[animate-duration="600"] {
    transition-duration: 0.6s;
  }

  *[animate-duration="700"] {
    transition-duration: 0.7s;
  }

  *[animate-duration="800"] {
    transition-duration: 0.8s;
  }

  *[animate-duration="900"] {
    transition-duration: 0.9s;
  }

  *[animate-duration="1000"] {
    transition-duration: 1s;
  }

  *[animate-duration="1100"] {
    transition-duration: 1.1s;
  }

  *[animate-duration="1200"] {
    transition-duration: 1.2s;
  }

  *[animate-duration="1300"] {
    transition-duration: 1.3s;
  }

  *[animate-duration="1400"] {
    transition-duration: 1.4s;
  }

  *[animate-duration="1500"] {
    transition-duration: 1.5s;
  }

  *[animate-duration="1600"] {
    transition-duration: 1.6s;
  }

  *[animate-duration="1700"] {
    transition-duration: 1.7s;
  }

  *[animate-duration="1800"] {
    transition-duration: 1.8s;
  }

  *[animate-duration="1900"] {
    transition-duration: 1.9s;
  }

  *[animate-duration="2000"] {
    transition-duration: 2s;
  }

  *[animate-scroll="false"][animate-type="fadeUp"] {
    transition-timing-function: ease-in;
    opacity: 0;
    transform: translateY(10rem);
  }

  *[animate-scroll="true"][animate-type="fadeUp"] {
    opacity: 1;
    transform: translateY(0rem);
  }

  *[animate-scroll="false"][animate-type="fadeIn"] {
    transition-timing-function: ease-in;
    opacity: 0;
  }

  *[animate-scroll="true"][animate-type="fadeIn"] {
    opacity: 1;
  }
}

/*============================
  NOT FOUND
============================*/
#not_found .sec_message p{
  text-align: center;
  margin-bottom: 4rem;
  line-height: 2.5;
}
#not_found .sec_message .link_btn{
  text-align: center;
}
