@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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.img_over > img {
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s;
}
.img_over:hover > img,
.img_over:focus > img {
  opacity: .7;
}


@media screen and (max-width : 1199px ) {
  html {
    font-size: .8vw;
  }
}
@media screen and (max-width : 991px ) {
  html {
    font-size: 1.3vw;
  }
  body {
    font-size: 1.4rem;
  }
}
@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: #0d1e59;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #0d1e59;
  padding: .5rem;
  line-height: 1.3;
  transition: .4s;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background-color: #0d1e59;
  opacity: .7;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #0d1e59;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #0d1e59;
  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,
.wp_editor h3,
.wp_editor h4,
.wp_editor h5,
.wp_editor h6 {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.wp_editor h2 {
  font-size: 2.8rem;
}
.wp_editor h3 {
  font-size: 2.4rem;
}
.wp_editor h4 {
  font-size: 2rem;
}

.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: .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 h2 {
    font-size: 2.4rem;
  }
  .wp_editor h3 {
    font-size: 2rem;
  }
  .wp_editor h4 {
    font-size: 1.8rem;
  }

  .wp_editor ul > li:not(:first-child),
  .wp_editor ol > li:not(:first-child) {
    margin-top: 1rem;
  }
}


/*--------------------------------------------
  google map
--------------------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.iframe_wrap {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
.ff_open {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.ff_arimo {
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
}
.ff_serif {
  font-weight: 600;
  font-family: 'Noto Serif JP', 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:hover,
.over:focus {
  opacity: 0.7;
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
  opacity: 1;
}
@media screen and (min-width : 992px ) {
  .over_tb:hover {
    opacity: 0.7;
  }
  .ios .over_tb:hover,
  .ios .over_tb:active,
  .ios .over_tb:link,
  .ios .over_tb:visited,
  .ios .over_tb::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: .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: .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;
}
.right_block {
  display: block;
  margin-left: auto;
}

.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}
@media screen and (max-width : 575px ) {
  .ta_left_ss {
    text-align: left;
  }
  .ta_center_ss {
    text-align: center;
  }
}

.a_link {
  color: #3094b3;
  text-decoration: underline;
  word-break: break-all;
}
.a_link {
  text-decoration: none;
  opacity: .7
}

.note {
  margin-bottom: 1em;
  text-align: right;
}

.bold {
  font-weight: 700;
}

.mgt_md {
  margin-top: 1.5em;
}

.ul_deco > li {
  position: relative;
  padding-left: 3rem;
  line-height: 1.5;
}
.ul_deco > li:not(:first-child) {
  margin-top: .5em;
}
.ul_deco.limgt_sm > li:not(:first-child) {
  margin-top: .2em;
}
.ul_deco > li > .li_head {
  position: absolute;
  left: 0;
}
@media screen and (max-width : 767px ) {
  .ul_deco > li {
    padding-left: 2.2rem;
  }
  .ul_deco > li:not(:first-child) {
    margin-top: 1rem;
  }
  .ul_deco > li > .li_head {
    position: absolute;
    left: 0;
  }
}

.box_gr {
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f4f4f4;
}

.ttl_sup {
  margin-bottom: 2.8em;
  text-align: center;
}
.ttl_sup.mgb_sm {
  margin-bottom: 2em;
}
.ttl_sup.ta_left {
  text-align: left;
}
.ttl_sup > .main {
  font-size: 5.6rem;
  color: #0d1e59;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ttl_sup > .sup {
  margin-top: .5em;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3c4652;
  line-height: 1.1;
  letter-spacing: .1rem;
}
@media screen and (max-width: 991px) {
  .ttl_sup {
    margin-bottom: 2.2em;
  }
  .ttl_sup > .main {
    font-size: 4rem;
  }
  .ttl_sup > .sup {
    font-size: 1.4rem;
  }

  .tb_center {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ttl_sup > .main {
    font-size: 3.6rem;
  }
  .ttl_sup > .sup {
    font-size: 1.4rem;
  }
}


.ttl_underbar {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-weight: 500;
  font-size: 3.2rem;
  color: #3c4652;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ttl_underbar.lh_lg {
  line-height: 1.5;
}
.ttl_underbar.lg {
  margin-bottom: .6em;
  padding-bottom: .6em;
  font-size: 5.2rem;
}
.ttl_underbar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 6rem;
  height: .4rem;
  background-color: #0d1e59;
}
.ttl_underbar:not(.ta_left) {
  text-align: center;
}
.ttl_underbar:not(.ta_left)::before {
  right: 0;
}
@media screen and (max-width: 991px) {
  .ttl_underbar {
    font-size: 2.4rem;
  }
  .ttl_underbar.lg {
    font-size: 3.2rem;
  }
}


.ttl_leftbar {
  position: relative;
  margin-bottom: 1.8em;
  padding-left: 1.5em;
  letter-spacing: .1rem;
}
.ttl_leftbar::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: .6rem;
  background-color: #0d1e59;
}
.ttl_leftbar > .sup {
  margin-bottom: .5em;
  font-weight: 500;
  color: #0d1e59;
  line-height: 1;
}
.ttl_leftbar > .main {
  font-weight: 500;
  font-size: 2.6rem;
  color: #3c4652;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  .ttl_leftbar {
    margin-bottom: 1.3em;
  }
  .ttl_leftbar::before {
    width: .4rem;
  }
  .ttl_leftbar > .main {
    font-size: 1.8rem;
  }
}


.txt_ttlunder {
  margin-bottom: 2.5em;
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .txt_ttlunder {
    margin-bottom: 2em;
  }
}


.ttl_bar_lr {
  margin-bottom: 1em;
  font-weight: 500;
  color: #3c4652;
  line-height: 1.1;
  letter-spacing: .2rem;
}
.ttl_bar_lr > span {
  position: relative;
  display: inline-block;
  padding: 0 2em;
}
.ttl_bar_lr > span::before,
.ttl_bar_lr > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.3em;
  height: 1px;
  background-color: #3c4652;
}
.ttl_bar_lr > span::before {
  left: 0;
}
.ttl_bar_lr > span::after {
  right: 0;
}


.ttl_bd_tb {
  margin-bottom: 1em;
  padding: .6em 0;
  border-top: 1px solid #0d1e59;
  border-bottom: 1px solid #0d1e59;
  font-weight: 500;
  font-size: 2.2rem;
  color: #0d1e59;
  line-height: 1.1;
  letter-spacing: .1rem;
}
@media screen and (max-width: 991px) {
  .ttl_bd_tb {
    font-size: 1.9rem;
  }
}


.fx_col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -1.25em;
  margin-right: -1.25em;
}
.fx_col > .item {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.fx_col.col2 > .item {
  width: 50%;
}
.fx_col.col3 > .item {
  width: calc( 100% / 3 );
}
.fx_col > .item .wrap_ofi {
  padding-top: 100%;
  overflow: hidden;
}
.fx_col.img_lg > .item .wrap_ofi {
  padding-top: 145%;
}
.fx_col.col2.img_lg > .item .wrap_ofi {
  padding-top: 60%;
}
.fx_col > .item > a {
  display: block;
}
.fx_col > .item > a .wrap_ofi > img {
  transition: .6s;
}
.fx_col > .item > a:hover .conts,
.fx_col > .item > a:focus .conts {
  opacity: .7;
}
.fx_col > .item > a:hover .wrap_ofi > img,
.fx_col > .item > a:focus .wrap_ofi > img {
  transform: scale(1.2);
}
.fx_col > .item .conts {
  display: block;
  padding-top: 1.5em;
}
.design_conts > .sup {
  margin-bottom: .5em;
  font-size: 1.6rem;
  color: #00327d;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.design_conts > .title {
  margin-bottom: .8em;
  font-weight: 500;
  font-size: 2.6rem;
  color: #3c4652;
  line-height: 1.3;
  letter-spacing: .1rem;
}
.design_conts > .text {
  line-height: 2;
  letter-spacing: .05rem;
}
.design_conts > .title.mgb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .fx_col {
    margin-left: -.7em;
    margin-right: -.7em;
  }
  .fx_col > .item {
    padding-left: .7em;
    padding-right: .7em;
  }
  .fx_col > .item .conts {
    padding-top: 1.2em;
  }
  .design_conts > .sup {
    font-size: 1.4rem;
  }
  .design_conts > .title {
    margin-bottom: .8em;
    font-size: 2rem;
  }
  .design_conts > .text {
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .fx_col {
    flex-wrap: wrap;
    margin-top: -2em;
  }
  .fx_col > .item {
    margin-top: 2em;
  }
  .fx_col.col3 > .item {
    width: 50%;
  }
  .fx_col.sp_vertical > .item {
    width: 100%;
  }
  .fx_col.sp_horizon > .item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .fx_col.sp_horizon > .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .fx_col.sp_horizon > .item > * {
    width: 50%;
  }
  .fx_col.sp_horizon > .item .wrap_ofi {
    padding-top: 50%;
  }
  .fx_col.sp_horizon > .item:nth-child(odd) .conts {
    padding-top: 0;
    padding-left: 1em;
  }
  .fx_col.sp_horizon > .item:nth-child(even) .conts {
    padding-top: 0;
    padding-right: 1em;
  }
}


.fx_imglink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25em;
  margin-right: -1.25em;
}
.fx_imglink > .item {
  width: 50%;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.fx_imglink > .item > a {
  display: block;
}
.fx_imglink > .item > a > .wrap_ofi {
  overflow: hidden;
}
.fx_imglink > .item > a > .wrap_ofi > img {
  transition: .6s;
}
.fx_imglink > .item > a:hover > .wrap_ofi > img,
.fx_imglink > .item > a:focus > .wrap_ofi > img {
  transform: scale(1.2);
}
.fx_imglink > .item > a > .conts {
  position: relative;
  height: 5em;
  padding-top: 1.6em;
  padding-right: 5em;
}
.fx_imglink > .item > a > .conts::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5em 5em;
  border-color: transparent transparent #0d1e59 transparent;
}
.fx_imglink > .item > a > .conts::after {
  content: '';
  display: block;
  position: absolute;
  top: 3.3em;
  right: 1em;
  width: 1.7em;
  height: .6em;
  background: url('../Image/common/arrow_wh.png') center/contain no-repeat;
  transition: .4s;
  backface-visibility: hidden;
}
.fx_imglink > .item > a:hover > .conts::after,
.fx_imglink > .item > a:focus > .conts::after {
  right: .4em;
}
.fx_imglink > .item > a > .conts > .title {
  font-weight: 500;
  font-size: 2.4rem;
  color: #3c4652;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.fx_imglink > .item > a:hover > .conts > .title,
.fx_imglink > .item > a:focus > .conts > .title {
  color: #0d1e59;
}
.fx_imglink > .item > a > .conts > .sup {
  margin-top: .5em;
  font-size: 1.6rem;
  color: #0d1e59;
  line-height: 1.1;
  letter-spacing: .1rem;
}
@media screen and (max-width: 991px) {
  .fx_imglink {
    margin-left: -.7em;
    margin-right: -.7em;
  }
  .fx_imglink > .item {
    padding-left: .7em;
    padding-right: .7em;
  }
  .fx_imglink > .item > a > .conts {
    height: 4.4em;
    padding-top: 1em;
    padding-right: 4em;
  }
  .fx_imglink > .item > a > .conts::before {
    border-width: 0 0 4.4em 4em;
  }
  .fx_imglink > .item > a > .conts::after {
    top: 3em;
    right: .6em;
    width: 1.27em;
    height: .45em;
  }
  .fx_imglink > .item > a > .conts > .title {
    font-size: 1.8rem;
  }
  .fx_imglink > .item > a > .conts > .sup {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fx_imglink > .item {
    width: 100%;
  }
  .fx_imglink > .item + .item {
    margin-top: 2em;
  }
}


.fx_certification {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.fx_certification > .left {
  width: 150px;
}
.fx_certification > .right {
  width: calc( 100% - 150px );
  padding-left: 1em;
}
.fx_certification > .right .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .fx_certification > .left {
    width: 100px;
  }
  .fx_certification > .right {
    width: calc( 100% - 100px );
    padding-left: 1em;
  }
  .fx_certification > .right .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fx_certification > .right .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .fx_certification {
    flex-direction: column;
  }
  .fx_certification > .left {
    width: 12em;
  }
  .fx_certification > .right {
    width: 100%;
    padding-left: 0;
  }
}



.wrap_btn {
  margin-top: 3.4em;
  text-align: center;
}
.wrap_btn.ta_left {
  text-align: left;
}
.wrap_btn.mgt_sm {
  margin-top: 2.2em;
}
@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_blue,
.btn_orange,
.btn_gray {
  display: inline-block;
  width: 100%;
  max-width: 13.7em;
  padding: 1em;
  border: none;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: .1rem;
  transition: .4s;
  cursor: pointer;
}
.btn_blue.lg,
.btn_orange.lg,
.btn_gray.lg {
  max-width: 15em;
  padding: 1.2em;
  font-size: 1.6rem;
}
.btn_blue {
  background-color: #0d1e59;
  color: #fff;
}
.btn_blue:hover,
.btn_blue:focus {
  background-color: #243a86;
}
.btn_orange {
  background-color: #eca70f;
  color: #fff;
}
.btn_orange:hover,
.btn_orange:focus {
  background-color: #f4b730;
}
.btn_gray {
  background-color: #ddd;
}
.btn_gray:hover,
.btn_gray:focus {
  background-color: #eee;
}
@media screen and (max-width: 991px) {
  .wrap_btn {
    margin-top: 3em;
  }
  .btn_blue,
  .btn_orange,
  .btn_gray {
    font-size: 1.3rem;
  }
  .btn_blue.lg,
  .btn_orange.lg,
  .btn_gray.lg {
    font-size: 1.4rem;
  }
}


/*--------------------------------------------
  CONTENTS BOX
--------------------------------------------*/
@media screen and ( max-width: 991px ) {
  .inner,
  .inner.lg {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .box_pd {
    padding-top: 3em;
    padding-bottom: 3.5em;
  }
  .box_pd_sm {
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }

  .sec_wrap + .sec_wrap {
    margin-top: 3em;
  }
}
@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.lg {
    max-width: 1700px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .inner.full {
    max-width: 100%;
  }

  .box_pd {
    padding-top: 5.6em;
    padding-bottom: 5.6em;
  }
  .box_pd_sm {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .box_pdt0 {
    padding-top: 0;
  }
  .box_pdb0 {
    padding-bottom: 0;
  }

  .sec_wrap + .sec_wrap {
    margin-top: 5.6em;
  }
}


/*--------------------------------------------
  HEADER
--------------------------------------------*/
.bg_header,
.bg_header > *:not(.drawer-nav):not(header) {
  position: relative;
}
.bg_header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #0d1e59;
}

.header {
  z-index: 104;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 5.3em;
}
/*@media screen and (min-width: 992px) {*/
.h_middle .header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 .3em rgba(0,0,0,.2);
  transform: translateY(-105%);
}
.h_move .header {
  transition: .2s;
}
.h_fixed .header {
  top: 0;
  transform: translateY(0);
  transition: .4s;
}
/*}*/
/*@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 .3em rgba(0,0,0,.2);
  }
}*/
.header > .hdr_logo {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #0d1e59;
}
.header > .hdr_logo > a {
  z-index: 1;
  display: inline-block;
  padding: .3em .5em;
  vertical-align: top;
}
.header > .hdr_logo > a > img {
  width: 7.5em;
}
@media screen and (min-width: 992px) {
  body:not(.h_middle) .header > .hdr_logo > a {
    position: absolute;
    top: 1em;
    width: 10em;
  }
  body:not(.h_middle) .header > .hdr_logo > a > img {
    width: 100%;
  }
}

.header > .hdr_right {
  position: relative;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.header > .hdr_right .global_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background-color: #fff;
}
.header > .hdr_right .global_menu > li:not([class]) {
  position: relative;
}
.header > .hdr_right .global_menu > li:not([class]) > a,
.header > .hdr_right .global_menu > li:not([class]) > div,
.header > .hdr_right .global_menu > .contact_pc > a {
  position: relative;
  display: block;
  padding: 2.2em 1.3em;
  letter-spacing: .1rem;
  line-height: 1.1;
  transition: .4s;
}
.header > .hdr_right .global_menu > li:not([class]) > a::before,
.header > .hdr_right .global_menu > li:not([class]) > div::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: .4rem;
  background-color: #0d1e59;
  transition: .4s;
  opacity: 0;
}
.header > .hdr_right .global_menu > li:hover:not([class]) > a::before,
.header > .hdr_right .global_menu > li:hover:not([class]) > div::before,
.header > .hdr_right .global_menu > li:focus:not([class]) > a::before,
.header > .hdr_right .global_menu > li:focus:not([class]) > div::before {
  opacity: 1;
}
.header > .hdr_right .global_menu > .contact_pc > a {
  width: 9em;
  background-color: #0d1e59;
  color: #fff;
}
.header > .hdr_right .global_menu > .contact_pc > a:hover,
.header > .hdr_right .global_menu > .contact_pc > a:focus {
  background-color: #243a86;
}
.header > .hdr_right .global_menu > li:not([class]) > div + .sub_menu {
  position: absolute;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  min-width: 14em;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 .5em .5em rgba( 0,0,0,.1 );
  transition: opacity .2s;
  pointer-events: none;
}
.header > .hdr_right .global_menu > li:not([class]):hover > div + .sub_menu,
.header > .hdr_right .global_menu > li:not([class]):focus > div + .sub_menu {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: opacity .4s;
  pointer-events: auto;
}
.header > .hdr_right .global_menu > li:not([class]) > div + .sub_menu > li + li {
  border-top: 1px solid #eee;
}
.header > .hdr_right .global_menu > li:not([class]) > div + .sub_menu > li > a {
  position: relative;
  display: block;
  padding: .5em 0;
}
.header > .hdr_right .global_menu > li:not([class]) > div + .sub_menu > li > a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 0;
  width: 100%;
  height: .2rem;
  background-color: #0d1e59;
  transition: .4s;
  opacity: 0;
}
.header > .hdr_right .global_menu > li:not([class]) > div + .sub_menu > li > a:hover::before,
.header > .hdr_right .global_menu > li:not([class]) > div + .sub_menu > li > a:focus::before {
  opacity: 1;
}
.header > .hdr_right .global_menu > .tel_pc {
  padding: 1em 1.3em;
}
.header > .hdr_right .global_menu > .tel_pc .num {
  position: relative;
  padding-left: .6em;
  font-weight: 700;
  font-size: 2.4rem;
  color: #0d1e5a;
  line-height: 1;
  letter-spacing: .1rem;
}
.header > .hdr_right .global_menu > .tel_pc .num::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: .4em;
  height: .85em;
  background: url('../Image/common/icon_tel.png') center/contain no-repeat;
}
.header > .hdr_right .global_menu > .tel_pc .sup {
  margin-top: .4em;
  font-size: 1.3rem;
  color: #3c4652;
  line-height: 1;
  letter-spacing: .1rem;
}
@media screen and ( max-width: 1199px ) {
  .header > .hdr_logo > a {
    max-width: 11.5em;
  }
}
@media screen and ( max-width: 991px ) {
  .header {
    height: 4.3em;
  }
  .header > .hdr_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .header > .hdr_logo > a {
    top: auto;
    max-width: 6.5em;
  }
  .header > .hdr_right .global_menu > li:not([class]),
  .header > .hdr_right .global_menu > .contact_pc,
  .header > .hdr_right .global_menu > .tel_pc {
    display: none;
  }

  .header > .hdr_right .global_menu > .tel_sp {
    padding-left: 1em;
  }
  .header > .hdr_right .global_menu > .contact_sp {
    padding-right: 1em;
  }
  .header > .hdr_right .global_menu > .tel_sp > a,
  .header > .hdr_right .global_menu > .contact_sp > a {
    display: block;
    padding: .5em .7em;
    width: 3.2em;
  }
  .header > .hdr_right .global_menu > .tel_sp > a:hover,
  .header > .hdr_right .global_menu > .tel_sp > a:focus,
  .header > .hdr_right .global_menu > .contact_sp > a:hover,
  .header > .hdr_right .global_menu > .contact_sp > a:focus {
    opacity: .7;
  }

  .drawer-open .drawer-overlay {
    display: none !important;
  }
  .drawer-open .header {
    background-color: #fff;
    box-shadow: 0 0 .3em rgba(0,0,0,.1);
  }
  .drawer--right .drawer-nav {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    right: 0;
  }
  .drawer--right.drawer-open .drawer-nav {
    z-index: 12;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s;
  }
  .drawer-hamburger {
    position: relative;
    z-index: 104;
    width: 4.4em;
    height: 4.3em;
    margin: 0;
    padding: 1.3em 1.2em 2em;
    background-color: #0d1e59;
    box-sizing: border-box;
  }
  .drawer-hamburger:hover {
    background-color: #0d1e59;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: .2rem;
    background-color: #fff;
  }
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    top: -.6em;
  }
  .drawer-hamburger-icon:after {
    top: .6em;
  }

  .drawer-nav .drawer-menu {
    padding: 7em 2em 8em;
  }
  .drawer-nav .drawer-menu > li + li {
    border-top: 1px solid #eee;
  }
  .drawer-nav .drawer-menu > li > a,
  .drawer-nav .drawer-menu > li > div {
    display: block;
    padding: 1.2em 1em;
    letter-spacing: .1rem;
  }
  .drawer-nav .drawer-menu > li > a {
    font-weight: 500;
  }
  .drawer-nav .drawer-menu > li > a:hover,
  .drawer-nav .drawer-menu > li > a:focus {
    background-color: #f4f4f4;
  }
  .drawer-nav .drawer-menu > li > div {
    padding-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > div > span {
    position: relative;
    display: inline-block;
    padding-right: 1.3em;
  }
  .drawer-nav .drawer-menu > li > div > span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .4em .4em 0 .4em;
    border-color: #0d1e59 transparent transparent transparent;
  }
  .drawer-nav .drawer-menu > li > .sub_menu {
    padding: .3em 0 1.2em 2em;
  }
  .drawer-nav .drawer-menu > li > .sub_menu > li > a {
    position: relative;
    display: block;
    padding: .8em 1em;
    padding-left: 1.5em;
    font-weight: 500;
    color: #0d1e59;
    letter-spacing: .1rem;
  }
  .drawer-nav .drawer-menu > li > .sub_menu > li > a:hover,
  .drawer-nav .drawer-menu > li > .sub_menu > li > a:focus {
    background-color: #f4f4f4;
  }
  .drawer-nav .drawer-menu > li > .sub_menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: .1rem;
    background-color: #0d1e59;
  }
}



/*--------------------------------------------
  FOOTER
--------------------------------------------*/
.footer {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-color: #0d1e59;
}
.footer .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.footer .inner .ftr_logo {
  flex-grow: 1;
}
.footer .inner .ftr_logo > a {
  display: inline-block;
  padding: 1em;
}
.footer .inner .ftr_logo > a:hover,
.footer .inner .ftr_logo > a:focus {
  opacity: .7;
}
.ul_foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ul_foot > li + li {
  border-left: .1rem solid #fff;
}
.ul_foot > li > a {
  display: block;
  padding: 0 1.2em;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .1rem;
}
.ul_foot > li > a:hover,
.ul_foot > li > a:focus {
  text-decoration: underline;
}
.copyright {
  margin-top: 1em;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: .1rem;
}

@media screen and (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .inner {
    display: block;
  }
  .footer .inner .ftr_logo > a {
    padding: .5em;
  }
  .ul_foot {
    margin-top: 1.5em;
    justify-content: center;
  }
}



/*--------------------------------------------
  breadcrumbs
--------------------------------------------*/
.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 1.4em 0;
}
.breadcrumbs > li {
  position: relative;
}
.breadcrumbs > li > a,
.breadcrumbs > li > span {
  display: block;
  padding: .5rem 1.5rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .05rem;
  text-shadow: 0 0 .5rem rgba(0,0,0,.3);
}
.breadcrumbs > li:first-child > * {
  padding-left: 0;
}
.breadcrumbs > li + li::before {
  content: '\03e';
  display: block;
  position: absolute;
  top: 0;
  left: -.2em;
  bottom: 0;
  margin: auto;
  color: #fff;
}
.breadcrumbs > li > a:hover,
.breadcrumbs > li > a:focus {
  text-decoration: underline;
}
.breadcrumbs > li:last-child > a {
  text-decoration: none;
  pointer-events: none;
}



/*--------------------------------------------
  FOOT CONTACT
--------------------------------------------*/
.footcontact {
  padding: 6.25em 0;
  background: url('../Image/common/bg_contact.jpg') center/cover;
}
.footcontact > .inner > .conts {
  max-width: 600px;
}
.footcontact > .inner > .conts .ttl_underbar {
  color: #0d1e59;
}
.footcontact_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: -1em;
  margin-right: -1em;
}
.footcontact_btn > .item {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}
.footcontact_btn > .item > a {
  display: block;
  height: 100%;
}
.footcontact_btn > .item > .btn_contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em .5em;
  background-color: #0d1e59;
  color: #fff;
  line-height: 1;
}
.footcontact_btn > .item > .btn_contact:hover,
.footcontact_btn > .item > .btn_contact:focus {
  background-color: #243a86;
}
.footcontact_btn > .item > .btn_contact > span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.footcontact_btn > .item > .btn_contact > span::before {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.1em;
  height: 1.1em;
  background: url('../Image/common/icon_mail_wh.png') center/contain no-repeat;
}
.footcontact_btn > .item > .btn_line {
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #fff;
}
.footcontact_btn > .item > .btn_line:hover,
.footcontact_btn > .item > .btn_line:focus {
  background-color: #eee;
}

.footcontact.or {
  background: url('../Image/cosmetics/bg_contact_c.jpg') center/cover;
}
.footcontact.or > .inner > .conts .ttl_underbar {
  color: #eca70f;
}
.footcontact.or > .inner > .conts .ttl_underbar::before {
  background-color: #eca70f;
}
.or .footcontact_btn > .item > .btn_contact {
  background-color: #eca70f;
}
.or .footcontact_btn > .item > .btn_contact:hover,
.or .footcontact_btn > .item > .btn_contact:focus {
  background-color: #f4b730;
}

@media screen and (max-width: 991px) {
  .footcontact {
    padding: 3em 0 3.5em;
  }
  .footcontact > .inner > .conts {
    margin-left: auto;
    margin-right: auto;
  }
  .footcontact_btn {
    margin-left: -.5em;
    margin-right: -.5em;
  }
  .footcontact_btn > .item {
    padding-left: .5em;
    padding-right: .5em;
  }
}
@media screen and (max-width: 991px) {
  .footcontact {
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .footcontact.or {
    background-position: left center;
  }
}


/*--------------------------------------------
  アニメーション
--------------------------------------------*/
.show_stay {
  opacity: 0;
  transition: all 1s ease .2s;
  backface-visibility: hidden;
}
.show_stay.scrolled {
  opacity: 1;
}

.show_bottom {
  opacity: 0;
  transition: all 1s ease .2s;
  transform: translateY(4em);
  backface-visibility: hidden;
}
.show_bottom.scrolled {
  transform: translateY(0);
  opacity: 1;
}

.show_right {
  position: relative;
  margin-left: auto;
  width: 0%;
  transition: width 1s ease .2s;
  backface-visibility: hidden;
}
.show_left {
  position: relative;
  width: 0%;
  transition: width 1s ease .2s;
  backface-visibility: hidden;
}
.show_right.scrolled,
.show_left.scrolled {
  width: 100%;
  height: 100%;
}
.key_under .show_right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.bg_marker {
  padding: 0 .3rem;
  background-color: #e2ecfe;
}
.bg_marker.effect_js {
  padding: 0 .3rem;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent 50%, #e2ecfe 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #e2ecfe 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #e2ecfe 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #e2ecfe 50%);
  background-image: linear-gradient(left, transparent 50%, #e2ecfe 50%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
  background-position: 0;
  transition: 1.2s linear .4s;
}
.bg_marker.effect_js.scrolled {
  background-position: -100% 0;
}