@charset "UTF-8";

/*-------------------------------
  Wordpress
-------------------------------*/
.alignleft,
.alignright,
.aligncenter {
  clear: both;
  display: block;
  margin: 8px auto;
}
@media (min-width: 40em) {
  .alignleft {
    display: block;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: block;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-video {
  width: 100% !important;
}
.wp-audio-shortcode {
  display: none;
}

/*-------------------------------
  MW WP Form
-------------------------------*/
.mwform-tel-field input {
  width: 5.5em !important;
}

.mw_wp_form .horizontal-item {
  margin-right: 0.75rem;
  margin-left: 0 !important;
  display: inline-block;
}

/* 入力画面でのみ非表示 */
.mw_wp_form_input .hidden_on_input {
  display: none;
}
/* 入力画面でのみ表示 */
.mw_wp_form_input .show_on_input {
  display: block;
}
/* 確認画面でのみ非表示 */
.mw_wp_form_confirm .hidden_on_confirm {
  display: none;
}
/* 確認画面でのみ表示 */
.mw_wp_form_confirm .show_on_confirm {
  display: block;
}
/* 完了画面でのみ非表示 */
.mw_wp_form_complete .hidden_on_complete {
  display: none;
}
/* 完了画面でのみ表示 */
.mw_wp_form_complete .show_on_complete {
  display: block;
}
@media only screen and (max-width: 39.9375rem) {
  .mw_wp_form .horizontal-item {
    display: block;
    margin-left: 0 !important;
  }
}

/*-------------------------------
  PageNavi
-------------------------------*/
 .wp-pagenavi {
  padding-top: 2rem;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 3px;
  display: inline-block;
  padding: 5px 0.75rem;
  text-decoration: none;
  border: 1px solid #DFDFDF;
  background-color: #ffffff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: 1px solid #2B453C;
}
@media only screen and (max-width: 39.9375rem) {
  .wp-pagenavi a.first,
  .wp-pagenavi a.last,
  .wp-pagenavi span.extend {
    display: none;
  }
}

/*-------------------------------
  Elementor
-------------------------------*/
.elementor-widget-container .c-container {
  padding-left: 0;
  padding-right: 0;
  min-width: initial;
}
@media (min-width: 40em) {
  .elementor-widget-container .c-container {
    max-width: 72rem;
  }
}

header {
  /*position: sticky;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom:1px solid #dbdbdb;
  height:8.0rem;
}
header > .o-header-content > .u-position--relative > .c-row {
  /*position: sticky;*/
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 500;
}
.o-header-content {
  width: 100%;
  margin:0 auto;
}
.o-header-content-wrapper {
  height:8.0rem;
}
.o-header-content-inner {
  height:8.0rem;
  align-items:center;
}
/* ヘッダー */
@media (min-width: 40em) {
  header {
    /*position: sticky;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom:1px solid #dbdbdb;
    height:80px;
  }
  header > .o-header-content > .u-position--relative > .c-row {
    position: static;
    width: 1100px;
    margin: 0 auto;
  }
  .o-header-content {
    margin:0 auto;
    height:100%;
  }
  .o-header-content-wrapper {
    height:80px;
  }
  .o-header-content-inner {
    height:80px;
    align-items:center;
    padding-top:0;
  }
  .o-header-dummy {
    width: 100%;
    height: 106px;
  }
}
.o-header-logo {
  width: 49.7rem;
  padding:0 0 0 2.0rem;
}
.o-header-logo h1{
  text-align: left;
  line-height:0;
}
.o-header-logo img{
  width: 47.7rem;
  height:auto;
  vertical-align: middle;
}
@media (min-width: 40em) {
  .o-header-logo {
    width: 477px;
    padding:0 0;
  }
  .o-header-logo h1{
    text-align: left;
    line-height:0;
  }
  .o-header-logo img{
    width: 477px;
    height:auto;
  }
}
.o-head-search-form {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: opacity 1s,visibility 1s, transform 1s;
}
.scroll.o-head-search-form {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.o-heder-history {
  display:block;
  width: 7.0rem;
  margin-left: auto;
}
.o-heder-history a{
  display: block;
  background-color: transparent;
  border-radius:0;
  height:100%;
  text-align: center;
  padding: 0 0;
}
.o-heder-history .o-heder-history-pc img {
  display: block;
  width:20px;
  height:auto;
  margin: 0 auto;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.o-heder-history__text {
  padding-top:5px;
  text-align: center;
  color:#FFFFFF;

  font-size: 10px;
  font-weight:400;
  line-height: 1;
  letter-spacing: 0em;
}
.o-heder-history__text.type02 {
  color:#00327d;
  position: relative;
  top: 10px;
}
.o-heder-history .o-heder-history-sp {
  line-height:0;
}
.o-heder-hamburger .o-heder-hamburger--sp {
  line-height:0;
}
@media (min-width: 40em) {
  .o-heder-history {
    display:block;
    width: 70px;
    margin-left: auto;
  }
  .o-heder-history a{
    display: block;
    background-color: #00327d;
    border-radius:0.5rem;
    height:100%;
    text-align: center;
    padding:8px 0 7px 0;
  }
  .o-heder-history .o-heder-history-pc img {
    display: block;
    width:20px;
    height:auto;
    margin: 0 auto;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
  .o-heder-history__text {
    padding-top:5px;
    text-align: center;
    color:#FFFFFF;
    
    font-size: 10px;
    font-weight:400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .o-heder-history__text.type02 {
    color:#00327d;
    position: relative;
    top: 10px;
  }
}
.o-heder-hamburger {
  width: 7.0rem;
  margin-left:0.7rem;
  margin-right:2.0rem;
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  text-align: center;
  padding: 0 0;
}
.o-heder-hamburger:hover {
  cursor: pointer;
}
/* ハンバーガー */
.o-hamburger_hidden {
  display: none;
}
.o-hamburger_open {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
/* ハンバーガーメニューのアイコン */
.o-hamburger_open span,
.o-hamburger_open span:before,
.o-hamburger_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 4.4rem;
  background: #00327d;
  transition: 0.5s;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
}
.o-hamburger_open span:before {
  bottom: 1.4rem;
}
.o-hamburger_open span:after {
  top: 1.4rem;
}
.o-hamburger_open.is-open span {
  background: rgba(255, 255, 255, 0);
}
.o-hamburger_open.is-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.o-hamburger_open.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}  
.o-hamburger__content {
  display: none;
  width: 100%;
  padding: 0;
  position: fixed;
  background:rgba(0,50,125,0.9);
  z-index: 105;
  border-bottom: none;
  padding:2.0rem 2.0rem;
}
.menu-menu-1-container{
  padding-left:0;
}
@media (min-width: 40em) {
  .o-hamburger__content {
    padding: 1rem 0;
    border-bottom: none;
    position: absolute;
    background:rgba(0,50,125,0.9);
  }
  .menu-menu-1-container{
    padding-left:30px;
  }
}
.o-hamburger__list {
  list-style: none;
  color: var(--color-White);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-hamburger__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  position: relative;
  padding: 0.75rem 0;
  border-bottom: 0.5px solid var(--color-border);
}
.o-hamburger__list li:last-child {
  border-bottom: none;
}
.o-hamburger__list li::before {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: var(--color-white);
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 48%;
  right: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
}
.o-hamburger__list li a {
  display: block;
  font-size:2.6rem;
}
@media (min-width: 40em) {
  .o-hamburger__list li {
    padding: 0;
    border-bottom: none;
  }
  .o-hamburger__list li::before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: var(--color-white);
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .o-hamburger__list li a {
    display: block;
    font-size:15px;
  }
}

@media (min-width: 40em) {
  .o-heder-hamburger {
    width: 70px;
    margin-left:7px;
    margin-right:0;
    position: relative;
    display: block;
    background-color: #f9f8f8;
    border-radius: 5px;
    height: auto;
    text-align: center;
    padding: 18px 0 17px 0;
  }
  .o-heder-hamburger:hover {
    cursor: pointer;
  }
  /* ハンバーガー */
  .o-hamburger_hidden {
    display: none;
  }
  .o-hamburger_open {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 100;
  }
  /* ハンバーガーメニューのアイコン */
  .o-hamburger_open span,
  .o-hamburger_open span:before,
  .o-hamburger_open span:after {
    height: 2px;
    width: 25px;
    left:0;
    right:0;
    margin:auto;
    background: #00327d;
  }
  .o-hamburger_open span:before {
    bottom: 7px;
  }
  .o-hamburger_open span:after {
    top: 7px;
  }
  .o-hamburger__list li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    position: relative;
    padding-left: 1.25rem;
  }
  .o-hamburger__content {
    background:rgba(0,50,125,0.9);
  }
}
.o-header-cap--sp {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 11px;
}


/* フッター */
.o-footer__logoarea {
  padding: 5.0rem 0;
}
.o-footer__logoarea.type02 {
  padding: 7.0rem 0;
}
.o-footer__logo {
  width: 100%;
  text-align: center;
}
.o-footer__logo img {
  width: 80vw;
}
.o-footer__pmark {
  margin: 5.6rem auto 9.6rem;
}
.o-footer__pmark img{
  width: 55px;
  height: auto;
}
@media (min-width: 40em) {
  #footer {
    border-top: 1px solid var(--color-border);
  }
  .o-footer__logoarea {
    padding: 37px 0 48px;
  }
  .o-footer__logoarea.type02 {
    padding: 37px 0 48px;
  }
  .o-footer__logo {
    margin-right: auto;
    width: 477px;
  }
  .o-footer__logo img {
    width: 100%;
  }

  .o-footer__pmark {
    margin: auto;
  }
}
.o-footer__icons {
  margin: 5.6rem auto 9.6rem;
}
.o-footer__icons a {
  display: inline-block;
  width: 14vw;
  height: 14vw;
  width: 11vw;
  height: 11vw;
  object-fit: cover;
  margin: auto 6px;
}
.o-footer__icons a img {
  width: 100%;
  height: auto;
}
@media (min-width: 40em) {
  .o-footer__icons {
    margin: 0 0 0 auto;
    width: auto;
  }
  .o-footer__icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    object-fit: cover;
  }
  .o-footer__icons a img {
    width: 100%;
    height: auto;
  }
}
.o-footer-content{
  /*border-top:1px solid #dbdbdb;*/
}
@media (min-width: 40em) {
  .o-footer-content{
    /*border-top:none;*/
  }
}
.o-footer--list {
  font-size: 14px;
  background-color: #00327d;
  color: var(--color-White);
}
.o-footer--list ul li  {
  margin-right: auto;
  border-right: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  line-height: 1em;
  padding: 2.5rem 2.0rem;
}
.o-footer--list ul li:first-of-type, .o-footer--list ul li:nth-of-type(2) {
  border-top: none;
}
.o-footer--list ul li:nth-of-type(even){
  border-right: none;
}
.o-footer--list ul li a {
  font-size:2.6rem;
}
.o-copyright {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1em;
  padding: 5.0rem 0.5rem;
  background-color: #FFFFFF;
  color:#000000;
}
@media (min-width: 40em) {
  .o-footer--list {
    padding: 32px 0;
    font-size: 14px;
  }
  .o-footer--list ul {
    text-align: center;
  }
  .o-footer--list ul li {
    margin-right: auto;
    line-height: 1em;
    border: none;
    padding: 0;
  }
  .o-footer--list ul li a {
    font-size:14px;
  }
  .o-copyright {
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    padding: 30px 0 30px;
    background-color: #FFFFFF;
    color:#000000;
  }
}

.o-footer-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s;
  z-index: 50;
}
@media (min-width: 40em) {
  .o-footer-fix {
    padding-top: 1rem;
    padding-bottom: 13px;
    background-color: rgba(229, 229, 229, 0.8);
  }
}
.scroll.o-footer-fix {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.o-footer-btn--phone {
  width: 100%;
  line-height: 1em;
  color: #00327d;
  position: relative;
  height: 100%;
}
.o-footer-btn--mail {
  width: 100%;
  line-height: 1em;
  color: #FFFFFF;
  position: relative;
  height: 100%;
}
@media (min-width: 40em) {
  .o-footer-btn--phone,.o-footer-btn--mail {
    width: 400px;
    /*height: 70px;*/
    /*border-radius: 40px;*/
  }
}
.o-footer-btn--phone {
  background-color: #FFFFFF;
  padding: 1vw;
}
.o-phone-btn__text {
  font-size: 2.5vw;
}
.o-phone-btn__num {
  font-size: 5vw;
  margin: 1vw 0;
}
.o-phone-btn__time {
  font-size: 2.2vw;
}
@media (min-width: 40em) {
  .o-footer-btn--phone {
    margin-right: 1rem;
    padding: 0;
  }
  .o-phone-btn__text {
    font-size: 14px;
  }
  .o-phone-btn__num {
    font-size: 24.61px;
    margin: 6px 0 4px;
  }
  .o-phone-btn__time {
    font-size: 12px;
  }
}
.o-footer-btn--mail {
  background-color: #00327d;
  font-size: 4.5vw;
}
@media (min-width: 40em) {
  .o-footer-btn--mail {
    font-size: 20px;
    margin-left: 1rem;
  }
}
.o-footer-btn--phone i,.o-footer-btn--mail i {
  font-size: 5vw;
  margin-right: 6px;
}
@media (min-width: 40em) {
  .o-footer-btn--phone i,.o-footer-btn--mail i {
    font-size: 23px;
    margin-right: 8px;
  }
}
.o-footer-fukidashi {
  width: 30vw;
  height: auto;
  position: absolute;
  right: 2vw;
  top: -12vw;
  /* アニメーションの名前 */
  animation-name:UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: 8s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  animation-delay:3s;
}
@media (min-width: 40em) {
  .o-footer-fukidashi {
    width: 157px;
    right: -60px;
    top: -30px;
  }
}

.footer-tel{
  text-align: center;
  width: 100%;
  background: url(../img/common/icon-tel_pc.png) left 1.0rem top 6rem no-repeat transparent;
  background-size: 2.6rem auto;
  min-height: 2.6rem;
  padding: 2.0rem 1.0rem 2.0rem 3.0rem;
}
@media (min-width: 40em) {
  .footer-tel{
    text-align: center;
    width:100%;
    background:url("../img/common/icon-tel_pc.png") left 75px top 25px no-repeat transparent;
    background-size:26px auto;
    min-height:26px;
    padding:10px 5px;
  }
}

/* アニメーションの設定 */
@keyframes UpDown{
  0%{
  transform: translateY(0);
  }
  5%{
  transform: translateY(-15px);
  }
  10%{
  transform: translateY(0);
  }
  50%{
  transform: translateY(0px);
  }
  55%{
  transform: translateY(-15px);
  }
  60%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(0px);
  }
}

.mobile-scrolled-search-condition{
  /*fixedで上部固定*/
  position: fixed;
  top: 0px;
  left: 0px;
  height: 70px;
  width:100%;
  z-index: 999;/*最前面へ*/
}

/*　上に上がる動き　*/
#search-conditions-area.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#search-conditions-area.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-container {
  padding-right: 2.0rem;
  padding-left: 2.0rem;
}
@media (min-width: 40em) {
  .c-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-left: 3.0rem;
  }
}

.pc-only{
  display:none;
}
.sp-only{
  display:block;
}
@media (min-width: 40em) {
  .pc-only{
    display:block;
  }
  .sp-only{
    display:none;
  }
}





