@charset "UTF-8";

/*
-------------------------------------------------------------*/
#header h1 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.fixed #header h1 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
}

/**/
.s_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #a19496;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 21px;
  position: relative;
}

.s_title:after {
  background: #a19496;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
}

.slick-slider {
  overflow: hidden;
}

/* top_main
-------------------------------------------------------------*/
.slick-next,
.slick-prev {
  opacity: 0;
}

#top_main {
  display: flex;
  background: #0a529c;
}

#top_main .main_text,
#top_main .main01,
#top_main .main02 {
  width: 33.3%;
  position: relative;
}

#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: center;
  z-index: 0;
}

#top_main h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 60px;
  line-height: 90px;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#top_main .target {
  color: #0a529c;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 0.05em;
  font-size: 24px;
}

#top_main h1 strong {
  color: #fdffac;
}

#top_main .main_text {
  text-align: center;
  background: #0a529c;
  margin: 0 auto;
  overflow: hidden;
  padding: 7% 0 6%;
  min-width: 610px;
}

#top_main .main_text::after,
#top_main .main_text::before {
  content: "";
  width: 176px;
  height: 306px;
  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 .main_text li:nth-child(2) {
  margin: 0 20px;
}

/* top_cts01
-------------------------------------------------------------*/
#top_cts01 {
  background: url(../../img/top/bg01.jpg) center top no-repeat;
  padding: 50px 0 190px;
}

#top_cts01 h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  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: 180px;
  height: 180px;
  left: 50%;
  top: 0;
  margin-left: 310px;
  transform: translateX(-50%);
}

#top_cts01 h2 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-top: 20px;
  margin-top: 5px;
  background: url(../../img/top/line_wave.png) center top no-repeat;
}

#top_cts01 h2 span::before {
  content: "";
  background: ;
  display: inline-block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#top_cts01 .course {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto 100px;
}

#top_cts01 .course::after {
  content: "";
  width: 99%;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: linear-gradient(90deg, rgba(133, 33, 45, 1) 0%, rgba(133, 33, 45, 1) 50%, rgba(15, 80, 146, 1) 50%, rgba(15, 80, 146, 1) 100%);
}

#top_cts01 .course li {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 34px;
  border-radius: 10px;
  font-weight: bold;
  background: #000;
  width: 31%;
  padding: 25px 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  overflow: hidden;
}

#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 {
  display: flex;
  max-width: 1380px;
  margin: 0 auto 20px;
  justify-content: center;
  font-size: 24px;
  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: 50px 0 10px;
  width: 420px;
  height: 310px;
}

#top_cts01 .pass li .bl01 {
  background: #8a202c;
}

#top_cts01 .pass li .bl02 {
  background: #492f32;
  margin: 0 60px;
}

#top_cts01 .pass li .bl03 {
  background: #0a529c;
}

#top_cts01 .pass li .block .st {
  margin-bottom: 10px;
}

#top_cts01 .pass li .block .st strong {
  background: #fff;
  padding: 2px 15px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  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: 110px;
  line-height: 120px;
  letter-spacing: 0;
  font-weight: bold;
}

#top_cts01 .outcome .soon {
  line-height: 50px;
  font-size: 80px;
  padding: 25px 0 30px;
}

#top_cts01 .outcome span {
  font-size: 50px;
}

#top_cts01 .outcome small {
  font-size: 40px;
}

#top_cts01 .outcome .icon_pass {
  position: relative;
  background: url(../../img/top/sakura.png) center top no-repeat;
  background-size: cover;
  height: 95px;
  width: 95px;
  display: inline-block;
  margin-right: 10px;
}

#top_cts01 .outcome .icon_pass span {
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  top: 0;
  bottom: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
}

#top_cts01 .outcome .kome {
  font-size: 20px;
  padding-left: 5px;
}

#top_cts01 .note {
  font-size: 12px;
  max-width: 1380px;
  text-align: left;
  margin: 10px auto 50px;
}

#top_cts01>.btn_box a {
  background: #492f32 url(../../img/icon_reason.png) no-repeat 70px center;
  background-size: 30px 30px;
}

/* top_cts02
-------------------------------------------------------------*/
#top_cts02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 0 0 200px;
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  color: #492f32;
}

#top_cts02 p {
  font-size: 20px;
  line-height: 50px;
  padding-bottom: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#top_cts02 p span:first-child {
  font-size: 46px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  display: inline-block;
}

#top_cts02 p span:last-child {
  display: block;
  margin-top: 1em;
}

#top_cts02 p strong {
  margin-bottom: 12px;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  width: 570px;
}

#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;
}

#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 120px;
}

#top_cts03 h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #492f32;
  letter-spacing: 0.1em;
}

#blog_list li {
  margin: 0 30px;
}

#blog_list li a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease 0s;
}

#blog_list li a:hover {
  opacity: 0.7;
}

#blog_list li .image {
  text-align: center;
  margin-bottom: 35px;
}

#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-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}

#blog_list li dt span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #909090;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

#blog_list li dd {
  font-size: 14px;
  line-height: 1.75;
}

/* top_cts04
-------------------------------------------------------------*/
#top_cts04 .inner {
  max-width: 1380px;
  margin: 0 auto 120px;
  background: #e3ded8;
  padding: 450px 140px 90px 140px;
  position: relative;
}

#top_cts04 .question {
  position: absolute;
  font-size: 120px;
  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);
  left: -370px;
  top: 287px;
}

#top_cts04 h2 {
  font-size: 52px;
  margin-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  z-index: 1;
  color: #4e393d;
  letter-spacing: 0.075em;
}

#top_cts04 h2 span {
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
  background: #fff;
}

#top_cts04 .box_image {
  position: absolute;
  top: 120px;
  left: 300px;
}

#top_cts04 p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.025em;
}

/* top_cts05
-------------------------------------------------------------*/
#top_cts05 {
  padding: 110px 0 125px;
  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 {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#top_cts05 h2 {
  margin-bottom: 50px;
  position: relative;
}

#top_cts05 h2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_cts05 h2 .tit01,
#top_cts05 h2 .tit02 {
  height: 55px;
}

#top_cts05 h2 .to {
  color: #fff;
  font-size: 50px;
  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: 30px;
  line-height: 60px;
  letter-spacing: 0.075em;
  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 {
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 140px;
  height: 9px;
  background: url(../../img/top//line_double.svg) 0 0 no-repeat;
}

#top_cts05 h2::after {
  right: 30px;
  left: auto;
}

#top_cts05 .inner .text {
  border: 5px solid #fff;
  border-radius: 15px;
}

#top_cts05 .inner dl {
  padding: 60px 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;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #492f32;
}

#top_cts05 .inner dd {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.025em;
}

/* top_cts06
-------------------------------------------------------------*/
#top_cts06 {
  background: url(../../img/top/message.jpg) center top #e4e7e8 no-repeat;
  background-size: cover;
  padding: 90px 0 100px;
}

#top_cts06 .inner {
  width: 1100px;
  margin: 0 auto;
}

#top_cts06 h2 {
  margin-bottom: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #41210f;
  font-size: 40px;
  letter-spacing: 0.075em;
}

#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 .s_title:after {
  left: 0;
  transform: translateX(0);
}

#top_cts06 .box_text {
  width: 550px;
  float: right;
}

#top_cts06 .inner {
  overflow: hidden;
}

#top_cts06 .inner p {
  padding-bottom: 30px;
}

#top_cts06 .inner .name {
  text-align: right;
}

/**/
#top_link {
  background: #e3ded8;
  padding: 90px 0 70px;
  text-align: center;
}

#top_link h2 {
  color: #492f32;
  font-size: 38px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

#top_link ul {
  display: flex;
  justify-content: center;
}

#top_link ul li {
  margin: 0 15px 30px;
}

#top_link ul li a {
  transition: all 0.5s ease 0s;
}

#top_link ul li a:hover {
  opacity: 0.7;
}
