@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  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", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

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

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

a:hover {
  text-decoration: none;
}

/* 画像幅 */
.XYZlogo{
    width: 70%;
    height: auto;
    vertical-align: middle;
}
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;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.futura {
  font-family: Futura, "Century Gothic", "游ゴシック体", "YuGothic";
  letter-spacing: 0.04em;
  font-weight: bold;
}

.txt {
  font-weight: 400;
}

@-webkit-keyframes vertical_animation {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes vertical_animation {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/* --------------------------------------------------
	header
-------------------------------------------------- */

@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 80px;
    width: calc(100% - 80px);
    padding: 20px 10px 0;
    z-index: 999;
    transition: 0.6s;
  }
  .header .logoBox {
    float: left;
    width: 20%;
  }
  .header .logoBox .logo {
    width: 180px;
    margin: 15px auto 0;
  }
  .header .logoBox .logo02 {
    display: none;
  }
  .header .logoBox a {
    display: block;
  }
  .header.fixed {
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
  }
  .header.fixed .logoBox .logo01 {
    display: none;
  }
  .header.fixed .logoBox .logo02 {
    display: block;
  }
  .header .humberger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    float: right;
    width: 80%;
    max-width: 1200px;
    display: flex;
    align-items: center;
  }
  .navBox .navList {
    width: calc(100% - 200px);
  }
  .navBox .navList .ul {
    display: table;
    width: 100%;
    min-height: 60px;
    border-right: none;
  }
  .navBox .navList .ul > .li {
    overflow: hidden;
    position: relative;
    display: table-cell;
    /* width: 13%; */
    vertical-align: middle;
    text-align: center;
  }
  .navBox .navList .ul > .li > a,
.navBox .navList .ul > .li > p,
.navBox .navList .ul > .li .accordBtn {
    position: relative;
    color: #ffffff;
  }
  .navBox .navList .ul > .li > a:after,
.navBox .navList .ul > .li > p:after,
.navBox .navList .ul > .li .accordBtn:after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 10px;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: 0.6s;
  }
  .navBox .navList .ul > .li > a:hover,
.navBox .navList .ul > .li > p:hover,
.navBox .navList .ul > .li .accordBtn:hover {
    opacity: 1;
  }
  .navBox .navList .ul > .li > a:hover:after,
.navBox .navList .ul > .li > p:hover:after,
.navBox .navList .ul > .li .accordBtn:hover:after {
    width: 60%;
  }
  .navBox .navList .ul > .li a,
.navBox .navList .ul > .li .noLink {
    display: block;
    padding: 15px 0;
    font-size: 15px;
  }
  .navBox .navList .ul > .li a.spBreak,
.navBox .navList .ul > .li .noLink.spBreak {
    display: none;
  }
  .navBox .navList .ul > .li .accordBtn {
    pointer-events: none;
  }
  .navBox .navList .ul .spBreak {
    display: none;
  }
  .navBox .navList .subList {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 220px;
    height: 0;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.6s;
  }
  .navBox .navList .subList .li + .li {
    margin: 2px 0 0;
  }
  .navBox .navList .subList a {
    display: block;
    padding: 20px 10px;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
  }
  .navBox .navList .subList a:hover {
    opacity: 1;
    color: #000000;
    background: #e9ff00;
  }
  .navBox .navList .pulldown:hover {
    overflow: visible;
  }
  .navBox .navList .pulldown:hover .subList {
    top: 60px;
    height: auto;
    opacity: 1;
    z-index: 9999;
  }
  .navBox .navItem a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    padding: 5px 10px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.2);
  }

  .header.fixed .navBox .navList .ul > .li > a,
.header.fixed .navBox .navList .ul > .li > p,
.header.fixed .navBox .navList .ul > .li .accordBtn {
    color: #000000;
  }
  .header.fixed .navBox .navList .ul > .li > a:after,
.header.fixed .navBox .navList .ul > .li > p:after,
.header.fixed .navBox .navList .ul > .li .accordBtn:after {
    background: #000000;
  }
  .header.fixed .navBox .navList .subList a {
    color: #000000;
    background: white;
  }
  .header.fixed .navBox .navList .subList a:hover {
    background: #e9ff00;
  }
  .header.fixed .navBox .navItem a {
    color: #000000;
    border: 1px solid #000000;
    background: white;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.pageKvPanel {
  background: #0071b2;
}
.pageKvPanel .kvWrap {
  padding: 0 0 60px 80px;
}
.pageKvPanel .pageKv {
  position: relative;
  height: 500px;
}
.pageKvPanel .kvTtl {
  position: absolute;
  left: 80px;
  bottom: 10%;
  font-size: 60px;
  color: #ffffff;
  z-index: 1;
}

.secWrap {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap01 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.secWrap02 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.secTtlBox {
  position: relative;
  margin: 0 0 100px;/*0 0 60px*/
  padding: 20px 0 0;
  text-align: center;
}
.secTtlBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 5px;
  margin: 0 auto;
  background: #0071b2;
}
.secTtlBox p {
  font-size: 36px;
}
.secTtlBox h2 {
  font-size: 14px;
}

.btnMore {
  width: 240px;
}
.btnMore a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #000000;
  background: #ffffff;
}
.btnMore a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  width: 10px;
  height: 10px;
  z-index: 2;
  background: url(https://yamashin55.jp/system_panel/uploads/images/btn_more_icon.png) no-repeat;
  background-size: 100% auto;
  transition: 0.6s;
}
.btnMore a p {
  position: relative;
  padding: 10px 0;
  z-index: 2;
}
.btnMore a p:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  z-index: 1;
  background: url(https://yamashin55.jp/system_panel/uploads/images/btn_more_plus.png) no-repeat;
  background-size: 100% auto;
  transition: 0.6s;
}

.flex-gap-30 {
  gap:30px;
}
@media (min-width: 1025px) {
  .btnMore a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #e9ff00;
    width: 0;
    height: 100%;
    transition: 0.6s;
  }
  .btnMore a:hover {
    opacity: 1;
    border: 1px solid #e9ff00;
  }
  .btnMore a:hover:after {
    width: 100%;
    background: #e9ff00;
  }
  .btnMore a:hover p:after {
    transform: rotateZ(90deg);
  }
}

@media (max-width: 768px) {
  .flex{
    flex-direction: column;
  }
}

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

.videoBox {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 60%;
}
.videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  overflow: hidden;
}
.footer .footContact {
  padding: 60px 0;
  color: #ffffff;
  background: url(https://yamashin55.jp/system_panel/uploads/images/footer_contact_bg.png) center no-repeat;
  background-size: cover;
}
.footer .footContact .section {
  text-align: center;
}
.footer .footContact .section h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 32px;
}
.footer .footContact .section h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  margin: 0 auto;
  background: #e9ff00;
}
.footer .footContact .section > p {
  line-height: 2;
}
.footer .footContact .section .btnMore {
  margin: 30px auto 0;
}
@media (min-width: 1025px) {
  .footer .footContact .secList {
    display: flex;
  }
  .footer .footContact .section {
    width: 50%;
  }
  .footer .footContact .section + .section {
    position: relative;
    left: 10%;
    width: 50%;
  }
}
.footer .snsPanel {
  border-bottom: 1px solid #313a42;
  background: #1b2025;
}
.footer .snsPanel .ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  /* border-right: 1px solid #313a42; */
}

.footer .snsPanel .ul .li {
  width: 16.6%;
  border-left: 1px solid #313a42;
}

.footer .snsPanel .ul .li:last-child {
  border-right: 1px solid #313a42;
}
.footer .snsPanel .ul a {
  display: block;
  padding: 25px 10px;
  color: #c8c8c8;
  text-align: center;
  background: url(https://yamashin55.jp/system_panel/uploads/images/sns_icon_tri.png) top 3px left 3px no-repeat;
  background-size: 10px auto;
}
.footer .snsPanel .ul .icon {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.footer .snsPanel .ul p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.footer .snsPanel .ul .fb .icon {
  vertical-align: baseline;
}
.footer .footPanel {
  padding: 80px 0 20px;
  background: #1b2025;
  color: #ffffff;
}
.footer .footPanel .footBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto 80px;
}
.footer .footPanel .footBox .leftBox {
  width: 25%;
  text-align: center;
}
.footer .footPanel .footBox .leftBox .box {
  display: inline-block;
  text-align: left;
}
.footer .footPanel .footBox .leftBox .logo {
  width: 220px;
  margin: 0 0 30px;
}
.footer .footPanel .footBox .leftBox .txt {
  line-height: 2.5;
}
.footer .footPanel .footBox .rightBox {
  width: 70%;
}
.footer .footPanel .footBox .footNavList {
  display: flex;
  justify-content: space-between;
}
.footer .footPanel .footBox .footNavList .footNav:nth-child(1) {
  width: 25%;
}
.footer .footPanel .footBox .footNavList .footNav:nth-child(2) {
  width: 25%;
}
.footer .footPanel .footBox .footNavList .footNav:nth-child(3) {
  width: 25%;
}
.footer .footPanel .footBox .footNavList .footNav:nth-child(4) {
  width: 25%;
}
.footer .footPanel .footBox .footNavList .footNav a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .footBox .footNavList .footNav .ul .li + .li {
  margin: 15px 0 0;
}
.footer .footPanel .footBox .footNavList .footNav .dl .dt {
  margin: 0 0 15px;
}
.footer .footPanel .footBox .footNavList .footNav .dl .ul {
  padding: 0 0 0 1em;
}
.footer .footPanel .copy {
  text-align: center;
}