@charset "UTF-8";
/* Responsive Status
================================================== */
@media (min-width: 1025px) {
  .is_pc {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .is_tab {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is_tab {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .is_tab {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is_sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is_sp {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .is_pctab {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is_pctab {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .is_pctab {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .is_tabsp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is_tabsp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .is_tabsp {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .is_pcsp {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is_pcsp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is_pcsp {
    display: block !important;
  }
}

.content h2,
.content h3,
.content h4,
.menu_content h2,
.menu_content h3,
.menu_content h4 {
  font-weight: 600;
}

/* Page Title
================================================== */
.tx_en {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.075em;
}

.tx_ja {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

.c_page_ttl_01 {
  display: block;
  min-height: 160px;
  padding: 40px 0 20px;
  font-weight: 400;
  color: #888;
  text-align: center;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

.c_page_ttl_01 .rest_lead {
  font-size: 60%;
}

@media (max-width: 767px) {
  .c_page_ttl_01 {
    min-height: 120px;
    padding-top: 30px;
  }
}

.c_page_ttl_01 .tx_en,
.c_page_ttl_01 .tx_ja {
  display: block;
}

.c_page_ttl_01 .tx_en {
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c_page_ttl_01 .tx_en {
    font-size: 30px;
  }
}

.c_page_ttl_01 .tx_ja {
  margin-top: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  line-height: 1.1111;
}

@media (max-width: 767px) {
  .c_page_ttl_01 .tx_ja {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* Section, Block
================================================== */
.c_block_01 {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c_block_01 {
    padding: 0 39px;
  }
}

@media (max-width: 767px) {
  .c_block_01 {
    padding: 0 16px;
  }
}

.c_block_02 {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 15px 40px;
  background: #F5F5F5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c_block_02 {
    padding: 70px 39px 40px;
  }
}

@media (max-width: 767px) {
  .c_block_02 {
    padding: 40px 16px 1px;
  }
}

.c_block_03 {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c_block_03 {
    padding: 40px 39px 60px;
  }
}

@media (max-width: 767px) {
  .c_block_03 {
    padding: 16px;
  }
}

.c_inline_block {
  display: inline-block;
}

/* Panel
================================================== */
.c_panel_01 {
  padding: 15px 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.75;
}

.c_panel_02 {
  padding: 27px;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 1.75;
}

/* List
================================================== */
.c_dl_01 {
  box-sizing: border-box;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

.c_dl_01 > dl {
  box-sizing: border-box;
  display: table-row;
  border-bottom: 1px solid #ddd;
}

.c_dl_01 > dl > dt,
.c_dl_01 > dl > dd {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  padding: 0.5em 0;
}

.c_dl_01 > dl > dt {
  width: 150px;
  padding-right: 0.5em;
  font-weight: 700;
  color: #00335C;
}

/* Table
================================================== */
.c_table_01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .c_table_01 {
    display: block;
    border-top: 0;
  }
}

@media (max-width: 1024px) {
  .c_table_01 thead,
  .c_table_01 tbody,
  .c_table_01 tr {
    display: block;
  }
}

.c_table_01 th, .c_table_01 td {
  box-sizing: border-box;
  padding: 10px 20px;
}

@media (max-width: 1024px) {
  .c_table_01 th, .c_table_01 td {
    display: block;
    border-top: 1px solid #c6c6c6;
  }
}

.c_table_01 th {
  width: 130px;
  background-color: #e3e3e3;
}

@media (max-width: 1024px) {
  .c_table_01 th {
    width: auto;
    text-align: center;
  }
}

.c_table_02 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c_table_02 {
    display: block;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .c_table_02 thead,
  .c_table_02 tbody,
  .c_table_02 tr {
    display: block;
  }
}

.c_table_02 th, .c_table_02 td {
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #c6c6c6;
}

@media (max-width: 767px) {
  .c_table_02 th, .c_table_02 td {
    display: block;
    border-width: 1px 0 0;
    padding: 10px 15px;
  }
}

.c_table_02 th {
  width: 130px;
  background-color: #e3e3e3;
}

@media (max-width: 767px) {
  .c_table_02 th {
    width: auto;
    text-align: center;
  }
}

.c_table_03 {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .c_table_03 {
    font-size: 14px;
  }
}

.c_table_03 thead th:first-child {
  width: 17.5%;
}

@media (max-width: 767px) {
  .c_table_03 thead th:first-child {
    width: 11.6667%;
  }
}

.c_table_03 thead,
.c_table_03 th {
  background-color: #e7e7e7;
}

.c_table_03 th,
.c_table_03 td {
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #ccc;
}

.c_table_03.nowrap th,
.c_table_03.nowrap td {
  white-space: nowrap;
}

.c_table_container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Heading
================================================== */
.c_heading_01 {
  margin-bottom: 65px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .c_heading_01 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.c_heading_02 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .c_heading_02 {
    font-size: 22px;
  }
}

/* Lead Text
================================================== */
.c_lead_01 {
  font-size: 14px;
  line-height: 1.75;
}

.c_lead_01 + .c_lead_01 {
  margin-top: 1.5em;
}

.c_note {
  font-size: 12px;
  line-height: 1.5;
}

.c_tx_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_link_01 {
  text-decoration: underline;
}

.c_link_01:visited {
  text-decoration: underline;
}

.c_link_01:hover, .c_link_01:active, .c_link_01:focus {
  text-decoration: none;
}

.c_link_01[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/top/icon_info.svg) 0 0 no-repeat;
  background-size: 14px auto;
  vertical-align: middle;
}

/* Button
================================================== */
.c_btn, .c_btn_01, .c_btn_02, .c_btn_03, .c_btn_04 {
  position: relative;
  display: inline-block;
  max-width: 100%;
  min-width: 160px;
  border: 0;
  outline: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.07em;
  transition: background-color .25s ease 0s;
}

.c_btn:hover, .c_btn_01:hover, .c_btn_02:hover, .c_btn_03:hover, .c_btn_04:hover, .c_btn:visited, .c_btn_01:visited, .c_btn_02:visited, .c_btn_03:visited, .c_btn_04:visited, .c_btn:active, .c_btn_01:active, .c_btn_02:active, .c_btn_03:active, .c_btn_04:active, .c_btn:focus, .c_btn_01:focus, .c_btn_02:focus, .c_btn_03:focus, .c_btn_04:focus {
  color: #fff;
  text-decoration: none;
}

.c_btn.full, .full.c_btn_01, .full.c_btn_02, .full.c_btn_03, .full.c_btn_04 {
  min-width: 0;
  width: 100%;
}

.c_btn.external:after, .external.c_btn_01:after, .external.c_btn_02:after, .external.c_btn_03:after, .external.c_btn_04:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  background: url(../img/common/icon_external.svg) 0 0 no-repeat;
  background-size: 14px auto;
}

.c_btn_01, .c_btn_02 {
  padding: 10px 20px 10px 30px;
  background: #00335C;
  font-size: 15px;
  line-height: 1.3333;
  color: #fff;
}

.c_btn_01:before, .c_btn_02:before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  background: url(../img/common/icon_arrow_right_01.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.c_btn_01:hover, .c_btn_02:hover {
  background-color: #9F9691;
}

.c_btn_01.expanded, .expanded.c_btn_02 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .c_btn_01.expanded, .expanded.c_btn_02 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c_btn_02 {
  background-color: #9F9691;
}

.c_btn_02:hover {
  background-color: #00335C;
}

.c_btn_03, .c_btn_04 {
  padding: 5px 15px;
  border-radius: 30px;
  background: #00335C;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.c_btn_03:hover, .c_btn_04:hover {
  background-color: #9F9691;
}

.c_btn_04 {
  background-color: #9F9691;
}

.c_btn_04:hover {
  background-color: #00335C;
}

/* Link Block
================================================== */
.c_link_block_01 {
  display: block;
  position: relative;
  height: 140px;
  overflow: hidden;
  background-color: #000;
  font-family: "Cormorant Infant", serif;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.c_link_block_01:hover, .c_link_block_01:visited, .c_link_block_01:active, .c_link_block_01:focus {
  color: #fff;
  text-decoration: none;
}

.c_link_block_01 .ttl {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .c_link_block_01 .ttl {
    font-size: 24px;
    line-height: 1.25;
  }
}

.c_link_block_01 .sttl {
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
}

@media (max-width: 767px) {
  .c_link_block_01 .sttl {
    font-size: 16px;
  }
}

.c_link_block_01 figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  transition: transform 2s ease 0s;
}

.c_link_block_01 figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  width: 1170px;
  height: 140px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.c_link_block_01 div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.c_link_block_01 div p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.c_link_block_01:hover figure {
  transform: scale(1.1, 1.1);
}

/* Form Parts
================================================== */
.c_select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 60px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  white-space: nowrap;
}

.c_select:after {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border: solid transparent;
  border-width: 7px 3px 0 3px;
  border-top-color: #9e9e9e;
  pointer-events: none;
}

.c_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 5px 16px 5px 8px;
  outline: 0;
  border: 0;
  background: none;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}

.c_select select::-ms-expand {
  display: none;
}

.c_select.is-disabled, .c_select:disabled {
  opacity: 0.5;
}

.c_select.is-disabled select, .c_select:disabled select {
  cursor: default;
  pointer-events: none;
}

.c_select.full {
  width: 100%;
}

label.c_checkbox_btn {
  position: relative;
  display: block;
  vertical-align: middle;
}

label.c_checkbox_btn .tx_label {
  display: block;
  padding: 15px 45px;
  background-color: #9F9691;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  label.c_checkbox_btn .tx_label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

label.c_checkbox_btn .tx_label:before {
  content: '選択';
}

label.c_checkbox_btn .tx_label:after {
  content: none;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_circle_check.svg) 0 0 no-repeat;
  background-size: 18px 18px;
}

label.c_checkbox_btn input[type="checkbox"] {
  appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

label.c_checkbox_btn input[type="checkbox"]:checked + .tx_label {
  content: '選択済み';
  background-color: #00335C;
}

label.c_checkbox_btn input[type="checkbox"]:checked + .tx_label:before {
  content: '選択済み';
}

label.c_checkbox_btn input[type="checkbox"]:checked + .tx_label:after {
  content: '';
}

.c_unit {
  display: inline-block;
  vertical-align: middle;
}

/* Main Slider
================================================== */
.c_main_slider {
  position: relative;
  display: block;
  margin: 0;
}

.c_main_slider.slick-dotted.slick-slider {
  margin: 0;
}

@media (max-width: 767px) {
  .c_main_slider .c_slide {
    max-width: 767px;
  }
}

.c_main_slider .c_slide img {
  width: 100%;
}

.c_main_slider .slick-dots {
  bottom: 10px;
}

.c_main_slider .slick-dots li {
  margin: 0;
}

.c_main_slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

.c_main_slider .slick-dots li.slick-active button:before {
  opacity: 0.4;
}

/* Hero Slider Image（下のコンテンツが重なるタイプ）
================================================== */
.c_hero_slider {
  position: relative;
  display: block;
  height: 600px;
  margin: 0;
}

.c_hero_slider.slick-dotted.slick-slider {
  margin: 0;
}

@media (max-width: 767px) {
  .c_hero_slider {
    height: 300px;
  }
}

.c_hero_slider_main .c_slide {
  overflow: hidden;
}

.c_hero_slider_main .c_slide figure {
  display: block;
  width: 100%;
  height: 600px;
  vertical-align: bottom;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .c_hero_slider_main .c_slide figure {
    height: 300px;
  }
}

.c_hero_slider_main .c_slide img {
  width: 100%;
}

.c_hero_slider_main .slick-dots {
  bottom: 150px;
}

@media (max-width: 767px) {
  .c_hero_slider_main .slick-dots {
    bottom: 60px;
  }
}

.c_hero_slider_main .slick-dots li {
  margin: 0;
}

.c_hero_slider_main .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

.c_hero_slider_main .slick-dots li.slick-active button:before {
  opacity: 0.4;
}

.c_hero_slider_next {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 55px 80px;
  background: #F5F5F5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c_hero_slider_next {
    padding: 0 39px 60px;
  }
}

@media (max-width: 767px) {
  .c_hero_slider_next {
    padding: 0 16px 40px;
  }
}

.c_hero_slider_next > .c_block_content {
  display: block;
  position: relative;
  z-index: 0;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c_hero_slider_next > .c_block_content {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .c_hero_slider_next > .c_block_content {
    margin-top: 0;
    padding: 35px 16px;
  }
}

.c_hero_slider_next > .c_block_content:before {
  content: '';
  position: absolute;
  top: -140px;
  left: 0;
  z-index: -1;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 140px;
}

@media (max-width: 767px) {
  .c_hero_slider_next > .c_block_content:before {
    top: -50px;
    height: 50px;
  }
}

.c_hero_slider_next > .c_block_content .content_catch {
  margin-top: -140px;
}

@media (max-width: 767px) {
  .c_hero_slider_next > .c_block_content .content_catch {
    margin-top: -50px;
  }
}

.c_hero_slider_next.mode_gray {
  background: #fff;
}

.c_hero_slider_next.mode_gray > .c_block_content {
  background: #F5F5F5;
}

/* c_slider_xxx共通コントローラー
================================================== */
.c_slider_aside {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  user-select: none;
  padding: 0 55px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c_slider_aside {
    padding: 0 39px;
  }
}

@media (max-width: 767px) {
  .c_slider_aside {
    padding: 0 16px;
  }
}

.c_slider_aside .c_slider_controler {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  user-select: none;
}

.c_slider_aside .prev,
.c_slider_aside .next {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  background: center center no-repeat;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .c_slider_aside .prev,
  .c_slider_aside .next {
    width: 32px;
    height: 32px;
  }
}

.c_slider_aside .prev {
  left: 0;
  background-image: url(../img/common/icon_circ_arrow_l.svg);
}

.c_slider_aside .next {
  right: 0;
  background-image: url(../img/common/icon_circ_arrow_r.svg);
}
