@charset "UTF-8";
/* base_color */
.bgWhite {
  background: #FFFFFF;
}

.bg_gray01 {
  background: #f8f8f8;
}

.bg_gray02 {
  background: #e4e9f4;
}

.bg_gray03 {
  background: #e5e5e5;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #FFFFFF;
  color: #212121;
}

.pc-only{
    display:inline !important;
}
.sp-only{
    display:none !important;
}
@media screen and (max-width: 1379px) {
  body {
    font-size: min(1.14vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.34vw;
  }
  .pc-only{
    display:none !important;
}
.sp-only{
    display:inline !important;
}
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 65px;
  letter-spacing: 0.05em;
}
h2 span.sm {
  font-size: 14px;
  font-family: sans-serif;
  color: #969fb5;
  display: block;
  font-family: "Roboto", sans-serif;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

a:hover {
  opacity: 0.7;
}

.section {
  padding: 50px 0;
}

.front .section {
  padding: 100px 0;
}

.center {
  text-align: center;
}

i {
   font-style:normal; 
}

/* 装飾とか */
.shadow {
  box-shadow: 0px 3px 12px -4px rgba(0, 0, 0, 0.6);
}

.ubBod {
  border-bottom: 1px solid #212121;
}

/* 装飾とか */
.subcap {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .subcap {
    font-size: 3.125vw;
    margin-bottom: 6.51vw;
  }
}

.subcap02 {
  font-size: 20px;
  display: inline-block;
}

@media screen and (min-width: 1380px) {
  .inner {
    width: 1320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1379px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.pc_only {
  display: inline;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 95%;
  }
  .section {
    padding: 9.76vw 0;
  }
  
    .front .section {
        padding: 9.76vw 0;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc_only {
  display: none;
}

.sp_only {
  display: inline;
}
}
/* ===  button   =========== */
.btn_pt {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 3px;
  position: relative;
  /* ダウンロードボタン */
  /* メール */
  /* データ入稿 */
  /* 本 */
  /* Qのマーク */
}
.btn_pt a {
  position: relative;
  width: 300px;
  display: block;
  padding: 1.2em 0;
  border: 1px solid #1543b9;
  border-radius: 3px;
  color: #1543b9;
  transition: 0.5s;
}
.btn_pt a:after {
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1543b9;
  border-right: 1px solid #1543b9;
  transform: rotate(45deg) translateY(-50%);
}
.btn_pt a:hover {
  background: #1543b9;
  color: #FFFFFF;
  opacity: 1;
}
.btn_pt a:hover:after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.btn_pt.btn_pt02 a {
  width: 34vw;
  max-width: 480px;
}
.btn_pt.btn_dl a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -2em;
  font-size: 1.2em;
  font-weight: 300;
  color: #1543b9;
}
.btn_pt.btn_dl a:hover:before {
  color: #FFFFFF;
}
.btn_pt.btn_mail a {
  width: 260px;
}
.btn_pt.btn_mail a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -1.5em;
  font-size: 1.2em;
}
.btn_pt.btn_mail a:after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.btn_pt.btn_mail a:hover:after {
  border-top: 1px solid #1543b9;
  border-right: 1px solid #1543b9;
}
.btn_pt.btn_data a {
  width: 34vw;
    max-width: 480px;
}
#footer .btn_pt.btn_data a {
  width: 18vw;
    max-width: 260px;
}
.btn_pt.btn_data a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -1.5em;
  font-size: 1.2em;
  font-weight: 300;
}
.btn_pt.btn_book a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f02d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -1.5em;
  font-size: 1.2em;
}
.btn_pt.btn_catalog a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5em 0;
}
.btn_pt.btn_catalog a span {
  margin: 0 3% 0 -10%;
}
.btn_pt.q_icon a:before {
  content: "Q";
  font-family: "Noto Sans JP";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -1.5em;
  font-size: 1.4em;
}
.btn_pt.btn_colBlue a {
  background: #1543b9;
  color: #FFFFFF;
}
.btn_pt.btn_colBlue a:after {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.btn_pt.btn_colBlue a:hover {
  background: #FFFFFF;
  color: #1543b9;
}
.btn_pt.btn_colBlue a:hover:after {
  border-top: 1px solid #1543b9;
  border-right: 1px solid #1543b9;
}

/* btn_pt */
.btn_pt.btn_pt03 {
  background: none;
  width: 100%;
  padding-left: 5%;
  margin-top: 8%;
}
.btn_pt.btn_pt03 a {
  width: 100%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .btn_pt.btn_catalog a span {
    width: 10%;
  }
  .btn_pt.btn_pt03 {
    padding-left: 0;
  }
  .btn_pt.btn_pt02 a {
    max-width: none;
  }
}
.btn_ptMgn {
  margin-bottom: 170px;
}
.btn_ptMgn .btn_pt.btn_data a {
  width: 480px;
}

.btn_ptMgn02 {
  margin: 120px 0 170px;
}
.btn_ptMgn02 .btn_pt.btn_data a {
  width: 480px;
}

/* ＼　この装飾　／ */
.deco {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1543b9;
}
.deco:before, .deco:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 22px;
  margin: 0 2em;
  background-color: #1543b9;
  transform: rotate(-35deg);
}
.deco:after {
  transform: rotate(35deg);
}

@media screen and (max-width: 767px) {
  .deco {
    font-size: 3.125vw;
    margin-bottom: 2.6vw;
  }
  .deco:before, .deco:after {
    height: 4vw;
  }
}
/* 四角ラベル */
.icon_lb {
  background: #e4e9f4;
  display: inline-block;
  font-size: 12px;
  padding: 0.2em 0;
  width: 165px;
  text-align: center;
}

/* グラデ付きボックス */
.commonFootLink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin-top: 10px;
}
.commonFootLink li {
  position: relative;
  width: 356px;
  height: 140px;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  font-weight: 600;
  margin: 0 5px;
}
.commonFootLink li span {
  position: relative;
  z-index: 1;
}
.commonFootLink li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12, 40, 110);
  background: linear-gradient(90deg, rgba(12, 40, 110, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}
.commonFootLink.large {
  justify-content: space-between;
}
.commonFootLink.large li {
  width: 620px;
  height: 224px;
  margin: 0;
}
.commonFootLink.large .shizaiHanbai {
  margin-right: 20px;
}

.linkab {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.linkab:hover {
  opacity: 0.3;
  background: #FFFFFF;
}

/* グラデ付きボックス 大きいサイズ */
.commonFootLink.large li {
  overflow: hidden;
  width: 630px;
  padding-left: 0;
  display: block;
  margin-right: 0;
  line-height: 0;
  font-size: 24px;
}

.commonFootLink li .hv {
  transition: 0.5s;
}

.commonFootLink li .hovSc:hover .hv {
  transform: scale(1.1);
}

.commonFootLink li .hovSc:hover span {
  opacity: 1;
}

.commonFootLink li span {
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.5em;
}

.commonFootLink li .linkab:hover {
  opacity: 1;
}

/* 	ボックス内画像  */
.shizaiHanbai,
.shizaiKako,
.aisatsu,
.gaiyo,
.tsuyomi,
.rinen,
.kyoten,
.enkaku,
.annai,
.catalog,
.djcatalog,
.sample {
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
}

/* 	画像 */
.aisatsu {
  background: url(../images/common/01.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.gaiyo {
  background: url(../images/common/02.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.tsuyomi {
  background: url(../images/common/03.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.rinen {
  background: url(../images/common/04.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.enkaku {
  background: url(../images/common/05.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.kyoten {
  background: url(../images/common/06.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.annai {
  background: url(../images/common/07.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.shizaiHanbai {
  background: url(../images/top/bs_img01.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.shizaiKako {
  background: url(../images/top/bs_img02.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.catalog {
  background: url(../images/top/ct_bnr01.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.djcatalog {
  background: url(../images/top/ct_bnr02.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.sample {
  background: url(../images/top/ct_bnr03.png) no-repeat;
  background-size: cover;
  background-position: center;
}

/* カタログ請求 */
.commonFootLink02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin: 10px 0 75px -20px;
  margin-bottom: 75px;
  width: calc(100% + 40px);
}
.commonFootLink02 .box {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
  position: relative;
  font-size: 20px;
  display: block;
  line-height: 0;
}
.commonFootLink02 .box .imgArea {
  width: 100%;
  margin: 0;
}
.commonFootLink02 .box a:hover {
  opacity: 1;
}
.commonFootLink02 .imgArea {
  position: relative;
  width: 356px;
  height: 140px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 5px;
  color: #FFFFFF;
  overflow: hidden;
}
.commonFootLink02 .imgArea span {
  position: relative;
  z-index: 1;
  padding-left: 1.5em;
}
.commonFootLink02 .imgArea:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12, 40, 110);
  background: linear-gradient(90deg, rgba(12, 40, 110, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}
.commonFootLink02 .imgArea .catalog,
.commonFootLink02 .imgArea .djcatalog,
.commonFootLink02 .imgArea .sample {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  transition: 1s;
}
.commonFootLink02 p {
  display: block;
  color: #212121;
  margin: 20px 0 0 5px;
}
.commonFootLink02 .hovSc:hover .imgArea .img {
  scale: 1.2;
}

.commonFootLink03 {
  width: 95%;
  margin: 10px auto;
  font-size: 20px;
  display: flex;
}
.commonFootLink03 li {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
  height: 136px;
  position: relative;
  padding-left: 40px;
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 15px;
  font-size: 20px;
  overflow: hidden;
  padding-left: 0;
  display: block;
  margin-right: 10px;
  line-height: 0;
}
.commonFootLink03 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: 1;
}
.commonFootLink03 li a:hover {
  opacity: 0.3;
  background: #FFFFFF;
}
.commonFootLink03 li span {
  position: relative;
  z-index: 1;
}
.commonFootLink03 li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12, 40, 110);
  background: linear-gradient(90deg, rgba(12, 40, 110, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}

.commonFootLink03::-webkit-scrollbar {
  display: none;
}

.hovScBox li {
  transition: 0.5s;
}

.ov {
  padding: 10px 0;
}
.ov .commonFootLink,
.ov .commonFootLink03 {
  margin: 0 auto;
}

.ov.ov_foot {
  padding: 100px 0;
}
.ov.ov_foot .commonFootLink03 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}
.ov.ov_foot .commonFootLink03 li {
  margin-left: 10px;
  width: calc(33.3333333333% - 20px);
}
.ov.ov_foot .commonFootLink03 li:nth-child(-n+3) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1379px) {
  .commonFootLink03,
  .commonFootLink02 .box .imgArea {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .commonFootLink03 {
    overflow-x: auto;
    white-space: nowrap;
    width: 95%;
    margin: 10px auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .commonFootLink03 li {
    display: inline-block;
    width: 70%;
    height: 17.578vw;
    font-size: min(3vw, 18px);
    position: relative;
    padding-left: 2vw;
    color: #FFFFFF;
    font-weight: 600;
  }
  .commonFootLink03 .scroll-hint-icon {
    transform: scale(0.5);
    height: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
  }
  .ov.ov_foot {
    padding: 40px 0;
  }
  .ov.ov_foot .commonFootLink03 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    overflow: inherit;
  }
  .ov.ov_foot .commonFootLink03 li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .ov.ov_foot .commonFootLink03 li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
}
.arrow {
  position: relative;
}
.arrow:after {
  position: absolute;
  content: "";
  right: -1em;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 6.25vw;
    margin-bottom: 6.5vw;
  }
  h2 span.sm {
    font-size: 1.82vw;
  }
  h3 {
    font-size: 4vw;
  }
  h5 {
    font-size: 2.08vw;
  }
  /* 	ボタン */
  .btn_pt {
    font-size: 3.125vw;
    width: 75%;
    max-width: none;
  }
  .btn_pt a {
    width: 100%;
  }
  .btn_data {
    margin-left: 0;
  }
  .btn_pt.btn_data a {
    width: 100%;
    max-width: none;
  }
  .btn_pt.btn_pt02 {
    width: 75%;
  }
  .btn_pt.btn_pt02 a {
    width: 100%;
  }
  .icon_lb {
    font-size: 2.08vw;
    width: 80px
  }
  .btn_pt.q_icon a:before {
    margin-left: 0;
    left: 5%;
  }
  .btn_ptMgn {
    margin-bottom: 22.13vw;
  }
  .btn_ptMgn .btn_pt.btn_data a {
    width: 100%;
  }
  .btn_ptMgn02 {
    margin: 15.62vw 0 22.13vw;
  }
  .btn_ptMgn02 .btn_pt.btn_data a {
    width: 100%;
  }
  /* 	3カラムのボタン */
  .commonFootLink {
    width: 95%;
    margin: 10px auto;
    font-size: 3.64vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .commonFootLink li {
    flex-shrink: 0;
  }
  .commonFootLink::-webkit-scrollbar {
    display: none;
  }
  .commonFootLink02 {
    flex-wrap: wrap;
    margin: 0 auto 6.5vw;
    width: 95%;
  }
  .commonFootLink02 .box {
    width: 100%;
    margin: 0 0 7.81vw;
    font-size: 3.64vw;
  }
  .commonFootLink02 .box p {
    font-size: 3.125vw;
  }
  .commonFootLink02 .box span {
    font-size: 3.64vw;
  }
  .commonFootLink.large {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .commonFootLink.large li {
    width: 100%;
    height: 29.166vw;
    margin-bottom: 10px;
    font-size: 3.64vw;
  }
}
.ov .commonFootLink.flBox_center {
  justify-content: center;
}

/* フェードイン */
.fade_Up,
.fade_Up02,
.fade_Up03 {
  opacity: 0;
}

.fade_Up.show {
  animation-name: animeFadeUp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.fade_Up02.show {
  animation-name: animeFadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes animeFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#header {
  position: fixed;
  height: 80px;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #FFFFFF;
}
#header .mainHeader {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #FFFFFF;
  /* rightNav */
}
#header .mainHeader h1 {
  display: inline-block;
  line-height: 1.5;
}
#header .mainHeader .rightNav {
  display: flex;
  margin: 0 60px 0 auto;
  /* Toggle Button */
  /* burgerMenu Open */
}
#header .mainHeader .rightNav .btnCalendar {
  margin-right: 20px;
}
#header .mainHeader .rightNav .nav-toggle {
  position: absolute;
  right: 0;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
}
#header .mainHeader .rightNav .nav-toggle div {
  position: relative;
}
#header .mainHeader .rightNav .nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  margin: 5px auto 0 auto;
  background: #212121;
  right: 0;
  left: 0;
  transition: 0.35s ease-in-out;
}
#header .mainHeader .rightNav .nav-toggle span:nth-child(1) {
  top: 2px;
}
#header .mainHeader .rightNav .nav-toggle span:nth-child(2) {
  top: 10px;
}
#header .mainHeader .rightNav .nav-toggle span:nth-child(3) {
  top: 18px;
}
#header .mainHeader .rightNav .nav-toggle.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
#header .mainHeader .rightNav .nav-toggle.active span:nth-child(2) {
  display: none;
}
#header .mainHeader .rightNav .nav-toggle.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
#header #global-nav {
  opacity: 0;
  position: fixed;
  z-index: 10;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  background: #FFFFFF;
}

#header.open #global-nav {
  top: 0;
  opacity: 1;
}

/*  pcのみ */
.headerSub {
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.headerSub .topNav {
  margin-top: 80px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.headerSub .topNav ul {
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 600;
}
.headerSub .topNav ul li {
  width: 14.2857142857%;
  text-align: center;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
}
.headerSub .topNav ul li.stretch {
  width: 20%;
}

@media screen and (min-width: 769px) {
  .headerSub {
    font-size: min(1.5vw, 20px);
  }
  .headerSub .topNav ul li {
    width: 13.5714285714%;
  }
}
@media screen and (max-width: 767px) {
    #header {
        height: 50px;
    }
    #header .mainHeader {
    height: 50px;
}
  #header .inner {
    width: 95%;
  }
  #header .mainHeader h1 {
    width: 45%;
    margin-right: 3em;
  }
  #header .mainHeader .rightNav {
    align-items: center;
    margin: 0 55px 0 auto;
  }
  #header .mainHeader .rightNav .btnCalendar {
    margin-right: 10px;
  }
  .headerSub .topNav {
    display: none;
  }
}
/* Header Global-Nav */
#header .mainHeader #global-nav h2 {
  width: 90%;
  margin: 0 auto;
  padding: 28px 0;
}
#header .mainHeader #global-nav hr {
  background: #ccc;
  height: 1px;
  border: none;
}
#header .mainHeader #global-nav .rightNav {
  display: flex;
  width: 90%;
  margin: 28px auto 0;
  justify-content: space-between;
}
#header .mainHeader #global-nav .rightNav dl {
  line-height: 2.1;
  width: 16.6666666667%;
}
#header .mainHeader #global-nav .rightNav dl:last-child {
  margin-right: 0;
}
#header .mainHeader #global-nav .rightNav dl dt {
  color: #1543b9;
  font-weight: bold;
  font-size: 16px;
}
#header .mainHeader #global-nav .rightNav dl .btn_cal {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #header .mainHeader #global-nav .rightNav .rat01 {
    width: 30%;
  }
  #header .mainHeader #global-nav .rightNav .rat02 {
    width: 14%;
    margin-right: 10px;
  }
  #header .mainHeader #global-nav .rightNav .rat03 {
    width: 16%;
  }
  #header .mainHeader #global-nav .rightNav .rat04 {
    width: 22%;
  }
  #header .mainHeader #global-nav .rightNav .footerConts .rightNav dl.rat05 {
    width: 22%;
  }
  #header .mainHeader #global-nav .rightNav .rat06 {
    width: 29%;
  }
  #header .mainHeader #global-nav .rightNav .rat06 span {
    position: relative;
  }
  #header .mainHeader #global-nav {
    font-size: min(1.15vw, 14px);
  }
  #header .mainHeader #global-nav .rightNav dl dt {
    font-size: min(1.2vw, 14px);
  }
}
.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  #header .mainHeader #global-nav h2 {
    width: 90%;
  }
  #header .mainHeader #global-nav h2 img {
    width: 27%;
  }
  #header .mainHeader #global-nav .rightNav {
    width: 90%;
    height: 85vh;
    flex-wrap: wrap;
    margin: 7.81vw auto 0;
    align-items: flex-start;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #header .mainHeader #global-nav .rightNav dl {
    width: 48%;
    margin-right: 0;
    line-height: 2.25;
  }
  #header .mainHeader #global-nav .rightNav dl dt {
    font-size: 3.64vw;
  }
  #header .mainHeader #global-nav .rightNav dl dd {
    font-size: 3.125vw;
  }
  #header .mainHeader #global-nav .rightNav dl .btn_ec {
    margin-top: 3vw;
    width: 70%;
  }
  #header .mainHeader #global-nav .rightNav dl .btn_cal {
    margin-top: 3vw;
    width: 63%;
  }
  #header .mainHeader #global-nav .rightNav dl:nth-child(1) {
    order: 1;
    margin-top: 5vw;
  }
  #header .mainHeader #global-nav .rightNav dl:nth-child(2) {
    order: 3;
    padding-top: 5vw;
  }
  #header .mainHeader #global-nav .rightNav dl:nth-child(3) {
    order: 5;
    margin-top: 5vw;
  }
  #header .mainHeader #global-nav .rightNav dl:nth-child(4) {
    order: 2;
    margin-top: 5vw;
  }
  #header .mainHeader #global-nav .rightNav dl:nth-child(5) {
    order: 4;
  }
  #header .mainHeader #global-nav .rightNav dl:nth-child(6) {
    order: 6;
  }
  #header .mainHeader #global-nav .rightNav::-webkit-scrollbar {
    display: none;
  }
}
/* 営業カレンダー */
#btn_calendar {
  opacity: 0;
  position: fixed;
  z-index: 10;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  background: #FFFFFF;
  z-index: 15;
  overflow:auto;
}

#btn_calendar.open {
  top: 50px;
  opacity: 1;
  border-top: 1px solid #ccc;
  overflow:auto;
}

div#btn_calendar .inner {
    padding: 0px 0 12vh;
    position:relative;
}

.calendarArea {
  width: 100%;
  margin: 60px auto 0;
}

#footer {
  position: relative;
  padding-top: 70px;
  border-top: 1px solid #f8f8f8;
  font-size: 14px;
}
#footer .footerConts {
  display: flex;
}
#footer .footerConts .logoArea {
  margin: 10px 0 0 0;
}
#footer .footerConts .logoArea p {
  padding-top: 17px;
  line-height: 2;
}
#footer .footerConts .rightNav {
  margin: 0 0 0 auto;
  display: flex;
  /* width: 70%; */
  width: 100%;
}
#footer .footerConts .rightNav dl {
  margin-right: 3%;
  line-height: 2.1;
}
#footer .footerConts .rightNav dl:last-child {
  margin-right: 0;
}
#footer .footerConts .rightNav dl dt {
  color: #1543b9;
  font-weight: bold;
  font-size: 16px;
}
#footer .footerConts .rightNav dl .btn_cal {
  margin-top: 20px;
}
#footer .footerConts02 {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#footer .footerConts02 p {
  font-size: 12px;
}
#footer .footerConts02 .ct01 {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: 600;
  margin-right: 20px;
}
#footer .footerConts02 .ct01 span {
  width: 50px;
  display: inline-block;
}
#footer .footerConts02 .ct01 a {
  display: flex;
  align-items: center;
}
#footer .footerConts02 .icon01 {
  margin-right: 5px;
}
#footer .copyright {
  font-size: 12px;
  padding: 20px 0 30px;
  margin-top: 25px;
  border-top: 1px solid #e4e9f4;
  text-align: right;
}
#footer .pegetop {
  position: absolute;
  top: 70px;
  right: 5%;
  height: 200px;
  writing-mode: vertical-rl;
  padding-top: 50px;
  color: #1543b9;
  font-weight: 600;
}
#footer .pegetop:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background: #1543b9;
  transform: rotate(90deg);
}
#footer .pegetop:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1543b9;
  border-right: 1px solid #1543b9;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1330px) {
  #footer .footerConts .rightNav dl {
    margin-right: 3.759vw;
  }
  #footer .btn_pt {
    width: 18vw;
  }
  #footer .btn_pt a {
    width: 100%;
  }

}
@media screen and (min-width: 768px) {
  #footer {
    font-size: min(1vw, 16px);
  }
  #footer .footerConts02 .ct01 {
    font-size: min(2.85vw, 38px);
    margin-right: 0;
  }
  #footer .footerConts .rightNav dl dt {
    font-size: min(1.2vw, 16px);
  }
  #footer .rat01 {
    width: 30%;
  }
  #footer .rat02 {
    width: 14%;
    margin-right: 10px;
  }
  #footer .rat03 {
    width: 16%;
  }
  #footer .footerConts .rightNav dl.rat04 {
    width: 22%;
    margin-right: 0;
  }
  #footer .footerConts .rightNav dl.rat05 {
    width: 22%;
    margin-right: 0;
  }
  #footer .rat06 {
    width: 29%;
  }
  #footer .rat06 span {
    position: relative;
  }
  #footer .rat07 {
    margin-right: 20px;
    margin-right: 1.51vw;
  }
  #footer .btn_pt {
    max-width: 260px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 3.125vw;
    padding-top: 9.114vw;
  }
  #footer .footerConts {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #footer .footerConts .logoArea {
    width: 100%;
    margin-right: 0;
  }
  #footer .footerConts .rightNav {
    width: 100%;
    flex-wrap: wrap;
    margin: 7.81vw 0 0;
  }
  #footer .footerConts .rightNav dl {
    width: 50%;
    margin-right: 0;
    line-height: 2.25;
  }
  #footer .footerConts .rightNav dl dt {
    font-size: 3.64vw;
  }
  #footer .footerConts .rightNav dl:nth-child(1) {
    order: 1;
  }
  #footer .footerConts .rightNav dl:nth-child(2) {
    order: 3;
  }
  #footer .footerConts .rightNav dl:nth-child(3) {
    order: 5;
  }
  #footer .footerConts .rightNav dl:nth-child(4) {
    order: 2;
    margin-top: 0;
  }
  #footer .footerConts .rightNav dl:nth-child(5) {
    order: 4;
    margin-top: 0;
  }
  #footer .footerConts .rightNav dl:nth-child(6) {
    order: 6;
    margin-top: 0;
  }
  #footer .footerConts .rightNav dl .btn_ec,
  #footer .footerConts .rightNav dl .btn_cal {
    margin-top: 3.9vw;
  }
  #footer .footerConts02 {
    flex-wrap: wrap;
    width: 95%;
    margin: 10vw auto 0;
  }
  #footer .footerConts02 .box {
    width: 50%;
  }
  #footer .footerConts02 .box.rat01 {
    padding-right: 2%;
  }
  #footer .footerConts02 .box .ct01 {
    font-size: 4.8vw;
    margin-right: 0;
  }
  #footer .footerConts02 .box .ct01 .icon01 {
    width: 7.56vw;
  }
  #footer .footerConts02 .btn_pt {
    width: 50%;
    margin: 3vw 0 0;
  }
  #footer .footerConts02 .btn_pt a {
    width: 95%;
  }
  #footer .footerConts02 .btn_pt.btn_mail {
    width: 48%;
    margin-right: 2%;
  }
  #footer .footerConts02 .btn_pt.btn_data a::before {
    margin-left: -1.2em;
  }
  #footer .copyright {
    font-size: 2.08vw;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */

.files {
    padding: 20px 0;
    border-top: 2px dotted #ccc;
}

.wrap-clm {
    width: 677px;
    margin-right: -21px;
    overflow: hidden;
    position: relative;
    *zoom: 1;
}

.wrap-clm > .clm2 {
    width: 317px;
    margin: 0 21px 0px 0;
    float: left;
}

.files dt, .files dd {
    margin: 0 5px 0 70px;
}

.files dt {
    font-size: 12px;
    font-size: 1.2rem;
}

.files dd {
    text-decoration: underline;
}

a.btn-pdf {
    background: url(/cp-bin/wp/wp-content/themes/shinseisha/assets/images/common/icn-pdf.png) no-repeat 5px 0px;
    height: 57px;
}
iframe{
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
.btnCalendar_close{
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translate(50%, 0px);
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.btnCalendar_close span{
    font-size: 48px;
    position: relative;
    top: 11px;
}
@media screen and (max-width: 767px) {
    .wrap-clm {
        width: 100%;
    }
    .files dt {
        font-size: 4vw;
    }
    a.btn-pdf {
        background-size: 12vw;
    }
    .files dt, .files dd {
        margin: 0 5px 0 15vw;
        font-size: 3.2vw;
    }
    a.btn-pdf {
        height: 12vw;
    }
    .btnCalendar_close {
        position: absolute;
        bottom: 16vw;
        right: 50%;
        transform: translate(50%, 0px);
        color: #000;
        font-size: 4vw;
        cursor: pointer;
    }
    .btnCalendar_close span {
        font-size: 8vw;
        position: relative;
        top: 1.5vw;
    }
}