@charset "UTF-8";
/*
======================================================================
 Header
======================================================================*/
.Header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: transparent;
}

.Header .Header-pattern .Header-main-wrap {
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03), 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 0px 0px 0px transparent;
  opacity: 0.9;
}
/*
---------------------------------------------------------
 Header-sp-main
--------------------------------------------------------- */
.Header .Header-sp-main {
  display: flex;
  padding: 5px 10px 6px;
  height: 52px;
  justify-content: space-between;
  align-items: center;
}

.Header .Header-sp-main .Header-logo {
  font-size: 0;
}

.Header .Header-sp-main .wb-header-logo {
  height: 30px;
}

/* Header-sp-nav
--------------------------------------------------------- */
.Header .Header-sp-main .Header-sp-nav {
  text-decoration: none;
  width: fit-content;
  display: block;
  order: 1;
  position: relative;
  left: 10px;
  z-index: 200;
}

.Header .Header-sp-main .Header-sp-nav .menu-icon {
  display: block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.Header .Header-sp-main .Header-sp-nav .menu-icon span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 1px;
  background: #333;
  width: 56%;
  left: 11px;
}
.Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(1) {
  top: 16px;
}
.Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(2) {
  top: 24px;
}
.Header .Header-sp-main .Header-sp-nav .menu-icon span:nth-of-type(3) {
  bottom: 16px;
}


/* Header-sp-nav.active
--------------------------------------------------------- */
/* .Header .Header-sp-main .Header-sp-nav.active .menu-icon span {
  background: #fff !important;
} */

.Header .Header-sp-main .Header-sp-nav.active .menu-icon span {
  background: #666666 !important;
}

.Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(1) {
  top: 16px;
  left: 11px;
  transform: translateY(6px) rotate(-45deg);
  width: 56%;
}
.Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(2) {
  opacity: 0;
}
.Header .Header-sp-main .Header-sp-nav.active .menu-icon span:nth-of-type(3) {
  top: 28px;
  left: 11px;
  transform: translateY(-6px) rotate(45deg);
  width: 56%;
}

/*
---------------------------------------------------------
 center-wrap Header-nav
--------------------------------------------------------- */
.Header .Header-nav {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 45px);
  z-index: 100;
  padding: 45px 30px 40px;
  background-color: #848484;
  margin-top: 10px;
}

.Header .Header-nav > ul {
  position: relative;
  z-index: 10;
}

.Header .Header-nav > ul > li {
  position: relative;
  z-index: 1;
}

.Header .Header-nav > ul > li > a {
  color: #FFF;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 11px 8px 11px 28px;
  font-size: 14px;
}

.Header .Header-nav > ul > li > a::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 8px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*
======================================================================
 Footer
======================================================================*/
/*
---------------------------------------------------------
 footer-content-block
--------------------------------------------------------- */
.Footer .footer-content-block {
  padding: 80px 0 70px;
  background: #848484;
  color: #fff;
}

.Footer .footer-main-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

/* left-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap .left-wrap .logo-wrap {
  width: 260px;
}

/* right-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap .right-wrap ul{
  text-align: center;
}


/*
======================================================================
  fv-block
======================================================================*/
#index .fv-block {
  position: relative;
}

.fv-block .fv-img-wrap .top-logo-block{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv-block .fv-img-wrap img.PC-none{
  display: block;
  width: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
html {
  overflow: visible;
}

body {
  color: #666666;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.05em;
}

input[type="text"],
input[type='password'],
input[type='tel'],
input[type="email"],
textarea,
select {
  font-size: 16px;
}

a:link, a:visited {
  color: #666666;
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  color: #fff;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 11px;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.SP-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Edit {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
#index .Content {
  padding-top: 54px;
}

/*
---------------------------------------------------------
 Content-block
--------------------------------------------------------- */
.Content-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #666666;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
}

.Title-block .en{
  font-size: 32px;
  color: #003d7c;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.Title-block .ja{
  font-size: 16px;
}

.Title-small{
  font-size: 16px;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  width: 100%;
}

.Table-basic, .Table-basic tbody, .Table-basic tr, .Table-basic th, .Table-basic td {
  display: block;
}

.Table-basic tr ~ tr {
  margin-top: 10px;
}

.Table-basic td {
  padding: 7px 10px;
}

.Table-basic th, .Table-basic td:first-child {
  font-weight: bold;
  background: #f4f4f4;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  color: #FFF !important;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 3px;
  line-height: 1.3;
}

.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #2d65a5;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #FFF !important;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #2d65a5;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid;
}

.Btn-anchor {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  position: relative;
  display: block;
  color: inherit;
  border: 1px solid #555;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 8px 5px 8px 20px;
  font-size: 13px;
  border-radius: 3px;
  letter-spacing: 0;
}

.Btn-anchor::after {
  border-color: #93afcf transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #2d65a5 transparent transparent transparent;
  display: block;
  top: 15px;
  left: 8px;
}

.Btn-transform {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 30px;
  line-height: 50px;
  color: #222 !important;
  text-decoration: none !important;
  outline: none;
  font-size: 15px;
  z-index: 0;
}

.Btn-transform::before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #bff2ec;
  border-radius: 25px;
  transition: .3s ease-out;
}

.Btn-transform:hover {
  opacity: 1;
}

.Btn-transform:hover::before {
  width: 152px;
}

.Btn-transform::after {
  position: absolute;
  content: '';
  top: 1.4em;
  right: -3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

/*
-----------------------------------------------------------
Link
----------------------------------------------------------- */
.Link-text {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.Link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 13px;

}
.Link-arrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #2d65a5;
  display: block;
  top: 5px;
  left: 2px;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit .wb-edit {
  padding-left: 15px;
  padding-right: 15px;
}

.Edit.MOD-top .wb-edit {
  padding-top: 35px;
  padding-bottom: 35px;
}

.Edit.MOD-bottom .wb-edit {
  padding-top: 35px;
  padding-bottom: 35px;
}

.Edit .wb-edit:empty {
  display: none;
}

/*
-----------------------------------------------------------
 Pagetop
----------------------------------------------------------- */
.Pagetop a {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  margin-bottom: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 PAGER
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-blog-page > span,
.wb-blog-page > a {
  width: 32px;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
}

.wb-blog-page .wb-blog-btn-next,
.wb-blog-page .wb-blog-btn-prev {
  background-size: 7px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {

  width: 100%;
}

.wb-pair .wb-pair-list-table, .wb-pair .wb-pair-list-table tbody, .wb-pair .wb-pair-list-table tr, .wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {

  display: block;
}

.wb-pair .wb-pair-list-table tr ~ tr {

  margin-top: 10px;
}

.wb-pair .wb-pair-list-table td {

  padding: 7px 10px;
}

.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td:first-child {
  font-weight: bold;
  background: #f4f4f4;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.3;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #2d65a5;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f8f4f1;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #999999;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 modal
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-modal-title {
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 33px 13px 20px;
  position: relative;
  color: #222;
  font-size: 18px;
  line-height: 1.2;
}
.wb-cart-modal-title:before {
  background: #2d65a5;
  content: '';
  width: 2px;
  height: 69%;
  position: absolute;
  top: 2px;
  left: 10px;
  bottom: 0;
  margin: auto 0;
}

.wb-cart-modal-title .Modal-close {
  background: url(/img/modal_close_icon.svg) no-repeat center center;
  background-size: 28px auto;
  text-indent: -9999px;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}
