@charset "UTF-8";

/*
-------------------------------------------------------------*/
#header h1 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}

.fixed #header h1 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
}

#header.sp_nav_on {
  background: #fff;
}

#header.sp_nav_on h1 {
  display: block;
}

/**/
.s_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #a19496;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.s_title:after {
  background: #a19496;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
}

.slick-slider {
  overflow: hidden;
}

/* top_main
-------------------------------------------------------------*/
#top_main .main_text {
  position: relative;
  text-align: center;
  background: #0a529c;
  margin: 0 auto;
  overflow: hidden;
  padding: 8% 0 10%;
  width: 100%;
  z-index: 4;
}

/* 配置 */
#top_main {
  position: relative;
  padding: 47% 0;
}

#top_main .main01,
#top_main .main02 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
}

/*
#top_main {
    padding: 30% 0;
}
#top_main .main01,
#top_main .main02 {
  height: 28%;
}
#top_main .main_text {
    padding: 16% 0 24%;
}
#top_main .main01,
#top_main .main02 {
  position: relative;
}

#top_main .main01,
#top_main .main02 {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  transform: skewY(-4deg);
  transform-origin: bottom left;
  z-index: 10;
  overflow: hidden;
}

#top_main div.main01 img,
#top_main div.main02 img {
  transform: skewY(4deg);
  height: auto;
}

#top_main div.main02 img {
  top: -10%;
}
*/
#top_main .main02 {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

#top_main .main01 img,
#top_main .main02 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}

/* */
/*　下2つ配置
#top_main {
  position: relative;
  padding-bottom: 28%;
}

#top_main .main_text {
  position: relative;
  text-align: center;
  background: #0a529c;
  margin: 0 auto;
  overflow: hidden;
  padding: 30% 0 22%;
  width: 100%;
}

#top_main .main01,
#top_main .main02 {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 22%;
  z-index: 2;
}

#top_main .main02 {
  left: auto;
  right: 0;
}

#top_main .main01 img,
#top_main .main02 img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}

*/
#top_main .main_text::after,
#top_main .main_text::before {
  content: "";
  width: 80px;
  height: 135px;
  display: inline-block;
  position: absolute;
  background: url(../../img/top/bg_object01.jpg) 0 0 no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}

#top_main .main_text::before {
  left: auto;
  right: 0;
  top: 0;
  background: url(../../img/top/bg_object02.jpg) 0 0 no-repeat;
  background-size: cover;
}

#top_main h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

#top_main .target {
  color: #0a529c;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
}

#top_main h1 strong {
  color: #fdffac;
}

/* top_cts01
-------------------------------------------------------------*/
#top_cts01 {
  background: url(../../img/top/bg01.jpg) center top repeat;
  background-size: 100% auto;
  padding: 30px 0 80px;
}

#top_cts01 h2 {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #492f32;
  position: relative;
  font-weight: bold;
}

#top_cts01 h2::after {
  content: "";
  position: absolute;
  background: url(../../img/top/icon_pass.png) center top no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 10px;
  margin-left: 140px;
  transform: translateX(-50%);
}

#top_cts01 h2 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 10px;
  background: url(../../img/top/line_wave.png) center top no-repeat;
  background-size: 100% auto;
  width: 260px;
  margin: 5px auto 0;
}

#top_cts01 h2 span::before {
  content: "";
  background: ;
  display: inline-block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#top_cts01 .course {
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin: 0 20px 40px;
}

#top_cts01 .course::after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: linear-gradient(0deg, rgba(15, 80, 146, 1) 0%, rgba(15, 80, 146, 1) 50%, rgba(133, 33, 45, 1) 50%, rgba(133, 33, 45, 1) 100%);
}

#top_cts01 .course li {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 34px;
  border-radius: 10px;
  font-weight: bold;
  background: #000;
  width: 100%;
  padding: 15px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#top_cts01 .course li span {
  position: relative;
  z-index: 1;
}

#top_cts01 .course li:first-child {
  background: #8a202c;
}

#top_cts01 .course li:nth-child(2) {
  background: #492f32;
}

#top_cts01 .course li:nth-child(3) {
  background: #0a529c;
}

#top_cts01 .course li:first-child::after,
#top_cts01 .course li:nth-child(2)::after,
#top_cts01 .course li:nth-child(3)::after {
  width: 26%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../img/top/bg_course01.jpg) left top no-repeat;
  background-size: auto 100%;
}

#top_cts01 .course li:nth-child(2)::after {
  background: url(../../img/top/bg_course02.jpg) left top no-repeat;
  background-size: auto 100%;
}

#top_cts01 .course li:nth-child(3)::after {
  background: url(../../img/top/bg_course03.jpg) left top no-repeat;
  background-size: auto 100%;
}

#top_cts01 .pass {
  margin: 0 20px 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#top_cts01 .pass li .block {
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 30px 20px 10px;
}

#top_cts01 .pass li .bl01 {
  background: #8a202c;
}

#top_cts01 .pass li .bl02 {
  background: #492f32;
}

#top_cts01 .pass li .bl03 {
  background: #0a529c;
}

#top_cts01 .pass li .st {
  margin-bottom: 10px;
}

#top_cts01 .pass li .st strong {
  background: #fff;
  padding: 2px 15px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

#top_cts01 .pass li .bl01 strong,
#top_cts01 .pass li .bl01 .icon_pass {
  color: #8a202c;
}

#top_cts01 .pass li .bl02 .st strong,
#top_cts01 .pass li .bl02 .icon_pass {
  color: #492f32;
}

#top_cts01 .pass li .bl03 .st strong,
#top_cts01 .pass li .bl03 .icon_pass {
  color: #0a529c;
}

#top_cts01 .outcome {
  font-size: 76px;
  line-height: 80px;
  letter-spacing: 0;
  font-weight: bold;
}

#top_cts01 .outcome .soon {
  line-height: 48px;
  padding: 0 0 15px;
  font-size: 50px;
}

#top_cts01 .outcome span {
  font-size: 30px;
  vertical-align: middle;
}

#top_cts01 .outcome small {
  font-size: 40px;
}

#top_cts01 .outcome>span {
  padding-left: 10px;
}

#top_cts01 .outcome .icon_pass {
  position: relative;
  background: url(../../img/top/sakura.png) center top no-repeat;
  background-size: cover;
  height: 72px;
  width: 72px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

#top_cts01 .outcome .icon_pass span {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  bottom: 0;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
}

#top_cts01 .outcome .kome {
  font-size: 23px;
  padding-left: 5px;
}

#top_cts01 .note {
  font-size: 10px;
  margin: 0 20px 30px;
}

#top_cts01>.btn_box a {
  background: #492f32 url(../../img/icon_reason.png) no-repeat 70px center;
  background-size: 20px 20px;
}

/* top_cts02
-------------------------------------------------------------*/
#top_cts02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 0 0 80px;
  position: relative;
  margin: 0 auto;
  color: #492f32;
}

#top_cts02 p {
  font-size: 17px;
  line-height: 34px;
  padding: 0 20px 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#top_cts02 p span:first-child {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  display: inline-block;
}

#top_cts02 p span:last-child {
  display: block;
  margin-top: 1em;
}

#top_cts02 p strong {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

#top_cts02 .c01 {
  background: #8a202c;
}

#top_cts02 .c02 {
  background: #492f32;
}

#top_cts02 .c03 {
  background: #0b539d;
  margin-bottom: 30px;
}

#top_cts02 .pic01,
#top_cts02 .pic02,
#top_cts02 .pic03 {
  position: absolute;
  display: none;
}

#top_cts02 .pic01 {
  left: 2%;
  top: 10%;
}

#top_cts02 .pic02 {
  right: 0;
  top: 30%;
}

#top_cts02 .pic03 {
  left: 0;
  top: 60%;
}

/* top_cts03
-------------------------------------------------------------*/
#top_cts03 {
  padding: 0 0 80px;
}

#top_cts03 h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #492f32;
  letter-spacing: 0.1em;
}

#blog_list li a {
  text-decoration: none;
  display: inline-block;
}

#blog_list li a:hover {
  opacity: 0.7;
}

#blog_list li .image {
  text-align: center;
  margin-bottom: 20px;
}

#blog_list li .image img {
  width: 100%;
  height: auto;
}

#blog_list li dt {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#blog_list li dt span {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #909090;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

#blog_list li dd {
  font-size: 12px;
  line-height: 1.75;
}

#blog_list li {
  margin: 0 20px;
}

/* top_cts04
-------------------------------------------------------------*/
#top_cts04 .box_image {
  text-align: right;
  width: 80%;
  overflow: hidden;
  padding-bottom: 6%;
  transform: translateX(10%);
}

#top_cts04 img {
  width: 120%;
}

#top_cts04 .inner {
  margin: 0 auto 80px;
  background: #e3ded8;
  padding: 40px 20px;
  position: relative;
}

#top_cts04 .question {
  position: absolute;
  font-size: 32px;
  letter-spacing: 0.075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #4e393d;
  transform: rotate(90deg);
  right: -68px;
  top: 18%;
}

#top_cts04 h2 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  z-index: 1;
  color: #4e393d;
  letter-spacing: 0.075em;
  top: 20%;
  left: 20px;
}

#top_cts04 h2 span {
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 8px;
  background: #fff;
}

#top_cts04 p {
  clear: both;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.025em;
}

/* top_cts05
-------------------------------------------------------------*/
#top_cts05 {
  padding: 40px 0 70px;
  background: linear-gradient(180deg, rgba(78, 57, 62, 1) 0%, rgba(78, 57, 62, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

#top_cts05 .inner {
  margin: 0 auto;
  text-align: center;
}

#top_cts05 h2 {
  margin-bottom: 30px;
  position: relative;
}

#top_cts05 .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_cts05 h2 .tit01,
#top_cts05 h2 .tit02 {
  height: 24px;
}

#top_cts05 h2 .to {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.075em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 0 5px;
}

#top_cts05 h2 span {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#top_cts05 h2::before,
#top_cts05 h2::after {
  display: none;
}

#top_cts05 h2::after {
  right: 0;
  left: auto;
}

#top_cts05 .inner .text {
  border: 4px solid #fff;
  border-radius: 15px;
  margin: 0 20px;
}

#top_cts05 .inner dl {
  padding: 30px 0;
  border: 3px solid #4e3a3c;
  border-radius: 10px;
  background: #fff;
}

#top_cts05 .inner dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #492f32;
}

#top_cts05 .inner dd {
  font-size: 14px;
  line-height: 28px;
  padding: 0 20px;
  letter-spacing: 0.025em;
}

/* top_cts06
-------------------------------------------------------------*/
#top_cts06 {
  background: #e4e7e8;
  background-size: auto 100%;
  padding: 40px 20px 80px;
}

#top_cts06 .inner {
  margin: 0 auto;
}

#top_cts06 .image {
  margin-bottom: 30px;
}

#top_cts06 .image img {
  width: 100%;
}

#top_cts06 h2 {
  margin-bottom: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #41210f;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.075em;
  text-align: center;
}

#top_cts06 h3 {
  font-weight: normal;
  margin-bottom: 20px;
}

#top_cts06 h3,
#top_cts06 p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

#top_cts06 p span {
  display: block;
  text-align: right;
  margin-top: 20px;
}

#top_cts06 .inner {
  overflow: hidden;
}

#top_cts06 .inner p {
  padding-bottom: 20px;
}

#top_cts06 .inner .name {
  text-align: right;
}

#top_cts06 .inner .name img {
  width: 70px;
  height: auto;
}

/**/
#top_link {
  background: #e3ded8;
  padding: 40px 0 70px;
  text-align: center;
}

#top_link h2 {
  color: #492f32;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

#top_link ul li {
  margin: 0 20px 10px;
}

#top_link ul li img {
  width: 100%;
}
