@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 16px;
  background: #ffffff;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

.gothic {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}
.header .logo a {
  display: block;
  padding: 0 10px 10px 0;
  border-radius: 0 0 10px 0;
  background: #ffffff;
}

@media (min-width: 1025px) {
  .header {
    height: 100px;
    padding: 0 20px 10px 5%;
  }
  .header .ttl {
    position: absolute;
    top: 10px;
    left: 7%;
  }
  .header .logo {
    position: absolute;
    left: 5%;
    bottom: -30px;
    width: 15%;
    max-width: 200px;
  }
  .header .hamburger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .navBox .navList {
    min-width: 500px;
    padding: 0 40px 20px 0;
  }
  .navBox .navList .ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 8%;
  }
  .navBox .navList .ul .li {
    padding: 0 0 0 10px;
    background: url(https://useless-profit.jp/system_panel/uploads/images/nav_arrow.png) left center no-repeat;
  }
  .navBox .navList .ul .li a {
    display: inline-block;
  }
  .navBox .navItem {
    display: flex;
    align-items: center;
  }
  .navBox .navItem .telBox {
    margin: 0 20px 0 0;
  }
  .navBox .navItem .telBox .tel a {
    display: inline-block;
  }
  .navBox .navItem .telBox .tel a .span {
    display: inline-block;
    font-size: 15px;
  }
  .navBox .navItem .telBox .tel a .em {
    display: inline-block;
    font-size: 26px;
  }
  .navBox .navItem .telBox > p {
    font-size: 14px;
  }
  .navBox .navItem .mailBox {
    width: 140px;
  }
  .navBox .navItem .mailBox a {
    display: block;
    padding: 20px 10px 15px;
    color: #ffff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #97ae51;
  }
  .navBox .navItem .mailBox a p {
    padding: 35px 0 0;
    background: url(https://useless-profit.jp/system_panel/uploads/images/nav_mail.png) center top 5px no-repeat;
    background-size: 40px auto;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 100px 0 0;
}

.pageKvContainer {
  padding: 0 0 0 10%;
}
.pageKvContainer .pageKvPanel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  background: url(https://useless-profit.jp/system_panel/uploads/images/page_kv.png) no-repeat;
  background-size: cover;
}
.pageKvContainer .pageKvPanel .kvTtl h1 {
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  background: #ffffff;
  font-size: 45px;
  line-height: 1;
}

.secWrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore a {
  display: inline-block;
  padding: 10px 40px 10px 0;
  color: #3a5282;
  background: url(https://useless-profit.jp/system_panel/uploads/images/btn_more_arrow.png) right center no-repeat;
  background-size: 30px auto;
}
.btnMore a p {
  display: inline-block;
  padding: 0 0 3px;
  border-bottom: 1px solid #7887a5;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 60px 0;
  background: #f5f5f4;
}
.footer .footContact .secTtlBox {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 8px;
  text-align: center;
}
.footer .footContact .secTtlBox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background: #3a5282;
}
.footer .footContact .secTtlBox .sub {
  color: #c8c8c4;
}
.footer .footContact .secTtlBox .secTtl {
  font-size: 34px;
  color: #3a5282;
}
.footer .footContact .topTxt {
  margin: 0 0 30px;
  font-size: 24px;
  text-align: center;
  line-height: 2;
}
.footer .footContact .itemPanel {
  max-width: 700px;
  margin: 0 auto;
}
.footer .footContact .itemPanel .itemBox {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #0c0c0c;
  border-bottom: 1px solid #0c0c0c;
}
.footer .footContact .itemPanel .itemBox .ttl {
  margin: 0 0 10px;
  font-size: 18px;
}
.footer .footContact .itemPanel .telBox .tel a {
  display: inline-block;
}
.footer .footContact .itemPanel .telBox .tel a .span {
  display: inline-block;
  font-size: 18px;
}
.footer .footContact .itemPanel .telBox .tel a .em {
  display: inline-block;
  font-size: 34px;
  line-height: 1;
}
.footer .footContact .itemPanel .telBox > p {
  margin: 5px 0 0;
  font-size: 14px;
}
.footer .footContact .itemPanel .btnMail a {
  display: block;
  max-width: 240px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 15px;
  color: #ffffff;
  border-radius: 30px;
  background: #97ae51;
}
.footer .footContact .itemPanel .btnMail a p {
  display: inline-block;
  padding: 0 0 0 40px;
  background: url(https://useless-profit.jp/system_panel/uploads/images/nav_mail.png) left center no-repeat;
  background-size: 35px auto;
}
@media (min-width: 1025px) {
  .footer .footContact .itemPanel {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .itemPanel .itemBox {
    width: 45%;
  }
}
.footer .footPanel {
  padding: 60px 0 20px;
  color: #ffffff;
  background: #1e296f;
}
.footer .footPanel .secWrap01 {
  position: relative;
}
.footer .footPanel .pagetop {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  cursor: pointer;
}
.footer .footPanel .logo {
  max-width: 260px;
}
.footer .footPanel .txt {
  margin: 20px 0 0;
}
.footer .footPanel .txt a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .copy {
  margin: 20px 0 0;
  text-align: right;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}