@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 75px 0;
}

footer {
  padding: 60px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #eeeef5;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.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: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #1a232a;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/*Header----------------------------------------------------------- */
header {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  height: 71px;
  width: 100%;
  background: #fff;
}
header .logo {
  height: 71px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .logo p {
  margin-right: 15px;
  width: 208px;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}

.head_v2 .logo h1{width: 208px;text-align: center;}
.head_v2 .container{justify-content: center;position: relative;}
.head_v2 .contact{position: absolute;top: 0;right: 0;}



/*MV----------------------------------------------------------- */
.mv {
  margin-top: 71px;
  background: url(../img/pc_mv_bg.png);
}

.mv .center{text-align: center;font-weight: bold;margin-top: 15px;font-size: 24px;}
.mv .center span{color: #ae8961;}
.mv_c{
  margin-bottom: -50px;
}
.mv .container.ph0{
  padding-left: 0px;
  padding-right: 0px;
}

.mv_2_d3 {
  margin-top: 37px;
  background: url(../img/pc_mv_bg.png);
}
.mv_2_d3 .center{text-align: center;font-weight: bold;margin-top: 15px;font-size: 24px;}
.mv_2_d3 .center span{color: #ae8961;}
.mv_2_d3 .container.ph0{
  padding-left: 0px;
  padding-right: 0px;
}

.mv_2_d3_b .mv_btm {
	background: #212121;
}
.mv_2_d3_b .mv_btm p {
	position: relative;
	top: -30px;
}

.index_2_d3s_v .mv_2_d3 > .container > p {
  margin-right: -206px;
}

/*CTA----------------------------------------------------------- */
.cta {
  background: url(../img/pc_cta_bg.png);
}

/*sec00a----------------------------------------------------------- */
.sec00a h2 {
  background: url(../img/pc_sec00a_h2_bg.png) center center/cover;
}
.sec00a {
  background: #f2f5f7;
}

/*sec00b----------------------------------------------------------- */
.sec00b h2 {
  background: url(../img/pc_sec00b_h2_bg.png) center center/cover;
}
.sec00b {
  background: #f2f5f7;
}
.sec00b ul li:nth-of-type(n+2){ display: none; }
.sec00b form {
  display: flex;
  justify-content: center;
}
.sec00b .selectwrap {
  position: relative;
  width: 400px;
  margin-right: 30px;
}
.sec00b .selectwrap::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #58504A;
  border-right: 3px solid #58504A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
}
.sec00b .select {
  padding: 15px;
  font-size: 30px;
  font-weight: bold;
  border: 2px solid #000;
  width: 400px;
  min-height: 80px;
  appearance: none;
  cursor: pointer;
}
.sec00b select:focus {
  outline: none;
}
.sec00b ::-ms-expand {
  display: none;
}
.sec00b button {
  padding: 5px 45px;
  border-radius: 15px;
  background: #44525d;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

/*sec01----------------------------------------------------------- */
.sec01 {
  background: #1a232a;
}
.sec01_co {
  background: #f2f5f7;
  padding: 15px;
}
.swiper-container {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #5d5d5d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.swiper-button-next {
  margin-right: -30px;
}
.swiper-button-prev {
  margin-left: -30px;
}

/*sec02----------------------------------------------------------- */
.sec02 .white_box {
  background: #eff1f3;
}
.sec02 h3 a {
  display: block;
  width: 100%;
  background: #1a232a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  border-radius: 30px;
}
.sec02 table tr {
  border-bottom: 5px solid #eff1f3;
}
.sec02 table tr th,
.sec02 table tr td {
  padding: 30px;
}
.sec02 table tr th {
  width: 20%;
  background: #1a232a;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.sec02 table tr td {
  width: 80%;
  background: #fff;
  border-left: 5px solid #eff1f3;
}
.sec02 table tr .check_list li:before {
  content: "・";
  color: #1a232a;
}
.sec02 .slick-next,
.sec02 .slick-prev {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-next:before,
.slick-prev:before {
  color: #1a232a;
  font-size: 30px;
}
.slick-dots {
  bottom: -40px;
}
.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

/*sec03----------------------------------------------------------- */
.sec03 h2 {
  background: url(../img/pc_sec03_h2_bg.png);
}
.sec03 {
  background: #f2f5f7;
}
.sec03 .fx-col-33-s {
  flex-basis: 36%;
  max-width: 36%;
}
.sec03 .fx-col-66-s {
  flex-basis: 64%;
  max-width: 64%;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  /* background: #000; */
}

/*secnew----------------------------------------------------------- */
.secnew{
  background: #525353;
  color: #fff;
  text-align: center;
}
.bdr_gold {
  color: #d9cca1;
  text-decoration: underline;
  font-weight: bold;
}

/*idx_box01----------------------------------------------------------- */
.idx_box01 {
  background: #122650;
}
.idx_box01 .txt{
  color: #fff;
  text-align: left;
  font-size: 85%;
}

/*idx_box02----------------------------------------------------------- */
.idx_box02 {
  background: #eff1f3;
}
.idx_box02 .flex_idx_box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx_box02 .flex_idx_box02 .thumb{
  width: 49%;
}
.idx_box02 .flex_idx_box02 .txt{
  width: 48%;
}
.idx_box02 .flex_idx_box02 .txt ul li{
  padding: 10px 15px;
  font-size: 20px;
  background: #fff;
  margin-bottom: 5px;
  position: relative;
  display: flex;
}
.idx_box02 .flex_idx_box02 .txt ul li:before{
  background: url(../img/ic_check.svg) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  content: "";
  background-size: contain;
}
.idx_box02 .flex_idx_box02 .txt ul li span{
  padding-left: 40px;
}
.idx_box02 .txt_notes{
  text-align: center;
  font-size: 26px;
}

/*idx_box03----------------------------------------------------------- */
.idx_box03 {
  padding-top: 0;
  background: url(../img/pc_idx_box03_bg.png) no-repeat center top/cover;
}
.idx_box03 .idx_box03_img {
  margin-right: -69px;
}

/*Footer----------------------------------------------------------- */
footer {
  padding: 90px 15px;
  font-size: 14px;
  color: #fff;
  background: #212121;
}


.bg_bd{background-color: #600f18 !important;}
.bg_nb{background-color: #1f2e55 !important;}
.bg_fm{background-color: #00582d !important;}