@charset "UTF-8";
/* CSS Document */
html {
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
}
h2 {padding-bottom: 60px;}

/*
 セクション間余白
 ----------------------------------------------------------- */
 section {padding: 90px 0;}
 .mv {padding: 60px 0;}
 .cta {padding: 30px 0;}
 .sec01 {padding: ;}
 .sec02 {padding: ;}
 .sec03 {padding: ;}
 .sec04 {padding: ;}
 .sec04_btm {padding: 30px 0 90px;}
 .sec05 {padding: 0;}
 .sec06 {padding: 0;}
 .sec07 {padding: ;}
 .sec08 {padding: 45px 0 90px;}
 .sec09 {padding: ;}
 .sec10 {padding: ;}
 .sec11 {padding: ;}
 .sec12 {padding: ;}
 .sec13 {padding: ;}
 .sec14 {padding: ;}
 .sec15 {padding: ;}
 .sec16 {padding: ;}
 .sec17 {padding: ;}
 .sec18 {padding: ;}
 .sec19 {padding: ;}
 .sec20 {padding: ;}
 .footer_nav {padding: ;}
 footer {padding: 60px 0 80px;}

/*
 色関連
 ----------------------------------------------------------- */
 .bg_cl1{background-color: #cec5ae;}
 .bg_cl2{background-color: #e0ded6;}
 .bg_cl3{background-color: #3a5c38;}
 .cl_base{color: #ff00cc;}
 .cl_main{color: #ef3300;}
 .cl_accent{color: #4265a1;}
 .cl_other1{color: #4265a1;}
 .cl_other2{color: #4265a1;}

/*
 テキスト関連
 ----------------------------------------------------------- */
 .highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffd200 50%);
  background: -o-linear-gradient(transparent 60%, #ffd200 50%);
  background: linear-gradient(transparent 60%, #ffd200 50%);
  font-weight: bold;
}

/*
 リンク色
 ----------------------------------------------------------- */
 a:link,
 a:visited {
  color:#172d5d;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

/*
 はみ出し画像中央
 ----------------------------------------------------------- */
 .wic_wrap { overflow-x: hidden;}
 /* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
 .wic img { width: auto; max-width: unset;}
 /* 中央に表示したいものにwicとwic1をつける */
 .wic1 { margin-left: calc(50% - 1000px);}
 /*pxの部分を画像の半分の幅に変えてね！*/
 .wic1 img { width: 2000px; max-width: 2000px;}
 .wic2 { margin-left: calc(50% - 600px);}
 .wic2 img { width: 1200px;}
 .wic3 { margin-left: calc(50% - 800px);}
 .wic3 img { width: 1600px;}

/*
 Page Top
 ----------------------------------------------------------- */

 /*TOPへ戻る*/
 .pagetop a {
  background-color: #172d5d;
  /*filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));*/
}

/*
 Header
 ----------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 160px;
  background-color: rgba(255,255,255,0.95);
  z-index: 999999;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}

/*
 Navi
 ----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
}
nav ul {
  display: flex;
}
nav li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
a.link01,a:visited.link01 {
  width: 200px;
  height: 60px;
  background: url("../img/pc_head_link01.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
a.link01:hover {
  background-image: url("../img/pc_head_link01_hover.png");
}
a.link02,a:visited.link02 {
  width: 200px;
  height: 60px;
  background: url("../img/pc_head_link02.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
a.link02:hover {
  background-image: url("../img/pc_head_link02_hover.png");
}
a.link03,a:visited.link03 {
  width: 200px;
  height: 60px;
  background: url("../img/pc_head_link03.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
a.link03:hover {
  background-image: url("../img/pc_head_link03_hover.png");
}
a.link04,a:visited.link04 {
  width: 200px;
  height: 60px;
  background: url("../img/pc_head_link04.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
a.link04:hover {
  background-image: url("../img/pc_head_link04_hover.png");
}
a.link05,a:visited.link05 {
  width: 200px;
  height: 60px;
  background: url("../img/pc_head_link05.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
a.link05:hover {
  background-image: url("../img/pc_head_link05_hover.png");
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  text-align: center;
}
nav li a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 MV
 ----------------------------------------------------------- */
.mv {
  margin-top: 160px;
  background: url(../img/pc_mv_bg.png) no-repeat top center;
}
.mv a.leftbtn,.mv a:visited.leftbtn {
  width: 400px;
  height: 400px;
  background: url("../img/pc_mv_leftbtn.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
.mv a.leftbtn:hover {
  background-image: url("../img/pc_mv_leftbtn_hover.png");
  opacity: 1;
}
.mv a.rightbtn,.mv a:visited.rightbtn {
  width: 400px;
  height: 400px;
  background: url("../img/pc_mv_rightbtn.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
.mv a.rightbtn:hover {
  background-image: url("../img/pc_mv_rightbtn_hover.png");
  opacity: 1;
}
.mv a.rightbtn {
  margin-left: auto;
}
/*
 CTA
 ----------------------------------------------------------- */
 .youtube p {
  text-align: center;
}
.youtube p {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube p iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*
 sec01
 ----------------------------------------------------------- */

/*
 sec02
 ----------------------------------------------------------- */
 .slick-next, .slick-prev {
  width: 35px;
  height: 35px;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 30px;
}
.slick-next {
  right: -15px;
  z-index: 1;
}
.slick-prev {
  left: -15px;
  z-index: 1;
}

/*
 sec03
 ----------------------------------------------------------- */

/*
 sec04
 ----------------------------------------------------------- */
 .sec04 {
  background: url(../img/pc_sec04_bg.png) no-repeat top center/cover;
}
.sec04 a.leftbtn,.sec04 a:visited.leftbtn {
  width: 314px;
  height: 314px;
  background: url("../img/pc_sec04_leftbtn.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
.sec04 a.leftbtn:hover {
  background-image: url("../img/pc_sec04_leftbtn_hover.png");
  opacity: 1;
}
.sec04 a.rightbtn,.sec04 a:visited.rightbtn {
  width: 314px;
  height: 314px;
  background: url("../img/pc_sec04_rightbtn.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
.sec04 a.rightbtn:hover {
  background-image: url("../img/pc_sec04_rightbtn_hover.png");
  opacity: 1;
}
.sec04 ul {
  display: flex;
  flex: auto;
  justify-content: space-between;
  align-items: center;
}
.sec04 ul li:nth-child(2) {
  padding: 0 15px;
}
.program_list > li {
  position: relative;
  padding: 60px;
  margin-bottom: 45px;
  border: 4px solid #d0c980;
}
.program_list > li:last-child {
  margin-bottom: 0;
}
.program_list > li:before {
  position: absolute;
  content: "";
}
.program_list > li:after {
  position: absolute;
  content: "";
  top: -18px;
  display: block;
  width: 103px;
  height: 84px;
  background-size: cover;
}
.program_list > li:nth-child(odd):after {
  left: 15px;
}
.program_list > li:nth-child(even):after {
  right: 15px;
}
.program_list > li:nth-child(1):after {
  background-image: url(../img/sp_sec04_rbn01.png);
}
.program_list > li:nth-child(2):after {
  background-image: url(../img/sp_sec04_rbn02.png);
}
.program_list > li:nth-child(3):after {
  background-image: url(../img/sp_sec04_rbn03.png);
}
.program_list > li:nth-child(4):after {
  background-image: url(../img/sp_sec04_rbn04.png);
}

/*
 sec05
 ----------------------------------------------------------- */
 .package01,
 .package02 {
  background-color: #172d5d;
  overflow: hidden;
}
.package01 .white_box,
.package02 .white_box {
  padding: 30px;
}
.package_ttl {
  align-items: center;
  padding: 30px 40px 15px;
}
.package_ttl img {
  padding-right: 0.1em;
}
.package_main_inner,
.package02 li:last-child {
  display: flex;
  flex-wrap: wrap;
}
.package_main_inner img,
.package02 li:last-child img  {
  display: inline;
  padding-right: 18px;
}
.package_main_inner p:nth-of-type(odd) {
  width: 100px;
}
.package_main_inner p:nth-of-type(even) {
  width: calc(100% - 100px);
}


/*
 sec06
 ----------------------------------------------------------- */
 .sec06 .txt {
  padding: 45px 60px;
}

/*
 sec07
 ----------------------------------------------------------- */

/*
 sec08
 ----------------------------------------------------------- */
 .sec08 .txt01 {
  padding-left: 180px;
}

/*
 sec09 SEC05内　アプリで使用
 ----------------------------------------------------------- */
ul.expl {
	background-color:#ffffff;
	padding:40px;
	list-style-type: disc;
}
ul.expl li {
	margin-bottom:10px;
}

.detailGuide {
	margin:0 auto 40px auto;
	width:100%;
}
.detailGuide a {
	display:block;
	padding:20px;
	width:65%;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	background-color:#172d5d;	
}
.package_ttl p{
    margin-right: 1em;
}
/*
 sec10
 ----------------------------------------------------------- */

/*
 sec11
 ----------------------------------------------------------- */

/*
 sec12
 ----------------------------------------------------------- */

/*
 sec13
 ----------------------------------------------------------- */

/*
 sec14
 ----------------------------------------------------------- */

/*
 sec15
 ----------------------------------------------------------- */

/*
 sec16
 ----------------------------------------------------------- */

/*
 sec17
 ----------------------------------------------------------- */

/*
 sec18
 ----------------------------------------------------------- */

/*
 sec19
 ----------------------------------------------------------- */

/*
 sec20
 ----------------------------------------------------------- */
 .fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}
.fx-row-gutter-s li {
  padding-left: 8px;
  padding-right: 8px;
}

.fx-row-gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.fx-row-gutter-xs li {
  padding-left: 5px;
  padding-right: 5px;
}
/*
 btn
 ----------------------------------------------------------- */
.btn2
{-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    color: #112e5b;
    font-weight: bold;
    font-size: 92%;
    font-family: inherit;
    padding: 5px;
    line-height: 1.4em;
    transition: all 0.2s ease;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 0px #fff;
    box-shadow: 0px 4px 0px #fff;
    text-align: center;
    padding: 0.8em 1.2em 0.4em 0.3em;
    position: relative;
    width: 100%;
}
.btn2 a:hover{text-decoration: none;}
.btn2 span{font-size: 0.8em;}
.fa-angle-right:before{
    content: "\f105";
    position: absolute;
    top: 55%;
    right: 14px;
    margin-top: -12px;
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
    .btn2 {font-size: 86%;padding: 1em 1.2em 0.4em 0.8em;}
    .package_ttl{padding:  30px 40px 15px;}
        .package_ttl p{margin-right: 0.6em;}
    }
/*
オンラインプログラムとは
 ----------------------------------------------------------
*/
.about-program{width: 90%;
max-width: 960px;margin: 0 auto;}
.white_bg{background: #fff;padding: 0 30px 30px;}
.about-program-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about-program-title-wrap {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-program-title h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .about-program-title h3 {
    font-size: 1.8rem;
    background-color: #F6EFE7;
  }
}
.about-program-title p {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-program-title p {
    font-size: 1.6rem;
  }
}
.about-program-img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .about-program-img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

.flow {
  background-color: #F6EFE7;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10px 10px;
  }
}
.flow h4 {
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em 0 1.6em;
}
.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
    gap: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow-item {
  font-size: 14px;
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow-item {
    width: 100%;
  }
}
.flow-item{
  padding: 4px 16px 4px 20px;
  background: #5A1E0F;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /*justify-content: center;*/
}
@media screen and (max-width: 768px) {
  .flow-item {
    height: auto;
  }
}
.flow-item::before, .flow-item::after {
  content: "";
  position: absolute;
  right: -1px;
}
.flow-item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 48px 0;
  border-color: transparent #F6EFE7 transparent transparent;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .flow-item::before {
    display: none;
  }
}
.flow-item::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 10px;
  border-color: transparent transparent #F6EFE7 transparent;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .flow-item::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #5A1E0F transparent transparent transparent;
  }
}
.flow-item span {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #5A1E0F;
}
.flow-item {
  width : calc(100% / 3) ;
}
@media screen and (max-width: 768px) {
  .flow-item{
    margin-top: -10px;
    width: 100%;
  }
}

/*
 Footer
 ----------------------------------------------------------- */
 footer{
  color:#FFF;
  font-size:16px;
  background-color: #172d5d;
}
footer .copy {
  text-align: center;
}
footer a{
  color: #FFF;
}
footer a:hover, footer a:focus {
  color: #FFF;
}
footer ul li{
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}
footer .copy{
  font-size: 90%;
}