@charset "utf-8";

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
table {
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1199px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.75vw;
  }
  body {
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 2.5vw;
  }
}

/*--------------------------------------------
  WordPress Native Styles
--------------------------------------------*/
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img.alignleft {
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------
  WordPress ナビゲーション
--------------------------------------------*/
.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.5rem;
}
.wp-pagenavi * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
}
.wp-pagenavi * + * {
  margin-left: 1.5rem;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  color: #8f89dc;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #8f89dc;
  padding: 0.5rem;
  line-height: 1.3;
  transition: 0.4s;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background-color: #8f89dc;
  opacity: 0.7;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #8f89dc;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #8f89dc;
  font-size: 1.6rem;
  font-weight: bold;
  background: none;
  border: none;
}

/*  WordPress ナビゲーション SP  */
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 2.5rem;
  }
  .wp-pagenavi * {
    width: 3rem;
    height: 3rem;
  }
  .wp-pagenavi * + * {
    margin-left: 1rem;
  }
}

/*-----------------------------------------------------
  Wordpress EDITOR
------------------------------------------------------*/
.wp_editor * + p,
.wp_editor * + ul,
.wp_editor * + ol,
.wp_editor * + .table_wrap {
  margin-top: 2rem;
}
.wp_editor * + h1,
.wp_editor * + h2,
.wp_editor * + h3,
.wp_editor * + h4,
.wp_editor * + h5,
.wp_editor * + h6 {
  margin-top: 5rem;
}
.wp_editor h2 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp_editor h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
.wp_editor h4 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #cfa8cd;
  line-height: 1.3;
  letter-spacing: 1px;
}
.wp_editor h5,
.wp_editor h6 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
.wp_editor h6 {
  color: #a9a9a9;
}

.wp_editor p {
  line-height: 1.5;
}
.wp_editor a {
  color: #3094b3;
  word-break: break-all;
}
.wp_editor a:hover,
.wp_editor a:focus {
  opacity: 0.7;
}

.wp_editor ul,
.wp_editor ol {
  margin-bottom: 2rem;
  padding-left: 3rem;
  line-height: 1.5;
}
.wp_editor ul > li:not(:first-child),
.wp_editor ol > li:not(:first-child) {
  margin-top: 1.5rem;
}
.wp_editor ul > li {
  list-style-type: disc;
}
.wp_editor ol > li {
  list-style-type: decimal;
}

.wp_editor table {
  width: 100%;
}
.wp_editor table tr > th,
.wp_editor table tr > td {
  padding: 1.5rem;
  border: 1px solid #ddd;
}
.wp_editor table tr > th {
  background-color: #a9a9a9;
}

/*  Wordpress EDITOR SP  */
@media screen and (max-width: 767px) {
  .wp_editor * + p,
  .wp_editor * + ul,
  .wp_editor * + ol,
  .wp_editor * + .table_wrap {
    margin-top: 1.5rem;
  }
  .wp_editor * + h1,
  .wp_editor * + h2,
  .wp_editor * + h3,
  .wp_editor * + h4,
  .wp_editor * + h5,
  .wp_editor * + h6 {
    margin-top: 3rem;
  }
  .wp_editor ul > li:not(:first-child),
  .wp_editor ol > li:not(:first-child) {
    margin-top: 1rem;
  }
}

/*--------------------------------------------
  google map
--------------------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
.ff_open {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.ff_aurore {
  font-weight: 400;
  font-family: "La Belle Aurore", cursive;
}
.ff_kosugi {
  font-weight: 400;
  font-family: "Kosugi Maru", sans-serif;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
:root .cf::after {
  /* IE9 */
  content: "" \9;
  clear: both\9;
  display: block\9;
  height: 0\9;
}

.over,
.over > img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.over > img {
  max-width: 100%;
  height: auto;
}
.over:hover,
.over:focus,
.over:hover > img,
.over:focus > img {
  opacity: 0.7;
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
  opacity: 1;
}

.pe_none {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .sp_event {
    color: #25b4e0;
  }
}
@media screen and (min-width: 992px) {
  .sp_event {
    pointer-events: none;
    cursor: default;
  }
}

.wrap_ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.wrap_ofi .ofi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ofi {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.ofi.cover {
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;object-position:center center;";
}
.ofi.contain {
  margin: auto;
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain;object-position:center center;";
}

.table_wrap {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .table_wrap {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table_wrap::-webkit-scrollbar {
    height: 0.3rem;
  }
  .table_wrap::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 1rem;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #555;
  }
  .table_wrap > table {
    margin-bottom: 0;
  }
  .table_wrap > table > thead > tr > th,
  .table_wrap > table > tbody > tr > th,
  .table_wrap > table > tfoot > tr > th,
  .table_wrap > table > thead > tr > td,
  .table_wrap > table > tbody > tr > td,
  .table_wrap > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img_full {
  display: block;
  width: 100%;
  height: auto;
}

.center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}

.fs_sm {
  font-size: 1.4rem;
}
.fs_lg {
  font-size: 1.8rem;
}

.bold {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}

.em_bl {
  font-weight: 500;
  font-style: normal;
  color: #2e5b99;
  letter-spacing: 0.05rem;
  word-break: break-all;
}
a.em_bl:hover,
a.em_bl:focus {
  opacity: 0.7;
}

.purple {
  color: #a279c4;
}
.pink {
  color: #e26da7;
}
.red {
  color: #dc4a4a;
}
.blue {
  color: #2e5b99;
}
.sky {
  color: #3ec7bf;
}
.green {
  color: #7ab759;
}
.orange {
  color: #f79f40;
}
.lblue {
  color: #3f96cc;
}

.mgt_sm {
  margin-top: 1.5em;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-right: 0.8em;
}
.arrow_r::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.35em;
  border-color: transparent transparent transparent #2e5b99;
}

.fukidashi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 2em;
}
.fukidashi.jc_fe {
  justify-content: flex-end;
}
.fukidashi > span {
  position: relative;
  display: block;
  padding: 1em 1.4em;
  background-color: #fff;
  border: 1px solid #fed6ea;
  border-radius: 0.3em;
  line-height: 1.5;
  box-shadow: 0.4em 0.4em 0 0 #fed6ea;
}
.fukidashi > span::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: 45%;
  bottom: -0.5em;
  width: 2em;
  height: 2em;
  background-color: #fed6ea;
  transform: skew(-50deg, -55deg);
}

.ul_deco > li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.5;
}
.ul_deco > li:not(:first-child) {
  margin-top: 0.4em;
}
.ul_deco > li.mgt_lg {
  margin-top: 1.5em;
}
.ul_deco > li .li_head {
  position: absolute;
  left: 0;
}

.ttl_aurore {
  font-weight: 400;
  font-family: "La Belle Aurore", cursive;
  font-size: 13rem;
  line-height: 1.1;
  letter-spacing: 0.045em;
}
.ttl_aurore.sm {
  font-size: 9.5rem;
}
.ttl_aurore.wa {
  color: #a2b6d9;
}
.ttl_aurore.or {
  color: #f0d154;
}
.ttl_aurore.bl {
  color: #4a71a8;
}
.ttl_aurore.gr {
  color: #8ec272;
}
.ttl_aurore > span {
  font-size: 6rem;
}

.ttl_bg_bl {
  position: relative;
  margin-bottom: 1.6em;
  padding: 0.6em;
  padding-left: 1.3em;
  background-color: #d3e2fd;
  border-radius: 0.3em;
  font-weight: 400;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.ttl_bg_bl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0.6em;
  bottom: 0.65em;
  width: 0.2rem;
  background-color: #2e5b99;
}

.ttl_strong {
  position: relative;
  margin-bottom: 0.8em;
  font-weight: 400;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.ttl_strong.fs_sm {
  margin-bottom: 0.6em;
  font-size: 1.8rem;
}
.ttl_strong.mgb0 {
  margin-bottom: 0;
}
.ttl_strong.mgb_sm {
  margin-bottom: 0.4em;
}
.ttl_strong.mgb_lg {
  margin-bottom: 1.3em;
}
.ttl_strong.dot,
.ttl_strong.dot_pink {
  padding-left: 1.1em;
}
.ttl_strong.dot::before,
.ttl_strong.dot_pink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #2e5b99;
}
.ttl_strong.dot_pink::before {
  background-color: #eb91bd;
}
.ttl_strong.num {
  padding: 0.6em;
  padding-left: 2em;
  border-radius: 0.5em;
  background-color: #ebf1fc;
}
.ttl_strong.num > span {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.8em;
  font-weight: bold;
  color: #2e5b99;
}
.ttl_strong.bdb {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #d3e2fd;
}

.bnr_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr_wrap > a {
  position: relative;
  display: block;
}
.bnr_wrap > a::before,
.bnr_wrap > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}
.bnr_wrap.youtube > a::before {
  background-color: rgba(235, 241, 252, 0.6);
}
.bnr_wrap.youtube > a::after {
  margin: auto;
  width: 9em;
  height: 4.5em;
  background: url("../Image/common/youtube.svg") center/contain no-repeat;
}
.bnr_wrap.hover_img > a > .hover {
  position: absolute;
  opacity: 0;
  transition: 0.4s;
}
.bnr_wrap.hover_img > a:hover > .hover {
  opacity: 1;
}

.bnr_wrap > a:hover::before,
.bnr_wrap > a:focus::before,
.bnr_wrap > a:hover::after,
.bnr_wrap > a:focus::after {
  opacity: 1;
}
.bnr_wrap.col2 {
  margin: 0 -1.2em;
}
.bnr_wrap.col2 > * {
  display: flex;
  align-items: center;
  padding: 0 1.2em;
}
.bnr_wrap.col2 > * > a {
  display: block;
}
.bnr_wrap.col2 > * > a:hover {
  opacity: 0.7;
}

.ai_center {
  align-items: center;
}
.jc_flexend {
  justify-content: flex-end;
}
.jc_center {
  justify-content: center;
}
.fd_rowreverse {
  flex-direction: row-reverse;
}
.grow1 {
  flex-grow: 1;
}
.fx_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -1.25em;
  margin-right: -1.25em;
}
.fx_box > .item {
  flex-basis: auto;
  padding: 0 1.25em;
}
.fx_box.item_33p > .item {
  width: 33.3333%;
}
.fx_box.item_50p > .item {
  width: 50%;
}
.fx_box.item_55p45p > .item:first-child {
  width: 55%;
}
.fx_box.item_55p45p > .item:last-child {
  width: 45%;
}
.fx_box.item_60p40p > .item:first-child {
  width: 60%;
}
.fx_box.item_60p40p > .item:last-child {
  width: 40%;
}
.fx_box.item_70p30p > .item:first-child {
  width: 70%;
}
.fx_box.item_70p30p > .item:last-child {
  width: 30%;
}

.tbl_col2 {
  width: 100%;
  border: 1px solid #dddddd;
}
.tbl_col2 > tbody > tr + tr {
  border-top: 1px solid #dddddd;
}
.tbl_col2 > tbody > tr > th,
.tbl_col2 > tbody > tr > td {
  padding: 1.4em 2em;
}
.tbl_col2 > tbody > tr > th {
  width: 22%;
  background-color: #ebf1fc;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
}

.wrap_btn {
  margin-top: 2.3em;
}
.wrap_btn.mgt_sm {
  margin-top: 1.25em;
}
.wrap_btn.mgt_lg {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .btn_col2 > * + * {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btn_col2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn_col2 > * + * {
    margin-top: 1em;
  }
}

.btn_bdrs {
  display: inline-block;
  min-width: 15em;
  padding: 1.2em 1.5em;
  border: 1px solid #2e5b99;
  background-color: #2e5b99;
  border-radius: 3em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1rem;
  transition: 0.4s;
  cursor: pointer;
  outline: none;
}
.btn_bdrs.sm {
  padding: 0.9em 1.5em;
}
.btn_bdrs.lbl {
  border: 1px solid #3f96cc;
  background-color: #3f96cc;
}
.btn_bdrs.or {
  border: 1px solid #edca3a;
  background-color: #edca3a;
}
.btn_bdrs.gr {
  border: 1px solid #7ab759;
  background-color: #7ab759;
}
.btn_bdrs.sky {
  border: 1px solid #3ec7bf;
  background-color: #3ec7bf;
}
.btn_bdrs.gray {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #333;
}
.btn_bdrs:hover,
.btn_bdrs:focus {
  background-color: #fff;
  color: #2e5b99;
}
.btn_bdrs.lbl:hover,
.btn_bdrs.lbl:focus {
  color: #3f96cc;
}
.btn_bdrs.or:hover,
.btn_bdrs.or:focus {
  color: #edca3a;
}
.btn_bdrs.gr:hover,
.btn_bdrs.gr:focus {
  color: #7ab759;
}
.btn_bdrs.sky:hover,
.btn_bdrs.sky:focus {
  color: #3ec7bf;
}
.btn_bdrs.gray:hover,
.btn_bdrs.gray:focus {
  color: #555;
}
.btn_clear {
  display: inline-block;
  min-width: 15em;
  padding: 0.8em 2em;
  border: 1px solid #2e5b99;
  background-color: #fff;
  border-radius: 3em;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.btn_clear:hover,
.btn_clear:focus {
  background: #f5f9ff;
}

@media screen and (max-width: 1399px) {
  .visible_1400 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .fukidashi {
    padding-bottom: 1.5em;
  }
  .fukidashi > span {
    padding: 0.8em 1em;
    box-shadow: 0.2em 0.2em 0 0 #fed6ea;
  }
  .fukidashi > span::before {
    width: 1.5em;
    height: 1.5em;
  }

  .ttl_aurore,
  .ttl_aurore.sm {
    font-size: 6rem;
  }
  .ttl_aurore > span {
    font-size: 4rem;
  }

  .ttl_bg_bl {
    margin-bottom: 1.1em;
    font-size: 2rem;
  }

  .ttl_strong {
    margin-bottom: 0.6em;
    font-size: 1.9rem;
  }
  .ttl_strong.fs_sm {
    font-size: 1.6rem;
  }
  .ttl_strong.mgb_lg {
    margin-bottom: 0.8em;
  }

  .bnr_wrap.col2 {
    margin: 0 -0.6em;
  }
  .bnr_wrap.col2 > * {
    display: flex;
    align-items: center;
    padding: 0 0.6em;
  }

  .fx_box {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .fx_box > .item {
    flex-basis: auto;
    padding: 0 1.5%;
  }
  .fx_box > .item + .item.sm_sp {
    margin-top: 1em;
  }
  .fx_box > .item + .item:not(.mgt0) {
    margin-top: 2em;
  }
  .fx_box.item_33p > .item + .item:not(.mgt0) {
    margin-top: 0;
  }
  .fx_box.item_50p,
  .fx_box.item_55p45p,
  .fx_box.item_60p40p,
  .fx_box.item_70p30p {
    display: block;
  }
  .fx_box.item_50p > .item,
  .fx_box.item_55p45p > .item:first-child,
  .fx_box.item_55p45p > .item:last-child,
  .fx_box.item_60p40p > .item:first-child,
  .fx_box.item_60p40p > .item:last-child,
  .fx_box.item_70p30p > .item:first-child,
  .fx_box.item_70p30p > .item:last-child {
    width: 100%;
  }

  .tbl_col2 > tbody > tr > th,
  .tbl_col2 > tbody > tr > td {
    padding: 1em 1.5em;
  }

  .wrap_btn {
    margin-top: 1.8em;
  }
  .wrap_btn.mgt_sm {
    margin-top: 0.8em;
  }
  .wrap_btn.mgt_lg {
    margin-top: 2.5em;
  }
  .btn_bdrs {
    min-width: 13em;
    padding: 1em 1.2em;
    font-size: 1.4rem;
  }
  .btn_clear {
    padding: 0.8em 1.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_aurore,
  .ttl_aurore.sm {
    font-size: 4.5rem;
  }
  .ttl_aurore > span {
    font-size: 3rem;
  }

  .sp_block > tbody > tr > th,
  .sp_block > tbody > tr > td {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .ss_ta_left {
    text-align: left;
  }
  .ss_ta_center {
    text-align: center;
  }

  .bnr_wrap.col2 {
    flex-direction: column;
  }
  .bnr_wrap.col2 > * + * {
    margin-top: 2em;
  }

  .fx_box.item_33p {
    display: block;
  }
  .fx_box.item_33p > .item {
    width: 100%;
  }
  .fx_box.item_33p > .item + .item:not(.mgt0) {
    margin-top: 2em;
  }
}

/*--------------------------------------------
  CONTENTS BOX
--------------------------------------------*/
@media screen and (max-width: 991px) {
  .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .box_pd {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .pdt_sm {
    padding-top: 1.875em;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .inner.sm {
    max-width: 1250px;
  }
  .inner.md {
    max-width: 1400px;
  }
  .inner.lg {
    max-width: 1500px;
  }
  .inner.full {
    max-width: 100%;
  }

  .box_pd {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .pdt_sm {
    padding-top: 3.125em;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }
}

/*--------------------------------------------
  HEADER
--------------------------------------------*/
.header {
  padding-top: 1.8em;
  padding-bottom: 1.25em;
  background-color: #fff;
}
.header .inner {
  height: 100%;
}
.header .fx_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .fx_head .hd_logo {
  flex-grow: 1;
  padding-right: 2em;
}
.header .fx_head .hd_logo > a {
  display: inline-block;
  padding: 0.5em;
  padding-left: 0;
  vertical-align: top;
}
.header .fx_head .hd_logo > a:hover,
.header .fx_head .hd_logo > a:focus {
  opacity: 0.7;
}

.ul_submenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.ul_submenu > li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}
.ul_submenu > li > a {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ul_submenu > li > a:hover,
.ul_submenu > li > a:focus {
  opacity: 0.7;
}
.i_window {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
}
.i_window::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: url("../Image/common/icon_window.png") center/contain no-repeat;
}

.hd_mainmenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.8em;
  white-space: nowrap;
}
.hd_mainmenu > li > a {
  display: block;
  padding: 0.5em 1.25em;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.hd_mainmenu > li:last-child > a {
  padding-right: 0;
}
.hd_mainmenu > li > a:hover,
.hd_mainmenu > li > a:focus {
  color: #2e5b99;
}

@media screen and (min-width: 992px) {
  .header .fx_head .hd_menubtn {
    display: none;
  }
}

.sp_menu:not(.mm-menu_opened) {
  display: none;
}

@media screen and (max-width: 1399px) {
  .hd_mainmenu > li > a {
    padding: 0.5em 0.8em;
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
  }
  .hd_mainmenu > li:last-child > a {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .mm-wrapper .sp_menu {
    padding-top: 5.3em;
  }
  .mm-page {
    z-index: auto !important;
  }
  .mm-page .mmenu {
    z-index: auto !important;
    padding-top: 4.3em;
  }
  .header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    height: 4.3em;
    padding: 0.5em 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }

  .header .fx_head .hd_logo > a {
    padding: 0.3em;
    padding-left: 0;
  }

  .header .hd_nav {
    display: none;
  }
  .header .hd_menubtn {
    padding-right: 0.5em;
  }
  .header .hd_menubtn > a {
    position: relative;
    z-index: 6;
    display: block;
    width: 2.3em;
    height: 1.6em;
  }
  .header .hd_menubtn > a .b1,
  .header .hd_menubtn > a .b2,
  .header .hd_menubtn > a .b3 {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: 0.4s;
    background-color: #2e5b99;
  }
  .header .hd_menubtn > a .b1 {
    top: 0;
  }
  .header .hd_menubtn > a .b2 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .hd_menubtn > a .b3 {
    bottom: 0;
  }
  .mm-wrapper_opening .header .hd_menubtn > a .b1 {
    transform: translateY(0.8em) translateY(-1px) rotate(225deg);
  }
  .mm-wrapper_opening .header .hd_menubtn > a .b2 {
    opacity: 0;
  }
  .mm-wrapper_opening .header .hd_menubtn > a .b3 {
    transform: translateY(-0.8em) translateY(1px) rotate(-225deg);
  }

  .mm-menu,
  .mm-panel,
  .mm-navbar {
    background-color: #fff;
  }
  .mm-listitem__text {
    padding: 1em 1.5em;
  }
}

/*--------------------------------------------
  FOOTER
--------------------------------------------*/
.under .footer {
  border-top: 3px solid #2e5b99;
}
.footer .ft_row01 {
  padding-top: 3em;
  padding-bottom: 3.5em;
}
.fx_footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.fx_footer .ft_logo {
  flex-grow: 1;
  padding-right: 2em;
}
.fx_footer .ft_logo .logo_img > a {
  display: inline-block;
  vertical-align: top;
}
.fx_footer .ft_logo .logo_img > a:hover,
.fx_footer .ft_logo .logo_img > a:focus {
  opacity: 0.7;
}

.wrap_ftmenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 1.25em;
}
.wrap_ftmenu .ul_ftmenu + .ul_ftmenu {
  margin-left: 4.3em;
}
.wrap_ftmenu .ul_ftmenu > li > a {
  position: relative;
  display: block;
  padding: 0.3em;
  padding-left: 1.3em;
}
.wrap_ftmenu .ul_ftmenu > li > a:hover,
.wrap_ftmenu .ul_ftmenu > li > a:focus {
  text-decoration: underline;
}
.wrap_ftmenu .ul_ftmenu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: url("../Image/common/icon_arrow_bl.png") center/contain no-repeat;
}

.footer .ft_row02 {
  padding: 1em 1.5em;
  background-color: #2e5b99;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 991px) {
  .footer .ft_row01 {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
  }
  .fx_footer .ft_logo {
    padding-right: 0;
  }
  .fx_footer .ft_menu {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .fx_footer .ft_logo .logo_img > a {
    max-width: 90%;
  }
}

/*--------------------------------------------
  breadcrumbs
--------------------------------------------*/
.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0.8em 0;
}
.breadcrumbs > li {
  position: relative;
}
.breadcrumbs > li > a {
  display: block;
  padding: 0.4em 1em;
  font-size: 1.4rem;
  line-height: 1.3;
}
.breadcrumbs > li:first-child > * {
  padding-left: 0;
}
.breadcrumbs > li + li::before {
  content: "\03e";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -0.2em;
  font-size: 1.4rem;
  line-height: 1;
}
.breadcrumbs > li > a:hover,
.breadcrumbs > li > a:focus {
  text-decoration: underline;
}
.breadcrumbs > li:last-child > a {
  text-decoration: none;
  pointer-events: none;
}

.breadcrumbs {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: 0.3em;
  }
  .breadcrumbs::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 1em;
  }
  .breadcrumbs::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background: #2e5b99;
  }
}
