@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP: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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  color: #000000;
  font-size: 15px;
  background: #f1f1f1;
  transition: 2s;
}

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

.txt {
  line-height: 2.5;
}

/*リンク */
a {
  color: #000000;
  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;
}

.futura {
  font-family: Futura, "Century Gothic", "游ゴシック体", "YuGothic";
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0 60px;
    z-index: 999;
    background: #ffffff;
  }
  .header .headTtl {
    position: absolute;
    top: 10px;
    left: 60px;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .logoBox {
    padding: 20px 0 0;
  }
  .header .logoBox .logo {
    max-width: 220px;
  }
  .header .logoBox .logo a {
    display: block;
  }
  .header .hamburger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navBox .navList {
    min-width: 600px;
  }
  .navBox .navList > .ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .navBox .navList > .ul > .li {
    position: relative;
    height: 100px;
    padding: 40px 0 20px;
    text-align: center;
  }
  .navBox .navList > .ul > .li + .li {
    margin: 0 0 0 2%;
  }
  .navBox .navList > .ul > .li .linkTxt {
    position: relative;
  }
  .navBox .navList > .ul > .li .linkTxt > p {
    padding: 0 10px 10px;
  }
  .navBox .navList > .ul > .li .linkTxt > .span {
    padding: 0;
  }
  .navBox .navList > .ul > .li > a {
    display: inline-block;
  }
  .navBox .navList > .ul > .li > a > div > p {
    padding: 0 10px 10px;
  }
  .navBox .navList > .ul > .li.spBreak {
    display: none;
  }
  .navBox .navList > .ul > .li .span {
    padding: 0;
    font-size: 12px;
  }
  .navBox .navList > .ul > .li .em {
    font-family: Futura, "Century Gothic", "游ゴシック体", "YuGothic";
  }
  .navBox .navList > .ul .pulldown {
    overflow: hidden;
  }
  .navBox .navList > .ul .pulldown:hover {
    overflow: visible;
  }
  .navBox .navList > .ul .pulldown:hover .subList {
    top: 100px;
    height: auto;
    opacity: 1;
    z-index: 9999;
  }
  .navBox .navList .subList {
    position: absolute;
    top: 70px;
    left: -60px;
    width: 200px;
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
  }
  .navBox .navList .subList .li + .li {
    margin: 1px 0 0;
  }
  .navBox .navList .subList .li a {
    display: block;
    padding: 15px 5px;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
  }
  .navBox .navList .subList .li a p {
    position: relative;
    display: inline-block;
  }
  .navBox .navList .subList .li a:hover {
    opacity: 1;
    color: #ffffff !important;
    background: #0565ed;
  }
  .navBox .navItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    padding: 20px 0 0 20px;
  }
  .navBox .navItem .contact {
    width: 150px;
  }
  .navBox .navItem .contact a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    background: #0565ed;
  }
  .navBox .navItem .contact p {
    background: url(https://shin-osaka.co.jp/system_panel/uploads/images/btn_more_arrow_white.png) right 5px center no-repeat;
 background-size: 10px auto;
  }
  .navBox .navItem .insta {
    width: 35px;
  }
  .navBox .navItem .insta a {
    display: block;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 100px 0 0;
}

.mainTitlePanel {
  padding: 30px 60px 20px;
}
.mainTitlePanel .mainTitle {
  max-width: 1600px;
  margin: 0 auto;
}
.mainTitlePanel .mainTitle h1 {
  color: #0565ed;
}
.mainTitlePanel .mainTitle p {
  font-family: Futura, "Century Gothic", "游ゴシック体", "YuGothic";
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.pageTitleBox .sub {
  padding: 0 0 0 20px;
  font-family: Futura, "Century Gothic", "游ゴシック体", "YuGothic";
  font-size: 18px;
  color: #0565ed;
  background: url(https://shin-osaka.co.jp/system_panel/uploads/images/page_ttl_icon_circle.png) left center no-repeat;
  background-size: 12px auto;
}
.pageTitleBox .pageTitle {
  margin: 5px 0 0;
  font-size: 30px;
  letter-spacing: 0.2em;
}

.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 {
  width: 170px;
}
.btnMore a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 8px 15px;
  font-family: Futura, "Century Gothic", "游ゴシック体", "YuGothic";
  font-size: 13px;
  color: #0565ed;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #0565ed;
  background: #ffffff;
}
.btnMore a p {
  position: relative;
  z-index: 3;
  background: url(https://shin-osaka.co.jp/system_panel/uploads/images/btn_more_arrow_blue.png) right center no-repeat;
  background-size: 10px auto;
}
.btnMore.white a {
  border: 1px solid #ffffff;
   background-size: 10px auto;
}
@media (min-width: 1025px) {
  .btnMore a::before {
    content: "";
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #0565ed;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .btnMore a:hover {
    opacity: 1;
    color: #ffffff;
  }
  .btnMore a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btnMore a:hover p {
    background: url(https://shin-osaka.co.jp/system_panel/uploads/images/btn_more_arrow_white.png) right center no-repeat;
    background-size: 10px auto;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  position: relative;
  padding: 60px 0;
  background: #0565ed;
}
.footer .footContact .secWrap01 {
  position: relative;
}
.footer .footContact .pageTitleBox {
  margin: 0 0 30px;
}
.footer .footContact .pageTitleBox .sub {
  color: #ffffff;
}
.footer .footContact .pageTitleBox .pageTitle {
  color: #ffffff;
}
.footer .footContact .contactPanel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footContact .contactPanel .contactItems {
  width: 100%;
  max-width: 900px;
}
.footer .footContact .contactPanel .contactItems .contactBox {
  padding: 25px 15px;
  text-align: center;
  background: url(https://shin-osaka.co.jp/system_panel/uploads/images/footer_contact_tri.png) right 3px bottom 3px no-repeat #ffffff;
  background-size: 10px auto;
}
.footer .footContact .contactPanel .contactItems .contactBox01 .tel a {
  display: inline-block;
  padding: 0 0 0 30px;
  font-size: 34px;
  background: url(https://shin-osaka.co.jp/system_panel/uploads/images/footer_contact_tel.png) left center no-repeat;
  background-size: 23px auto;
}
.footer .footContact .contactPanel .contactItems .contactBox02 .ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.footer .footContact .contactPanel .contactItems .contactBox02 .btnMore {
  margin: 10px auto 0;
}
@media (min-width: 1025px) {
  .footer .footContact .contactPanel .contactItems {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .contactPanel .contactItems .contactBox {
    width: 49%;
  }
}
.footer .footContact .pagetop {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 40px;
  cursor: pointer;
}
.footer .footContact .img {
  width: 220px;
}
@media (min-width: 1025px) {
  .footer .footContact .img {
    position: absolute;
    left: 0;
    bottom: -60px;
  }
}
.footer .footPanel {
  padding: 60px 0 20px;
  color: #ffffff;
  background: #191b1f;
}
.footer .footPanel .logo {
  max-width: 400px;
  margin: 0 0 20px;
}
.footer .footPanel .txt {
  margin: 0 0 10px;
}
.footer .footPanel .txt a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .insta {
  width: 35px;
}
.footer .footPanel .insta a {
  display: block;
}
.footer .footPanel .copy {
  margin: 40px 0 0;
  color: #939393;
  text-align: center;
}

/* --------------------------------------------------
	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);
}